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

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

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

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

img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb__current {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
* レイアウト
*/
.detail-wrapper {
  width: 100%;
  position: relative;
  padding-block: clamp(131.04px, 116.187px + 1.93145vw, 153.271px);
}
@media screen and (max-width: 768px) {
  .detail-wrapper {
    padding-block: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  }
}

.works-detail-head__title01,
.works-detail-head__title02 {
  text-transform: none;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

/*===============================================*/
/*===============================================*/
.section--point.--01 {
  position: relative;
  overflow-x: clip;
  background: url(../../assets/img/common/bg/bg-grey01-noise.webp) repeat;
}
.section--point.--01::before, .section--point.--01::after {
  content: "";
  position: absolute;
  display: block;
  /* 100% 幅はサブピクセルで右に数 px はみ出すことがあるため inset で両端固定 */
  left: 0;
  right: 0;
  width: auto;
  height: clamp(10px, 1.1vw, 28px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../../assets/img/common/bg/bg-wave.svg) top left/cover no-repeat;
  top: -1px;
  z-index: 1;
}
.section--point.--01::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: auto;
  bottom: -1px;
}

.section--point.--02 {
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .section--point.--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  }
}

.section--point.--03 {
  position: relative;
  overflow-x: clip;
  background: url(../../assets/img/common/bg/bg-beige-noise.webp) repeat;
}
.section--point.--03::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: auto;
  height: clamp(10px, 1.1vw, 28px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../../assets/img/common/bg/bg-wave.svg) top left/cover no-repeat;
  top: -1px;
  z-index: 1;
}

.section--point.--03.detail-wrapper {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .--1-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.--2-col {
  display: grid;
  grid-template-columns: minmax(260px, 480fr) minmax(0px, 704fr);
  gap: 0 7.5%;
}
@media screen and (max-width: 768px) {
  .--2-col {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}

.--2-col.--reverse {
  grid-template-columns: minmax(0, 704fr) minmax(0, 480fr);
}
@media screen and (max-width: 768px) {
  .--2-col.--reverse {
    grid-template-columns: minmax(0, 1fr);
  }
}

.point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .point__head {
    display: contents;
  }
}

.point__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  margin-bottom: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
}
@media screen and (max-width: 768px) {
  .point__label {
    margin-bottom: clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
  }
}

@media screen and (max-width: 768px) {
  .--2-col .point__label {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.point__label-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #B7A47E;
}

.point__label-head {
  font-size: max(10px, 0.41em);
}
@media screen and (max-width: 768px) {
  .point__label-head {
    display: none;
  }
}

.point__label-number {
  margin-top: -0.2em;
  letter-spacing: 0.03em;
  margin-right: 0.25em;
}

.point__label-en {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  color: #B7A47E;
  margin-right: 0.5em;
}

.point__label-ja {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #2D313F;
}

.point__title {
  font-size: clamp(28.8px, 25.133px + 0.4769vw, 34.289px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2em;
  }
  .point__title br {
    display: none;
  }
}

.point__description {
  font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  line-height: 1.8;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 768px) {
  .point__description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 15px;
  }
}

.section--point.--02 .point__description {
  margin-bottom: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
}
@media screen and (max-width: 768px) {
  .section--point.--02 .point__description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .point__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  }
}

.section--point.--03 .point__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 768px) {
  .section--point.--03 .point__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.point__image {
  width: 100%;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .point__image {
    border-radius: 4px;
  }
}

.section--point.--03 .point__image {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.3);
          box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.3);
}

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

/*
* コンテンツ
*/
.work-detail__head {
  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;
  text-align: center;
  gap: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  margin-bottom: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}
@media screen and (max-width: 768px) {
  .work-detail__head {
    gap: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
    margin-bottom: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  }
}

/* align-items: stretch で h2 / 説明を head-text の幅いっぱいにし、text-align:center が行単位で効く */
.work-detail__head > .head-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: clamp(50%, 100%, 440px);
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  gap: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
}
@media screen and (max-width: 768px) {
  .work-detail__head > .head-text {
    max-width: 100%;
    gap: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  }
}
@media screen and (max-width: 480px) {
  .work-detail__head > .head-text {
    gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  }
}

.work-detail__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(28.8px, 25.133px + 0.4769vw, 34.289px);
  font-weight: 700;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .work-detail__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .work-detail__title {
    font-size: 18px;
  }
}

.work-detail__description {
  font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  line-height: 1.8;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 768px) {
  .work-detail__description {
    font-size: 15px;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    /* SP：段落区切り・<br> を視覚的になくし、折り返しは端末幅に任せる */
  }
  .work-detail__description br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .work-detail__description {
    font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  }
}
.work-detail__description p {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 0 0 1em;
}
.work-detail__description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .work-detail__description p {
    display: inline;
    margin: 0;
    font-size: 15px;
  }
  .work-detail__description p:not(:first-child)::before {
    content: " ";
  }
}

.work-detail__gallery {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  margin-inline: auto;
}

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

.work-detail__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  border: 1px solid rgba(183, 164, 126, 0.3);
  -webkit-box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.2);
          box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .work-detail__image {
    border-radius: 4px;
  }
}
.work-detail__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-detail__list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
     -moz-column-gap: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
          column-gap: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
  background: #F8F7F3;
  padding: clamp(45.12px, 41.819px + 0.42921vw, 50.06px) clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  .work-detail__list-wrap {
    grid-template-columns: 1fr;
    padding: clamp(22.8px, 21.425px + 0.17884vw, 24.858px) clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  }
}

.work-detail__list--col {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.work-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  padding-block: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  text-align: left;
}
@media screen and (min-width: 901px) {
  .work-detail__list--col .work-detail__item:not(:last-child) {
    border-bottom: 1px solid rgba(183, 164, 126, 0.3);
  }
}
@media screen and (max-width: 900px) {
  .work-detail__item {
    border-bottom: 1px solid rgba(183, 164, 126, 0.3);
  }
}
@media screen and (max-width: 1000px) {
  .work-detail__item {
    -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: 0.2em;
    padding-block: clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
    text-align: left;
  }
}

@media screen and (max-width: 900px) {
  .work-detail__list-wrap ul:last-child .work-detail__item:last-child {
    border-bottom: none;
  }
}

.work-detail__content-title {
  width: 7em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .work-detail__content-title {
    font-size: 15px;
  }
}

.work-detail__content-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .work-detail__content-description {
    font-size: 15px;
  }
}
.work-detail__content-description.--link-underline a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work-detail__content-description.--link-underline a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* URL 欄：テキストとアイコンを同一リンク内で横並び（currentColor は .work-detail__url-link の color を継承） */
.work-detail__url-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.bottom-section {
  grid-area: span 1/span 2;
}
@media screen and (max-width: 768px) {
  .bottom-section {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-area: span 1/span 1;
  }
}

.bottom-section .c-button {
  margin-inline: auto;
}

/*===============================================*/
/*===============================================*/
.section--site-gallery {
  padding-top: 0;
}

.site-gallery__heading {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  color: #B7A47E;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
}
@media screen and (max-width: 768px) {
  .site-gallery__heading {
    font-size: 18px;
    margin-bottom: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  }
}

.site-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
}
@media screen and (max-width: 768px) {
  .site-gallery__grid {
    grid-template-columns: 1fr;
    gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  }
}

.site-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(183, 164, 126, 0.3);
  -webkit-box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.15);
          box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.15);
  cursor: pointer;
  display: block;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .site-gallery__item {
    height: 180px;
  }
}
.site-gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(45, 49, 63, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.site-gallery__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='24' fill='white'/%3E%3Ccircle cx='21' cy='21' r='8' fill='none' stroke='%23308980' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='27.5' y1='27.5' x2='33' y2='33' stroke='%23308980' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.site-gallery__item:hover::before, .site-gallery__item:focus-visible::before {
  background: rgba(45, 49, 63, 0.35);
}
.site-gallery__item:hover::after, .site-gallery__item:focus-visible::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.site-gallery__item:focus-visible {
  outline: 2px solid #308980;
  outline-offset: 2px;
}
.site-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.site-gallery__item:hover img, .site-gallery__item:focus-visible img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*===============================================*/
/*===============================================*/
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lightbox-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-wrapper {
  position: relative;
  width: min(90vw, 1200px);
  max-height: 90vh;
}

.lightbox-inner {
  position: relative;
  width: 100%;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
}

.lightbox-img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 0;
  display: block;
}

.lightbox-close {
  position: fixed;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  padding: 8px;
  z-index: 10000;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lightbox-close:hover, .lightbox-close:focus-visible {
  opacity: 1;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  padding: 12px 18px;
  border-radius: 4px;
  z-index: 10000;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.lightbox-nav:hover, .lightbox-nav:focus-visible {
  background: rgba(255, 255, 255, 0.3);
}
.lightbox-nav.--prev {
  left: -54px;
}
.lightbox-nav.--next {
  right: -54px;
}
@media screen and (max-width: 768px) {
  .lightbox-nav {
    font-size: 20px;
    padding: 8px 12px;
  }
  .lightbox-nav.--prev {
    left: -5vw;
  }
  .lightbox-nav.--next {
    right: -5vw;
  }
}

.lightbox-counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@-webkit-keyframes lightbox-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@keyframes lightbox-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.lightbox-scroll-hint {
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 10001;
}
.lightbox-scroll-hint svg {
  display: block;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
  -webkit-animation: lightbox-bounce 1.4s ease-in-out infinite;
          animation: lightbox-bounce 1.4s ease-in-out infinite;
}
.lightbox-scroll-hint.is-visible {
  opacity: 0.85;
}