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

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

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

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

img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb__current {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/** @format */
/** @format */
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Medium.woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Bold.woff2") format("woff2");
}
/*
@useで読み込むこと
*/
/*
------------------------------------------
タイトル内のレイアウトとアニメーション
------------------------------------------
*/
.heading2-inner {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.heading2-mask {
  display: inline-block;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  opacity: 0;
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .heading2-mask {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fvTitleMaskIn {
  from {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fvTitleMaskIn {
  from {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.heading2__container {
  max-width: 100%;
  position: relative;
  padding: calc(80px + clamp(30.4px, 28.566px + 0.23845vw, 33.145px)) clamp(74.4px, 67.982px + 0.83458vw, 84.006px) clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
  background: url("../../assets/img/common/bg/bg-beige-noise.webp") repeat;
  border-radius: 0 0 clamp(74.4px, 67.982px + 0.83458vw, 84.006px) calc(clamp(74.4px, 67.982px + 0.83458vw, 84.006px) / 2);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .heading2__container {
    padding-top: 104px;
    padding-inline: 24px;
    padding-bottom: 24px;
  }
}
.heading2__container::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: max(40%, 20vw);
  height: clamp(90%, 22.7vw, 110%);
  aspect-ratio: 288.56/22.7;
  background: url("../../assets/img/common/header-logomark.webp") no-repeat right bottom/contain;
  bottom: -0.27vw;
  right: 0.5vw;
}

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

.heading2__title.heading2-sub {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 2;
}

.heading2__title.--single .heading2-inner:nth-child(2) .heading2-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

.heading2-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.heading2-link:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.heading2__title.--single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.heading2__title.--single .heading2-inner:nth-child(1) .heading2-mask {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  color: #2D313F;
  white-space: wrap;
  font-size: 48px;
}
@media screen and (min-width: 769px) {
  .heading2__title.--single .heading2-inner:nth-child(1) .heading2-mask {
    font-size: clamp(42.24px, 35.639px + 0.85842vw, 52.12px);
  }
}
@media screen and (max-width: 768px) {
  .heading2__title.--single .heading2-inner:nth-child(1) .heading2-mask {
    font-size: 24px;
  }
}
.heading2__title.--single .heading2-inner:nth-child(2) .heading2-mask {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  color: #2D313F;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .heading2__title.--single .heading2-inner:nth-child(2) .heading2-mask {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
@media screen and (max-width: 768px) {
  .heading2__title.--single .heading2-inner:nth-child(2) .heading2-mask {
    font-size: 14px;
  }
}

.heading2-inner:nth-child(1) .heading2-mask {
  -webkit-animation-delay: 0.11s;
          animation-delay: 0.11s;
}

.heading2-inner:nth-child(2) .heading2-mask {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.icon-arrow_next {
  width: 0.4em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  color: #B7A47E;
}

.heading2__description {
  position: relative;
  z-index: 2;
  margin-top: 1em;
  display: block;
  overflow: hidden;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  opacity: 0;
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
@media (prefers-reduced-motion: reduce) {
  .heading2__description {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.heading2__description {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .heading2__description {
    font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  }
}
.heading2__description {
  line-height: 1.8;
  color: #2D313F;
}
@media screen and (max-width: 768px) {
  .heading2__description {
    font-size: 14px;
  }
}

.heading2-mask:has(.text-lowercase) {
  padding-bottom: 0.18em;
}

.works-detail-head__dot {
  color: #B7A47E;
}

/*
**************************************************
* 下層ページのみ:.subpage-section-wrapper start
**************************************************
*/
.subpage-section-wrapper .heading2-inner {
  font-size: clamp(42.24px, 35.639px + 0.85842vw, 52.12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .subpage-section-wrapper .heading2-inner {
    font-size: 32px;
  }
}

.subpage-section-wrapper .heading2-inner:nth-child(1) {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  color: #B7A47E;
  margin-bottom: 0.33em;
}
@media screen and (max-width: 768px) {
  .subpage-section-wrapper .heading2-inner:nth-child(1) {
    margin-bottom: 0;
  }
}

.subpage-section-wrapper .heading2-inner:nth-child(2) {
  font-weight: 700;
  color: #2D313F;
}
.subpage-section-wrapper .heading2-inner:nth-child(2) .color-grey-01 {
  color: #738A87;
}
.subpage-section-wrapper .heading2-inner:nth-child(2) .color-secondary {
  color: #B7A47E;
}

.subpage-section-wrapper .heading2-inner:nth-child(2) .heading2-mask {
  line-height: 1.4;
}

/*------------------------------------------
* h3タイトル
------------------------------------------*/
.heading3__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
}
@media screen and (max-width: 480px) {
  .heading3__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
  }
}

.heading3__title .heading3-inner {
  font-weight: 500;
  letter-spacing: 0.03em;
}

.heading3__title .heading3-inner:nth-child(1) {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #B7A47E;
}
@media screen and (max-width: 480px) {
  .heading3__title .heading3-inner:nth-child(1) {
    font-size: 24px;
  }
}

.heading3__title .heading3-inner:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
  color: #2D313F;
  line-height: 0.65;
}
@media screen and (max-width: 768px) {
  .heading3__title .heading3-inner:nth-child(2) {
    font-size: 24px;
  }
}

/*------------------------------------------
* h4タイトル
------------------------------------------*/
.heading4__title {
  margin-bottom: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
}

.heading4__title-ja {
  display: block;
  font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2D313F;
  margin-bottom: 0.33em;
}

.heading4__title-en {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(183, 164, 126, 0.5);
}

/*------------------------------------------
* h5タイトル
------------------------------------------*/
.heading5__title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
}

.heading5__title-ja {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #2D313F;
}

.heading5__title-ja-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(183, 164, 126, 0.5);
  opacity: 0.5;
  margin-inline: auto;
}

.heading5__title-en {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(183, 164, 126, 0.5);
}

/*
**************************************************
* 下層ページのみ:.subpage-section-wrapper end
**************************************************
*/
/*
**************************************************
* アニメーション start
**************************************************
* タイトル
**************************************************
*/
.heading2-inner:nth-child(1) .heading2-mask {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.heading2-inner:nth-child(2) .heading2-mask {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

.heading2-inner:nth-child(3) .heading2-mask {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}

.section--works[data-in-view]:not(.is-in-view) .heading2__title .heading2-mask {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}

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

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

@media (prefers-reduced-motion: reduce) {
  .section--works[data-in-view].is-in-view .heading2__title .heading2-mask {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*
**************************************************
* 古いスタイル：見出しの処理
**************************************************
*/
/* 404のみで使用：ユーティリティ（セクション見出し） */
.c-section__title {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  text-align: center;
  font-size: 32px;
}
@media screen and (min-width: 769px) {
  .c-section__title {
    font-size: clamp(28.8px, 25.133px + 0.4769vw, 34.289px);
  }
}
.c-section__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-section__title {
    margin-bottom: 8px;
  }
}

.c-section__subTitle {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 64px;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .c-section__subTitle {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.c-section__subTitle {
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-section__subTitle {
    margin-bottom: 48px;
  }
}

/* Contactのみで使用：セクション見出し */
.u-sectionHeading--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .u-sectionHeading--reverse {
    margin-bottom: 48px;
  }
}
.u-sectionHeading--reverse .c-section-title,
.u-sectionHeading--reverse .c-section__subTitle {
  margin-bottom: 0;
}

.c-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  inline-size: 1em;
  block-size: 1em;
  line-height: 1;
  vertical-align: middle;
  color: currentColor;
}
.c-arrow svg {
  inline-size: 100%;
  block-size: 100%;
  display: block;
}

.arrow-circle-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.arrow-circle-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/** @format */
/** @format */
/* コンポーネント（ボタン） — Figma: コンテナ gap 24px / 各ボタン 198×60, padding 11px 18px */
.c-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-button-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 64px;
    gap: 16px;
  }
}

.c-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11.25em;
  min-height: 3.75em;
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  border: none;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .c-button {
    font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  }
}
.c-button {
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-width: 9.33em;
    min-height: 3.47em;
  }
}
.c-button .c-button-deco1,
.c-button .c-button-deco2 {
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: inherit;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* 親に height があるので 100% が有効（calc(100% + 0.4em) 用） */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-button .c-button-deco1 {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.c-button .c-button-deco2 {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-button .c-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 3;
  font-size: inherit;
  text-align: center;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-button:hover .c-button-text {
  padding: inherit;
  border-radius: 4px 0;
}
.c-button.c-button--primary, .c-button.c-button--secondary, .c-button.c-button--pagination {
  border-radius: 4px;
}
.c-button.c-button--primary {
  background: #308980;
}
.c-button.c-button--primary .c-button-deco1 {
  background-color: #308980;
  right: 0;
  top: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.c-button.c-button--primary .c-button-deco2 {
  background-color: #B7A47E;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-button.c-button--primary .c-button-text {
  padding: 1.26em 3em;
  background-color: #308980;
  color: #FFFFFF;
}
.c-button.c-button--secondary {
  background: #B7A47E;
}
.c-button.c-button--secondary .c-button-deco1 {
  background-color: #B7A47E;
  right: 0;
  top: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.c-button.c-button--secondary .c-button-deco2 {
  background-color: #308980;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-button.c-button--secondary .c-button-text {
  padding: 1.26em 3em;
  background-color: #B7A47E;
  color: #FFFFFF;
}
.c-button.c-button--pagination {
  min-width: 3.75em;
  min-height: 3.75em;
  background: #308980;
}
.c-button.c-button--pagination .c-button-deco1 {
  background-color: #308980;
  right: 0;
  top: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.c-button.c-button--pagination .c-button-deco2 {
  background-color: #B7A47E;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-button.c-button--pagination .c-button-text {
  color: #FFFFFF;
  background-color: #308980;
}
.c-button.c-button--pagination:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.c-button.c-button--pagination.--outline {
  background: transparent;
  border: 1px solid #B7A47E;
}
.c-button.c-button--pagination.--outline .c-button-text {
  color: #B7A47E;
  background-color: #FFFFFF;
}
.c-button:hover .c-button-deco1 {
  width: calc(100% + 0.4em);
  height: calc(100% + 0.4em);
  -webkit-transform: translate(-0.4em, -0.4em);
          transform: translate(-0.4em, -0.4em);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button:hover .c-button-deco2 {
  width: calc(100% + 0.4em);
  height: calc(100% + 0.4em);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button .c-button--pagination.--outline:hover {
  background: #B7A47E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button .c-button--pagination.--outline:hover .c-button-text {
  color: #FFFFFF;
  background-color: #B7A47E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button .c-button--pagination.--outline:hover .c-button-text img {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button.c-button--medium {
  min-width: 240px;
  padding: 1.26em 5em;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--medium {
    /* auto だと基底の min-width が打ち消され、子がすべて absolute のため幅が潰れることがある */
    min-width: clamp(200px, 100%, 240px);
    max-width: 100%;
    padding: 1.26em 1em;
  }
}

.c-button--pagination .c-button-text img {
  width: 0.5em;
  height: 1em;
  fill: #B7A47E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button--pagination:hover .c-button--pagination .c-button-text img, .c-button--pagination:focus .c-button--pagination .c-button-text img, .c-button--pagination.is-active .c-button--pagination .c-button-text img {
  fill: #FFFFFF;
}

#contactFormConfirm.contact__button {
  min-width: 400px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #contactFormConfirm.contact__button {
    min-width: 100%;
  }
}

.contact__confirmSend.c-button.c-button--primary {
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .contact__confirmSend.c-button.c-button--primary {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
  }
}

.contact__confirmSend.c-button.c-button--secondary {
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .contact__confirmSend.c-button.c-button--secondary {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
}

/** @format */
/** @format */
/* コンポーネント（CTA） */
.cta {
  width: 100%;
  container-type: inline-size;
  container-name: cta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta__section {
  --decoration-height: 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.cta__section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--decoration-height);
  background-repeat: repeat-x;
  background-size: 47px var(--decoration-height);
  z-index: 1;
  pointer-events: none;
}

.cta__section--contact .cta__link {
  container-type: inline-size;
  background-color: #B7A47E;
  border-radius: 0 0 0 36px;
}
@media screen and (max-width: 768px) {
  .cta__section--contact .cta__link {
    padding-top: calc(var(--decoration-height) * 1.6);
    border-radius: 0;
  }
}
.cta__section--contact .cta__link:hover {
  background-color: rgb(173.8656716418, 152.4552238806, 109.6343283582);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__section--contact .cta__link:hover .cta__button {
  background-color: #308980;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__section--contact::before {
  background-position: top right;
  background-image: url("../../assets/img/common/cta/bg-roof-contact.svg");
}
.cta__section--contact::after {
  content: "Contact";
  display: block;
  position: absolute;
  bottom: 0.1em;
  right: 5.5%;
  height: auto;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10cqw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  .cta__section--contact::after {
    font-size: 20cqw;
  }
}

.cta__section--faq .cta__link {
  background-color: #308980;
  border-radius: 0 0 36px 0;
}
@media screen and (max-width: 768px) {
  .cta__section--faq .cta__link {
    padding-top: 48px;
    border-radius: 0 0 36px 36px;
  }
}
.cta__section--faq .cta__link:hover {
  background-color: rgb(44.0302702703, 125.6697297297, 117.4140540541);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__section--faq .cta__link:hover .cta__button {
  background-color: #B7A47E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__section--faq {
  background-position: top left;
}
.cta__section--faq::before {
  background-image: url("../../assets/img/common/cta/bg-roof-faq.svg");
}
@media screen and (max-width: 768px) {
  .cta__section--faq::before {
    display: none;
  }
}
.cta__section--faq::after {
  content: "FAQ";
  display: block;
  position: absolute;
  bottom: 0.1em;
  right: 10.5%;
  height: auto;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10cqw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  .cta__section--faq::after {
    font-size: 20cqw;
  }
}

.cta__section:hover::after {
  opacity: 0.7;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.cta__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-top: calc(var(--decoration-height) * 2.3);
  padding-bottom: 48px;
  padding-inline: 39.84px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__link {
    padding-top: calc(var(--decoration-height) * 1.6);
    padding-bottom: 32px;
    padding-inline: 26.56px;
    gap: 24px;
  }
}

.cta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .cta__title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

.cta__titleTextEn {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  font-size: clamp(28px, 6vw, 56px);
}
@media screen and (min-width: 769px) {
  .cta__titleTextEn {
    font-size: clamp(39.6px, 34.557px + 0.65574vw, 47.148px);
  }
}
.cta__titleTextEn {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}

.cta__titleTextJa {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .cta__titleTextJa {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.cta__titleTextJa {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.cta__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.cta__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .cta__text {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
.cta__text {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 14px;
  }
}

.cta__button {
  --button-size: clamp(48px, 6vw, 64px);
  width: var(--button-size);
  height: var(--button-size);
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: auto;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__button {
    --button-size: 48px;
  }
}
.cta__button img {
  width: 20%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta__link:hover .cta__button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@container cta (width <= 768px) {}
/** @format */
/** @format */
.top-link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  z-index: 1000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-link {
    display: none !important;
  }
}

.top-link-circle {
  width: 56px;
  height: 56px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-link-circle::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  border-radius: 1px;
  background-color: #308980;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-link-circle::after {
  content: "";
  display: block;
  width: 12.83px;
  height: 10px;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #308980;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-link-circle span {
  color: #308980;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448em;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .top-link:hover .top-link-circle {
    background: url(../img/common/logo-mark_color-op03.svg) no-repeat center center/contain;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top-link:hover .top-link-circle::before, .top-link:hover .top-link-circle::after {
    -webkit-transform: translate(-50%, -4px);
            transform: translate(-50%, -4px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/** @format */
[data-in-view] {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0.2s;
  transition: opacity 0.4s ease-out 0.2s;
}

[data-in-view].is-in-view {
  opacity: 1;
  -webkit-animation: fadeIn 0.4s ease-out 0.2s both;
          animation: fadeIn 0.4s ease-out 0.2s both;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
  }
}
/** @format */
/*
------------------------------------------
Category Filter
------------------------------------------
*/
/* カテゴリフィルター */
.works__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .works__filter {
    gap: 16px;
  }
}

.works__filterLabel {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .works__filterLabel {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.works__filterLabel {
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #2D313F;
}
@media screen and (max-width: 768px) {
  .works__filterLabel {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .works__filterLabel {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}

.works__filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
}
@media screen and (max-width: 768px) {
  .works__filterList {
    gap: 16px 24px;
  }
}

.works__filterItem {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .works__filterItem {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.works__filterItem {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #2D313F;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .works__filterItem {
    font-size: 18px;
  }
}
.works__filterItem:hover {
  color: #308980;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works__filterItem::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  margin-right: 0.25em;
  background-color: #2D313F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.works__filterItem:hover::before, .works__filterItem.is-active::before {
  background-color: #308980;
}
.works__filterItem::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  border-radius: 1px;
  background-color: transparent;
  position: absolute;
  bottom: -2px;
  left: 0.55em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works__filterItem:hover::after, .works__filterItem.is-active::after {
  width: calc(100% - 0.55em);
  background-color: #308980;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works__filterItem.is-active {
  color: #308980;
}
.works__filterItem.is-active::after {
  background-color: #308980;
}

/** @format */
/*
------------------------------------------
Pagination ページネーション
------------------------------------------
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 48px;
  }
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

.pagination__item {
  list-style: none;
}

/** @format */
/** @format */
/*--------------------------------
header（PC／SP で別 <header> ・固定・スクロールで隠す／出す）
---------------------------------*/
body {
  padding-top: 80px;
}

body:not(.home) {
  padding-top: 0;
}

body.admin-bar {
  padding-top: 80px;
}

/* 狭い画面・ログイン時：管理バー実高さ + SP ヘッダー帯（30px では足りず本文がヘッダに被る） */
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: calc(var(--header-admin-offset, var(--wp-admin--admin-bar--height, 32px)) + 80px);
    padding-top: 76px;
  }
}
/* PC 幅かつログイン時：ヘッダーは #wpadminbar の下に fixed されるため、
   本文の padding は「管理バー実高さ + ヘッダー帯高さ」が必要（未ログインと同じ見え方にする） */
@media screen and (min-width: 769px) {
  body.admin-bar {
    padding-top: calc(var(--header-admin-offset, var(--wp-admin--admin-bar--height, 32px)) + 80px);
  }
}
body.header-menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* 共通（PC・SP 両ヘッダーに付与） */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.28s ease, box-shadow 0.2s ease, background-color 0.3s ease;
  transition: transform 0.28s ease, box-shadow 0.2s ease, background-color 0.3s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.2s ease;
}
.header.scrolled {
  background-color: #FFFFFF;
}

/* ログイン時: #wpadminbar の下に固定ヘッダーを置く。
   --header-admin-offset は admin-bar-offset.js が #wpadminbar の実高さ（0 含む）で上書き。
   バーが描画されないプレビューでは 0 になり隙間が出ない。 */
body.admin-bar .header.header--pc {
  top: var(--header-admin-offset, var(--wp-admin--admin-bar--height, 32px));
}

body.admin-bar .header.header--sp {
  top: var(--header-admin-offset, var(--wp-admin--admin-bar--height, 32px));
  top: 0;
}

.header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* SP は JS でも hidden を付けないが、念のため transform を無効化（fixed 子の基準ズレ防止） */
.header--sp.hidden {
  -webkit-transform: none;
          transform: none;
}

/* ---------- PC ---------- */
/* SP 幅では非表示（#site-header-pc／.header--sp と二重にならない）。PC 幅のみ flex */
.header--pc {
  height: 80px;
  display: none;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 32px;
}
@media screen and (min-width: 901px) {
  .header--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header--pc .header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header--pc .header__nav--pc {
  margin: 0;
}

.header--pc .header__navList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header--pc .header__navList > li > a {
  display: inline;
  padding: 1em 0.5em;
  border-bottom: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.header--pc .header__navList > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #308980;
  position: absolute;
  bottom: 0.5em;
  left: 0.7em;
  border-radius: 1px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header--pc .header__navList > li > a:hover {
  text-decoration: none;
  color: #308980;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--pc .header__navList > li > a:hover::before {
  width: calc(100% - 1.4em);
  -webkit-animation: accent-handwriting-underline 0.3s ease forwards;
          animation: accent-handwriting-underline 0.3s ease forwards;
}
.header--pc .header__navList > li > a[aria-current=page] {
  color: #308980;
}

/* お問い合わせ（c-button）：手描き下線・ナビ用色を打ち消し・高さ 50px（.c-button の min-height / text の padding を上書き） */
.header--pc .header__navList > li > a.header__navCta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-height: 50px;
  height: 50px;
  max-height: 50px;
  min-width: 132px;
  padding: 0;
  letter-spacing: 0;
  color: #FFFFFF;
}
.header--pc .header__navList > li > a.header__navCta::before {
  content: none;
  display: none;
}
.header--pc .header__navList > li > a.header__navCta:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.header--pc .header__navList > li > a.header__navCta:hover::before {
  width: 0;
  -webkit-animation: none;
          animation: none;
}
.header--pc .header__navList > li > a.header__navCta[aria-current=page] {
  color: #FFFFFF;
}

/* PC：サブメニューは親項目（例: Course）にカーソル／キーボードフォーカスがあるときのみ表示 */
.header--pc .header__navList > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header--pc .header__navList .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1001;
  min-width: 200px;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header--pc .header__navList > li:hover > .sub-menu,
.header--pc .header__navList > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header--pc .header__navList .sub-menu a {
  display: block;
  padding: 0.7em 1em;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header--pc .header__navList .sub-menu a:hover {
  background: rgba(48, 137, 128, 0.12);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ---------- スマホ ---------- */
.header--sp {
  display: none;
  height: 80px;
  padding: 16px 0;
  /* .header 共通の backdrop-filter は fixed 子の包含ブロックをヘッダーに閉じ込める。
     SP ドロワー（.header__nav--sp）がビューポート基準で全高になるよう無効化する */
}
@media screen and (max-width: 900px) {
  .header--sp {
    display: block;
    /* ビューポート幅いっぱい（横スクロールで右に隙間が出ないよう） */
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}

.header--sp .header__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.28s ease, visibility 0.28s ease;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  pointer-events: none;
  cursor: pointer;
}

.header--sp.is-menu-open .header__backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header--sp .header__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.header--sp .header__inner.u-wrapper {
  padding: 0 24px;
}

.header__title {
  height: 100%;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2D313F;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.header__title a {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  color: inherit;
  text-decoration: none;
}
.header__title a img {
  display: block;
  width: auto;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.header--sp.is-menu-open .header__logo--color,
.header--sp :not(.is-menu-open) .header__logo--white {
  display: none;
}

.header--sp.is-menu-open .header__title {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s 0.3s ease;
  transition: -webkit-transform 0.3s 0.3s ease;
  transition: transform 0.3s 0.3s ease;
  transition: transform 0.3s 0.3s ease, -webkit-transform 0.3s 0.3s ease;
}

.header--sp.is-menu-open .header__logo--white {
  display: block;
}

/* ハンバーガー（SP ヘッダーのみ） */
.header--sp .header__menuToggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #2D313F;
}

.header__menuToggleBar {
  display: block;
  height: 2px;
  background: #308980;
  border-radius: 1px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.header--sp.is-menu-open .header__menuToggleBar {
  color: #FFFFFF;
  background: #FFFFFF;
}

.header--sp.is-menu-open .header__menuToggleBar:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.header--sp.is-menu-open .header__menuToggleBar:nth-child(2) {
  opacity: 0;
}

.header--sp.is-menu-open .header__menuToggleBar:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

/* SP：ドロワー（ビューポート全高。backdrop-filter 祖先があると top/bottom がヘッダー高に閉じる） */
.header--sp .header__nav--sp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: calc(80px + 64px) 1.25rem 2rem;
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
  background: #308980;
  -webkit-box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.header--sp.is-menu-open .header__nav--sp {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.header__navList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.header--sp .header__navList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.header__navList > li > a {
  position: relative;
  color: #2D313F;
  text-decoration: none;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
}

.header--sp .header__navList > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 24px 10px;
  border-bottom: 2px dotted #FFFFFF;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--sp .header__navList > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #308980;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.header--sp .header__navList > li > a {
  /* トップ News などと同じ arrow-next.svg（装飾・スクリーンリーダー対象外） */
}
.header--sp .header__navList > li > a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(-0.3em);
          transform: translateX(-0.3em);
  /* style.css はテーマ直下のため image/ は 1 階層 */
  background: url("../../assets/img/common/icon-arrow/icon-arrow_next_white.svg") no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--sp .header__navList > li > a:hover {
  border-bottom-style: solid;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--sp .header__navList > li > a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* SP：お問い合わせは PC と異なり c-button 風にせず、上の .header--sp .header__navList > li > a と同じ見た目（.c-button--* の padding 等より優先させる） */
.header--sp .header__navList > li > a.header__navCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 24px 10px;
  border-bottom: 2px dotted #FFFFFF;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header--sp .header__navList > li > a.header__navCta .c-button-deco1,
.header--sp .header__navList > li > a.header__navCta .c-button-deco2 {
  display: none;
}
.header--sp .header__navList > li > a.header__navCta .c-button-text {
  position: static;
  inset: auto;
  display: contents;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  text-align: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header--sp .header__navList > li > a.header__navCta:hover {
  border-bottom-style: solid;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--sp .header__navList > li > a.header__navCta:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--sp .header__navList > li > a.header__navCta:hover .c-button-text, .header--sp .header__navList > li > a.header__navCta:focus-visible .c-button-text {
  padding: 0;
  border-radius: 0;
}

/* 現在地のみ：News の「選択行」と同じく下線を全幅（ホバーではなく WP の current クラス） */
/* SP：サブメニューはドロワー内で カスタム投稿記事 の直下にインデント表示（タッチ向け） */
.header--sp .header__navList .sub-menu {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  list-style: none;
}

.header--sp .header__navList .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 1em 1em 1em 3em;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px dotted #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--sp .header__navList .sub-menu li a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  background: url("../../assets/img/common/icon-arrow/icon-arrow_next_white.svg") no-repeat center/contain;
  opacity: 1;
}
.header--sp .header__navList .sub-menu li a:hover {
  border-bottom-style: solid;
  background: rgba(183, 164, 126, 0.12);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--sp .header__navList .sub-menu li a:hover::after {
  opacity: 1;
}

/** @format */
/** @format */
/*--------------------------------
footer
---------------------------------*/
.footer__line {
  width: 100%;
  height: 1px;
  background-color: #B5AC92;
}

.footer {
  background: #FFFFFF;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #2D313F;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 24px;
}

.footer__inner {
  max-width: 728px;
  padding-inline: 24px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    margin-bottom: 32px;
  }
}

.footer__logo {
  width: 70%;
  max-width: 320px;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__logo:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

.footer__text {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  letter-spacing: 0;
}
.footer__text.footer__text--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__text.footer__text--pc {
    display: none;
  }
}
.footer__text.footer__text--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__text.footer__text--sp {
    display: block;
  }
}

.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 24px;
  margin-inline: -24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .footer__navList {
    display: none;
  }
}

.footer__navList a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__navList a:hover {
  color: #308980;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__navList a::before {
  content: attr(data-en);
  font-size: 18px;
  font-weight: 500;
  color: #B7A47E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
}

.footer__navList a:hover:before {
  color: #308980;
}

.footer__navList a::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.2em;
  left: 0;
  font-size: 18px;
  color: #308980;
  background-color: currentColor;
  width: 0;
  height: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__navList a:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #B7A47E;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
  }
}

.footer__copyright {
  display: inline-block;
  font-size: 12px;
}

.footer__year {
  font-size: 10px;
  margin-right: 0.2em;
}

.footer__separator {
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #B7A47E;
}
@media screen and (max-width: 768px) {
  .footer__separator {
    display: none;
  }
}

/** @format */
/* レイアウト（コンテナ）— */
.u-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 80px;
}
@media screen and (max-width: 768px) {
  .u-wrapper {
    width: 100%;
    padding-inline: 24px;
  }
}

.subpage-section-wrapper {
  padding-block: clamp(147.2px, 132.531px + 1.9076vw, 169.156px);
}
@media screen and (max-width: 768px) {
  .subpage-section-wrapper {
    padding-block: 80px;
  }
}

.subpage-inner {
  margin-inline: auto;
  padding-inline: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}
@media screen and (max-width: 1920px) {
  .subpage-inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .subpage-inner {
    padding-inline: 24px;
  }
}

.section--subpage {
  padding-top: 80px;
  padding-bottom: clamp(131.04px, 116.187px + 1.93145vw, 153.271px);
}
@media screen and (max-width: 768px) {
  .section--subpage {
    padding-top: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
    padding-bottom: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  }
}

/** @format */
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #dddddd;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #dddddd;
  opacity: 0.75;
}