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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.8;
  text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  font-size: 62.5%; /* 1rem = 10px */
  font-family: "Noto Sans JP", sans-serif;
  color: #00000a;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --color-key: #a68f00;
}

:root {
  --font-default: "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}

svg {
  vertical-align: middle !important;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block;
  }
}
section {
  padding: 80px 0; /* 上下80px、左右0 */
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

.main-contents {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .main-contents {
    padding-top: 60px;
  }
}

.p-top {
  overflow: hidden;
}

.bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: url(../img/about/bg.jpg) no-repeat center/cover;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-eventproduce {
  background: url(../img/services/bg01.jpg) no-repeat center/cover;
}
.bg-brandproduce {
  background: url(../img/services/bg02.jpg) no-repeat center/cover;
}
.bg-cateringproduce {
  background: url(../img/services/bg03.jpg) no-repeat center/cover;
}

.l-inner {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0;
  }
}
.l-inner--narrow {
  max-width: 1300px;
}

.l-tracking-cta {
  position: fixed;
  top: auto;
  bottom: 2%;
  right: 1%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6588235294);
  z-index: 1000;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .l-tracking-cta {
    top: auto;
    bottom: -1px;
    right: 0;
    width: 100%;
    aspect-ratio: unset;
    padding: 10px;
    z-index: 99;
  }
}
.l-tracking-cta__inner {
  color: #fff;
}
.l-tracking-cta__inner p {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-tracking-cta__inner p {
    font-size: 1.3rem;
  }
}
.l-tracking-cta__btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-tracking-cta__btn {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
  }
}
.l-tracking-cta__btn a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .l-tracking-cta__btn a {
    width: 49%;
  }
}
.l-tracking-cta__btn a:nth-child(1) {
  background-color: #dd6800;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-tracking-cta__btn a:nth-child(1) {
    margin-bottom: 0px;
  }
}
.l-tracking-cta__btn a:nth-child(2) {
  background-color: #50c800;
}
.l-tracking-cta__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  transition: background 0.3s ease, transform 0.2s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-tracking-cta__close {
    display: none;
  }
}
.l-tracking-cta__close:hover {
  background: #555;
}

.l-article__inner {
  max-width: 1000px;
}
.l-article .c-news__date {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.l-article .c-news__cat {
  background-color: var(--color-key);
  color: #fff;
  display: block;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.2rem;
  border-radius: 3px;
}
.l-article .c-sec__head {
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
}
.l-article h1 {
  margin-bottom: 10px;
  font-size: 3.2rem;
}
.l-article__box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-article__box {
    width: 100%;
  }
}
.l-article__box h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 80px;
  color: #fff;
  background: var(--color-key);
  padding: 5px 25px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .l-article__box h2 {
    font-size: 22px;
    font-weight: 600;
  }
}
.l-article__box h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 80px;
  padding-bottom: 5px;
  font-size: 26px;
  border-bottom: 2px solid #bababa;
}
@media screen and (max-width: 768px) {
  .l-article__box h3 {
    font-size: 20px;
    font-weight: 600;
  }
}
.l-article__box h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-article__box h4 {
    font-size: 16px;
    font-weight: 600;
  }
}
.l-article__box p {
  margin-top: 20px;
}
.l-article__box strong {
  font-weight: 700;
}
.l-article__box ul {
  margin-top: 20px;
  padding-left: 20px;
}
.l-article__box ul li {
  list-style: disc;
}
.l-article__box ol {
  margin-top: 20px;
  padding-left: 20px;
}
.l-article__box ol li {
  list-style: auto;
}
.l-article__box a {
  color: rgba(var(--color-main));
  text-decoration: underline;
  display: block;
}
.l-article__box a img {
  margin-top: 0 !important;
}
.l-article__box img {
  margin-top: 30px;
  display: block;
}
.l-article-sidebox {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .l-article-sidebox {
    width: 100%;
  }
}
.l-article-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-article-title {
    font-size: 26px;
  }
}
.l-article .wp-block-buttons a {
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 10px;
  padding: 15px 30px;
  display: block;
  text-decoration: none !important;
  line-height: 1;
}
.l-article .is-layout-flex {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .l-article .is-layout-flex {
    row-gap: 10px !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0px 40px;
  transition: top 0.6s ease;
}
.l-header.is-hidden {
  top: -100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
.l-header__container {
  height: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
}
.l-header__logo img {
  width: 16.6666666667vw;
  transition: width 0.3s ease, height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 180px;
  }
}
.l-header__sns {
  position: absolute;
  right: 0;
  top: 60px;
  gap: 10px !important;
}
.l-header__sns.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .l-header__sns {
    position: static;
    display: flex !important;
    flex-direction: unset !important;
    justify-content: center;
    gap: 20px !important;
    width: 100% !important;
  }
}
.l-header__sns li {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__sns li {
    border: none !important;
  }
}
.l-header .menu {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  width: fit-content;
  height: 70px;
}
@media screen and (max-width: 1440px) {
  .l-header .menu {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .menu {
    z-index: 999;
    overflow: scroll;
    gap: 0 !important;
    padding: 80px 0;
    width: 100%;
    position: absolute;
  }
}
.l-header .menu ul {
  display: flex;
  gap: 3.4722222222vw;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .l-header .menu ul {
    padding: 60px 0 0;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header .menu ul li {
    line-height: 1;
  }
}
.l-header .menu ul li a {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  transition: all 0.4s 0s ease;
}
@media (hover: hover) {
  .l-header .menu ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1440px) {
  .l-header .menu ul li a {
    font-size: 1.8rem;
  }
}
.l-header.is-scrolled .menu {
  background: white;
  padding: 0 80px;
  border-radius: 0 0 25px 25px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.l-header.is-scrolled .menu ul {
  padding: 20px 0 !important;
}
.l-header.is-scrolled .l-header__logo {
  margin-top: 0;
}
@media screen and (min-width: 1440px) {
  .l-header.is-scrolled .l-header__logo {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__logo {
    padding-top: 0 !important;
  }
}
.l-header.is-scrolled .l-header__logo img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__logo img {
    width: 120px;
  }
}
.l-header.is-scrolled .l-header__logo a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__subnav {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  .l-header__subnav li {
    width: 33% !important;
  }
  .l-header__subnav li a {
    font-size: 1rem !important;
    display: block;
    text-align: center;
    border-right: 1px solid #00000a;
  }
  .l-header__subnav li:last-child a {
    border-right: none !important;
  }
}
.l-header__sns {
  padding: 10px !important;
}
@media screen and (max-width: 767px) {
  .l-header__sns {
    padding: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  /* ハンバーガーボタン */
  .hamburger {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    padding-right: 10px;
    transition: transform 0.3s ease;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 3%;
  }
  .hamburger:active {
    transform: scale(0.95);
  }
  /* 横棒のスタイル */
  .bar {
    height: 3px;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  .bar.top,
  .bar.bottom {
    width: 35px;
  }
  .bar.middle {
    width: 25px;
  }
  /* メニューが開いた時のアニメーション */
  .hamburger.active .bar.top {
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger.active .bar.middle {
    opacity: 0;
    transform: translateX(-20px);
  }
  .hamburger.active .bar.bottom {
    transform: translateY(-9px) rotate(-45deg);
  }
  /*  メニューパネルを全画面表示に変更 */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  /*  メニューアイテムのアニメーション遅延を追加 */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu {
    width: 100%;
    height: 100svh !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .menu ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .menu ul li {
    padding: 15px 0;
    text-align: center;
  }
  .menu ul li:not(:last-child) {
    border-bottom: 1px solid rgba(193, 135, 31, 0.2);
  }
  .menu ul li:first-child {
    border-top: 1px solid rgba(193, 135, 31, 0.2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu ul li {
    border-bottom: 1px solid rgba(193, 135, 31, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .menu.active {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu.active {
    gap: 0 !important;
    padding: 80px 0;
    width: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .menu-item {
    padding: 20px 40px;
    color: #333;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 8px;
    transform: translateY(20px);
    opacity: 0;
  }
  .menu.active .menu-item {
    transform: translateY(0);
    opacity: 1;
  }
  .menu.active .menu-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .menu.active .menu-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .menu.active .menu-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .menu.active .menu-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .menu.active .menu-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .menu.active .menu-item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .menu.active .menu-item:nth-child(7) {
    transition-delay: 0.7s;
  }
  .menu.active .menu-item:nth-child(8) {
    transition-delay: 0.8s;
  }
}
.l-footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 100px;
  }
}
.l-footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__flex {
  gap: 30px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__flex {
    padding: 0px;
    flex-direction: column;
  }
}
.l-footer__logo {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 30%;
    text-align: center;
    margin: 0 auto;
  }
}
.l-footer__logo img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    max-width: 85px;
  }
}
.l-footer__nav {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
  }
}
.l-footer__nav nav {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav nav {
    justify-content: space-between;
    gap: 10px;
  }
}
.l-footer__nav nav a {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.l-footer__nav--item:not(:last-child) {
  margin-bottom: 10px;
}
.l-footer__copy {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px;
  }
}
.l-footer__copy ul {
  display: flex;
}
.l-footer__copy ul li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.l-footer__copy ul li a {
  font-size: 1.2rem;
  display: block;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__copy ul li a {
    font-size: 1rem;
  }
}
.l-footer__copy ul li:last-child a {
  border-right: none;
}
.l-footer__copy small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy small {
    font-size: 1rem;
  }
}

.l-page-lead {
  background-color: var(--color-key);
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: relative;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .l-page-lead {
    height: 200px;
  }
}
.l-page-lead::before {
  content: "";
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--height);
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-page-lead::before {
    height: 15px !important;
  }
}
.l-page-lead__inner {
  max-width: 1300px;
  height: 500px;
  align-content: center;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-lead__inner {
    height: 200px;
  }
}
.l-page-lead__inner--sub {
  margin-top: 180px;
}
.l-page-lead__title {
  color: #fff;
  font-size: 3.4rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #a68f00;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-page-lead__title {
    font-size: 2.6rem;
  }
}
.l-page-lead__title span {
  display: block;
  font-size: 4.4rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .l-page-lead__title span {
    font-size: 2.8rem;
  }
}
.l-page-lead__title small {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-page-lead__title small {
    font-size: 1.6rem;
  }
}
.l-page-lead__title--sub {
  color: #000;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #a68f00;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0px;
  padding: 0 10px;
}
.l-page-lead__title--sub span {
  display: block;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-page-lead__title--sub span {
    font-size: 2.8rem;
  }
}
.l-page-lead__title--sub small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-page-lead__title--sub small {
    font-size: 1.6rem;
  }
}

.page .c-copy {
  font-size: 2.2rem;
  line-height: 2em;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page .c-copy {
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: left;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .page .c-imgbox {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/* --- Text --- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-normal {
  font-weight: normal !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-uppercase {
  text-transform: uppercase !important;
}

.u-lowercase {
  text-transform: lowercase !important;
}

.u-capitalize {
  text-transform: capitalize !important;
}

.u-line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Spacing (margin/padding) --- */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

/* --- Display / Visibility --- */
.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-flex {
  display: flex !important;
}

.u-inline-flex {
  display: inline-flex !important;
}

.u-grid {
  display: grid !important;
}

.u-hidden {
  display: none !important;
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

/* --- Flexbox --- */
.u-flex-row {
  flex-direction: row !important;
}

.u-flex-col {
  flex-direction: column !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  flex-wrap: nowrap !important;
}

.u-justify-start {
  justify-content: flex-start !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-justify-around {
  justify-content: space-around !important;
}

.u-items-start {
  align-items: flex-start !important;
}

.u-items-center {
  align-items: center !important;
}

.u-items-end {
  align-items: flex-end !important;
}

.u-self-center {
  align-self: center !important;
}

/* --- Size --- */
.u-w-100 {
  width: 100% !important;
}

.u-h-100 {
  height: 100% !important;
}

.u-max-w-1200 {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.u-w-auto {
  width: auto !important;
}

.u-h-auto {
  height: auto !important;
}

/* --- Position --- */
.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-fixed {
  position: fixed !important;
}

.u-sticky {
  position: sticky !important;
}

.u-top-0 {
  top: 0 !important;
}

.u-right-0 {
  right: 0 !important;
}

.u-bottom-0 {
  bottom: 0 !important;
}

.u-left-0 {
  left: 0 !important;
}

.u-z-0 {
  z-index: 0 !important;
}

.u-z-10 {
  z-index: 10 !important;
}

.u-z-100 {
  z-index: 100 !important;
}

/* --- Overflow --- */
.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-auto {
  overflow: auto !important;
}

.u-overflow-scroll {
  overflow: scroll !important;
}

/* --- Background / Color --- */
.u-bg-white {
  background-color: #fff !important;
}

.u-bg-black {
  background-color: #000 !important;
}

.u-bg-gray {
  background-color: #f5f5f5 !important;
}

.u-color-main {
  color: rgb(var(--color-main)) !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

/* --- Border / Radius --- */
.u-border {
  border: 1px solid #ddd !important;
}

.u-border-none {
  border: none !important;
}

.u-rounded {
  border-radius: 4px !important;
}

.u-rounded-full {
  border-radius: 9999px !important;
}

/* --- Shadow --- */
.u-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.u-shadow-none {
  box-shadow: none !important;
}

/* --- Opacity --- */
.u-opacity-0 {
  opacity: 0 !important;
}

.u-opacity-50 {
  opacity: 0.5 !important;
}

.u-opacity-100 {
  opacity: 1 !important;
}

/* --- Cursor --- */
.u-cursor-pointer {
  cursor: pointer !important;
}

.u-cursor-default {
  cursor: default !important;
}

/* --- Responsive (例: モバイル用) --- */
@media (max-width: 768px) {
  .u-sp-hidden {
    display: none !important;
  }
  .u-sp-block {
    display: block !important;
  }
}
.kv {
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv {
    height: 90svh;
    overflow: hidden;
  }
}
.kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv__inner {
  background-color: #fff;
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-repeat: no-repeat;
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: relative;
  max-height: 95svh;
}
@media screen and (max-width: 767px) {
  .kv__inner {
    --height: calc((14 / 375) * 100vw);
  }
}
.kv__inner::before {
  content: "";
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  mask-repeat: no-repeat; /* ← 追加 */
  margin-top: calc(0 * var(--height));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--height);
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv__inner::before {
    --height: calc((45 / 375) * 100vw);
  }
}
.kv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .kv__text {
    width: 90%;
  }
}
.kv__text img {
  width: 580px;
}
.kv__title {
  font-size: 6.2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kv__title {
    font-size: 3.2rem;
  }
}
.kv__subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .kv__subtitle {
    font-size: 2rem;
  }
}

.splide__list {
  height: 95svh !important;
}
.slide-media img {
  transition: 7s 1s ease-out;
}

.splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

.splide__slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (max-width: 767px) {
  .p-top-about p {
    text-align: left;
  }
}

.p-about__members-list {
  display: grid;
  gap: 80px 25px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.p-about__members-list > li:first-child {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .p-about__members-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px 15px;
  }
}
.p-about__members-item:nth-child(1) figure {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-about__members-item:nth-child(1) figure {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-about__members-item:nth-child(1) figure img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-about__members-item:nth-child(1) figure img {
    width: 100%;
  }
}
.p-about__members-item:nth-child(1) figure figcaption {
  width: 65%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-about__members-item:nth-child(1) figure figcaption {
    width: 100%;
  }
}
.p-about__members-item:nth-child(1) figure figcaption h3 {
  font-size: 4.2rem;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-about__members-item:nth-child(1) figure figcaption h3 {
    font-size: 3.4rem;
  }
}
.p-about__members-item:nth-child(1) figure figcaption h3 span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-about__members-item:nth-child(1) figure figcaption h3 span {
    font-size: 1.6rem;
  }
}
.p-about__members-item:nth-child(1) figure figcaption h3 small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__members-item:nth-child(1) figure figcaption h3 small {
    font-size: 1.2rem;
  }
}
.p-about__members-item:nth-child(1) figure figcaption p {
  padding-right: 240px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .p-about__members-item:nth-child(1) figure figcaption p {
    padding-right: 0;
  }
}
.p-about__philosophy {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 0;
}
.p-about__philosophy .l-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 1620px;
  max-width: 100%;
  margin-top: -55vh;
  margin-inline: auto;
  padding: 0 100px 381px;
}
@media screen and (max-width: 767px) {
  .p-about__philosophy .l-inner {
    margin-top: -80svh;
    padding: 0 25px 200px;
  }
}
.p-about__philosophy-items {
  background-color: #000;
  color: #fff;
  display: flex;
  gap: 20px;
  padding: 100px 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about__philosophy-items {
    flex-direction: column;
    gap: 0px;
    padding: 60px 40px;
  }
}
.p-about__philosophy-title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__philosophy-title {
    font-size: 3.2rem;
  }
}
.p-about__philosophy-item {
  width: 33%;
  text-align: center;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .p-about__philosophy-item {
    width: 100%;
    padding: 40px 0;
    border-top: 2px solid var(--color-key);
  }
  .p-about__philosophy-item:last-child {
    border-bottom: 2px solid var(--color-key);
  }
}
.p-about__philosophy-item:nth-child(2) {
  border-left: 2px solid var(--color-key);
  border-right: 2px solid var(--color-key);
}
@media screen and (max-width: 767px) {
  .p-about__philosophy-item:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.p-about__philosophy-item-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-about__philosophy-item-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__philosophy-item-text {
    font-size: 1.4rem;
  }
}
.p-about__partners {
  background-color: #f3edda;
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: relative;
  margin-top: -100px;
  padding-block: 120px 240px;
}
@media screen and (max-width: 767px) {
  .p-about__partners {
    padding-block: 60px 120px;
  }
}
.p-about__partners::before {
  content: "";
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--height);
  background-color: #fff;
  z-index: 2;
}
.p-about__partners-copy {
  margin-bottom: 30px !important;
}
.p-about__partners-copy p {
  text-align: left;
}
.p-about__partners-lists {
  background-color: #fff;
  padding: 60px 80px 30px;
}
@media screen and (max-width: 767px) {
  .p-about__partners-lists {
    padding: 40px 20px 30px;
  }
}
.p-about__partners-lists p {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 20px;
}
.p-about__partners-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  gap: 20px 20px;
  justify-content: left;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-about__partners-list {
    gap: 10px 10px;
    font-size: 1.4rem;
  }
}
.p-about__partners-item {
  text-indent: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__partners-item {
    text-indent: 0.2em;
    padding-left: 1.2em;
  }
}
.p-about__partners-item::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.home .p-service {
  background-color: rgba(193, 135, 31, 0.1);
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: relative;
  padding-block: 160px;
}
@media screen and (max-width: 767px) {
  .home .p-service {
    padding-block: 60px;
  }
}
.home .p-service::before {
  content: "";
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--height);
  background-color: #fff;
  z-index: 2;
}
.home .p-service-card {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .home .p-service-card {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .home .p-service-card:first-child {
    padding: 80px 0 0;
  }
}
.home .p-service-card:nth-child(even) .p-service-card__inner {
  flex-direction: row-reverse;
}
.home .p-service-card:nth-child(even) .p-service-card__content {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .home .p-service-card:nth-child(even) .p-service-card__content {
    left: auto;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .home .p-service-card:nth-child(even) .p-service-card__title {
    padding-left: 0;
    padding-right: 25px;
  }
}
.home .p-service-card:nth-child(even) .p-service-card__text p {
  margin-left: auto;
}
.home .p-service-card:nth-child(even) .p-service-card__media img {
  border-radius: 70px 0 0 0;
}
.home .p-service-card:nth-child(even) .p-service-card__overlay::before {
  content: "";
  bottom: 0;
  right: 0;
}
.home .p-service-card:nth-child(even).in-view .p-service-card__overlay::before {
  bottom: -35px !important;
  right: -25px !important;
  left: auto !important;
}
.home .p-service-card .p-service-card__overlay {
  z-index: -1;
  position: relative;
}
.home .p-service-card .p-service-card__overlay::before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 11;
  bottom: -8.7209302326%;
  left: -5.5555555556%;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease 0.7s;
  transition: all 0.4s ease 0.7s;
  z-index: -99;
}
.home .p-service-card__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .home .p-service-card__inner {
    position: relative;
  }
}
.home .p-service-card__content {
  width: 40%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .home .p-service-card__content {
    position: absolute;
    width: 100%;
    padding: 0;
    top: -130px;
    left: -30px;
  }
}
.home .p-service-card__title {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home .p-service-card__title {
    font-size: 2rem;
    padding-left: 25px;
  }
}
.home .p-service-card__title span {
  display: block;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home .p-service-card__title span {
    font-size: 1.4rem;
  }
}
.home .p-service-card__text {
  position: relative;
}
.home .p-service-card__text p {
  padding: 0 25px;
  background-color: #a68f00;
  font-size: 2.4rem;
  color: #fff;
  width: fit-content;
  margin-bottom: -40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home .p-service-card__text p {
    font-size: 1.4rem;
  }
}
.home .p-service-card__text p:not(:last-child) {
  margin-bottom: 10px;
}
.home .p-service-card__media {
  width: 60%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .home .p-service-card__media {
    width: 100%;
    padding: 0;
  }
}
.home .p-service-card__media img {
  width: 100%;
  border-radius: 0 70px 0 0;
}
@media screen and (max-width: 767px) {
  .home .p-service-card__media img {
    height: auto;
  }
}
.home .p-service-card__caption {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
.home .p-service__btn {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .home .p-service__btn {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .home .p-service .p-services__title {
    margin-bottom: 100px;
  }
}

.page .p-service__contents {
  background-color: #000;
  color: #fff;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .page .p-service__contents {
    padding: 60px 25px;
  }
}
.page .p-service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page .p-service__list {
    flex-direction: column;
    row-gap: 40px;
  }
}
.page .p-service__item {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page .p-service__item {
    width: 100%;
  }
}
.page .p-service__item h3 {
  font-size: 3rem;
  color: #ffc800;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .page .p-service__item h3 {
    text-align: center;
    border-bottom: none;
    margin-bottom: 20px;
    line-height: 1.4em;
  }
}
.page .p-service__eventproduce, .page .p-service__brandproduce, .page .p-service__cateringproduce {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 0;
}
.page .p-service__eventproduce .l-inner, .page .p-service__brandproduce .l-inner, .page .p-service__cateringproduce .l-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  max-width: 1300px;
  width: 90%;
  margin-top: -55vh;
  margin-inline: auto;
  padding: 0 0px 120px;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce .l-inner, .page .p-service__brandproduce .l-inner, .page .p-service__cateringproduce .l-inner {
    margin-top: -80svh;
    padding: 0 0px 100px;
  }
}
.page .p-service__eventproduce-title, .page .p-service__brandproduce-title, .page .p-service__cateringproduce-title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-title, .page .p-service__brandproduce-title, .page .p-service__cateringproduce-title {
    font-size: 3.2rem;
  }
}
.page .p-service__eventproduce-contents, .page .p-service__brandproduce-contents, .page .p-service__cateringproduce-contents {
  padding: 100px 80px;
  background-color: #f3edda;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-contents, .page .p-service__brandproduce-contents, .page .p-service__cateringproduce-contents {
    padding: 60px 25px;
  }
}
.page .p-service__eventproduce-contents h3, .page .p-service__brandproduce-contents h3, .page .p-service__cateringproduce-contents h3 {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-contents h3, .page .p-service__brandproduce-contents h3, .page .p-service__cateringproduce-contents h3 {
    font-size: 2.2rem;
  }
}
.page .p-service__eventproduce-contents .c-copy, .page .p-service__brandproduce-contents .c-copy, .page .p-service__cateringproduce-contents .c-copy {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-contents .c-copy, .page .p-service__brandproduce-contents .c-copy, .page .p-service__cateringproduce-contents .c-copy {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.page .p-service__eventproduce-list, .page .p-service__brandproduce-list, .page .p-service__cateringproduce-list {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #000;
  margin-bottom: 80px;
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-list, .page .p-service__brandproduce-list, .page .p-service__cateringproduce-list {
    padding: 40px 25px;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px;
  }
}
.page .p-service__eventproduce-item, .page .p-service__brandproduce-item, .page .p-service__cateringproduce-item {
  width: 45%;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-item, .page .p-service__brandproduce-item, .page .p-service__cateringproduce-item {
    padding: 0;
    width: 100%;
  }
}
.page .p-service__eventproduce-item h4, .page .p-service__brandproduce-item h4, .page .p-service__cateringproduce-item h4 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-item h4, .page .p-service__brandproduce-item h4, .page .p-service__cateringproduce-item h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.page .p-service__eventproduce-item h4 b, .page .p-service__brandproduce-item h4 b, .page .p-service__cateringproduce-item h4 b {
  font-size: 3.2rem;
  padding-right: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-item h4 b, .page .p-service__brandproduce-item h4 b, .page .p-service__cateringproduce-item h4 b {
    font-size: 2.4rem;
  }
}
.page .p-service__eventproduce-item ol, .page .p-service__brandproduce-item ol, .page .p-service__cateringproduce-item ol {
  padding: 10px 25px;
  list-style-type: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-item ol, .page .p-service__brandproduce-item ol, .page .p-service__cateringproduce-item ol {
    padding: 10px 0px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page .p-service__eventproduce-item ol li, .page .p-service__brandproduce-item ol li, .page .p-service__cateringproduce-item ol li {
    font-size: 1.4rem;
  }
}
.page .p-service__brandproduce, .page .p-service__cateringproduce {
  padding-top: 0;
}
.page .p-service__brandproduce-item, .page .p-service__cateringproduce-item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page .p-service__brandproduce-item, .page .p-service__cateringproduce-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page .p-service__thoughts p {
    text-align: center;
  }
}
.page .p-service__thoughts-list {
  display: flex;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page .p-service__thoughts-list {
    flex-direction: column;
    row-gap: 40px;
    margin-top: 60px;
  }
}
.page .p-service__thoughts-item {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 50px 30px 40px;
}
@media screen and (max-width: 767px) {
  .page .p-service__thoughts-item {
    padding: 30px 10px 20px;
  }
}
.page .p-service__thoughts-item h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 10px;
  background-color: #000;
  color: #ffc800;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .page .p-service__thoughts-item h3 {
    font-size: 1.2rem;
    left: 47%;
  }
}
.page .p-service__thoughts-item h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 0 0 20px; /* ← 向きを右側へ変更 */
  border-color: #000000 transparent transparent;
  translate: 50% 100%; /* ← 反転 */
  transform: skew(25deg); /* ← -25deg → 25deg に反転 */
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .page .p-service__thoughts-item h3::before {
    left: auto;
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .page .p-service__thoughts-item p {
    font-size: 1.2rem;
    letter-spacing: -0.1em;
  }
}
.page .p-service__thoughts .desc {
  font-size: 1.8rem;
  margin-top: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page .p-service__thoughts .desc {
    font-size: 1.4rem;
  }
}
.page .p-service__btn {
  padding: 0;
}

.p-service-card__image {
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: opacity 1.6s cubic-bezier(0.35, 0.8, 0.35, 1), transform 1.6s cubic-bezier(0.35, 0.8, 0.35, 1);
}

.p-service-card.in-view .p-service-card__image {
  transform: scale(1, 1);
  opacity: 1;
}

.in-view .p-service-card__overlay::before {
  opacity: 1 !important;
  bottom: -35px !important;
  left: -25px !important;
}

.p-project {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-project {
    padding-bottom: 60px;
  }
}
.p-project__items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-project__items {
    flex-wrap: wrap;
  }
}
.p-project__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-project__item {
    width: 40%;
  }
}
.p-project__item img {
  width: 100%;
  height: auto;
}

.page .p-projects__contents {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .page .p-projects__contents {
    padding-top: 60px;
  }
}
.page .p-projects .article-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page .p-projects .article-flex {
    flex-direction: column;
    row-gap: 40px;
  }
}
.page .p-projects .article-flex__side {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .page .p-projects .article-flex__side {
    width: 100%;
    padding: 30px 25px;
  }
}
.page .p-projects__nav {
  position: sticky;
  top: 20%;
  display: flex;
  justify-content: space-between;
}
.page .p-projects__nav ul {
  list-style: circle;
}
.page .p-projects__nav ul:first-child {
  width: fit-content;
}
.page .p-projects__nav ul li {
  font-size: 1.8rem;
  font-weight: 500;
}
.page .p-projects__nav ul li.is-current {
  list-style: disc !important;
}
.page .p-projects__list {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .page .p-projects__list {
    width: 100%;
  }
}
.page .p-projects__other {
  margin: 120px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .page .p-projects__other {
    width: 100%;
  }
}
.page .p-projects__other__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}
@media screen and (max-width: 767px) {
  .page .p-projects__other__flex {
    flex-direction: column;
  }
}
.page .p-projects__other__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 40px;
}
.page .p-projects__other__area {
  width: calc(33.333% - 17px);
}
@media screen and (max-width: 767px) {
  .page .p-projects__other__area {
    width: 100%;
  }
}
.page .p-projects__other__area--wide {
  width: 100%;
}
.page .p-projects__other__area--wide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 8px;
}
.page .p-projects__other__area--wide ul li {
  margin-bottom: 0 !important;
  width: calc(33.19% - 4px);
}
.page .p-projects__other__area--wide ul li.wide {
  width: calc(50% - 4px);
}
.page .p-projects__other__area h3 {
  font-size: 20px;
  background-color: var(--color-key);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
}
.page .p-projects__other__area ul {
  list-style: none !important;
}
.page .p-projects__other__area ul li {
  border-radius: 5px;
  list-style: none !important;
  margin-left: 0;
  padding: 10px 20px;
  background-color: #f3edda;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .page .p-projects__other__area ul li {
    width: 100%;
  }
}
.page .p-projects__other__area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page .p-projects__other__area ul.link li {
  padding: 0 !important;
}
.page .p-projects__other__area ul.link li a {
  padding: 10px 40px;
  position: relative;
  display: block;
}
.page .p-projects__other__area ul.link li a::before {
  content: "";
  background-image: url(../img/common/blank_icon.svg);
  background-repeat: no-repeat;
  line-height: 1;
  font-weight: 900;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.page .p-projects__list .section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page .p-projects__list .section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page .p-projects__data {
  background-color: #f3edda;
  position: relative;
  margin-bottom: 40px;
  clip-path: polygon(50% 100%, 0 80%, 0 0, 100% 0, 100% 80%);
  padding: 30px 40px 90px;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data {
    clip-path: polygon(50% 100%, 0 90%, 0 0, 100% 0, 100% 90%);
    padding: 30px 20px 50px;
  }
}
.page .p-projects__data h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data h3 {
    font-size: 2rem;
  }
}
.page .p-projects__data h3 span {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data h3 span {
    font-size: 1.6rem;
  }
}
.page .p-projects__data__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
  width: 70%;
  margin: 40px auto 0px;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data__list {
    margin: 20px auto 0px;
    width: 100%;
    gap: 50px 10px;
  }
}
.page .p-projects__data__list li {
  width: calc(50% - 12.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #000;
  height: 100%;
  aspect-ratio: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data__list li {
    width: calc(50% - 5px);
  }
}
.page .p-projects__data__title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data__title {
    font-size: 1.2rem;
  }
}
.page .p-projects__data__number {
  font-size: 5.2rem;
  font-weight: bold;
  color: #ffc800;
  line-height: 1.2em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.page .p-projects__data__number.is-animated {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .page .p-projects__data__number {
    font-size: 2.6rem;
  }
}
.page .p-projects__data__number small {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data__number small {
    font-size: 1.4rem;
  }
}
.page .p-projects__data__copy {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page .p-projects__data__copy {
    font-size: 1.2rem;
  }
}

.p-instagram {
  background-color: rgba(193, 135, 31, 0.1);
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-instagram {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-instagram::before {
  content: "";
  --height: calc((57 / 1440) * 100vw);
  mask-image: url(../img/common/wave-instagram.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-size: 100%;
  margin-top: calc(0 * var(--height));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--height);
  background-color: #fff;
  z-index: 2;
}
.p-instagram__items {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-instagram__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-instagram__item {
  width: 100%;
}
.p-instagram__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.p-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
.p-news__list time {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  width: 5%;
}
@media screen and (max-width: 767px) {
  .p-news__list time {
    font-size: 1.2rem;
    width: fit-content;
  }
}
.p-news__item {
  width: 100%;
  border-bottom: 2px solid rgba(193, 135, 31, 0.25);
}
.p-news__item:first-child {
  border-top: 2px solid rgba(193, 135, 31, 0.25);
}
.p-news__item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
  gap: 20px;
  padding-block: 20px;
  transition: all 0.4s 0s ease;
}
@media (hover: hover) {
  .p-news__item a:hover {
    opacity: 0.4;
    transition: transform 0.3s ease;
    transform: translateX(30px);
  }
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.3rem;
    row-gap: 10px;
  }
}

.c-category {
  display: inline;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 600;
  font-style: normal;
  background-color: #000;
  color: #fff;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-category {
    font-size: 1.2rem;
  }
}

/* ===============================
   Privacy Policy Section
   =============================== */
.p-policy__overview {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
  /* モバイル対応 */
}
.p-policy__overview .l-inner {
  width: min(90%, 960px);
  margin: 0 auto;
}
.p-policy__overview .p-policy__content {
  /* 改行含むお問い合わせブロック */
}
.p-policy__overview .p-policy__content p {
  margin-bottom: 1.8em;
  padding-left: 1.4em;
  font-size: 1.6rem;
}
.p-policy__overview .p-policy__content p:last-child {
  margin-bottom: 0;
}
.p-policy__overview .p-policy__content h2 {
  position: relative;
  margin: 2.8em 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  border-left: 4px solid #222;
  text-align: left;
}
.p-policy__overview .p-policy__content h2:first-of-type {
  margin-top: 0;
}
.p-policy__overview .p-policy__content ol {
  counter-reset: list-counter;
  margin: 1.2em 0 2em 1.5em;
  padding: 0;
  list-style: none;
  padding-left: 1.4em;
}
.p-policy__overview .p-policy__content ol li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.4em;
  font-size: 1.6rem;
}
.p-policy__overview .p-policy__content ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
}
.p-policy__overview .p-policy__content p:last-child {
  line-height: 2;
  font-size: 15px;
}
.p-policy__overview .p-policy__content p:last-child br {
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .p-policy__overview {
    padding: 60px 0;
  }
  .p-policy__overview .p-policy__copy {
    padding: 40px 20px;
  }
  .p-policy__overview .p-policy__copy h2 {
    font-size: 16px;
  }
  .p-policy__overview .p-policy__copy p,
  .p-policy__overview .p-policy__copy li {
    font-size: 14px;
  }
}

.p-recruit__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}
.p-recruit__details {
  margin-top: 80px;
  width: 90%;
  margin-inline: auto;
}
.p-recruit__details h2 {
  font-size: 3.2rem;
  margin-bottom: 80px;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__details h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.p-recruit__details h2::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #7a7a7a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.p-recruit__details_box {
  display: flex;
  border-top: 1px solid #e2e2e2;
  padding: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__details_box {
    flex-direction: column;
    padding: 25px 0;
  }
}
.p-recruit__details_ttl {
  flex-shrink: 0;
  width: 200px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-recruit__details_ttl {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.6rem;
    padding-right: 0;
  }
}
.p-recruit__details_txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit__details_txt {
    font-size: 1.4rem;
  }
}
.p-recruit__details__type {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruit__details__type {
    flex-direction: column;
  }
}
.p-recruit__details__type:not(:last-child) {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .p-recruit__details__type:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-recruit__details__type--sticky {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-recruit__details__type--sticky {
    width: 100%;
  }
}
.p-recruit__details__type--sticky h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: sticky;
  top: 120px;
}
.p-recruit__details__type .flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__details__type .flex {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 10px;
  }
}
.p-recruit__details__wrap {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-recruit__details__wrap {
    width: 100%;
  }
}

.p-column__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}
.p-column__intro {
  margin-bottom: 120px;
}
.p-column__sidenav {
  width: 20%;
}
.p-column__content {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-column__content {
    margin-top: 80px;
  }
}
.p-column__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    grid-template-columns: 1fr;
    gap: 40px 15px;
  }
}
.p-column__item {
  border-bottom: 1px solid var(--color-key);
  padding-bottom: 20px;
}
.p-column__link {
  position: relative;
}
.p-column__title {
  text-align: center;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #ec6538;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-column__title {
    padding: 25px;
  }
}
.p-column__desc {
  padding-block: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-column__desc {
    padding-block: 0 10px;
  }
}
.p-column__date {
  font-size: 1.4rem;
}

.entry-form__desc {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.entry-form__inner {
  max-width: 900px;
}
.entry-form__content {
  background-color: #f5f6fb;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .entry-form__content {
    padding: 40px 25px;
  }
}
.entry-form__content .flex {
  display: flex;
}
.entry-form table,
.entry-form tbody {
  width: 100%;
}
.entry-form input,
.entry-form textarea {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
.entry-form input {
  height: 60px;
}
.entry-form textarea {
  resize: vertical;
}
.entry-form input[type=radio],
.entry-form input[type=checkbox] {
  width: 12px !important;
  height: 12px !important;
  padding: 0px !important;
}
.entry-form span.mwform-radio-field.horizontal-item {
  background-color: #fff;
  padding: 5px 10px;
}
.entry-form tr:not(:last-child) {
  display: block;
  margin-bottom: 40px;
}
.entry-form tr td {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  width: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .entry-form tr td {
    align-items: flex-start;
    gap: 10px 10px;
    flex-direction: column;
  }
}
.entry-form tr td span {
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .entry-form tr td span {
    width: 100%;
  }
}
.entry-form tr td label {
  width: 100%;
  display: block;
}
.entry-form tr.now-job td {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.entry-form tr.now-job td span {
  margin: 0 !important;
}
.entry-form tr.birthday td {
  display: flex;
  gap: 10px;
}
.entry-form tr.birthday td div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.entry-form tr.area td {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: baseline;
}
.entry-form tr.area td div {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.entry-form tr.area .address {
  width: 40%;
}
.entry-form tr.area .address02,
.entry-form tr.area .address03 {
  width: 100%;
}
.entry-form tr.shop input[type=text] {
  margin-top: 15px;
}
.entry-form tr.business input[type=text] {
  margin-top: 10px;
}
.entry-form th,
.entry-form td {
  display: block;
  color: #483f3f;
}
.entry-form th {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.2em;
}
.entry-form th span {
  background: #ec6538;
  color: #fff;
  margin-left: 20px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 3px;
}
.entry-form th::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #483f3f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  border-radius: 50%;
}
.entry-form td small {
  display: block;
  font-size: 1.5rem;
  margin-top: 30px;
  padding-left: 1.4em;
  width: 100%;
  text-align: center;
}
.entry-form td .required {
  background: #ec6538;
  color: #fff;
  margin-left: 20px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 3px;
}
.entry-form .button-wrap {
  width: 280px;
  margin: 60px auto 0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.entry-form .button-wrap input.send {
  display: block;
  padding: 20px 25px;
  text-align: center;
  width: 100%;
  background-color: var(--color-key);
  line-height: 1;
}
.entry-form .u-link {
  color: #0000ee;
  text-decoration: underline;
}
.entry-form p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .entry-form p {
    font-size: 1.5rem;
    letter-spacing: -0.1em;
  }
}
.entry-form.confirmation .flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.entry-form.confirmation .flex .button-wrap {
  margin: 0 !important;
}
.entry-form.confirmation .flex .button-back {
  display: block;
  text-align: center;
  line-height: 1;
  width: 240px;
}
.entry-form.confirmation .flex .button-back input {
  padding: 20px 25px;
  background-color: #000;
  color: #fff;
}
.entry-form.thanks .entry-form__inner {
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-form.thanks .entry-form__inner {
    margin: 50px auto 0;
  }
}
.entry-form.thanks .entry-form__inner h1 {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .entry-form.thanks .entry-form__inner h1 {
    font-size: 24px;
  }
}
.entry-form.thanks .entry-form__inner p {
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .entry-form.thanks .entry-form__inner p {
    font-size: 18px;
    margin-top: 20px;
  }
}
.entry-form.thanks .btn-box a {
  width: 240px;
  display: block;
  margin: 30px auto 0;
  background: #000000;
  color: white;
  border-radius: 50px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .entry-form.thanks .btn-box a {
    width: 90%;
  }
}
.entry-form .mylink textarea,
.entry-form .how_know textarea {
  margin-top: 10px;
}

.p-sitemap .l-inner {
  max-width: 1080px;
}
.p-sitemap__content nav ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.p-sitemap__content nav ul li {
  width: 25%;
}
.p-sitemap__content nav ul li:last-child {
  width: 50%;
}
.p-sitemap__content nav ul li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding-right: 1.2em;
  text-decoration: underline;
  text-align: left;
  position: relative;
  width: fit-content;
}
.p-sitemap__content nav ul li a small {
  display: block;
  font-weight: 400;
}
.p-sitemap__content nav ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  position: absolute;
  top: 30%;
  transform: translateY(-50%) rotate(45deg);
  right: 0px;
}
.p-sitemap__content nav ul li ol {
  margin-top: 15px;
}
.p-sitemap__content nav ul li ol li {
  padding-left: 1.2em;
  width: 100% !important;
}
.p-sitemap__content nav ul li ol li a {
  font-size: 18px;
  position: relative;
  padding-right: 0 !important;
}
.p-sitemap__content nav ul li ol li a::after {
  display: none !important;
}
.p-sitemap__content nav ul li ol li a::before {
  content: "";
  background-color: #000;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 30%;
  left: -20px;
}

.p-sitemap__sub-content {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-sitemap__sub-content__cta {
  display: flex;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6588235294);
  align-items: center;
  color: #fff;
  width: fit-content;
}
.p-sitemap__sub-content__cta-copy {
  font-size: 13px;
}
.p-sitemap__sub-content__cta-btn {
  display: flex;
  gap: 10px;
}
.p-sitemap__sub-content__cta-btn a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
}
.p-sitemap__sub-content__cta-btn a:nth-child(1) {
  background-color: #dd6800;
}
.p-sitemap__sub-content__cta-btn a:nth-child(2) {
  background-color: #50c800;
}

.p-sitemap__sub-content__link {
  width: 50%;
  display: flex;
}
.p-sitemap__sub-content__link ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-sitemap__sub-content__link ul:nth-child(1) {
  width: 20%;
}
.p-sitemap__sub-content__link ul:nth-child(1) li {
  width: 50%;
}
.p-sitemap__sub-content__link ul:nth-child(1) li img {
  width: 100%;
}
.p-sitemap__sub-content__link ul:nth-child(2) {
  width: 70%;
  gap: 10px;
  justify-content: center;
}
.p-sitemap__sub-content__link ul:nth-child(2) li {
  width: fit-content;
}
.p-sitemap__sub-content__link ul:nth-child(2) li:not(:last-child) {
  border-right: 1px solid #000;
}
.p-sitemap__sub-content__link ul:nth-child(2) li a {
  font-size: 1.4rem;
  display: block;
  padding: 0 10px;
}
.p-sitemap__sub-content__link ul:nth-child(3) {
  width: 10%;
}
.p-sitemap__sub-content__link ul:nth-child(3) li {
  width: 100%;
}
.p-sitemap__sub-content__link ul:nth-child(3) li img {
  width: 100%;
}

.c-heading {
  font-size: 3.4rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #a68f00;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.c-heading__sub {
  display: block;
  font-size: 10px;
}
.c-heading small {
  font-size: 1.8rem;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading small {
    font-size: 1.3rem;
  }
}

.c-subheading {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-subheading {
    font-size: 1.4rem;
  }
}
.c-subheading span {
  display: block;
  font-size: 1.4rem;
}

.c-copy {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-copy {
    font-size: 1.4rem;
  }
}

.c-heading-dot {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-dot {
    font-size: 2.4rem;
  }
}
.c-heading-dot::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #7a7a7a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}

.c-btn {
  display: block;
  height: 140px;
  width: 140px;
  max-width: 300px;
  margin: 40px auto 0;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s 0s ease;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn::after {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
@media (hover: hover) {
  .c-btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
  .c-btn:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: auto;
    padding: 0;
    margin: 40px auto 0;
  }
}
.c-btn a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: all 0.4s 0s ease;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-btn a::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background: url(../img/common/arrow_black.svg) no-repeat right center;
  background-size: 100% !important;
  transition: all 0.3s ease;
}

.c-entrybtn {
  width: 340px;
  margin: 20px auto 0;
  padding: 20px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 600;
  background: var(--color-key);
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-entrybtn {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.c-anchorlink {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-anchorlink {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-anchorlink__list {
    flex-direction: column;
    row-gap: 20px;
  }
}
.c-anchorlink__item {
  border-left: 1px solid #585858;
}
@media screen and (max-width: 767px) {
  .c-anchorlink__item {
    border-left: 0px solid #585858;
  }
}
@media screen and (max-width: 767px) {
  .c-anchorlink__item:not(:last-child) {
    border-bottom: 1px solid #585858;
    padding-bottom: 20px;
  }
}
.c-anchorlink__item:last-child {
  border-right: 1px solid #585858;
}
@media screen and (max-width: 767px) {
  .c-anchorlink__item:last-child {
    border-right: 0px solid #585858;
  }
}
.c-anchorlink__item a {
  display: block;
  padding-inline: 20px 45px;
  letter-spacing: -0.01em;
  width: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-anchorlink__item a {
    font-size: 3.7333333333vw;
  }
}
.c-anchorlink__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(../../assets/images/recruit/common/arrow_pink.svg) no-repeat right center;
  transition: all 0.3s ease;
  pointer-events: none;
}

.c-ctaarea {
  background-color: rgba(222, 226, 242, 0.3);
}
@media screen and (max-width: 767px) {
  .c-ctaarea {
    padding: 60px 0;
  }
}
.c-ctaarea__inner {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-ctaarea__inner {
    padding: 0;
  }
}
.c-ctaarea__banner {
  margin-bottom: 40px;
}
.c-ctaarea__banner--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.c-ctaarea__banner--text h3 {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-ctaarea__banner--text h3 {
    font-size: 1.8rem;
  }
}
.c-ctaarea__banner--text h3 span {
  font-size: 3.2rem;
  display: block;
  line-height: 1em;
  width: fit-content;
  margin: -5px auto 15px;
}
@media screen and (max-width: 767px) {
  .c-ctaarea__banner--text h3 span {
    font-size: 2.4rem;
  }
}
.c-ctaarea__banner--text p {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-ctaarea__banner--text p {
    font-size: 1.4rem;
  }
}
.c-ctaarea__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-ctaarea__list {
    flex-direction: column;
  }
}
.c-ctaarea__item {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.c-ctaarea__item a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.c-ctaarea__item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .c-ctaarea__item a:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.c-ctaarea__border {
  border: 2px solid rgba(193, 135, 31, 0.2);
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.4s 0s ease;
}
@media (hover: hover) {
  .c-ctaarea__border:hover {
    background-color: var(--color-key);
  }
  .c-ctaarea__border:hover * {
    color: #fff;
  }
}
.c-ctaarea__border a {
  padding: 25px;
  display: block;
  width: 100%;
  height: 100%;
}
.c-ctaarea__border * {
  color: var(--color-key);
  transition: all 0.4s 0s ease;
}
.c-ctaarea__border h3 {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.c-ctaarea__border p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ctaarea__border p {
    font-size: 1.3rem;
    text-align: left;
    line-height: 2em;
  }
}

/*==================================================
ふわっ
===================================*/
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
ぱたっ
===================================*/
/* flipDown */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* flipLeft */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* flipLeftTop */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* flipRight */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* flipRightTop */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/
/* rotateX */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }
  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}
/* rotateY */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* rotateLeftZ */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/* rotateRightZ */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ぶわっ、ぽんっ、どどんっ
===================================*/
/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/*==================================================
にょろっ
===================================*/
/* smooth */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  　transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0;
}

/*==================================================
背景色が伸びて出現
===================================*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*下から上*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*上から下*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*==================================================
枠線が伸びて出現
===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
アニメーション設定
===================================*/
/* アニメーションの回数を決めるCSS*/
.count2 {
  animation-iteration-count: 2; /*この数字を必要回数分に変更*/
}

.countinfinite {
  animation-iteration-count: infinite; /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
@media (min-width: 1080px) {
  .delay-time02 {
    animation-delay: 0.2s;
  }
  .delay-time05 {
    animation-delay: 0.5s;
  }
  .delay-time06 {
    animation-delay: 0.6s;
  }
  .delay-time07 {
    animation-delay: 0.7s;
  }
  .delay-time08 {
    animation-delay: 0.8s;
  }
  .delay-time09 {
    animation-delay: 0.9s;
  }
  .delay-time1 {
    animation-delay: 1s;
  }
  .delay-time11 {
    animation-delay: 1.1s;
  }
  .delay-time12 {
    animation-delay: 1.2s;
  }
  .delay-time13 {
    animation-delay: 1.3s;
  }
  .delay-time14 {
    animation-delay: 1.4s;
  }
  .delay-time15 {
    animation-delay: 1.5s;
  }
  .delay-time16 {
    animation-delay: 1.5s;
  }
  .delay-time17 {
    animation-delay: 1.7s;
  }
  .delay-time2 {
    animation-delay: 2s;
  }
  .delay-time25 {
    animation-delay: 2.5s;
  }
  /* アニメーション自体が変化する時間を決めるCSS*/
  .change-time05 {
    animation-duration: 0.5s;
  }
  .change-time1 {
    animation-duration: 1s;
  }
  .change-time15 {
    animation-duration: 1.5s;
  }
  .change-time2 {
    animation-duration: 2s;
  }
  .change-time25 {
    animation-duration: 2.5s;
  }
}
.l-tracking-cta {
  /* フェードインアニメーション用 */
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.l-tracking-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.l-tracking-cta.is-nofixed {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none; /* 消えてる間はクリック無効に */
}

.text-animation {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 3.5s cubic-bezier(0.16, 0.5, 0.5, 0.77);
}
.text-animation.animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.c-member {
  gap: 80px;
  display: block;
}
.c-member__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
  display: block;
  filter: grayscale(100%);
}
.c-member__content {
  padding: 12px 0;
}
.c-member__content img {
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .c-member__content img {
    max-width: 120px;
  }
}
.c-member__name {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-member__name {
    font-size: 1.6rem;
  }
}
.c-member__name--en {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-member__name--en {
    font-size: 1.2rem;
  }
}
.c-member__position {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-member__position {
    font-size: 1rem;
  }
}
.c-member__text {
  font-size: 1.6rem;
  margin-top: 0.75rem;
}

.article-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .article-list {
    grid-template-columns: 1fr;
  }
}

.article-card {
  border-bottom: 1px solid var(--color-key);
  padding-bottom: 20px;
}
.article-card__lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
}
.article-card__img {
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.article-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 5px;
}
.article-card__category {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}
.article-card__tags {
  display: flex;
  gap: 10px;
  font-size: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article-card__tags {
    font-size: 1rem;
  }
}