@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

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

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

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

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

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

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

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

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

label {
  display: inline-block;
}

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

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

input,
button {
  overflow: visible;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input::placeholder {
  opacity: 1;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: none;
}

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

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

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

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

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

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

html {
  overflow: auto;
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #19241e;
  font-family: "Noto Sans JP", "Figtree", sans-serif;
  font-feature-settings: "palt";
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: baseline;
}

.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =================================
   Scroll Fade-in Animation
================================= */
.js-scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.js-scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延バリエーション（子要素の連続フェードイン用） */
.js-scroll-fade[data-delay="1"] {
  transition-delay: 0.1s;
}

.js-scroll-fade[data-delay="2"] {
  transition-delay: 0.2s;
}

.js-scroll-fade[data-delay="3"] {
  transition-delay: 0.3s;
}

.js-scroll-fade[data-delay="4"] {
  transition-delay: 0.4s;
}

/* =================================
   Layout - Header
================================= */
.l-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97.2222%;
  z-index: 1000;
  background-color: #fff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* トップページ用（透明） */
.l-header--transparent {
  background-color: transparent;
}

.l-header--transparent .l-header__nav-list a {
  color: #fff;
}

.l-header--transparent .l-header__menu-text {
  color: #fff;
}

.l-header--transparent .l-header__menu-line {
  background-color: #fff;
}

/* Fixed状態 */
.l-header.is-fixed {
  position: fixed;
  top: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(25, 36, 30, 0.08);
  animation: headerSlideDown 0.4s ease;
}

.l-header.is-fixed .l-header__inner {
  padding: 16px 2.857% 16px 1.7143%;
}

.l-header.is-fixed .l-header__nav-list a {
  color: #19241e;
}

.l-header.is-fixed .l-header__menu-text {
  color: #19241e;
}

.l-header.is-fixed .l-header__menu-line {
  background-color: #19241e;
}

@keyframes headerSlideDown {
  from {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
/* 非表示アニメーション */
.l-header.is-hiding {
  animation: headerSlideUp 0.4s ease forwards;
}

/* 非表示アニメーション時（トップページ用） */
.l-header--transparent.is-hiding {
  background-color: transparent;
  box-shadow: none;
}

.l-header--transparent.is-hiding .l-header__nav-list a {
  color: #fff;
}

.l-header--transparent.is-hiding .l-header__menu-text {
  color: #fff;
}

.l-header--transparent.is-hiding .l-header__menu-line {
  background-color: #fff;
}

@keyframes headerSlideUp {
  from {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 21px 1.4285%;
}

/* ロゴ */
.l-header__logo img {
  display: block;
  height: 32px;
  width: auto;
}

/* ナビゲーション（PC） */
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.l-header__nav-list a {
  font-size: 15px;
  font-weight: 500;
  color: #19241e;
  position: relative;
  padding-bottom: 2px;
}
.l-header__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (hover: hover) {
  .l-header__nav-list a:hover::after {
    width: 100%;
  }
}
/* メニューボタン */
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  padding: 10px 0 10px 10px;
}

.l-header__menu-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Figtree", sans-serif;
  color: #19241e;
}

.l-header__menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.l-header__menu-line {
  display: block;
  height: 1px;
  background-color: #19241e;
  transition: width 0.3s ease;
}

.l-header__menu-line:nth-child(1) {
  width: 32px;
}

.l-header__menu-line:nth-child(2) {
  width: 28px;
}

.l-header__menu-line:nth-child(3) {
  width: 24px;
}

.l-header__menu:hover .l-header__menu-line {
  width: 32px;
}

/* =================================
   SP（768px以下）
================================= */
@media (max-width: 767px) {
  .l-header {
    width: 89.7436%;
  }
  /* Fixed状態 */
  .l-header.is-fixed {
    top: 10px;
    width: 94.8718%;
  }
  .l-header.is-fixed .l-header__inner {
    padding: 9px 5.405%;
  }
  .l-header__inner {
    padding: 8px 0;
  }
  .l-header__logo img {
    height: 24px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__menu-icon {
    gap: 4px;
  }
  .l-header__menu-line:nth-child(1) {
    width: 28px;
  }
  .l-header__menu-line:nth-child(2) {
    width: 24px;
  }
  .l-header__menu-line:nth-child(3) {
    width: 20px;
  }
  .l-header__menu:hover .l-header__menu-line {
    width: 28px;
  }
}
/* =================================
   Layout - Drawer
================================= */
.l-drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #fff;
  z-index: 2000;
  overflow-y: auto;
  transition: right 0.4s ease;
}

.l-drawer.is-open {
  right: 0;
}

.l-drawer__inner {
  padding: 100px 40px 60px;
}

.l-drawer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.l-drawer__nav-list > li > a {
  font-size: 15px;
  color: #333;
  transition: opacity 0.3s ease;
}

.l-drawer__nav-list > li > a:hover {
  opacity: 0.7;
}

.l-drawer__nav-sublist {
  margin-top: 12px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.l-drawer__nav-sublist a {
  font-size: 13px;
  color: #666;
  transition: opacity 0.3s ease;
}

.l-drawer__nav-sublist a:hover {
  opacity: 0.7;
}

.l-drawer__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.l-drawer__btn {
  display: block;
  padding: 16px 20px;
  background-color: #5a8f3d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: opacity 0.3s ease;
}

.l-drawer__btn:hover {
  opacity: 0.8;
}

.l-drawer__external {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
}

.l-drawer__external a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  transition: opacity 0.3s ease;
}

.l-drawer__external a:hover {
  opacity: 0.7;
}

.l-drawer__external img {
  width: 12px;
  height: 12px;
}

/* オーバーレイ */
.l-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.l-drawer__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* メニューボタン開時 */
.l-header__menu.is-open .l-header__menu-text {
  display: none;
}

.l-header__menu.is-open .l-header__menu-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  width: 28px;
}

.l-header__menu.is-open .l-header__menu-line:nth-child(2) {
  opacity: 0;
}

.l-header__menu.is-open .l-header__menu-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  width: 28px;
}

/* =================================
   SP - Drawer
================================= */
@media (max-width: 767px) {
  .l-drawer {
    width: 100%;
    right: -100%;
  }
  .l-drawer__inner {
    padding: 80px 20px 40px;
  }
  .l-drawer__nav-list {
    gap: 18px;
  }
  .l-drawer__nav-list > li > a {
    font-size: 14px;
  }
  .l-drawer__btns {
    margin-top: 30px;
    padding-top: 30px;
  }
  .l-drawer__btn {
    padding: 14px 16px;
    font-size: 13px;
  }
}
/* =================================
   Layout - Footer
================================= */
.l-footer {
  background-color: #fff;
  padding-top: 100px;
}

.l-footer__inner {
  display: flex;
  justify-content: center;
  gap: 16.5%;
}

/* 左カラム（ロゴ・スライダー） */
.l-footer__left {
  flex-shrink: 0;
  width: 240px;
}

.l-footer__logo {
  width: 228px;
}

.l-footer__logo a {
  display: block;
}

.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* スライダー */
.l-footer__slider {
  margin-top: 100px;
  width: 100%;
  aspect-ratio: 240/300;
  overflow: hidden;
  border-radius: 2px;
}

.l-footer__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 右カラム */
.l-footer__right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ナビゲーション */
.l-footer__nav {
  display: flex;
  gap: 7.143%;
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.l-footer__nav-item {
  line-height: 1.5;
}

.l-footer__nav-item > a {
  display: inline;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
}
.l-footer__nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* サブリスト */
.l-footer__nav-sublist {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.l-footer__nav-sublist a {
  font-size: 14px;
  display: inline;
  color: rgba(25, 36, 30, 0.8);
  position: relative;
  padding-bottom: 2px;
}
.l-footer__nav-sublist a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (hover: hover) {
  .l-footer__nav-item > a:hover::after,
  .l-footer__nav-sublist a:hover::after {
    width: 100%;
  }
}
/* 下部エリア */
.l-footer__bottom {
  margin-top: auto;
  padding-top: 64px;
  border-top: 1px solid rgba(221, 221, 221, 0.8666666667);
}

.l-footer__links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 24px 40px;
}

.l-footer__links li {
  line-height: 1.5;
}

.l-footer__links a {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
}
.l-footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (hover: hover) {
  .l-footer__links a:hover::after {
    width: 100%;
  }
}
.l-footer__external {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 16px 24px;
  margin-top: 24px;
}

.l-footer__external a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: rgba(25, 36, 30, 0.8);
  transition: opacity 0.3s ease;
}

.l-footer__external a:hover {
  opacity: 0.7;
}

.l-footer__external img {
  width: 16px;
  height: 16px;
}

/* コピーライト（全幅） */
.l-footer__copyright {
  margin: 40px auto;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Figtree", sans-serif;
  color: #b1b1b1;
}

/* =================================
   SP（768px以下）
================================= */
@media (max-width: 767px) {
  .l-footer {
    padding-top: 80px;
  }
  .l-footer__inner {
    flex-direction: column;
    gap: 48px;
  }
  .l-footer__left {
    width: 100%;
  }
  .l-footer__logo {
    width: 190px;
  }
  .l-footer__slider {
    display: none;
  }
  .l-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
  .l-footer__bottom {
    margin-top: 64px;
    padding-top: 40px;
  }
  .l-footer__links {
    gap: 24px;
    margin-bottom: 20px;
  }
  .l-footer__external {
    gap: 24px;
  }
  .l-footer__copyright {
    margin: 64px 0 40px;
  }
}
.container {
  width: 100%;
  max-width: calc(94.444% + 40px);
  padding: 0 20px;
  margin-inline: auto;
}

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

@media (max-width: 767px) {
  .container {
    width: 89.7435%;
    padding: 0;
  }
}
.l-page-content {
  padding-top: 100px;
  padding-bottom: 160px;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.l-page-content.is-content-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .l-page-content {
    padding-top: 48px;
    padding-bottom: 100px;
  }
}
.l-cta {
  padding-bottom: 40px;
}

.l-cta__content {
  position: relative;
  overflow: hidden;
  background-color: #314a3d;
  border-radius: 8px;
}

.l-cta__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.l-cta__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.l-cta__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.l-cta__bg-img.is-active {
  opacity: 1;
}

.l-cta__bg.is-active::before {
  opacity: 1;
}

.l-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  padding: 64px 24px;
}

.l-cta__item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  color: #fff;
  transition: background-color 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  min-height: 232px;
  padding: 0 40px;
}

.l-cta__item:last-child {
  border-right: none;
}

.l-cta__img-sp {
  display: none;
}

.l-cta__img-sp img {
  width: 100px;
  aspect-ratio: 100/56;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-cta__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.l-cta__head {
  display: flex;
  align-items: center;
}

.l-cta__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.l-cta__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-cta__titles {
  min-width: 0;
}

.l-cta__label {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6509803922);
  line-height: 1.2;
  margin-bottom: 4px;
}

.l-cta__title {
  line-height: 1.2;
  font-weight: 600;
  font-size: 28px;
}

.l-cta__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  flex: 1;
}

.l-cta__desc {
  display: block;
  opacity: 0.8;
}

.l-cta__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  overflow: hidden;
  margin-top: auto;
  margin-left: auto;
  transition: background-color 0.4s ease;
}

.l-cta__arrow::before,
.l-cta__arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.l-cta__arrow::after {
  transform: translateX(0);
}

.l-cta__arrow::before {
  transform: translateX(-44px);
}

@media (hover: hover) {
  .l-cta__item:hover .l-cta__arrow {
    background-color: rgba(255, 255, 255, 0.28);
  }
  .l-cta__item:hover .l-cta__arrow::after {
    transform: translateX(44px);
  }
  .l-cta__item:hover .l-cta__arrow::before {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .l-cta {
    padding-bottom: 40px;
  }
  .l-cta__content {
    border-radius: 0;
    background-color: transparent;
  }
  .l-cta__bg {
    display: none;
  }
  .l-cta__inner {
    flex-direction: column;
    padding: 0;
    gap: 12px;
  }
  .l-cta__item {
    position: relative;
    background-color: #314a3d;
    padding: 24px;
    gap: 16px;
    border-radius: 4px;
    min-height: 150px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .l-cta__item-content {
    flex: 1;
  }
  .l-cta__icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .l-cta__label {
    display: none;
  }
  .l-cta__title {
    font-size: 20px;
  }
  .l-cta__body {
    margin-top: 8px;
    display: flex;
  }
  .l-cta__desc {
    font-size: 12px;
    line-height: 1.5;
  }
  .l-cta__arrow {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
  }
  .l-cta__img-sp {
    display: block;
    width: 100px;
    height: 100%;
    line-height: 1;
  }
  .l-cta__img-sp img {
    aspect-ratio: inherit;
    height: 100%;
  }
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 10px 10px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background-color: #515d52;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.4s ease;
}

@media (hover: hover) {
  .c-btn:hover {
    background-color: #3d473e;
  }
  .c-btn:hover .c-btn__icon:not(.c-btn__icon--calendar) {
    background-color: rgba(255, 255, 255, 0.16);
  }
  .c-btn:hover .c-btn__icon:not(.c-btn__icon--calendar)::after {
    transform: translateX(32px);
  }
  .c-btn:hover .c-btn__icon:not(.c-btn__icon--calendar)::before {
    transform: translateX(0);
  }
  .c-btn:hover.c-btn--back .c-btn__icon::after {
    transform: rotate(180deg) translateX(32px);
  }
  .c-btn:hover.c-btn--back .c-btn__icon::before {
    transform: rotate(180deg) translateX(0);
  }
  .c-btn:hover .c-btn__icon--blank::after {
    transform: translate(32px, -32px);
  }
  .c-btn:hover .c-btn__icon--blank::before {
    transform: translate(0, 0);
  }
}
.c-btn__text {
  flex: 1;
}

.c-btn__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.c-btn__icon::before,
.c-btn__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.c-btn__icon::after {
  transform: translateX(0);
}

.c-btn__icon::before {
  transform: translateX(-32px);
}

.c-btn--back {
  flex-direction: row-reverse;
  gap: 24px;
  min-width: 240px;
  padding: 10px 20px 10px 10px;
}

.c-btn--back .c-btn__icon::after {
  transform: rotate(180deg) translateX(0);
}

.c-btn--back .c-btn__icon::before {
  transform: rotate(180deg) translateX(-32px);
}

.c-btn__icon--pdf::before,
.c-btn__icon--pdf::after {
  width: 11px;
  height: 11px;
  background-image: url("../images/common/icon-pdf--white.svg");
}

.c-btn__icon--blank::before,
.c-btn__icon--blank::after {
  width: 11px;
  height: 11px;
  background-image: url("../images/common/icon-external.svg");
}

.c-btn__icon--blank::after {
  transform: translate(0, 0);
}

.c-btn__icon--blank::before {
  transform: translate(-32px, 32px);
}

@media (max-width: 767px) {
  .c-btn {
    gap: 32px;
    padding: 8px 8px 8px 16px;
    font-size: 14px;
  }
  .c-btn--back {
    gap: 20px;
    min-width: 200px;
    padding: 8px 16px 8px 8px;
  }
}
.c-breadcrumb {
  margin-top: 160px;
  padding-bottom: 24px;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: 0.15s;
}

.c-breadcrumb.is-content-visible {
  opacity: 1;
}

.l-page-content + .c-breadcrumb {
  margin-top: 0;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  flex-wrap: nowrap;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(25, 36, 30, 0.8);
  flex-shrink: 0;
}

.c-breadcrumb__item:last-child {
  flex-shrink: 1;
  min-width: 0;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #ddd;
}

.c-breadcrumb__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-breadcrumb__link img {
  width: 14px;
  height: 14px;
}

.c-breadcrumb__current {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 100px;
    padding-bottom: 16px;
  }
  .c-breadcrumb__item {
    font-size: 10px;
  }
  .c-breadcrumb__link img {
    width: 14px;
    height: 14px;
  }
}
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.c-form-field {
  padding: 40px 0 0;
}

.c-form-field:first-of-type {
  padding-top: 0;
}

.c-form-field__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.c-form-field__name {
  font-size: 16px;
  font-weight: 600;
}

.c-form-field__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background-color: #a91717;
  border-radius: 2px;
}

.c-form-field__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background-color: #949494;
  border-radius: 2px;
}

.c-form-field__body label {
  width: 100%;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-date {
  display: block;
  width: 100%;
  padding: 15px 46px 15px 16px;
  font-size: 16px;
  color: #19241e;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-tel:focus,
.wpcf7-form-control.wpcf7-date:focus {
  border-color: #19241e;
}

.wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7-form-control.wpcf7-email::-moz-placeholder, .wpcf7-form-control.wpcf7-tel::-moz-placeholder {
  color: rgba(25, 36, 30, 0.4);
}

.wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form-control.wpcf7-email::placeholder,
.wpcf7-form-control.wpcf7-tel::placeholder {
  color: rgba(25, 36, 30, 0.4);
}

.wpcf7-form-control.wpcf7-date {
  position: relative;
  cursor: pointer;
  background-image: url("../images/common/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
}

.wpcf7-form-control.wpcf7-date::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.wpcf7-form-control.wpcf7-select {
  display: block;
  width: 100%;
  padding: 16px 46px 16px 16px;
  font-size: 16px;
  color: #19241e;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2319241e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 6px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.wpcf7-form-control.wpcf7-select:focus {
  border-color: #19241e;
}

.wpcf7-form-control.wpcf7-select:invalid,
.wpcf7-form-control.wpcf7-select option[value=""] {
  color: #acacac;
}

.wpcf7-form-control.wpcf7-select.c-form-field__select--short {
  width: 320px;
}

.wpcf7-form-control.wpcf7-textarea {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  resize: vertical;
  min-height: 175px;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #19241e;
}

.wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  color: rgba(25, 36, 30, 0.4);
}

.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: rgba(25, 36, 30, 0.4);
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}

.wpcf7-form-control.wpcf7-radio--column {
  flex-direction: column;
  gap: 12px;
}

.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 21px;
  height: 21px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' fill='%23215E3F'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked {
  background-image: url(../../assets/images/common/icon-form-check.svg);
}

.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  justify-content: center;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='4 4 16 16'%3E%3Cpath d='M10.3688 15.7702L6.8125 12.2139L7.52517 11.501L10.3688 14.3447L16.4792 8.23438L17.1918 8.94721L10.3688 15.7702Z' fill='%23215E3F'/%3E%3C/svg%3E");
}

.c-form-field__inline {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.c-form-field__inline .wpcf7-form-control-wrap {
  display: inline-block;
}

.c-form-field__inline label {
  width: auto;
}

.c-form-field__suffix {
  flex-shrink: 0;
  margin-right: 16px;
  line-height: 1;
  font-weight: 600;
}

.c-form-field__suffix:last-child {
  margin-right: 0;
}

.c-form-field--privacy {
  padding-top: 40px;
}

.c-form-privacy {
  margin-bottom: 24px;
}

.c-form-privacy__text {
  height: 172px;
  padding: 30px 16px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.8;
  color: #19241e;
}

.c-form-privacy__lead {
  margin-bottom: 24px;
}

.c-form-privacy__heading {
  display: block;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}

.c-form-privacy__body {
  margin-bottom: 0;
}

.c-form-privacy__body + .c-form-privacy__heading {
  margin-top: 24px;
}

.c-form-privacy__agree {
  margin-top: 24px;
  text-align: center;
}

.c-form-submit {
  margin-top: 64px;
}

.c-form-submit__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 32px;
  background-color: #515d52;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-form-submit__text {
  text-align: center;
}

.c-form-submit__icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  flex-shrink: 0;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.c-form-submit__icon::before,
.c-form-submit__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.c-form-submit__icon::after {
  transform: translateX(0);
}

.c-form-submit__icon::before {
  transform: translateX(-43px);
}

@media (hover: hover) {
  .c-form-submit__btn:hover {
    background-color: #3d473e;
  }
  .c-form-submit__btn:hover .c-form-submit__icon {
    background-color: rgba(255, 255, 255, 0.16);
  }
  .c-form-submit__btn:hover .c-form-submit__icon::after {
    transform: translateX(43px);
  }
  .c-form-submit__btn:hover .c-form-submit__icon::before {
    transform: translateX(0);
  }
}
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #a91717;
}

.wpcf7-not-valid {
  border-color: #a91717 !important;
}

.wpcf7-response-output {
  margin-top: 32px;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #009240;
  color: #009240;
}

.wpcf7-validation-errors {
  border: 1px solid #a91717;
  color: #a91717;
}

@media (max-width: 767px) {
  .c-form-field {
    padding: 32px 0 0;
  }
  .wpcf7-form-control.wpcf7-select.c-form-field__select--short {
    width: 200px;
  }
  .wpcf7-form-control.wpcf7-checkbox {
    gap: 20px 32px;
  }
  .c-form-field__inline {
    gap: 32px 16px;
  }
  .c-form-field__suffix {
    font-size: 16px;
  }
  .c-form-field--privacy {
    padding-top: 32px;
  }
  .c-form-privacy__text {
    padding: 20px;
    height: 340px;
    font-size: 13px;
    line-height: 1.8;
  }
  .c-form-privacy__agree {
    margin-top: 32px;
  }
  .c-form-submit {
    margin-top: 48px;
  }
  .c-form-submit__btn {
    padding: 16px;
    font-size: 16px;
  }
  .c-form-submit__icon {
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .c-form-submit__icon::before {
    transform: translateX(-40px);
  }
}
.c-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.c-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.c-card__thumbnail {
  overflow: hidden;
  aspect-ratio: 432/288;
  border-radius: 4px;
}

.c-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.c-card__meta:empty {
  display: none;
}

.c-card__category {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.c-card__date {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(25, 36, 30, 0.6509803922);
}

.c-card__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.c-card__title--lg {
  font-size: 24px;
}

.c-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.c-card__info-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 16px;
  line-height: 1.2;
}

.c-card__info-item dt {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 86px;
  font-weight: 500;
  flex-shrink: 0;
}

.c-card__info-item dt img {
  width: 18px;
  height: 18px;
}

.c-card__info-item:has(dd:empty) {
  display: none;
}

.c-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  list-style: none;
}

.c-card__tag {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(25, 36, 30, 0.6509803922);
}

.c-card__action {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding: 24px 10px 19px;
}

.c-card__link {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (hover: hover) {
  .c-card__link:hover .c-card__link-arrow {
    background-color: #667868;
  }
  .c-card__link:hover .c-card__link-arrow::after {
    transform: translateX(32px);
  }
  .c-card__link:hover .c-card__link-arrow::before {
    transform: translateX(0);
  }
  .c-card__link:hover .c-card__link-arrow--external::after {
    transform: translate(32px, -32px);
  }
  .c-card__link:hover .c-card__link-arrow--external::before {
    transform: translate(0, 0);
  }
}
.c-card__link-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.c-card__link-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: #78887a;
  border-radius: 2px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.c-card__link-arrow::before,
.c-card__link-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 9px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.c-card__link-arrow::after {
  transform: translateX(0);
}

.c-card__link-arrow::before {
  transform: translateX(-32px);
}

.c-card__link--icon-only {
  margin-left: auto;
}

.c-card__link-arrow--external::before,
.c-card__link-arrow--external::after {
  background-image: url(../images/common/icon-external.svg);
  width: 9px;
  height: 9px;
}

.c-card__link-arrow--external::after {
  transform: translate(0, 0);
}

.c-card__link-arrow--external::before {
  transform: translate(-32px, 32px);
}

.c-card--lg .c-card__thumbnail {
  aspect-ratio: 896/597;
}

.c-card--lg .c-card__meta {
  margin-top: 32px;
}

.c-card--lg .c-card__title {
  font-size: 24px;
  margin-top: 32px;
}

.c-card--lg .c-card__info {
  margin-top: 24px;
}

.c-card--works .c-card__meta {
  display: none;
}

.c-card--works .c-card__title {
  margin-top: 24px;
}

.c-card--modelhouse .c-card__thumbnail {
  aspect-ratio: 896/597;
}

.c-card--modelhouse .c-card__meta {
  display: none;
}

.c-card--modelhouse .c-card__title {
  margin-top: 32px;
}

.c-card--modelhouse .c-card__action {
  padding-bottom: 24px;
}

.c-card--modelhouse-archive .c-card__title {
  margin-top: 24px;
}

.c-card--event .c-card__tags {
  display: none;
}

.c-card--column .c-card__thumbnail {
  aspect-ratio: 316/237;
}

.c-card--column .c-card__title {
  margin-top: 16px;
}

.c-card--column .c-card__info {
  display: none;
}

.c-card--column .c-card__tags {
  display: none;
}

@media (max-width: 767px) {
  .c-card__meta {
    gap: 16px;
  }
  .c-card__category {
    font-size: 12px;
    min-width: 80px;
  }
  .c-card__date {
    font-size: 10px;
  }
  .c-card__title {
    margin-top: 8px;
    font-size: 20px;
  }
  .c-card__title--lg {
    font-size: 20px;
  }
  .c-card__info-item {
    font-size: 14px;
    gap: 12px;
  }
  .c-card__info-item dt {
    width: 85px;
  }
  .c-card__tags {
    margin-top: 12px;
  }
  .c-card__action {
    padding-bottom: 15px;
  }
  .c-card__link-text {
    font-size: 14px;
  }
  .c-card--lg .c-card__thumbnail {
    aspect-ratio: 350/233;
  }
  .c-card--lg .c-card__title {
    margin-top: 24px;
    font-size: 20px;
  }
  .c-card--lg .c-card__info {
    margin-top: 16px;
  }
  .c-card--lg .c-card__meta {
    margin-top: 24px;
  }
  .c-card--works .c-card__title,
  .c-card--modelhouse .c-card__title {
    margin-top: 24px;
  }
  .c-card--modelhouse .c-card__action {
    padding-bottom: 15px;
  }
}
/* ==========================================================================
   Empty Message（投稿なし）
   ========================================================================== */
.c-empty-message {
  padding: 48px 20px;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .c-empty-message {
    padding: 32px 16px;
    font-size: 13px;
  }
}
.c-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.c-section-header__desc {
  width: 66%;
  color: rgba(25, 36, 30, 0.8);
}

.c-section-title__en {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #acacac;
  letter-spacing: 0;
}

.c-section-title__ja {
  margin-top: 12px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.c-page-section-header__en {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #acacac;
  letter-spacing: 0;
}

.c-page-section-header__ja {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.c-page-section-header--lg .c-page-section-header__ja {
  margin-top: 12px;
  font-size: 32px;
}

.c-page-section-header__desc {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(25, 36, 30, 0.8);
}

@media (max-width: 767px) {
  .c-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .c-section-header__desc {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
  }
  .c-section-title__en {
    font-size: 12px;
  }
  .c-section-title__ja {
    margin-top: 8px;
    font-size: 32px;
  }
  .c-page-section-header__en {
    font-size: 12px;
  }
  .c-page-section-header__ja {
    margin-top: 6px;
    font-size: 24px;
  }
  .c-page-section-header--lg .c-page-section-header__ja {
    font-size: 24px;
    margin-top: 8px;
  }
  .c-page-section-header__desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.c-layout {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}

.c-layout__header {
  width: 30%;
  flex-shrink: 0;
}

.c-layout__sticky {
  position: sticky;
  top: 78px;
}

.c-layout__body {
  width: 65.9%;
}

.c-layout__desc {
  margin-top: 48px;
  line-height: 1.6;
  color: rgba(25, 36, 30, 0.8);
}

.c-layout__action {
  margin-top: 64px;
}

.c-layout__action--sp {
  display: none;
}

.c-layout--center {
  align-items: flex-end;
}

@media (max-width: 767px) {
  .c-layout {
    flex-direction: column;
    gap: 40px;
  }
  .c-layout__header {
    width: 100%;
  }
  .c-layout__sticky {
    position: static;
  }
  .c-layout__body {
    width: 100%;
  }
  .c-layout__desc {
    margin-top: 32px;
    font-size: 15px;
  }
  .c-layout__action {
    margin-top: 48px;
    text-align: center;
  }
  .c-layout__action--pc {
    display: none;
  }
  .c-layout__action--sp {
    display: block;
  }
}
.c-page-header {
  padding-top: 160px;
}

.c-page-header__inner {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.c-page-header__en {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #acacac;
  letter-spacing: 0;
}

.c-page-header__ja {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.js-heading-anim .c-page-header__en,
.js-heading-anim .c-page-header__ja {
  opacity: 0;
  transform: translateY(20px);
}

.js-heading-anim .c-page-header__en {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-heading-anim.is-visible .c-page-header__en {
  opacity: 1;
  transform: translateY(0);
}

.js-heading-anim.is-visible .c-page-header__ja {
  opacity: 1;
  transform: translateY(0);
}

.c-page-header__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.js-heading-anim.is-visible .c-page-header__char {
  animation: headingCharFadeUp 0.6s ease forwards;
}

@keyframes headingCharFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-page-header__desc {
  color: rgba(25, 36, 30, 0.8);
}

.js-header-desc-fade {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-header-desc-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .c-page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-top: 96px;
  }
  .c-page-header__inner {
    padding-bottom: 40px;
  }
  .c-page-header__en {
    font-size: 12px;
  }
  .c-page-header__ja {
    margin-top: 8px;
    font-size: 32px;
  }
  .c-page-header__desc {
    font-size: 15px;
    line-height: 1.6;
  }
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.wp-pagenavi a.page,
.wp-pagenavi span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.wp-pagenavi a.page {
  color: #19241e;
  background-color: #fff;
}

.wp-pagenavi a.page:hover {
  background-color: #f5f5f5;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #19241e;
}

.wp-pagenavi span.extend {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 40px;
  padding: 0 16px;
  height: 40px;
  background-color: #515d52;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  opacity: 0.7;
}

.wp-pagenavi a.previouspostslink .text,
.wp-pagenavi a.nextpostslink .text {
  font-size: 15px;
  color: #fff;
  line-height: 1;
}

.wp-pagenavi a.previouspostslink .nextprev,
.wp-pagenavi a.nextpostslink .nextprev {
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wp-pagenavi a.previouspostslink .nextprev {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .wp-pagenavi a.page,
  .wp-pagenavi span.current {
    min-width: 36px;
    height: 32px;
    font-size: 14px;
  }
  .wp-pagenavi span.extend {
    min-width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    min-width: 36px;
    height: 32px;
    padding: 0 10px;
  }
}
@keyframes c-marquee-scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.c-marquee {
  overflow: hidden;
}

.c-marquee__wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.c-marquee__list {
  display: flex;
  animation: c-marquee-scroll 50s linear infinite both;
}

.c-marquee__list img {
  margin-right: 4px;
  border-radius: 4px;
  width: auto;
  height: 500px;
}

.c-marquee--about .c-marquee__list img {
  width: 320px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .c-marquee__list img {
    height: 350px;
    margin-right: 2px;
  }
  .c-marquee--about .c-marquee__list img {
    width: 160px;
    height: 160px;
    margin-right: 12px;
  }
}
.c-slider-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.c-slider-nav__scrollbar {
  flex: 1;
  min-width: 0;
  top: 50% !important;
  height: 2px !important;
  background-color: #ddd;
  border-radius: 0;
  width: calc(100% - 144px) !important;
}

.c-slider-nav__scrollbar .swiper-scrollbar-drag {
  background-color: #19241e;
  height: 2px;
  border-radius: 0;
}

.c-slider-nav__arrows {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

.c-slider-nav__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.c-slider-nav__arrow::before,
.c-slider-nav__arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon-arrow-right-triangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.c-slider-nav__arrow::after {
  transform: translateX(0);
}

.c-slider-nav__arrow::before {
  transform: translateX(-48px);
}

@media (hover: hover) {
  .c-slider-nav__arrow:not(.swiper-button-disabled):hover::after {
    transform: translateX(48px);
  }
  .c-slider-nav__arrow:not(.swiper-button-disabled):hover::before {
    transform: translateX(0);
  }
}
.c-slider-nav__arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.c-slider-nav__arrow--prev {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .c-slider-nav__scrollbar {
    position: relative;
    width: 100% !important;
  }
  .c-slider-nav__arrows {
    display: none;
  }
  .c-slider-nav__arrow {
    width: 32px;
    height: 32px;
  }
}
.c-toc {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 64px;
}

.c-toc__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}

.c-toc__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  counter-reset: toc-counter;
}

.c-toc__item {
  counter-increment: toc-counter;
  line-height: 1.75;
}

.c-toc__item a {
  display: block;
  color: rgba(25, 36, 30, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-toc__item a::before {
  content: counter(toc-counter) ". ";
}

.c-toc__item a:hover {
  color: #515d52;
  text-decoration: underline;
}

.c-toc__item--sub {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .c-toc {
    padding: 24px;
    margin-top: 40px;
  }
  .c-toc__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .c-toc__list {
    gap: 10px;
  }
  .c-toc__item a {
    font-size: 14px;
  }
  .c-toc__item--sub {
    padding-left: 24px;
  }
}
.c-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.c-modal {
  position: relative;
  background: #fff;
  border-radius: 8px;
  max-width: 1127px;
  width: calc(100% - 80px);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 56px 64px;
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.c-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c-modal__close-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #78887a;
}

.c-modal__close-icon::before,
.c-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
}

.c-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__content {
  display: flex;
  align-items: center;
  gap: 48px;
}

.c-modal__img {
  flex-shrink: 0;
  width: 524px;
  border-radius: 2px;
  overflow: hidden;
}

.c-modal__img img {
  width: 100%;
  aspect-ratio: 524/352;
  height: auto;
  display: block;
}

.c-modal__body {
  flex: 1;
  min-width: 0;
}

.c-modal__number {
  font-size: 15px;
  color: #acacac;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Figtree", sans-serif;
}

.c-modal__catch {
  margin-top: 32px;
  line-height: 1.5;
}

.c-modal__title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.c-modal__desc {
  margin-top: 32px;
  color: rgba(25, 36, 30, 0.8);
}

.c-modal__desc p + p {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .c-modal {
    border-radius: 4px;
    width: calc(100% - 40px);
    max-height: calc(100vh - 160px);
    padding: 40px 24px;
  }
  .c-modal__close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
  .c-modal__close-icon {
    width: 32px;
    height: 32px;
  }
  .c-modal__close-icon::before,
  .c-modal__close-icon::after {
    width: 10px;
    height: 1px;
  }
  .c-modal__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .c-modal__body {
    display: contents;
  }
  .c-modal__number {
    order: 1;
    font-size: 12px;
  }
  .c-modal__catch {
    order: 2;
    margin-top: 16px;
  }
  .c-modal__title {
    order: 3;
    font-size: 20px;
  }
  .c-modal__img {
    order: 4;
    width: 100%;
    margin-top: 24px;
  }
  .c-modal__desc {
    order: 5;
  }
}
/* =================================
   Fixed Floating Buttons (追従ボタン)
   全ページ共通コンポーネント
================================= */
/* PC：右下20px、縦並び、gap 8px */
.c-fixed-btns {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1030;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.c-fixed-btns.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ボタン共通 */
.c-fixed-btns__btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 240px;
  max-width: 100%;
  padding: 10px 10px 10px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.4s ease;
}

/* カラーバリエーション */
.c-fixed-btns__btn--reserve {
  background: #215e3f;
}

.c-fixed-btns__btn--event {
  background: #709421;
}

@media (hover: hover) {
  .c-fixed-btns__btn--reserve:hover {
    background: #1a4b32;
  }
  .c-fixed-btns__btn--event:hover {
    background: #5d7c1b;
  }
  .c-fixed-btns__btn:hover .c-fixed-btns__arrow {
    background-color: rgba(255, 255, 255, 0.28);
  }
  .c-fixed-btns__btn:hover .c-fixed-btns__arrow::after {
    transform: translateX(40px);
  }
  .c-fixed-btns__btn:hover .c-fixed-btns__arrow::before {
    transform: translateX(0);
  }
}
/* アイコン */
.c-fixed-btns__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.c-fixed-btns__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* テキスト */
.c-fixed-btns__text {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}

/* 矢印 */
.c-fixed-btns__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.c-fixed-btns__arrow::before,
.c-fixed-btns__arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 8px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.c-fixed-btns__arrow::after {
  transform: translateX(0);
}

.c-fixed-btns__arrow::before {
  transform: translateX(-40px);
}

/* SP：画面下部の帯、横並び */
@media (max-width: 767px) {
  .c-fixed-btns {
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    gap: 8px;
    padding: 15px 2.5641%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .c-fixed-btns__btn {
    flex: 1;
    width: auto;
    gap: 8px;
    padding: 13px 10px;
    justify-content: center;
  }
  .c-fixed-btns__text {
    flex: none;
  }
  .c-fixed-btns__arrow {
    display: none;
  }
}
/* =================================
   Top - Hero
================================= */
.p-top-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
}

/* スライダー */
.p-top-hero__slider {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-top-hero__slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(64, 53, 22, 0) 0%, rgba(64, 53, 22, 0.2) 100%);
  pointer-events: none;
}

.p-top-hero__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
  transition: none;
}

/* Ken Burns: ローディング完了後にtransitionを有効化 */
.p-top-hero__slider.is-zoom-ready .swiper-slide img {
  transition: transform 9s linear;
}

/* activeスライドのみズームアウト */
.p-top-hero__slider.is-zoom-ready .swiper-slide-active img {
  transform: scale(1);
}

/* プログレスバー */
.p-top-hero__progress {
  position: absolute;
  left: 40px;
  bottom: 37px;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 10;
  opacity: 0;
  animation: heroFadeOpacity 0.8s ease forwards;
  animation-delay: 1.4s;
}

.p-top-hero__progress-current,
.p-top-hero__progress-total {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  font-family: "Figtree", sans-serif;
}

.p-top-hero__progress-bar {
  width: 128px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2392156863);
  position: relative;
  overflow: hidden;
}

.p-top-hero__progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}

/* メインコンテンツ（キャッチ＋バッジのラッパー） */
.p-top-hero__main {
  position: absolute;
  top: 51%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 10;
}

/* キャッチコピー */
.p-top-hero__catch {
  font-family: "Zen Kaku Gothic New", "Figtree", sans-serif;
}

.p-top-hero__catch-line {
  display: flex;
  align-items: baseline; /* ベースラインで揃える */
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-hero__catch-char {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translateY(20px);
  animation: catchFadeUp 0.6s ease forwards;
}

.p-top-hero__catch-char--no {
  font-size: 54px;
}

.p-top-hero__catch-char--comma {
  font-size: 48px;
}

.p-top-hero__catch-char--period {
  font-size: 50px;
}

/* アンダーバー */
.p-top-hero__catch-underline {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  animation: underlineExpand 0.6s ease forwards;
}

/* 1行目のアンダーバー */
.p-top-hero__catch-line:nth-child(1) .p-top-hero__catch-underline {
  animation-delay: 0.5s;
}

/* 2行目のアンダーバー */
.p-top-hero__catch-line:nth-child(2) .p-top-hero__catch-underline {
  animation-delay: 0.9s;
}

/* 1文字ずつ遅延 */
.p-top-hero__catch-char:nth-child(1) {
  animation-delay: 0.1s;
}

.p-top-hero__catch-char:nth-child(2) {
  animation-delay: 0.15s;
}

.p-top-hero__catch-char:nth-child(3) {
  animation-delay: 0.2s;
}

.p-top-hero__catch-char:nth-child(4) {
  animation-delay: 0.25s;
}

.p-top-hero__catch-char:nth-child(5) {
  animation-delay: 0.3s;
}

.p-top-hero__catch-char:nth-child(6) {
  animation-delay: 0.35s;
}

.p-top-hero__catch-line:nth-child(2) .p-top-hero__catch-char:nth-child(1) {
  animation-delay: 0.5s;
}

.p-top-hero__catch-line:nth-child(2) .p-top-hero__catch-char:nth-child(2) {
  animation-delay: 0.55s;
}

.p-top-hero__catch-line:nth-child(2) .p-top-hero__catch-char:nth-child(3) {
  animation-delay: 0.6s;
}

.p-top-hero__catch-line:nth-child(2) .p-top-hero__catch-char:nth-child(4) {
  animation-delay: 0.65s;
}

.p-top-hero__catch-line:nth-child(2) .p-top-hero__catch-char:nth-child(5) {
  animation-delay: 0.7s;
}

@keyframes catchFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes underlineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroFadeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* バッジ（オリーブ画像＋注意書き） */
.p-top-hero__badges {
  margin-top: 48px;
  opacity: 0;
  transform: translateY(16px);
  animation: heroFadeIn 0.8s ease forwards;
  animation-delay: 1s;
}

.p-top-hero__badges-images {
  display: flex;
  gap: 10px;
}

.p-top-hero__badge-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
  width: auto;
}

.p-top-hero__badges-notes {
  margin-top: 16px;
}

.p-top-hero__badge-note {
  font-size: 10px;
  color: #fff;
  opacity: 0.8;
  line-height: 1.6;
}

/* 固定ボタン */
.p-top-hero__fixed-btns {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.p-top-hero__fixed-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 316px;
  max-width: 100%;
  padding: 10px 10px 10px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease, background 0.4s ease;
}

.p-top-hero__fixed-btns.is-visible .p-top-hero__fixed-btn {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  .p-top-hero__fixed-btn:hover {
    background: rgba(0, 0, 0, 0.35);
  }
  .p-top-hero__fixed-btn:hover .p-top-hero__fixed-btn-arrow {
    background-color: rgba(255, 255, 255, 0.28);
  }
  .p-top-hero__fixed-btn:hover .p-top-hero__fixed-btn-arrow::after {
    transform: translateX(40px);
  }
  .p-top-hero__fixed-btn:hover .p-top-hero__fixed-btn-arrow::before {
    transform: translateX(0);
  }
}
.p-top-hero__fixed-btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.p-top-hero__fixed-btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-hero__fixed-btn-text {
  flex: 1;
  line-height: 1.5;
  white-space: nowrap;
}

.p-top-hero__fixed-btn-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.p-top-hero__fixed-btn-arrow::before,
.p-top-hero__fixed-btn-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.p-top-hero__fixed-btn-arrow::after {
  transform: translateX(0);
}

.p-top-hero__fixed-btn-arrow::before {
  transform: translateX(-40px);
}

.p-top-hero__scrolldown {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 10;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  opacity: 0;
  animation: heroFadeOpacity 0.8s ease forwards;
  animation-delay: 1.4s;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
}

.p-top-events {
  padding: 160px 0;
}

.p-top-events__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 32px;
}

.p-top-events__card-main {
  grid-column: 1/-1;
  grid-row: span 1;
  display: block;
  margin-bottom: 16px;
}

.p-top-parallax {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.p-top-parallax__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-concept {
  padding: 240px 0 390px;
  overflow: hidden;
}

.p-top-concept__bg-layout {
  position: relative;
}

.p-top-concept__inner {
  position: relative;
}

.p-top-concept__body {
  display: flex;
  justify-content: center;
  gap: 64px;
  position: relative;
  z-index: 2;
  margin-right: 190px;
}

.p-top-concept__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", "Figtree", sans-serif;
  gap: 20px;
  color: #2d3631;
}

.p-top-concept__title-col {
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.12em;
  padding-right: 6px;
}

.p-top-concept__title-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}

.p-top-concept__title-sm {
  font-size: 36px;
}

.p-top-concept__title-lg {
  font-size: 42px;
}

.p-top-concept__title-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #2d3631;
  transform: scaleY(0);
  transform-origin: top center;
}

.p-top-concept__body.is-visible .p-top-concept__title-char {
  animation: conceptCharFadeIn 0.5s ease forwards;
}
.p-top-concept__body.is-visible .p-top-concept__title-line {
  animation: conceptLineExpand 0.5s ease forwards;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(1) .p-top-concept__title-char:nth-child(1) {
  animation-delay: 0.1s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(1) .p-top-concept__title-char:nth-child(2) {
  animation-delay: 0.15s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(1) .p-top-concept__title-char:nth-child(3) {
  animation-delay: 0.2s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(1) .p-top-concept__title-char:nth-child(4) {
  animation-delay: 0.25s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(1) .p-top-concept__title-char:nth-child(5) {
  animation-delay: 0.3s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(1) .p-top-concept__title-char:nth-child(6) {
  animation-delay: 0.35s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(1) .p-top-concept__title-line {
  animation-delay: 0.45s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(2) .p-top-concept__title-char:nth-child(1) {
  animation-delay: 0.5s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(2) .p-top-concept__title-char:nth-child(2) {
  animation-delay: 0.55s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(2) .p-top-concept__title-char:nth-child(3) {
  animation-delay: 0.6s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(2) .p-top-concept__title-char:nth-child(4) {
  animation-delay: 0.65s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(2) .p-top-concept__title-char:nth-child(5) {
  animation-delay: 0.7s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(2) .p-top-concept__title-char:nth-child(6) {
  animation-delay: 0.75s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(2) .p-top-concept__title-line {
  animation-delay: 0.85s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(3) .p-top-concept__title-char:nth-child(1) {
  animation-delay: 0.9s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(3) .p-top-concept__title-char:nth-child(2) {
  animation-delay: 0.95s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(3) .p-top-concept__title-char:nth-child(3) {
  animation-delay: 1s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(3) .p-top-concept__title-char:nth-child(4) {
  animation-delay: 1.05s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(3) .p-top-concept__title-char:nth-child(5) {
  animation-delay: 1.1s;
}
.p-top-concept__body.is-visible .p-top-concept__title-col:nth-child(3) .p-top-concept__title-line {
  animation-delay: 1.2s;
}
.p-top-concept__body.is-visible .p-top-concept__content {
  animation: conceptContentFadeIn 0.8s ease forwards;
  animation-delay: 1.5s;
}

@keyframes conceptCharFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes conceptLineExpand {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes conceptContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-concept__content {
  position: relative;
  padding-top: 140px;
  opacity: 0;
  transform: translateY(30px);
}

.p-top-concept__desc {
  font-size: 18px;
  line-height: 2.3;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-top-concept__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
  width: 305px;
}

.p-top-concept__img {
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
}

.p-top-concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-concept__img--01 {
  top: -128px;
  right: 288px;
  width: 160px;
  height: 180px;
  z-index: 1;
}

.p-top-concept__img--02 {
  top: -32px;
  right: -16px;
  width: 370px;
  height: 493px;
  z-index: 0;
}

.p-top-concept__img--03 {
  top: 400px;
  left: 40px;
  width: 316px;
  height: 400px;
}

.p-top-modelhouse {
  padding-bottom: 160px;
}

.p-top-modelhouse__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.p-top-works {
  padding-top: 120px;
  background-color: #e7eae7;
}

.p-top-works .c-section-header {
  margin-bottom: 48px;
}

.p-top-works__stack {
  position: relative;
}

.p-top-works__list {
  position: sticky;
  top: calc(70px + 30px);
  height: calc(100vh - 70px - 50px);
  overflow: hidden;
}

.p-top-works__card {
  position: absolute;
  top: 0;
  left: 1.39%;
  right: 1.39%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  will-change: transform;
}

.p-top-works__card-img {
  width: 100%;
  height: 100%;
}

.p-top-works__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.p-top-works__card-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -11.25%, rgba(0, 0, 0, 0.2) 70.87%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.p-top-works__card-num {
  position: absolute;
  top: 24px;
  left: 50%;
  letter-spacing: 0;
  transform: translateX(-50%);
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.p-top-works__card-body .c-card__title {
  font-size: 22px;
  margin-top: 0;
}

.p-top-works__card-body .c-card__info {
  gap: 8px 16px;
  margin-top: 24px;
}

.p-top-works__card-body .c-card__action {
  margin-top: 0;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}

.p-top-works__card-body .c-card__link-arrow {
  background-color: rgba(255, 255, 255, 0.24);
}

.p-top-works__card-body .c-card__link-arrow::before,
.p-top-works__card-body .c-card__link-arrow::after {
  width: 6px;
  height: 10px;
}

.p-top-works__footer {
  display: flex;
  justify-content: center;
  padding: 80px 0 120px;
}

.p-top-voice {
  padding: 160px 0;
}

.p-top-voice .c-section-header {
  margin-bottom: 48px;
}

.p-top-voice__slider .swiper {
  overflow: visible;
}

.p-top-voice__slider .swiper-wrapper {
  align-items: stretch;
}

.p-top-voice__slider .swiper-slide {
  width: 432px;
  height: auto;
}

.p-top-voice__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  padding: 16px 16px 16px 16px;
  border: 1px solid #ddd;
}

@media (hover: hover) {
  .p-top-voice__card:hover .p-top-voice__card-arrow {
    background-color: #667868;
  }
  .p-top-voice__card:hover .p-top-voice__card-arrow::after {
    transform: translateX(40px);
  }
  .p-top-voice__card:hover .p-top-voice__card-arrow::before {
    transform: translateX(0);
  }
}
.p-top-voice__card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-top-voice__card-meta {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(25, 36, 30, 0.5019607843);
  padding-left: 16px;
}

.p-top-voice__card-thumbnail {
  width: 160px;
  aspect-ratio: 160/107;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: auto;
}

.p-top-voice__card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-voice__card-body {
  position: relative;
  margin-top: 16px;
  padding: 40px 16px 0;
  flex: 1;
}

.p-top-voice__card-body::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  left: 16px;
  top: 0;
  background-image: url(../images/common/icon-voice-blockquote.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top-voice__card-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #78887a;
  border-radius: 2px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.p-top-voice__card-arrow::before,
.p-top-voice__card-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.p-top-voice__card-arrow::after {
  transform: translateX(0);
}

.p-top-voice__card-arrow::before {
  transform: translateX(-40px);
}

.p-top-voice__action {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.p-top-voice .c-card__action {
  padding: 25px 8px 8px 8px;
}

.p-top-voice .c-slider-nav {
  display: none;
}

.p-top-voice__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-top-activity {
  padding-top: 128px;
}

.p-top-activity__body {
  margin-top: 50px;
}

.p-top-activity__swiper .swiper-wrapper {
  display: flex;
}

.p-top-activity__swiper .swiper-slide {
  width: 33.3333333333%;
  flex-shrink: 0;
}

.p-top-activity__card {
  text-align: center;
  padding: 48px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.p-top-activity__swiper .swiper-slide:last-child .p-top-activity__card {
  border-right: 1px solid #ddd;
}

.p-top-activity__card-num {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #acacac;
}

.p-top-activity__card-img {
  margin-top: 26px;
  aspect-ratio: 250/313;
  width: 65%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 4px;
}

.p-top-activity__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-activity__card-title {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-activity__card-desc {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(25, 36, 30, 0.8);
}

.p-top-activity__controls {
  display: none;
}

.p-top-column {
  padding: 160px 0 160px;
}

.p-top-column__slider {
  overflow: hidden;
}

.p-top-column__swiper {
  overflow: visible;
}

.p-top-column__swiper .swiper-slide {
  width: 316px;
  height: auto;
}

.p-top-column .c-card {
  border-bottom: none;
  height: 100%;
}

.p-top-column .c-card__link-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-top-column .c-card__action {
  padding-top: 14px;
  padding-right: 0;
  padding-bottom: 0;
}

.p-top-column .c-slider-nav {
  margin-top: 40px;
}

/* =================================
   SP（768px以下）
================================= */
@media (max-width: 767px) {
  .p-top-hero {
    height: 100svh;
    min-height: 500px;
  }
  .p-top-hero__slider::after {
    background: linear-gradient(180deg, rgba(64, 53, 22, 0) 0%, rgba(64, 53, 22, 0.2) 68.72%);
  }
  .p-top-hero__progress {
    left: auto;
    right: 12px;
    top: 49.4%;
    bottom: auto;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 8px;
  }
  .p-top-hero__progress-current,
  .p-top-hero__progress-total {
    font-size: 10px;
  }
  .p-top-hero__progress-bar {
    width: 1px;
    height: 128px;
  }
  .p-top-hero__progress-bar-fill {
    width: 100%;
    height: 0;
  }
  .p-top-hero__main {
    left: 5.128%;
    top: 48%;
  }
  .p-top-hero__catch-char {
    font-size: 44px;
  }
  .p-top-hero__catch-char--no {
    font-size: 38px;
  }
  .p-top-hero__catch-char--comma {
    font-size: 34px;
  }
  .p-top-hero__catch-char--period {
    font-size: 34px;
  }
  .p-top-hero__catch-underline {
    height: 1px;
  }
  /* バッジ（オリーブ画像＋注意書き） */
  .p-top-hero__badges {
    margin-top: 42px;
  }
  .p-top-hero__badge-img {
    height: 83px;
  }
  .p-top-hero__badges-notes {
    margin-top: 8px;
  }
  /* 固定ボタン */
  .p-top-hero__fixed-btns {
    width: 89.7436%;
    max-width: 400px;
    left: 50%;
    right: auto;
    bottom: 84px;
    transform: translateX(-50%);
  }
  .p-top-hero__fixed-btn {
    transform: none;
  }
  .p-top-hero__fixed-btns.is-visible .p-top-hero__fixed-btn {
    transform: none;
  }
  .p-top-hero__fixed-btn {
    padding: 12px 8px 12px 24px;
    width: 100%;
  }
  .p-top-hero__fixed-btn-arrow {
    width: 32px;
    height: 32px;
  }
  .p-top-hero__scrolldown {
    bottom: 24px;
    font-size: 10px;
  }
  .p-top-events {
    padding: 100px 0;
  }
  .p-top-events__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
  .p-top-events__card-main {
    grid-column: 1/-1;
    grid-row: span 1;
    display: block;
    margin-bottom: 0;
  }
  .p-top-parallax {
    height: 480px;
  }
  .p-top-concept {
    padding: 0 0 100px;
  }
  .p-top-concept__bg-layout {
    padding-top: 600px;
    position: relative;
  }
  .p-top-concept__inner {
    min-height: auto;
  }
  .p-top-concept__body {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
  .p-top-concept__title {
    gap: 8px;
  }
  .p-top-concept__title-col {
    padding-right: 4px;
    font-size: 32px;
  }
  .p-top-concept__title-sm {
    font-size: 28px;
  }
  .p-top-concept__title-lg {
    font-size: 36px;
  }
  .p-top-concept__content {
    padding-top: 0;
    width: 79.14%;
    margin-inline: auto;
  }
  .p-top-concept__desc {
    font-size: 16px;
    line-height: 2;
  }
  .p-top-concept__btns {
    margin-top: 48px;
    width: 100%;
    gap: 12px;
  }
  /* SPでもパララックスさせるため表示を有効化し、モバイル向けのサイズ/位置を上書き */
  .p-top-concept__img {
    display: block;
    position: absolute;
    overflow: visible;
    border-radius: 0;
    will-change: transform;
    pointer-events: none;
  }
  .p-top-concept__img.js-scroll-fade {
    transform: none;
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-top-concept__img.js-scroll-fade.is-visible {
    transform: none;
  }
  .p-top-concept__img--03.js-scroll-fade {
    transform: translateX(-50%);
  }
  .p-top-concept__img--03.js-scroll-fade.is-visible {
    transform: translateX(-50%);
  }
  .p-top-concept__img img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* モバイル向けの位置・サイズを調整（既存の --sp クラスと同等の見た目に） */
  .p-top-concept__img--01 {
    top: 35px;
    left: 10%;
    width: 23.077%;
    height: auto;
    aspect-ratio: 90/100;
    z-index: 1;
  }
  .p-top-concept__img--02 {
    top: 90px;
    right: 4%;
    width: 30.77%;
    height: auto;
    aspect-ratio: 120/160;
    margin-top: 40px;
    z-index: 0;
  }
  .p-top-concept__img--03 {
    top: 280px;
    left: 50%;
    width: 51.282%;
    height: auto;
    aspect-ratio: 200/253;
    z-index: 0;
  }
  .p-top-modelhouse {
    padding-bottom: 100px;
  }
  .p-top-modelhouse__list {
    gap: 48px;
  }
  .p-top-works {
    padding-top: 80px;
  }
  .p-top-works .c-section-header {
    margin-bottom: 40px;
  }
  .p-top-works__header {
    flex-direction: column;
    gap: 24px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .p-top-works__desc {
    font-size: 14px;
  }
  .p-top-works__stack {
    height: calc((100vh - 56px - 16px) * 4);
  }
  .p-top-works__list {
    top: calc(56px + 20px);
    height: calc(100vh - 56px - 30px);
    overflow: hidden;
  }
  .p-top-works__card {
    left: 2.564%;
    right: 2.564%;
  }
  .p-top-works__card-body {
    padding: 20px 5.714%;
  }
  .p-top-works__card-num {
    top: 16px;
    font-size: 12px;
  }
  .p-top-works__card-body .c-card__title {
    font-size: 16px;
  }
  .p-top-works__card-body .c-card__info {
    margin-top: 16px;
  }
  .p-top-works__card-body .c-card__action {
    padding-bottom: 16px;
    margin-top: 24px;
  }
  .p-top-works__footer {
    padding: 48px 0 80px;
  }
  .p-top-voice {
    padding: 100px 0;
  }
  .p-top-voice .c-section-header {
    margin-bottom: 40px;
  }
  .p-top-voice__slider .swiper-slide {
    width: 280px;
  }
  .p-top-voice__card {
    padding: 12px 12px 24px 24px;
  }
  .p-top-voice__card-meta {
    font-size: 14px;
    padding-left: 0;
  }
  .p-top-voice__card-thumbnail {
    width: 100px;
  }
  .p-top-voice__card-body {
    margin-top: 32px;
    padding: 29px 12px 0 0;
  }
  .p-top-voice__card-body::before {
    width: 20px;
    height: 17px;
    left: 0;
  }
  .p-top-voice__card-text {
    font-size: 15px;
  }
  .p-top-voice__card-arrow {
    width: 32px;
    height: 32px;
  }
  .p-top-voice .c-card__action {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-top-voice .p-top-voice__card-arrow {
    margin-top: 40px;
  }
  .p-top-voice .c-slider-nav {
    display: flex;
    margin-top: 40px;
  }
  .p-top-voice__slider .swiper-wrapper {
    transition-timing-function: ease !important;
  }
  .p-top-voice__action {
    margin-top: 48px;
  }
  .p-top-activity {
    padding-top: 100px;
  }
  .p-top-activity__body {
    margin-top: 40px;
  }
  .p-top-activity__slider {
    overflow: hidden;
  }
  .p-top-activity__swiper {
    overflow: visible;
  }
  .p-top-activity__swiper .swiper-slide {
    width: 89.7435%;
  }
  .p-top-activity__card {
    padding: 32px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: none;
    border-radius: 0;
  }
  .p-top-activity__swiper .swiper-slide-active .p-top-activity__card {
    border-right: 1px solid #ddd;
  }
  .p-top-activity__card-num {
    font-size: 12px;
  }
  .p-top-activity__card-img {
    margin-top: 16px;
    aspect-ratio: 200/250;
    width: 60%;
  }
  .p-top-activity__card-title {
    margin-top: 24px;
  }
  .p-top-activity__card-desc {
    margin-top: 12px;
    font-size: 14px;
  }
  .p-top-activity__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }
  .p-top-activity__pagination {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto !important;
  }
  .p-top-activity__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    opacity: 1;
    transition: background-color 0.3s;
  }
  .p-top-activity__pagination .swiper-pagination-bullet-active {
    background-color: #19241e;
  }
  .p-top-activity__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: none;
    cursor: pointer;
  }
  .p-top-activity__toggle-icon {
    display: block;
    width: 8px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-top-activity__toggle-icon--pause {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Crect x='2' y='1' width='3' height='10' fill='%2319241e'/%3E%3Crect x='7' y='1' width='3' height='10' fill='%2319241e'/%3E%3C/svg%3E");
  }
  .p-top-activity__toggle-icon--play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 1l8 5-8 5V1z' fill='%2319241e'/%3E%3C/svg%3E");
  }
  .p-top-column {
    padding: 100px 0;
  }
  .p-top-column__swiper .swiper-slide {
    width: 280px;
  }
  .p-top-column .c-slider-nav {
    margin-top: 40px;
    padding: 4px;
  }
  .p-top-column .c-card__category {
    min-width: 100px;
  }
  .c-card--column .c-card__title {
    margin-top: 12px;
    font-size: 18px;
  }
  .c-card--column .c-card__action {
    padding-right: 0;
  }
}
.p-archive-filter__head {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}

.p-archive-filter__head img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.p-archive-filter__label {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.p-archive-filter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.p-archive-filter__tag {
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #19241e;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.p-archive-filter__tag:hover {
  background-color: #f5f5f5;
}

.p-archive-filter__tag.is-active {
  color: #fff;
  background-color: #19241e;
  border-color: #19241e;
}

.p-archive-grid {
  display: grid;
  gap: 64px 32px;
}

.p-archive-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}

.p-archive-grid--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.p-archive-grid--3col .p-top-voice__card .c-card__action {
  padding: 24px 16px 6px;
}

.p-archive-list {
  display: flex;
  flex-direction: column;
}

.c-card--news {
  border-bottom: 1px solid #ddd;
}

.c-card--news:first-child .c-card__link-wrapper {
  padding-top: 0;
}

.c-card--news .c-card__link-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0;
}

.c-card--news .c-card__link-wrapper:hover {
  opacity: 0.7;
}

.c-card--news .c-card__main {
  display: flex;
  align-items: center;
  gap: 40px;
}

.c-card--news .c-card__thumbnail {
  width: 200px;
  aspect-ratio: 200/132;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.c-card--news .c-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card--news .c-card__meta {
  margin-top: 0;
}

.c-card--news .c-card__title {
  margin-top: 16px;
}

.l-page-content .c-pagination {
  margin-top: 80px;
}

@media (max-width: 1000px) {
  .p-archive-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-archive-filter__head {
    margin-bottom: 24px;
  }
  .p-archive-filter__head img {
    width: 20px;
    height: 20px;
  }
  .p-archive-filter__label {
    font-size: 18px;
  }
  .p-archive-grid {
    gap: 48px 16px;
  }
  .p-archive-grid--2col {
    grid-template-columns: 1fr;
  }
  .p-archive-grid--3col {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-archive-grid--3col .p-top-voice__card .c-card__action {
    padding: 30px 12px 0 5px;
  }
  .p-archive-grid--3col .p-top-voice__card-arrow {
    margin-top: 0;
  }
  .c-card--news:first-child .c-card__link-wrapper {
    padding-top: 24px;
  }
  .c-card--news .c-card__link-wrapper {
    gap: 12px;
    padding: 32px 0 0;
  }
  .c-card--news .c-card__main {
    gap: 16px;
  }
  .c-card--news .c-card__thumbnail {
    width: 100px;
    aspect-ratio: 100/67;
  }
  .c-card--news .c-card__meta {
    gap: 10px;
  }
  .c-card--news .c-card__title {
    margin-top: 12px;
    font-size: 16px;
  }
  .c-card--news .c-card__action {
    padding-top: 6px;
  }
  .l-page-content .c-pagination {
    margin-top: 48px;
  }
}
.p-page-hero--single {
  padding-top: 128px;
  padding-bottom: 48px;
  border-bottom: none;
}

.p-single-header__category {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.p-single-header__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-bottom: 24px;
}

.p-single-header__tag {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(25, 36, 30, 0.6509803922);
}

.p-single-header__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.p-single-header .c-card__info {
  margin-top: 32px;
}

.p-single-gallery {
  overflow: hidden;
}

.p-single-gallery__main {
  margin-bottom: 24px;
  overflow: visible;
}

.p-single-gallery__main .swiper {
  overflow: visible;
}

.p-single-gallery__main .swiper-slide {
  width: 100%;
  aspect-ratio: 896/597;
  border-radius: 8px;
  overflow: hidden;
}

.p-single-gallery__main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-gallery__thumbs {
  margin-bottom: 32px;
}

.p-single-gallery__thumbs .swiper-wrapper {
  display: flex;
}

.p-single-gallery__thumbs .swiper-slide {
  width: auto !important;
  height: 67px;
  flex-shrink: 0;
  aspect-ratio: 100/67;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
}

.p-single-gallery__thumbs .swiper-slide-thumb-active {
  border-color: #515d52;
  opacity: 1;
}

.p-single-gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-gallery__nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-single-gallery__scrollbar {
  width: calc(100% - 154px) !important;
  height: 3px !important;
  background-color: #ddd;
  border-radius: 1px;
  top: 50% !important;
  bottom: inherit !important;
  transform: translateY(-50%);
  left: 0 !important;
  right: 0;
}

.p-single-gallery__scrollbar .swiper-scrollbar-drag {
  background-color: #19241e;
  border-radius: 1px;
}

.p-single-gallery__arrows {
  display: flex;
  margin-left: auto;
  gap: 8px;
  flex-shrink: 0;
}

.p-single-gallery__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border: 1px solid #ddd;
  background-image: url("../images/common/icon-arrow-right__single.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px auto;
  border-radius: 2px;
}

.p-single-gallery__arrow--prev {
  transform: rotate(180deg);
}

.p-single-gallery__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.p-single-gallery__arrow.swiper-button-disabled:hover {
  background-color: #f5f5f5;
}

.single-bg-related {
  background-color: #e7eae7;
  margin-top: 160px;
}

.p-single-related {
  padding: 120px 0 18px;
}

.p-single-related__list {
  margin-top: 48px;
}

.p-single-related__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.p-single-related__list .c-card {
  height: 100%;
}

.p-single-related__scrollbar {
  display: none;
}

.single-bg-related .c-card {
  background-color: transparent;
}

.p-single-nav {
  margin-top: 40px;
}

.p-single-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 244px;
}

.p-single-nav__item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s ease;
  gap: 12px;
}

.p-single-nav__item:hover {
  opacity: 0.7;
}

.p-single-nav__item--next {
  flex-direction: row;
  grid-column: 2;
}

.p-single-nav__main {
  display: flex;
  gap: 12px;
}

.p-single-nav__thumb {
  width: 80px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}

.p-single-nav__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-nav__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.p-single-nav__label {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #acacac;
  letter-spacing: 0;
}

.p-single-nav__title {
  flex: 1;
  font-size: 14px;
  color: rgba(25, 36, 30, 0.8);
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-single-nav__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: #78887a;
  margin-top: auto;
}

.p-single-nav__arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-single-nav__item--prev .p-single-nav__main {
  flex-direction: row-reverse;
}

.p-single-nav__item--prev .p-single-nav__content {
  text-align: right;
}

.p-single-nav__item--next .p-single-nav__content {
  text-align: left;
}

.p-single-nav__item--prev .p-single-nav__arrow::after {
  transform: rotate(180deg);
}

.p-single-back {
  margin-top: 48px;
  text-align: center;
}

.p-single-back .c-btn {
  padding: 10px 20px 10px 10px;
}

.c-btn__icon--left {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .p-page-hero--single {
    padding-top: 96px;
    padding-bottom: 40px;
  }
  .p-single-header__category {
    font-size: 12px;
    min-width: 80px;
    margin-bottom: 16px;
  }
  .p-single-header__title {
    font-size: 24px;
  }
  .p-single-header .c-card__info {
    margin-top: 24px;
  }
  .p-single-gallery__main {
    margin-bottom: 16px;
  }
  .p-single-gallery__main .swiper-slide {
    border-radius: 4px;
  }
  .p-single-gallery__thumbs .swiper-slide {
    height: 43px;
  }
  .p-single-gallery__arrows {
    display: none;
  }
  .p-single-gallery__nav {
    gap: 16px;
  }
  .p-single-gallery__scrollbar {
    width: 100% !important;
  }
  .p-single-gallery__arrow {
    width: 36px;
    height: 36px;
  }
  .single-bg-related {
    margin-top: 100px;
  }
  .p-single-related {
    padding: 80px 0 0;
  }
  .p-single-related__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .p-single-related__list {
    position: relative;
    overflow: hidden;
    margin-top: 32px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .p-single-related__list .swiper-wrapper {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
  .p-single-related__list .swiper-slide {
    width: 80%;
    flex-shrink: 0;
    height: auto;
  }
  .p-single-related__list .swiper-slide:first-child {
    margin-left: 16px;
  }
  .p-single-related__list .swiper-slide:last-child {
    margin-right: 16px;
  }
  .p-single-related__list .c-card {
    height: 100%;
  }
  .p-single-related__scrollbar {
    display: block;
    position: relative !important;
    margin-top: 40px;
    width: auto !important;
    margin-left: 5.1282vw;
    margin-right: 5.1282vw;
    height: 2px !important;
    background-color: #ddd;
    border-radius: 0;
  }
  .p-single-related__scrollbar .swiper-scrollbar-drag {
    background-color: #19241e;
    height: 2px;
    border-radius: 0;
  }
  .p-single-nav {
    margin-top: 32px;
  }
  .p-single-nav__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-single-nav__item--next {
    grid-column: auto;
  }
  .p-single-nav__thumb {
    width: 80px;
  }
  .p-single-nav__title {
    font-size: 14px;
  }
  .p-single-back {
    margin-top: 40px;
  }
}
.p-single-content__lead {
  margin-top: 64px;
  margin-bottom: 48px;
  line-height: 1.75;
}

.p-single-content:not(:has(.p-single-content__lead)) .p-single-content__inner {
  margin-top: 64px;
}

.p-single-content__inner {
  padding-top: 48px;
  padding-bottom: 80px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.75;
}

.p-single-content__inner > *:first-child {
  margin-top: 0 !important;
}

.p-single-content__inner > *:last-child {
  margin-bottom: 0 !important;
}

.p-single-content--radio .p-single-content__inner {
  border-bottom: none;
  padding-bottom: 64px;
}

.p-single-content--modelhouse .p-single-content__inner {
  border-bottom: none;
}

.p-single-content__inner h2,
.p-single-content__inner h3,
.p-single-content__inner h4,
.p-single-content__inner h5,
.p-single-content__inner h6 {
  font-weight: 600;
  line-height: 1.5;
}

.p-single-content__inner h2 {
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.p-single-content__inner h3 {
  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.p-single-content__inner h4 {
  font-size: 18px;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.p-single-content__inner h5 {
  font-size: 16px;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.p-single-content__inner h6 {
  font-size: 15px;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.p-single-content__inner p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-single-content__inner strong {
  font-weight: 600;
}

.p-single-content__inner a {
  color: rgba(21, 88, 214, 0.8);
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
}

.p-single-content__inner a:hover {
  text-decoration: none;
}

.p-single-content__inner a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url("../images/common/icon-external--blue.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.p-single-content__inner ul,
.p-single-content__inner ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-single-content__inner ul {
  list-style: none;
  padding-left: 0.5em;
}

.p-single-content__inner ul li {
  position: relative;
  padding-left: 1em;
}

.p-single-content__inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
}

.p-single-content__inner ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.p-single-content__inner ul ul,
.p-single-content__inner ol ol,
.p-single-content__inner ul ol,
.p-single-content__inner ol ul {
  margin-top: 0.25em;
  margin-bottom: 0;
}

.p-single-content__inner blockquote,
.p-single-content__inner .wp-block-quote {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 24px 24px 24px 28px;
  border-left: 4px solid #009240;
  background: #f6f8f6;
  border-radius: 0 4px 4px 0;
}

.p-single-content__inner blockquote p:first-child,
.p-single-content__inner .wp-block-quote p:first-child {
  margin-top: 0;
}

.p-single-content__inner blockquote p:last-child,
.p-single-content__inner .wp-block-quote p:last-child {
  margin-bottom: 0;
}

.p-single-content__inner blockquote cite,
.p-single-content__inner .wp-block-quote cite {
  display: block;
  margin-top: 1em;
  font-size: 13px;
  font-style: normal;
  color: rgba(25, 36, 30, 0.5);
}

.p-single-content__inner hr,
.p-single-content__inner .wp-block-separator {
  margin-top: 3em;
  margin-bottom: 3em;
  border: none;
  border-top: 1px solid #ddd;
}

.p-single-content__inner figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(25, 36, 30, 0.5);
  text-align: center;
}

.p-single-content__inner code {
  padding: 2px 6px;
  font-size: 0.9em;
  background: #f4f4f4;
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.p-single-content__inner pre {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 20px 24px;
  background: #1e1e1e;
  color: #f8f8f2;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
}

.p-single-content__inner pre code {
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

.p-single-content__inner .wp-block-buttons {
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-single-content__inner .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background: #009240;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-single-content__inner .wp-block-button__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.p-single-content__inner a.wp-block-button__link[target=_blank]::after {
  background-image: url("../images/common/icon-external--white.svg");
}

.p-single-content__inner .is-style-outline .wp-block-button__link {
  color: #009240;
  background: transparent;
  border: 1px solid #009240;
}

.p-single-content__inner .wp-block-columns {
  display: flex;
  gap: 24px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-single-content__inner .wp-block-column {
  flex: 1;
  min-width: 0;
}

.p-single-content__inner .wp-block-column > *:first-child {
  margin-top: 0 !important;
}

.p-single-content__inner .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}

.p-single-content__inner .wp-block-group {
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-single-content__inner .wp-block-gallery {
  gap: 12px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-single-content__inner .wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.p-single-content__inner .wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.p-single-content__inner .wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.p-single-content__inner .wp-block-gallery figure {
  margin: 0;
}

.p-single-content__inner .wp-block-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-content__inner .wp-block-table {
  margin-top: 2em;
  margin-bottom: 2em;
  overflow-x: auto;
}

.p-single-content__inner .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

.p-single-content__inner .wp-block-table thead {
  background: #215e3f;
  color: #fff;
}

.p-single-content__inner .wp-block-table th,
.p-single-content__inner .wp-block-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
}

.p-single-content__inner .wp-block-table th {
  font-weight: 600;
  text-align: left;
}

.p-single-content__inner .wp-block-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.p-single-content__inner figure {
  margin-top: 3em;
  margin-bottom: 3em;
}

.p-single-content__inner img {
  width: 100%;
  border-radius: 4px;
}

.p-single-content__inner iframe[src*=youtube],
.p-single-content__inner iframe[src*="youtu.be"] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 4px;
}

.p-single-content__inner .wp-block-embed-youtube {
  margin-top: 3em;
  margin-bottom: 3em;
}

.p-single-content__inner .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.p-single-content__inner .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.p-single-content__images {
  display: grid;
  gap: 16px;
  margin: 48px 0;
}

.p-single-content__images--2col {
  grid-template-columns: repeat(2, 1fr);
}

.p-single-content__images--3col {
  grid-template-columns: repeat(3, 1fr);
}

.p-single-content__images figure {
  margin: 0;
}

.p-single-content__images figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .p-single-content__lead {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .p-single-content:not(:has(.p-single-content__lead)) .p-single-content__inner {
    margin-top: 40px;
  }
  .p-single-content__inner {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .p-single-content--radio .p-single-content__inner {
    padding-bottom: 48px;
  }
  .p-single-content--modelhouse .p-single-content__inner {
    border-bottom: 1px solid #ddd;
  }
  .p-single-content__inner h2 {
    font-size: 20px;
  }
  .p-single-content__inner h3 {
    font-size: 18px;
  }
  .p-single-content__inner h4 {
    font-size: 16px;
  }
  .p-single-content__inner h5,
  .p-single-content__inner h6 {
    font-size: 15px;
  }
  .p-single-content__inner blockquote,
  .p-single-content__inner .wp-block-quote {
    padding: 20px 16px 20px 20px;
  }
  .p-single-content__inner .wp-block-table th,
  .p-single-content__inner .wp-block-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
  .p-single-content__inner pre {
    padding: 16px;
    font-size: 13px;
  }
  .p-single-content__inner .wp-block-columns {
    flex-direction: column;
    gap: 16px;
  }
  .p-single-content__inner .wp-block-gallery.columns-3,
  .p-single-content__inner .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-single-content__images {
    gap: 12px;
    margin: 32px 0;
  }
  .p-single-content__images--2col {
    grid-template-columns: 1fr;
  }
  .p-single-content__images--3col {
    grid-template-columns: 1fr;
  }
}
.p-single-access {
  padding-top: 48px;
}

.p-single-access__info-list {
  display: flex;
  flex-direction: column;
}

.p-single-access__info-item {
  display: flex;
  gap: 32px;
  line-height: 1.75;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  color: rgba(25, 36, 30, 0.8);
}

.p-single-access__info-item dt {
  width: 85px;
  flex-shrink: 0;
  font-weight: 600;
}

.p-single-access__info-item dd {
  flex: 1;
}

.p-single-access__map-section {
  margin-top: 40px;
}

.p-single-access__map-wrap {
  position: relative;
}

.p-single-access__map {
  width: 100%;
  aspect-ratio: 896/500;
}

.p-single-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-single-access__map-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.p-single-cta {
  padding-top: 64px;
}

.p-single-cta__link {
  background-color: #314a3d;
  display: flex;
  border-radius: 8px;
  gap: 48px;
  padding: 16px;
}

.p-single-cta__img {
  width: 192px;
  aspect-ratio: 192/128;
  border-radius: 2px;
  overflow: hidden;
}

.p-single-cta__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-cta__body {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.p-single-cta__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-single-cta__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-single-cta__icon {
  width: 28px;
  height: 28px;
}

.p-single-cta__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.p-single-cta__desc {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
}

.p-single-cta__arrow {
  margin-top: auto;
  padding-right: 8px;
  padding-bottom: 8px;
}

.p-single-cta__arrow .c-card__link-arrow {
  width: 42px;
  height: 42px;
}

@media (max-width: 767px) {
  .p-single-access {
    padding-top: 48px;
  }
  .p-single-access__info-item {
    flex-direction: column;
    gap: 4px;
  }
  .p-single-access__info-item:first-child {
    padding-top: 0;
  }
  .p-single-access__info-item dt {
    width: auto;
  }
  .p-single-access__map-section {
    margin-top: 32px;
  }
  .p-single-access__map-btn {
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .p-single-access__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .p-single-access__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-single-access__inner--event {
    grid-template-columns: 1fr;
  }
  .p-single-access__item {
    font-size: 14px;
  }
  .p-single-access__table-row {
    flex-direction: column;
  }
  .p-single-access__table-row dt {
    width: 100%;
    padding: 8px 12px;
  }
  .p-single-access__table-row dd {
    padding: 8px 12px;
  }
  .p-single-access__map-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .p-single-cta {
    padding-top: 36px;
  }
  .p-single-cta__link {
    gap: 12px;
    align-items: center;
    border-radius: 4px;
  }
  .p-single-cta__img {
    width: 80px;
    aspect-ratio: 80/53;
  }
  .p-single-cta__btn {
    padding: 20px 24px;
    font-size: 16px;
  }
  .p-single-cta__btn img {
    width: 20px;
    height: 20px;
  }
  .p-single-cta__icon {
    width: 20px;
    height: 20px;
  }
  .p-single-cta__title {
    font-size: 16px;
  }
  .p-single-cta__arrow {
    display: none;
  }
}
.p-single-header--simple .p-single-header__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.p-single-header--simple .p-single-header__category {
  margin-bottom: 0;
}

.p-single-header--simple .p-single-header__date {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  color: #acacac;
  letter-spacing: 0;
}

.p-single-thumbnail__img {
  aspect-ratio: 896/597;
  border-radius: 4px;
  overflow: hidden;
}

.p-single-thumbnail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .p-single-header--simple .p-single-header__meta {
    margin-bottom: 16px;
  }
  .p-single-header--simple .p-single-header__category {
    padding: 4px 12px;
    font-size: 11px;
  }
  .p-single-header--simple .p-single-header__date {
    font-size: 12px;
  }
}
.p-single-spotify__wrapper {
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.p-single-spotify__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px 32px 32px 80px;
  background-color: #314a3d;
  color: #fff;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}

.p-single-spotify__btn:hover {
  opacity: 0.85;
}

.p-single-spotify__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.08);
  width: 43px;
  height: 43px;
}

.p-single-spotify__icon img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .p-single-toc {
    padding-bottom: 32px;
  }
  .p-single-spotify__wrapper {
    padding-bottom: 48px;
  }
  .p-single-spotify__btn {
    padding: 12px 12px 12px 40px;
    font-size: 16px;
  }
  .p-single-spotify__icon {
    width: 40px;
    height: 40px;
  }
}
.p-single-header--voice .p-single-header__meta {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: rgba(25, 36, 30, 0.5);
}

.p-single-header__meta-text {
  display: block;
}

@media (max-width: 767px) {
  .p-single-header--voice .p-single-header__meta {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.c-page-header--reason .c-layout__header {
  width: 100%;
}

.p-reason-intro {
  padding-top: 80px;
}

.p-reason-intro__inner {
  display: flex;
  align-items: center;
  max-width: 1176px;
  margin-inline: auto;
  gap: 80px;
}

.p-reason-intro__text {
  width: 46.6%;
  flex-shrink: 0;
  color: rgba(25, 36, 30, 0.8);
}

.p-reason-intro__text p + p {
  margin-top: 24px;
}

.p-reason-intro__image {
  flex: 1;
  min-width: 0;
  border-radius: 4px;
  overflow: hidden;
}

.p-reason-intro__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-reason-list {
  padding-top: 160px;
}

.p-reason-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.p-reason-card {
  display: flex;
  flex-direction: column;
  padding: 17px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.p-reason-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.p-reason-card__num {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  padding: 16px;
  color: #acacac;
  letter-spacing: 0;
}

.p-reason-card__thumb {
  aspect-ratio: 128/86;
  width: 128px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
}

.p-reason-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.p-reason-card__subtitle {
  line-height: 1.5;
}

.p-reason-card__title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.p-reason-card__desc {
  margin-top: 32px;
  color: rgba(25, 36, 30, 0.8);
}

.p-reason-card__action {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 24px;
}

.p-reason-card__action--stack {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.p-reason-card__action .c-card__link-arrow {
  width: 40px;
  height: 40px;
}

.p-reason-card__action .c-card__link-arrow--external::before {
  transform: translate(-40px, 40px);
}

@media (hover: hover) {
  .p-reason-card__action .c-card__link:hover .c-card__link-arrow--external::after {
    transform: translate(40px, -40px);
  }
}
.p-reason-banner {
  grid-column: span 2;
}

.p-reason-banner__inner {
  display: flex;
  height: 100%;
  padding: 24px;
  gap: 40px;
  background-color: #e7eae7;
  border-radius: 8px;
  overflow: hidden;
}

.p-reason-banner__image {
  width: 29%;
  flex-shrink: 0;
}

.p-reason-banner__image img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-reason-banner__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.p-reason-banner__desc {
  margin-top: 16px;
  color: rgba(25, 36, 30, 0.8);
}

.p-reason-banner__action {
  margin-top: 24px;
}

.p-reason-banner__action .c-btn {
  padding: 10px 10px 10px 24px;
  font-size: 15px;
  gap: 0;
  background-color: #215e3f;
}

.p-reason-banner__action .c-btn__icon--calendar {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-color: transparent;
  border-radius: 0;
}

.p-reason-banner__action .c-btn__icon--calendar::after {
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-calendar--white.svg");
}

.p-reason-banner__action .c-btn__text {
  margin-right: 30px;
}

.p-reason-list__grid > .js-scroll-fade:nth-child(1) {
  transition-delay: 0s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(2) {
  transition-delay: 0.12s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(3) {
  transition-delay: 0.24s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(4) {
  transition-delay: 0s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(5) {
  transition-delay: 0.12s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(6) {
  transition-delay: 0.24s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(7) {
  transition-delay: 0s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(8) {
  transition-delay: 0.12s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(9) {
  transition-delay: 0.24s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(10) {
  transition-delay: 0s;
}
.p-reason-list__grid > .js-scroll-fade:nth-child(11) {
  transition-delay: 0.12s;
}

.p-reason-intro__image.js-scroll-fade {
  transition-delay: 0.15s;
}

@media (max-width: 767px) {
  .p-reason-intro {
    padding-top: 40px;
  }
  .p-reason-intro__inner {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .p-reason-intro__text {
    width: 100%;
  }
  .p-reason-list {
    padding-top: 100px;
  }
  .p-reason-list__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p-reason-card {
    padding: 12px;
  }
  .p-reason-card__num {
    font-size: 12px;
    padding: 12px;
  }
  .p-reason-card__body {
    padding: 12px;
    margin-top: 4px;
  }
  .p-reason-card__subtitle {
    font-size: 14px;
  }
  .p-reason-card__title {
    font-size: 20px;
  }
  .p-reason-card__desc {
    margin-top: 24px;
  }
  .p-reason-card__action {
    margin-top: 20px;
  }
  .p-reason-banner {
    grid-column: span 1;
    margin-top: 14px;
  }
  .p-reason-banner__inner {
    flex-direction: column;
    padding: 24px;
    gap: 20px;
  }
  .p-reason-banner__image {
    width: 100%;
  }
  .p-reason-banner__image img {
    aspect-ratio: 1.5/1;
  }
  .p-reason-banner__content {
    padding-bottom: 16px;
  }
  .p-reason-banner__title {
    font-size: 20px;
  }
  .p-reason-banner__action .c-btn {
    padding: 8px 8px 8px 24px;
  }
  .p-reason-banner__action .c-btn__text {
    margin-right: 40px;
  }
  .p-reason-list__grid > .js-scroll-fade {
    transition-delay: 0s;
  }
}
.p-about-concept {
  position: relative;
  overflow: hidden;
}

.p-about-concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-about-concept__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-concept__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(101, 130, 92, 0) 0%, rgba(101, 130, 92, 0.2) 100%), linear-gradient(0deg, rgba(76, 72, 64, 0.6) 0%, rgba(76, 72, 64, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.p-about-concept__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
  pointer-events: none;
}

.p-about-concept__content {
  position: relative;
  z-index: 2;
  padding: 128px 0 320px;
}

.p-about-concept__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 66px;
}

.p-about-concept__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", "Figtree", sans-serif;
  gap: 20px;
  color: #fff;
}

.p-about-concept__title-col {
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.12em;
  padding-right: 6px;
}

.p-about-concept__title-sm {
  font-size: 36px;
}

.p-about-concept__title-lg {
  font-size: 42px;
}

.p-about-concept__title-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}

.p-about-concept__title-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top center;
}

.js-about-concept.is-visible .p-about-concept__title-char {
  animation: aboutCharFadeIn 0.5s ease forwards;
}
.js-about-concept.is-visible .p-about-concept__title-line {
  animation: aboutLineExpand 0.5s ease forwards;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(1) .p-about-concept__title-char:nth-child(1) {
  animation-delay: 0.1s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(1) .p-about-concept__title-char:nth-child(2) {
  animation-delay: 0.15s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(1) .p-about-concept__title-char:nth-child(3) {
  animation-delay: 0.2s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(1) .p-about-concept__title-char:nth-child(4) {
  animation-delay: 0.25s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(1) .p-about-concept__title-char:nth-child(5) {
  animation-delay: 0.3s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(1) .p-about-concept__title-char:nth-child(6) {
  animation-delay: 0.35s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(1) .p-about-concept__title-line {
  animation-delay: 0.45s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(2) .p-about-concept__title-char:nth-child(1) {
  animation-delay: 0.5s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(2) .p-about-concept__title-char:nth-child(2) {
  animation-delay: 0.55s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(2) .p-about-concept__title-char:nth-child(3) {
  animation-delay: 0.6s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(2) .p-about-concept__title-char:nth-child(4) {
  animation-delay: 0.65s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(2) .p-about-concept__title-char:nth-child(5) {
  animation-delay: 0.7s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(2) .p-about-concept__title-char:nth-child(6) {
  animation-delay: 0.75s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(2) .p-about-concept__title-line {
  animation-delay: 0.85s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(3) .p-about-concept__title-char:nth-child(1) {
  animation-delay: 0.9s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(3) .p-about-concept__title-char:nth-child(2) {
  animation-delay: 0.95s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(3) .p-about-concept__title-char:nth-child(3) {
  animation-delay: 1s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(3) .p-about-concept__title-char:nth-child(4) {
  animation-delay: 1.05s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(3) .p-about-concept__title-char:nth-child(5) {
  animation-delay: 1.1s;
}
.js-about-concept.is-visible .p-about-concept__title-col:nth-child(3) .p-about-concept__title-line {
  animation-delay: 1.2s;
}
.js-about-concept.is-visible .p-about-concept__text {
  animation: aboutContentFadeIn 0.8s ease forwards;
  animation-delay: 1.5s;
}

.p-about-concept__text {
  font-size: 18px;
  line-height: 2.3;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
}

.p-about-concept__text p + p {
  margin-top: 40px;
}

@keyframes aboutCharFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aboutLineExpand {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes aboutContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-marquee--about {
  position: relative;
  margin-top: -160px;
  z-index: 4;
}

.p-about-concept__img {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.p-about-concept__img.js-scroll-fade {
  transform: none;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-about-concept__img.js-scroll-fade.is-visible {
  transform: none;
}

.p-about-concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-concept__img--01 {
  top: 256px;
  left: 156px;
  width: 160px;
  height: 144px;
}

.p-about-concept__img--02 {
  top: 176px;
  right: 192px;
  width: 164px;
  height: 219px;
}

.p-about-concept__img--03 {
  bottom: 418px;
  left: 220px;
  width: 164px;
  height: 205px;
}

.p-about-concept__img--04 {
  bottom: 630px;
  right: 80px;
  width: 160px;
  height: 160px;
}

.p-about-message {
  padding: 160px 0;
}

.p-about-message__heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}

.p-about-message__heading-text {
  display: inline;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(#19241e, #19241e);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.8s ease;
}

.js-about-message.is-visible .p-about-message__heading-text {
  background-size: 100% 1px;
  transition-delay: 0.2s;
}

.p-about-message__heading-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition: none;
}

.js-about-message.is-visible .p-about-message__heading-char {
  animation: aboutMsgCharFadeIn 0.4s ease forwards;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(1) {
  animation-delay: 0s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(2) {
  animation-delay: 0.04s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(3) {
  animation-delay: 0.08s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(4) {
  animation-delay: 0.12s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(5) {
  animation-delay: 0.16s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(6) {
  animation-delay: 0.2s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(7) {
  animation-delay: 0.24s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(8) {
  animation-delay: 0.28s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(9) {
  animation-delay: 0.32s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(10) {
  animation-delay: 0.36s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(11) {
  animation-delay: 0.4s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(12) {
  animation-delay: 0.44s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(13) {
  animation-delay: 0.48s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(14) {
  animation-delay: 0.52s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(15) {
  animation-delay: 0.56s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(16) {
  animation-delay: 0.6s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(17) {
  animation-delay: 0.64s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(18) {
  animation-delay: 0.68s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(19) {
  animation-delay: 0.72s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(20) {
  animation-delay: 0.76s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(21) {
  animation-delay: 0.8s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(22) {
  animation-delay: 0.84s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(23) {
  animation-delay: 0.88s;
}

.js-about-message.is-visible .p-about-message__heading-char:nth-of-type(24) {
  animation-delay: 0.92s;
}

@keyframes aboutMsgCharFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-about-message__body {
  margin-top: 40px;
  color: rgba(25, 36, 30, 0.8);
}

.p-about-message__body p + p {
  margin-top: 24px;
}

.p-about-message__profiles {
  display: flex;
  gap: 32px;
  margin-top: 80px;
}

.p-about-message__profile {
  text-align: left;
  width: 316px;
  max-width: 100%;
}

.p-about-message__profile-img {
  overflow: hidden;
  border-radius: 4px;
}

.p-about-message__profile-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-about-message__profile-info {
  margin-top: 32px;
}

.p-about-message__profile-position {
  font-size: 15px;
  color: rgba(25, 36, 30, 0.8);
}

.p-about-message__profile-name {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .p-about-concept__content {
    padding-bottom: 158px;
  }
  .p-about-concept__content::after {
    height: 128px;
  }
  .p-about-concept__body {
    gap: 175px;
  }
  .p-about-concept__title {
    gap: 8px;
  }
  .p-about-concept__title-col {
    padding-right: 4px;
    font-size: 32px;
  }
  .p-about-concept__title-sm {
    font-size: 28px;
  }
  .p-about-concept__title-lg {
    font-size: 36px;
  }
  .p-about-concept__text {
    margin-inline: auto;
    font-size: 14px;
    line-height: 2;
  }
  .p-about-concept__text p + p {
    margin-top: 28px;
  }
  .c-marquee--about {
    margin-top: -80px;
  }
  .p-about-concept__img {
    display: block;
    position: absolute;
    overflow: hidden;
    border-radius: 2px;
  }
  .p-about-concept__img--01 {
    top: 192px;
    left: 10px;
    width: 80px;
    height: 72px;
  }
  .p-about-concept__img--02 {
    top: 48px;
    right: 17px;
    left: auto;
    width: 80px;
    height: 107px;
  }
  .p-about-concept__img--03 {
    top: 360px;
    left: 30px;
    width: 86px;
    height: 108px;
    bottom: auto;
  }
  .p-about-concept__img--04 {
    top: 308px;
    right: -7px;
    left: auto;
    width: 84px;
    height: 84px;
    bottom: auto;
  }
  .p-about-message {
    padding: 100px 0;
  }
  .p-about-message__heading {
    font-size: 22px;
    margin-top: 8px;
  }
  .p-about-message__body {
    margin-top: 24px;
    font-size: 16px;
  }
  .p-about-message__body p + p {
    margin-top: 16px;
  }
  .p-about-message__profiles {
    gap: 12px;
    margin-top: 40px;
  }
  .p-about-message__profile {
    flex: 1;
  }
  .p-about-message__profile-info {
    margin-top: 16px;
  }
  .p-about-message__profile-img {
    width: 100%;
  }
  .p-about-message__profile-position {
    font-size: 11px;
  }
  .p-about-message__profile-name {
    font-size: 18px;
    margin-top: 4px;
  }
  .p-top-parallax {
    height: 360px;
  }
}
.p-company-nav {
  padding: 64px 0 0;
}

.p-company-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  list-style: none;
}

.p-company-nav__item {
  display: flex;
  align-items: center;
  width: 220px;
  border-bottom: 1px solid #ddd;
}

.p-company-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0 12px 12px 16px;
  transition: opacity 0.3s ease;
}

.p-company-nav__link:hover {
  opacity: 0.7;
}

.p-company-nav__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.p-company-nav__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: #515d52;
  border-radius: 2px;
}

.p-company-nav__arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}

.p-company-overview {
  padding-top: 100px;
  padding-bottom: 160px;
}

.p-company-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}

.p-company-table th,
.p-company-table td {
  padding: 31px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.p-company-table th {
  width: 200px;
  font-weight: 500;
  white-space: nowrap;
}

.p-company-table td {
  opacity: 0.8;
  padding-left: 32px;
}

.p-company-store {
  padding-top: 160px;
}

.p-company-brand-groups {
  display: grid;
  gap: 100px;
  margin-top: 48px;
}

.p-company-brand-group__header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
}

.p-company-brand-group__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.p-company-brand-group__logo img {
  display: block;
}

.p-company-brand-group__logo--clover img {
  width: 108px;
  height: 108px;
}

.p-company-brand-group__logo--soulact img {
  width: 100px;
  height: 86px;
}

.p-company-brand-group__logo--homebase img {
  width: 110px;
  height: 96px;
}

.p-company-brand-group__logo--fudosan img {
  width: 108px;
  height: 84px;
}

.p-company-brand-group__logo--reform img {
  width: 108px;
  height: 101px;
}

.p-company-brand-group__logo--moco img {
  width: 120px;
  height: 105px;
}

.p-company-brand-group__logo--sakyu img {
  width: 74px;
  height: 108px;
}

.p-company-brand-group__catch {
  line-height: 1.5;
}

.p-company-brand-group__name {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.p-company-store__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.c-card--store {
  border: none;
  border-bottom: none;
}

.c-card--store .c-card__info-item {
  align-items: flex-start;
}

.c-card--store .c-card__thumbnail {
  aspect-ratio: 432/288;
}

.c-card--store .c-card__body {
  padding-top: 14px;
}

.p-company-store__map-link {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #1558d6;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.p-company-store__map-link:hover {
  opacity: 0.7;
}

.p-company-store__map-link img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .p-company-nav {
    padding: 32px 0 0;
  }
  .p-company-nav__list {
    flex-direction: column;
    gap: 20px;
  }
  .p-company-nav__text {
    font-size: 14px;
  }
  .p-company-overview {
    padding-top: 64px;
    padding-bottom: 100px;
  }
  .p-company-table {
    margin-top: 0;
  }
  .p-company-table th,
  .p-company-table td {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  .p-company-table tr {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
  }
  .p-company-table th {
    font-size: 16px;
    width: auto;
    margin-bottom: 4px;
  }
  .p-company-table td {
    font-size: 16px;
    padding-left: 0;
  }
  .p-company-store {
    padding-top: 100px;
  }
  .p-company-brand-groups {
    gap: 64px;
  }
  .p-company-brand-group__header {
    gap: 16px;
    margin-bottom: 24px;
  }
  .p-company-brand-group__logo {
    width: 64px;
    height: 64px;
  }
  .p-company-brand-group__logo--clover img {
    width: 54px;
    height: 54px;
  }
  .p-company-brand-group__logo--soulact img {
    width: 55px;
    height: 48px;
  }
  .p-company-brand-group__logo--homebase img {
    width: 55px;
    height: 48px;
  }
  .p-company-brand-group__logo--fudosan img {
    width: 54px;
    height: 42px;
  }
  .p-company-brand-group__logo--reform img {
    width: 54px;
    height: 50.5px;
  }
  .p-company-brand-group__logo--moco img {
    width: 60px;
    height: 52.5px;
  }
  .p-company-brand-group__logo--sakyu img {
    width: 37px;
    height: 54px;
  }
  .p-company-brand-group__catch {
    font-size: 13px;
  }
  .p-company-brand-group__name {
    font-size: 22px;
    margin-top: 2px;
  }
  .p-company-store__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .c-card--store .c-card__body {
    padding-top: 8px;
  }
  .c-card--store .c-card__info {
    margin-top: 12px;
  }
}
.l-page-content .c-pagination {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .l-page-content .c-pagination {
    margin-top: 56px;
  }
}
.p-staff__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.p-staff-card {
  width: calc((100% - 64px) / 3);
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 360px;
}

.p-staff-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.p-staff-card__number {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #acacac;
  letter-spacing: 0;
  padding: 16px;
}

.p-staff-card__thumbnail {
  width: 128px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 432/288;
  background-color: #e5e5e5;
}

.p-staff-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-card__body {
  padding: 16px 16px 0;
  flex: 1;
}

.p-staff-card__catch {
  line-height: 1.5;
}

.p-staff-card__title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.p-staff-card__desc {
  margin-top: 32px;
  color: rgba(25, 36, 30, 0.8);
}

.p-staff-card__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  padding: 0 16px 16px;
}

.p-staff-card__open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-staff-card__icon-plus {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: none;
  background-color: #78887a;
}

.p-staff-card__icon-plus::before,
.p-staff-card__icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.p-staff-card__icon-plus::before {
  width: 12px;
  height: 2px;
}

.p-staff-card__icon-plus::after {
  width: 2px;
  height: 12px;
}

@media (max-width: 1000px) {
  .p-staff-card {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 767px) {
  .p-staff__grid {
    gap: 16px;
  }
  .p-staff-card {
    width: 100%;
    padding: 12px;
    min-height: auto;
  }
  .p-staff-card__number {
    font-size: 12px;
    padding: 12px;
  }
  .p-staff-card__body {
    padding: 16px 12px 0;
    flex: none;
  }
  .p-staff-card__catch {
    font-size: 14px;
  }
  .p-staff-card__title {
    font-size: 20px;
  }
  .p-staff-card__desc {
    margin-top: 24px;
  }
  .p-staff-card__action {
    margin-top: 32px;
    padding: 0 12px 12px;
  }
  .p-staff-card__icon-plus {
    width: 32px;
    height: 32px;
  }
  .p-staff-card__icon-plus::before {
    width: 10px;
    height: 1px;
  }
  .p-staff-card__icon-plus::after {
    width: 1px;
    height: 10px;
  }
}
.c-card--column .c-card__link-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-card--column .c-card__action {
  margin-top: auto;
}

.p-form-lead {
  width: 78%;
}

.p-form-lead__text {
  color: rgba(25, 36, 30, 0.8);
}

.p-form-lead__tel {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}

.p-form-lead__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.p-form-lead__tel-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-form-lead__tel-label {
  font-size: 14px;
  line-height: 1.5;
}

.p-form-lead__tel-number {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  color: #19241e;
  letter-spacing: 0;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  -webkit-text-fill-color: #19241e;
}

@media (max-width: 767px) {
  .p-form-lead {
    width: 100%;
  }
  .p-form-lead__text {
    font-size: 16px;
  }
  .p-form-lead__tel {
    margin-top: 24px;
  }
  .p-form-lead__tel-number {
    pointer-events: auto;
    cursor: pointer;
  }
}
.p-catalog-image {
  margin-bottom: 64px;
  border-radius: 4px;
  overflow: hidden;
}

.p-catalog-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .p-catalog-image {
    margin-bottom: 48px;
  }
}
.p-brand-nav {
  padding: 64px 0 0;
}

.p-brand-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  list-style: none;
}

.p-brand-nav__item {
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.p-brand-nav__link {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  min-width: 240px;
  width: 100%;
  transition: opacity 0.3s ease;
}

.p-brand-nav__link:hover {
  opacity: 0.7;
}

.p-brand-nav__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.p-brand-nav__icon {
  display: flex;
  align-items: center;
}

.p-brand-nav__icon img {
  display: block;
  width: auto;
}

.p-brand-nav__text {
  font-size: 15px;
  line-height: 1.5;
}

.p-brand-nav__item--clover .p-brand-nav__icon {
  margin-bottom: 21px;
}

.p-brand-nav__item--clover .p-brand-nav__icon img {
  max-height: 32px;
}

.p-brand-nav__item--soulact .p-brand-nav__icon {
  margin-bottom: 15px;
}

.p-brand-nav__item--soulact .p-brand-nav__icon img {
  max-height: 38px;
}

.p-brand-nav__item--homebase .p-brand-nav__icon {
  margin-bottom: 13px;
}

.p-brand-nav__item--homebase .p-brand-nav__icon img {
  max-height: 40px;
}

.p-brand-nav__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: #515d52;
  border-radius: 2px;
}

.p-brand-nav__arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url("../images/common/icon-arrow-right-triangle--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}

.p-brand-list {
  padding: 100px 0 0;
}

.p-brand-list__container {
  gap: 100px;
  display: grid;
}

.p-brand-block__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}

.p-brand-block__content {
  width: 40.3%;
  flex-shrink: 0;
}

.p-brand-block__image {
  flex: 1;
  min-width: 0;
  border-radius: 4px;
  overflow: hidden;
}

.p-brand-block__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-brand-block__logo {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

.p-brand-block__logo img {
  display: block;
  max-height: 48px;
  max-width: 200px;
  width: auto;
}

.p-brand-block__catch {
  line-height: 1.5;
  margin-bottom: 12px;
}

.p-brand-block__name {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.p-brand-block__desc {
  margin-top: 24px;
}

.p-brand-block__action {
  margin-top: 64px;
}

.p-brand-block--clover .p-brand-block__logo img {
  max-height: 32px;
}

.p-brand-block--soulact .p-brand-block__logo img {
  max-height: 40px;
}

.p-brand-block--homebase .p-brand-block__logo img {
  max-height: 44px;
}

.p-brand-hero {
  padding: 120px 0;
}

.p-brand-features {
  padding: 120px 0;
  background-color: #e7eae7;
}

.p-brand-features__list {
  display: flex;
  margin-top: 48px;
}

.p-brand-features__item {
  text-align: center;
  padding: 48px;
  border-top: 1px solid #d7dbd7;
  border-bottom: 1px solid #d7dbd7;
  border-left: 1px solid #d7dbd7;
  width: 33.3333333333%;
  flex-shrink: 0;
}

.p-brand-features__item:last-child {
  border-right: 1px solid #d7dbd7;
}

.p-brand-features__num {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #acacac;
}

.p-brand-features__thumb {
  margin-top: 26px;
  aspect-ratio: 250/313;
  width: 65%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 4px;
}

.p-brand-features__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-brand-features__title {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.p-brand-features__desc {
  margin-top: 20px;
  line-height: 1.6;
  text-align: left;
  color: rgba(25, 36, 30, 0.8);
}

.p-brand-features__action {
  margin-top: 64px;
  text-align: center;
}

.p-brand-others {
  padding-top: 160px;
}

.p-brand-others__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.c-card--brand .c-card__thumbnail {
  aspect-ratio: auto;
  border-radius: 4px;
}

.c-card--brand .c-card__body {
  margin-top: 32px;
}

.c-card--brand .c-card__title {
  font-size: 32px;
  margin-top: 0;
}

.c-card__brand-logo {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

.c-card__brand-logo img {
  display: block;
  max-height: 48px;
  max-width: 200px;
  width: auto;
}

.c-card__brand-catch {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.c-card--brand-clover .c-card__brand-logo img {
  max-height: 32px;
}

.c-card--brand-soulact .c-card__brand-logo img {
  max-height: 40px;
}

.c-card--brand-homebase .c-card__brand-logo img {
  max-height: 44px;
}

@media (max-width: 767px) {
  .p-brand-nav {
    padding: 48px 0 0;
  }
  .p-brand-nav__item {
    width: 100%;
  }
  .p-brand-nav__icon img {
    max-height: 24px;
  }
  .p-brand-nav__item--clover .p-brand-nav__icon {
    margin-bottom: 13px;
  }
  .p-brand-nav__item--soulact .p-brand-nav__icon {
    margin-bottom: 7px;
  }
  .p-brand-nav__item--homebase .p-brand-nav__icon {
    margin-bottom: 5px;
  }
  .p-brand-list {
    padding: 64px 0 0;
  }
  .p-brand-list__container {
    gap: 48px;
  }
  .p-brand-block__inner {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .p-brand-block__content {
    width: 100%;
  }
  .p-brand-block__image {
    border-radius: 2px;
  }
  .p-brand-block__logo {
    margin-bottom: 16px;
  }
  .p-brand-block__catch {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .p-brand-block__name {
    font-size: 24px;
  }
  .p-brand-block__desc {
    margin-top: 16px;
    font-size: 15px;
  }
  .p-brand-block__action {
    margin-top: 32px;
  }
  .p-brand-hero {
    padding: 96px 0 80px;
  }
  .p-brand-features {
    padding: 80px 0;
  }
  .p-brand-features__header {
    text-align: left;
  }
  .p-brand-features__list {
    flex-direction: column;
    margin-top: 32px;
  }
  .p-brand-features__item {
    width: 100%;
    padding: 32px 10px;
    border: none;
    border-top: 1px solid #d7dbd7;
    border-bottom: 1px solid #d7dbd7;
  }
  .p-brand-features__item + .p-brand-features__item {
    border-top: none;
  }
  .p-brand-features__num {
    font-size: 12px;
  }
  .p-brand-features__thumb {
    margin-top: 16px;
    aspect-ratio: 200/250;
    width: 54%;
  }
  .p-brand-features__title {
    margin-top: 24px;
    font-size: 18px;
  }
  .p-brand-features__desc {
    margin-top: 12px;
    width: 90%;
    margin-inline: auto;
  }
  .p-brand-features__action {
    margin-top: 48px;
  }
  .p-brand-others {
    padding-top: 100px;
  }
  .p-brand-others__list {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 32px;
  }
  .c-card--brand .c-card__thumbnail {
    border-radius: 2px;
  }
  .c-card--brand .c-card__body {
    margin-top: 24px;
  }
  .c-card--brand .c-card__title {
    font-size: 24px;
  }
  .c-card__brand-logo {
    margin-bottom: 16px;
  }
  .c-card__brand-logo img {
    max-height: 36px;
  }
}
.p-thanks-header {
  padding-top: 160px;
  text-align: center;
}

.p-thanks-header__en {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #acacac;
  letter-spacing: 0;
}

.p-thanks-header__ja {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.p-thanks {
  text-align: center;
}

.p-thanks__btn {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .p-thanks-header {
    padding-top: 96px;
  }
  .p-thanks-header__en {
    font-size: 12px;
  }
  .p-thanks-header__ja {
    margin-top: 8px;
    font-size: 24px;
  }
  .p-thanks__body {
    font-size: 16px;
  }
  .p-thanks__btn {
    margin-top: 32px;
  }
}/*# sourceMappingURL=style.css.map */