@charset "UTF-8";
/*! destyle.css v2.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-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --board: 1440;
  --max: 1px;
}
@media (min-width: 1920px) {
  :root {
    --board: 1920;
    --max: 9999px;
  }
}
@media (max-width: 768px) {
  :root {
    --board: 390;
    --max: 9999px;
  }
}

:root {
  --colorBlack: #333;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
  --color-primary: #054;
  --color-primary_light: #d4f7f3;
  --color-primary_regular: #93ece2;
  --color-primary_dark: #107e72;
  --color-secondary: #fd3;
  --color-secondary_light: #fff6cc;
  --color-grayc6: #c6c6c6;
}

:root {
  --fontMain:
    "M PLUS 1", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  --fontGothic:
    "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho:
    "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝",
    "MS PMincho", serif;
  --fontEnglish: "Oswald", sans-serif;
  --fontMaru: var(--fontMain);
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: 0.3s;
}

html {
  font-size: clamp(1.5625%, 0.0694444444vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2564102564vw;
  }
}

body {
  background-color: var(--bodyBg);
  color: var(--color-primary);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontMain);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

@-webkit-keyframes bottom-to-top {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bottom-to-top {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes girlsPattern01 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: 5deg;
  }
}
@keyframes girlsPattern01 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: 5deg;
  }
}
@-webkit-keyframes girlsPattern02 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: -5deg;
  }
}
@keyframes girlsPattern02 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: -5deg;
  }
}
@-webkit-keyframes girlsPattern03 {
  0% {
    translate: 0 0;
    -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
            animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  40% {
    translate: 0 -8rem;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 1, 0.45);
            animation-timing-function: cubic-bezier(0.55, 0.05, 1, 0.45);
  }
  70% {
    translate: 0 -5rem;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes girlsPattern03 {
  0% {
    translate: 0 0;
    -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
            animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  40% {
    translate: 0 -8rem;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.05, 1, 0.45);
            animation-timing-function: cubic-bezier(0.55, 0.05, 1, 0.45);
  }
  70% {
    translate: 0 -5rem;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes girlsPattern04 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: -5deg;
  }
}
@keyframes girlsPattern04 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: -5deg;
  }
}
@-webkit-keyframes girlsPattern05 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: 2deg;
  }
}
@keyframes girlsPattern05 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: 2deg;
  }
}
@-webkit-keyframes girlsPattern06 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: -2deg;
  }
}
@keyframes girlsPattern06 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 1.5rem;
    rotate: -2deg;
  }
}
a {
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
a[href^="tel:"] {
  color: inherit;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 1921px) {
  img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  img,
  video,
  iframe,
  svg,
  table,
  embed,
  object {
    max-width: 100%;
  }
}

html:not(.wp-toolbar),
body:not(.wp-admin) {
  overflow-x: clip;
}

main {
  overflow: visible;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}

.bg-pattern {
  background-image: url("../images/common/image_bg-pattern_1.png");
  background-repeat: repeat;
  background-size: 200px;
}

.bg-pattern--green {
  background-image: url("../images/common/image_bg-pattern_2.png");
  background-repeat: repeat;
  background-size: 200px;
}

.section-inner {
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1440, var(--max) * 1440);
  margin: auto;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}
@media (max-width: 768px) {
  .section-inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
}

.section-title {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  }
}
.section-title .section-title__shoulder {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
}
@media (max-width: 768px) {
  .section-title .section-title__shoulder {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}
.section-title small {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: bold;
  letter-spacing: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  font-family: "Lexend Peta";
  font-style: normal;
}
@media (max-width: 768px) {
  .section-title small {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    letter-spacing: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3);
  }
}

ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
ruby[data-ruby] rt {
  display: none;
}
ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 44%;
  -webkit-transform: translate(-50%, -1.12em);
          transform: translate(-50%, -1.12em);
}

.common-button {
  position: relative;
  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;
  width: clamp(0px, 10vw / var(--board) * 10 * 380, var(--max) * 380);
  height: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) solid #fff;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  background-color: #fa2;
  -webkit-box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) rgba(0, 0, 0, 0.15);
          box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .common-button {
    width: clamp(0px, 10vw / var(--board) * 10 * 320, var(--max) * 320);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25);
    line-height: 1.2;
  }
}
.common-button svg {
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  pointer-events: none;
}
@media (max-width: 768px) {
  .common-button svg {
    right: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}
@media (hover: hover) {
  .common-button:hover {
    opacity: 0.9;
  }
}
.common-button--green {
  background-color: #87ca44;
}
.common-button--back svg {
  right: auto;
  left: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .common-button--back svg {
    left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}

.floating-cta {
  position: fixed;
  right: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  z-index: 40;
  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;
  width: clamp(0px, 10vw / var(--board) * 10 * 280, var(--max) * 280);
  height: clamp(0px, 10vw / var(--board) * 10 * 84, var(--max) * 84);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34) 0 clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33);
  border: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) solid #fff;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  background-color: #fa2;
  -webkit-box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) rgba(0, 0, 0, 0.15);
          box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .floating-cta {
    right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    width: clamp(0px, 10vw / var(--board) * 10 * 200, var(--max) * 200);
    height: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
}
@media (hover: hover) {
  .floating-cta:hover {
    opacity: 0.9;
  }
}
.floating-cta svg {
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .floating-cta svg {
    right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.floating-cta__text {
  display: block;
}

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  text-decoration: none;
  color: var(--color-primary);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 768px) {
  .arrow-link {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.arrow-link__box {
  background-color: var(--color-primary);
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border-radius: 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;
}
.arrow-link__box path {
  width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}

.text-box .section-inner {
  max-width: none;
}
.text-box--reverse .text-box__detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .text-box--reverse .text-box__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-box--reverse .text-box__image {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.text-box--reverse .text-box__image img {
  -o-object-position: left;
     object-position: left;
}
.text-box--reverse .text-box__content {
  margin-right: clamp(var(--max) * -160, 10vw / var(--board) * 10 * -160, 0px);
  margin-left: calc(50% - 50vw);
  background-image: url("../images/image_text-box_bg_02.png");
  background-position: center right;
  padding: clamp(0px, 10vw / var(--board) * 10 * 240, var(--max) * 240) clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250) clamp(0px, 10vw / var(--board) * 10 * 240, var(--max) * 240) clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}
@media (max-width: 768px) {
  .text-box--reverse .text-box__content {
    margin-right: auto;
    margin-left: auto;
    background-image: url("../images/image_text-box_bg_02_sp.png");
    padding: clamp(0px, 10vw / var(--board) * 10 * 96, var(--max) * 96) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) clamp(0px, 10vw / var(--board) * 10 * 76, var(--max) * 76);
    height: clamp(0px, 10vw / var(--board) * 10 * 314, var(--max) * 314);
    background-position: center;
  }
}
.text-box--reverse .text-box__content img {
  -o-object-position: right;
     object-position: right;
}

.text-box__detail {
  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;
  position: relative;
}
@media (max-width: 768px) {
  .text-box__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.text-box__image {
  margin-left: calc(50% - 50vw);
  width: clamp(0px, 10vw / var(--board) * 10 * 872, var(--max) * 872);
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .text-box__image {
    width: clamp(0px, 10vw / var(--board) * 10 * 375, var(--max) * 375);
  }
}
@media (min-width: 1441px) {
  .text-box__image {
    width: calc(872 * 100vw / 1440);
  }
}
.text-box__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  height: clamp(0px, 10vw / var(--board) * 10 * 728, var(--max) * 728);
}
@media (max-width: 768px) {
  .text-box__image img {
    height: clamp(0px, 10vw / var(--board) * 10 * 282, var(--max) * 282);
  }
}

.text-box__content {
  width: clamp(0px, 10vw / var(--board) * 10 * 733, var(--max) * 733);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 170, var(--max) * 170);
  margin-right: calc(50% - 50vw);
  margin-left: clamp(var(--max) * -160, 10vw / var(--board) * 10 * -160, 0px);
  padding: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) clamp(0px, 10vw / var(--board) * 10 * 140, var(--max) * 140) clamp(0px, 10vw / var(--board) * 10 * 254, var(--max) * 254);
  position: relative;
  height: clamp(0px, 10vw / var(--board) * 10 * 734, var(--max) * 734);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../images/image_text-box_bg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  background-position: center left;
}
@media (min-width: 1441px) {
  .text-box__content {
    width: calc(872 * 100vw / 1440);
    padding: calc(120 * 100vw / 1440) clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) calc(140 * 100vw / 1440) clamp(0px, 10vw / var(--board) * 10 * 254, var(--max) * 254);
  }
}
@media (min-width: 1921px) {
  .text-box__content {
    padding: clamp(0px, 10vw / var(--board) * 10 * 190, var(--max) * 190) clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) clamp(0px, 10vw / var(--board) * 10 * 216, var(--max) * 216) clamp(0px, 10vw / var(--board) * 10 * 254, var(--max) * 254);
  }
}
@media (max-width: 768px) {
  .text-box__content {
    width: clamp(0px, 10vw / var(--board) * 10 * 390, var(--max) * 390);
    margin: clamp(var(--max) * -60, 10vw / var(--board) * 10 * -60, 0px) auto 0;
    height: clamp(0px, 10vw / var(--board) * 10 * 539, var(--max) * 539);
    background-image: url("../images/image_text-box_bg_01_sp.png");
    padding: clamp(0px, 10vw / var(--board) * 10 * 109, var(--max) * 109) clamp(0px, 10vw / var(--board) * 10 * 55, var(--max) * 55) clamp(0px, 10vw / var(--board) * 10 * 83, var(--max) * 83);
  }
}

.text-box__description {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 2;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
@media (max-width: 768px) {
  .text-box__description {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 1.8;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.introduction-interview {
  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;
  gap: clamp(0px, 10vw / var(--board) * 10 * 75, var(--max) * 75);
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  .introduction-interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: clamp(0px, 10vw / var(--board) * 10 * 350, var(--max) * 350);
  }
}
.top-introduction .introduction-interview {
  margin-top: clamp(var(--max) * -365, 10vw / var(--board) * 10 * -365, 0px);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 171, var(--max) * 171);
}
@media (max-width: 768px) {
  .top-introduction .introduction-interview {
    margin: clamp(var(--max) * -64, 10vw / var(--board) * 10 * -64, 0px) auto 0;
  }
}

.introduction-interview__item {
  -webkit-box-shadow: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) 0 rgba(51, 51, 51, 0.4);
          box-shadow: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) 0 rgba(51, 51, 51, 0.4);
  border: solid 1px var(--color-primary);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  overflow: hidden;
}
.introduction-interview__item a,
.introduction-interview__item .introduction-interview__trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  text-align: left;
}
.introduction-interview__item img {
  display: block;
  width: 100%;
  height: auto;
}

.interview-embed-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  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;
  padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background: rgba(0, 0, 0, 0.6);
}
.interview-embed-modal[hidden] {
  display: none;
}

.interview-embed-modal__dialog {
  position: relative;
  width: min(100%, clamp(0px, 10vw / var(--board) * 10 * 960, var(--max) * 960));
}

.interview-embed-modal__close {
  position: absolute;
  top: clamp(var(--max) * -44, 10vw / var(--board) * 10 * -44, 0px);
  right: 0;
  z-index: 2;
  width: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  line-height: 1;
  cursor: pointer;
  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;
}
.interview-embed-modal__close span {
  height: 100%;
  display: block;
}

.interview-embed-modal__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #111;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.interview-embed-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

html.is-interview-embed-open {
  overflow: hidden;
}

section.is-interview-embed-section {
  position: relative;
  z-index: 5;
}

.button-filter {
  position: relative;
  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;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 999, var(--max) * 999);
  background-color: var(--color-area_news);
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .button-filter:hover {
    background-color: var(--color-area_news_hover);
    color: white;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .button-filter {
    width: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
    height: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
}
.button-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.news {
  padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) 0 clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
}
@media (max-width: 768px) {
  .news {
    padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) 0 clamp(0px, 10vw / var(--board) * 10 * 74, var(--max) * 74);
  }
}
.news .news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin: 0 auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1032, var(--max) * 1032);
}
@media (max-width: 768px) {
  .news .news__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    width: 100%;
  }
}
.news .news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
  width: clamp(0px, 10vw / var(--board) * 10 * 210, var(--max) * 210);
  height: clamp(0px, 10vw / var(--board) * 10 * 210, var(--max) * 210);
  border-radius: 50%;
  background-color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 45, var(--max) * 45);
  border: 1px solid #e5e8fe;
}
@media (max-width: 768px) {
  .news .news__header {
    gap: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  }
}
.news .news__header .button-filter {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
}
@media (max-width: 768px) {
  .news .news__header {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    width: clamp(0px, 10vw / var(--board) * 10 * 150, var(--max) * 150);
    height: clamp(0px, 10vw / var(--board) * 10 * 150, var(--max) * 150);
  }
  .news .news__header .button-filter {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.news .news__header-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 29, var(--max) * 29);
  height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}
.news .news__title {
  color: var(--color-area_news);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .news .news__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    letter-spacing: clamp(0px, 10vw / var(--board) * 10 * 4.8, var(--max) * 4.8);
    line-height: 1;
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
  }
}
.news .news__list {
  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(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  width: clamp(0px, 10vw / var(--board) * 10 * 806, var(--max) * 806);
  list-style: none;
}
@media (max-width: 768px) {
  .news .news__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.news .news__item {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.news .news__item:not(:last-child) {
  border-bottom: 1px solid #c6c6c6;
}
.news .news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  gap: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  text-decoration: none;
}
@media (hover: hover) {
  .news .news__item-link:hover .news__item-lead {
    color: var(--color-area_news_hover);
  }
}
@media (max-width: 768px) {
  .news .news__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
}
.news .news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
@media (max-width: 768px) {
  .news .news__item-meta {
    gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}
.news .news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-gray);
  white-space: nowrap;
  font-weight: 400;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news .news__date {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
}
.news .news__item-lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color-area_news);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .news .news__item-lead {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.site-header.is-open .site-header__menu-icon::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.site-header.is-open .site-header__menu-icon span {
  opacity: 0;
}
.site-header.is-open .site-header__menu-icon::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.site-header__inner {
  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: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  -webkit-box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) rgba(0, 0, 0, 0.15);
          box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .site-header__inner {
    position: relative;
    z-index: 2;
    min-height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    padding: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    background-color: white;
  }
}

.site-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  min-width: 0;
}
@media (max-width: 768px) {
  .site-header__brand {
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
}

.site-header__logo-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-header__logo {
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 320, var(--max) * 320);
  height: auto;
}
@media (max-width: 768px) {
  .site-header__logo {
    width: clamp(0px, 10vw / var(--board) * 10 * 180, var(--max) * 180);
  }
}

.site-header__tagline {
  margin: 0;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3);
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .site-header__tagline {
    padding-top: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    line-height: 1;
  }
}

.site-header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__nav-link {
  color: #005544;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: opacity var(--speed) ease;
  transition: opacity var(--speed) ease;
}
@media (hover: hover) {
  .site-header__nav-link:hover {
    opacity: 0.7;
  }
}

.site-header__nav-list--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__nav-list--pc .site-header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__nav-list--pc .site-header__nav-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  margin: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  background-color: #005544;
}
.site-header__nav-list--pc .site-header__nav-link {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  white-space: nowrap;
}

.site-header__menu-btn {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  height: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-header__menu-icon {
  position: relative;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  height: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
}
.site-header__menu-icon span, .site-header__menu-icon::before, .site-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1);
  background-color: #005544;
  -webkit-transition: top var(--speed) ease, bottom var(--speed) ease, opacity var(--speed) ease, -webkit-transform var(--speed) ease;
  transition: top var(--speed) ease, bottom var(--speed) ease, opacity var(--speed) ease, -webkit-transform var(--speed) ease;
  transition: transform var(--speed) ease, top var(--speed) ease, bottom var(--speed) ease, opacity var(--speed) ease;
  transition: transform var(--speed) ease, top var(--speed) ease, bottom var(--speed) ease, opacity var(--speed) ease, -webkit-transform var(--speed) ease;
}
.site-header__menu-icon::before {
  top: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
}
.site-header__menu-icon span {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header__menu-icon::after {
  bottom: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
}

.site-header__panel {
  z-index: 1;
  overflow: hidden auto;
  background-color: #fff;
  height: 100dvh;
}

.site-header__nav--sp {
  position: relative;
  z-index: 1;
  padding: clamp(0px, 10vw / var(--board) * 10 * 160, var(--max) * 160) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) 0;
  height: 100%;
  overflow-y: scroll;
}

.site-header__nav-list--sp {
  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(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  width: clamp(0px, 10vw / var(--board) * 10 * 310, var(--max) * 310);
  margin: 0 auto;
}
.site-header__nav-list--sp .site-header__nav-item {
  border-bottom: 1px solid #005544;
}
.site-header__nav-list--sp .site-header__nav-item:first-child {
  min-height: clamp(0px, 10vw / var(--board) * 10 * 44, var(--max) * 44);
  padding-bottom: 0;
}
.site-header__nav-list--sp .site-header__nav-item:not(:first-child) {
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
.site-header__nav-list--sp .site-header__nav-link {
  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: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.site-header__nav-list--sp .site-header__nav-link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  border-right: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1) solid #005544;
  border-bottom: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1) solid #005544;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
  margin: clamp(0px, 10vw / var(--board) * 10 * 130, var(--max) * 130) auto 0;
}

.header-treat {
  position: fixed;
  z-index: -1;
}
.header-treat.top-left {
  top: 0;
  left: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 233, var(--max) * 233);
}
.header-treat.top-right {
  top: 0;
  right: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 126, var(--max) * 126);
}
.header-treat.bottom-left {
  bottom: 0;
  left: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 154, var(--max) * 154);
}
.header-treat.bottom-right {
  bottom: 0;
  right: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 141, var(--max) * 141);
}

html.is-menu-open {
  overflow: hidden;
}

html.admin-bar.is-menu-open {
  margin-top: 0 !important;
}

body.is-menu-open {
  position: fixed;
  top: var(--menu-lock-top, 0);
  left: 0;
  width: 100%;
  overflow: hidden;
}
body.is-menu-open #wpadminbar {
  display: none !important;
}
body.is-menu-open .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
}
body.is-menu-open .site-header__inner {
  position: relative;
  z-index: 2;
}
body.is-menu-open .site-header__panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
}

.site-breadcrumb__inner {
  padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
}
@media (max-width: 768px) {
  .site-breadcrumb__inner {
    padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.site-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-weight: 400;
  line-height: 1.5;
}

.site-breadcrumb__item,
.site-breadcrumb__separator {
  margin: 0;
}

.site-breadcrumb__link,
.site-breadcrumb__text {
  color: inherit;
  white-space: nowrap;
}

.site-breadcrumb__link {
  text-decoration: none;
  -webkit-transition: opacity var(--speed) ease;
  transition: opacity var(--speed) ease;
}
@media (hover: hover) {
  .site-breadcrumb__link:hover {
    opacity: 0.7;
  }
}

.common-footer {
  position: relative;
  overflow: hidden;
  color: #333;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 183, var(--max) * 183);
  margin-top: clamp(var(--max) * -183, 10vw / var(--board) * 10 * -183, 0px);
}
@media (max-width: 768px) {
  .common-footer {
    margin-top: clamp(var(--max) * -80, 10vw / var(--board) * 10 * -80, 0px);
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70);
  }
}

.common-footer__main {
  position: relative;
  padding: clamp(0px, 10vw / var(--board) * 10 * 84, var(--max) * 84) 0 clamp(0px, 10vw / var(--board) * 10 * 92, var(--max) * 92);
}
.common-footer__main::before {
  content: "";
  background-image: url("../images/common/image_bg-wave_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: clamp(0px, 10vw / var(--board) * 10 * 1920, var(--max) * 1920);
  height: clamp(0px, 10vw / var(--board) * 10 * 184, var(--max) * 184);
  top: clamp(var(--max) * -184, 10vw / var(--board) * 10 * -184, 0px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .common-footer__main::before {
    background-image: url("../images/common/image_bg-wave_1_sp.png");
    width: 100%;
    height: clamp(0px, 10vw / var(--board) * 10 * 76, var(--max) * 76);
    top: clamp(var(--max) * -76, 10vw / var(--board) * 10 * -76, 0px);
  }
}
@media (max-width: 768px) {
  .common-footer__main {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .common-footer__main::before {
    top: clamp(var(--max) * -50, 10vw / var(--board) * 10 * -50, 0px);
    height: clamp(0px, 10vw / var(--board) * 10 * 78, var(--max) * 78);
  }
  .common-footer__main::after {
    top: clamp(var(--max) * -16, 10vw / var(--board) * 10 * -16, 0px);
    height: clamp(0px, 10vw / var(--board) * 10 * 58, var(--max) * 58);
  }
}

.common-footer__inner {
  width: clamp(0px, 10vw / var(--board) * 10 * 820, var(--max) * 820);
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: clamp(0px, 10vw / var(--board) * 10 * 146, var(--max) * 146);
}
@media (max-width: 768px) {
  .common-footer__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    min-height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.common-footer__brand {
  width: clamp(0px, 10vw / var(--board) * 10 * 360, var(--max) * 360);
}
@media (max-width: 768px) {
  .common-footer__brand {
    width: clamp(0px, 10vw / var(--board) * 10 * 234, var(--max) * 234);
    margin: auto;
  }
}

.common-footer__brand-link {
  display: block;
  text-decoration: none;
}

.common-footer__logo {
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 320, var(--max) * 320);
  height: auto;
}
@media (max-width: 768px) {
  .common-footer__logo {
    width: clamp(0px, 10vw / var(--board) * 10 * 260, var(--max) * 260);
  }
}

.common-footer__tagline {
  margin: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) 0 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.4;
  color: #333;
}
@media (max-width: 768px) {
  .common-footer__tagline {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    margin-left: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
}

.common-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
}
@media (max-width: 768px) {
  .common-footer__social {
    gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.common-footer__social-link {
  color: #111;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .common-footer__social-link {
    width: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
  }
  .common-footer__social-link img {
    width: 100%;
  }
}
@media (hover: hover) {
  .common-footer__social-link:hover {
    opacity: 0.7;
  }
}

.common-footer__nav {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
}
@media (max-width: 768px) {
  .common-footer__nav {
    margin-top: 0;
  }
}

.common-footer__nav-list {
  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(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
@media (max-width: 768px) {
  .common-footer__nav-list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
@media (max-width: 768px) {
  .common-footer__nav-list li {
    text-align: center;
  }
}
.common-footer__nav-list a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.4;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .common-footer__nav-list a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 768px) {
  .common-footer__nav-list a {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    text-align: center;
  }
}

.common-footer__bottom {
  background-color: #87ca44;
  height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
}
@media (max-width: 768px) {
  .common-footer__bottom {
    height: auto;
    padding: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17) clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32) clamp(0px, 10vw / var(--board) * 10 * 66, var(--max) * 66);
  }
}

.common-footer__bottom-inner {
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
  height: 100%;
  margin: 0 auto;
  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: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
@media (max-width: 768px) {
  .common-footer__bottom-inner {
    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: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
.footer-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: #fff;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .footer-links a {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}
.footer-links a:after {
  content: "";
  background-image: url(../images/common/icon_footer-links.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
}
@media (hover: hover) {
  .footer-links a:hover {
    opacity: 0.75;
  }
}

.common-footer__arrow {
  position: relative;
  width: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1);
}
.common-footer__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.common-footer__copyright {
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .common-footer__copyright {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}

@media (max-width: 768px) {
  .common-footer__legal {
    gap: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .common-footer__legal a {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}
.blog-archive {
  position: relative;
  padding: 0;
  background-color: #fff;
}

.blog-single {
  --blog-gap-section: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  --blog-gap-heading: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  --blog-gap-text: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  --blog-gap-fv: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  padding: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72) 0 clamp(0px, 10vw / var(--board) * 10 * 252, var(--max) * 252);
  background-color: #f4f9ef;
}
@media (max-width: 768px) {
  .blog-single {
    --blog-gap-section: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
    --blog-gap-fv: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
    padding: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48) 0 clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
  }
}

body.bg-pattern .blog-single {
  background-color: transparent;
}

.blog-archive__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
@media (max-width: 768px) {
  .blog-archive__inner {
    width: 94%;
  }
}

.blog-single__inner {
  margin: 0 auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
}
@media (max-width: 768px) {
  .blog-single__inner {
    width: 94%;
  }
}

.blog-archive__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 21, var(--max) * 21);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
}
@media (max-width: 768px) {
  .blog-archive__header {
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}

.blog-archive__title {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .blog-archive__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}

.blog-archive__eyebrow {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .blog-archive__eyebrow {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}

.blog-archive__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
}
@media (max-width: 768px) {
  .blog-archive__filter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  }
}

.blog-archive__filter-label {
  margin: 0;
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border-right: 1px solid #005544;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .blog-archive__filter-label {
    padding-right: 0;
    border-right: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
}

.blog-archive__filter-divider {
  display: none;
}
@media (max-width: 768px) {
  .blog-archive__filter-divider {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 1px;
    background-color: #005544;
  }
}

.blog-archive__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-archive__filter-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .blog-archive__filter-link:hover {
    opacity: 0.85;
  }
}
.blog-archive__filter-link.is-active {
  pointer-events: none;
}

.blog-category-1 {
  background-color: #6c0;
}

.blog-category-2 {
  background-color: #fa2;
}

.blog-category-3 {
  background-color: #ff7766;
}

.blog-category-4 {
  background-color: #11bbff;
}

.blog-category-5 {
  background-color: #00ccbb;
}

.blog-category-6 {
  background-color: #cc66ff;
}

.blog-category-7 {
  background-color: #118811;
}

.blog-category-default {
  background-color: #118811;
}

.blog-archive__main {
  position: relative;
  padding: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90) 0 clamp(0px, 10vw / var(--board) * 10 * 252, var(--max) * 252);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 140, var(--max) * 140);
}
@media (max-width: 768px) {
  .blog-archive__main {
    padding: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) 0 clamp(0px, 10vw / var(--board) * 10 * 172, var(--max) * 172);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
}
.blog-archive__main::before {
  content: "";
  position: absolute;
  top: clamp(var(--max) * -180, 10vw / var(--board) * 10 * -180, 0px);
  left: 50%;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 1920, var(--max) * 1920);
  height: clamp(0px, 10vw / var(--board) * 10 * 251, var(--max) * 251);
  background-image: url("../images/common/image_page-description_top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .blog-archive__main::before {
    top: clamp(var(--max) * -35, 10vw / var(--board) * 10 * -35, 0px);
    width: 100%;
    height: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70);
    background-image: url("../images/common/image_page-description_top_sp.png");
  }
}

.blog-archive__empty {
  padding: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) 0;
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
  text-align: center;
}

.blog-archive__description {
  margin: 0 auto clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 640, var(--max) * 640);
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-archive__description {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
}

.blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) minmax(0, 1fr) clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
     -moz-column-gap: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
          column-gap: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  row-gap: clamp(0px, 10vw / var(--board) * 10 * 63, var(--max) * 63);
}
@media (max-width: 768px) {
  .blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.blog-card {
  height: 100%;
}

.blog-card__link {
  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(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: 100%;
  overflow: hidden;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-color: #fff;
  -webkit-box-shadow: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) rgba(204, 153, 51, 0.4);
          box-shadow: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) rgba(204, 153, 51, 0.4);
  color: #005544;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .blog-card__link:hover {
    opacity: 0.9;
  }
}

.blog-card__media {
  aspect-ratio: 360/220;
  overflow: hidden;
  background-color: #f4f4f4;
}

.blog-card__image,
.blog-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card__placeholder {
  background: linear-gradient(135deg, #f4e9ad 0%, #c9ee90 100%);
}

.blog-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}

.blog-card__title {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.blog-card__footer {
  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: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  margin-top: auto;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-top: 1px solid #ccc;
}

.blog-card__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 60%;
  padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.5;
  white-space: nowrap;
}

.blog-pagination {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}

.blog-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-pagination__item {
  margin: 0;
}

.blog-pagination__item .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  border: 1px solid #005544;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .blog-pagination__item .page-numbers:hover {
    opacity: 0.85;
  }
}

.blog-pagination__item .page-numbers--prev,
.blog-pagination__item .page-numbers--next {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
}

.blog-pagination__item .page-numbers.current {
  background-color: #005544;
  border-color: #005544;
  color: #fff;
  pointer-events: none;
}

.blog-pagination__item .page-numbers--dots {
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  border: 0;
  background-color: transparent;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  pointer-events: none;
}

.blog-single__fv {
  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(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  margin-bottom: var(--blog-gap-fv);
}
@media (max-width: 768px) {
  .blog-single__fv {
    gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
}

.blog-single__head {
  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(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
@media (max-width: 768px) {
  .blog-single__head {
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.blog-single__title {
  margin: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  font-weight: 700;
  line-height: 1.4;
  word-break: break-word;
}
@media (max-width: 768px) {
  .blog-single__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}

.blog-single__meta-row {
  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: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
@media (max-width: 768px) {
  .blog-single__meta-row {
    -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: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.blog-single__meta-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
@media (max-width: 768px) {
  .blog-single__meta-primary {
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.blog-single__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}

.blog-single__meta-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border-right: 1px solid #333;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.blog-single__meta-label--share {
  border-right-color: #333;
}

.blog-single__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.5;
  white-space: nowrap;
}

.blog-single__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.blog-single__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog-single__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single__share-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .blog-single__share-link:hover {
    opacity: 0.75;
  }
}
.blog-single__share-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.blog-single__share-link--x img {
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
}

.blog-single__share-link--line img {
  width: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  height: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
}

.blog-single__thumbnail {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  aspect-ratio: 800/450;
}

.blog-single__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-single__content {
  color: #333;
}
.blog-single__content > * {
  margin-block: 0;
}
.blog-single__content > * + * {
  -webkit-margin-before: var(--blog-gap-section);
          margin-block-start: var(--blog-gap-section);
}
.blog-single__content > :is(h2, h2.wp-block-heading) + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-single__content > :is(h3, h3.wp-block-heading) + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.blog-single__content > :is(p, ul, ol, .wp-block-paragraph, .wp-block-list) + :is(p, ul, ol, .wp-block-paragraph, .wp-block-list) {
  -webkit-margin-before: var(--blog-gap-text);
          margin-block-start: var(--blog-gap-text);
}
.blog-single__content > :is(figure, .blog-figure, .blog-image-grid, .wp-block-image) + :is(figure, .blog-figure, .blog-image-grid, .wp-block-image) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-single__content > :is(figure, .blog-figure, .blog-image-grid, .wp-block-image):has(+ :is(figure, .blog-figure, .blog-image-grid, .wp-block-image)) {
  -webkit-margin-after: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
          margin-block-end: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.blog-single__content > :is(.blog-figure, .wp-block-friend150th-blog-figure):has(+ :is(.blog-figure, .wp-block-friend150th-blog-figure)) {
  -webkit-margin-after: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
          margin-block-end: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
@media (max-width: 768px) {
  .blog-single__content > :is(.blog-figure, .wp-block-friend150th-blog-figure):has(+ :is(.blog-figure, .wp-block-friend150th-blog-figure)) {
    -webkit-margin-after: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
            margin-block-end: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}
.blog-single__content p {
  margin: 0;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .blog-single__content p {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
.blog-single__content strong,
.blog-single__content b {
  font-weight: 700;
}
.blog-single__content em,
.blog-single__content i {
  font-style: italic;
}
.blog-single__content ul,
.blog-single__content ol {
  margin: 0;
  padding-left: 1.5em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .blog-single__content ul,
  .blog-single__content ol {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
.blog-single__content a {
  color: #005544;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.blog-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-single__content :is(h2, h3, h4, .wp-block-heading) {
  margin-block: 0;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}
.blog-single__content > * + :is(h2, h2.wp-block-heading) {
  -webkit-margin-before: var(--blog-gap-section);
          margin-block-start: var(--blog-gap-section);
}
.blog-single__content h2,
.blog-single__content h2.wp-block-heading {
  -webkit-margin-after: var(--blog-gap-heading);
          margin-block-end: var(--blog-gap-heading);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
@media (max-width: 768px) {
  .blog-single__content h2,
  .blog-single__content h2.wp-block-heading {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}
.blog-single__content h3 {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
@media (max-width: 768px) {
  .blog-single__content h3 {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
}
.blog-single__content .wp-block-group > * {
  margin-block: 0;
}
.blog-single__content .wp-block-group > * + * {
  -webkit-margin-before: var(--blog-gap-section);
          margin-block-start: var(--blog-gap-section);
}
.blog-single__content .wp-block-group > :is(h2, h2.wp-block-heading) + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-single__content .wp-block-group > :is(h3, h3.wp-block-heading) + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.blog-single__content .wp-block-group > :is(p, ul, ol, .wp-block-paragraph, .wp-block-list) + :is(p, ul, ol, .wp-block-paragraph, .wp-block-list) {
  -webkit-margin-before: var(--blog-gap-text);
          margin-block-start: var(--blog-gap-text);
}
.blog-single__content .wp-block-group > :is(figure, .blog-figure, .blog-image-grid, .wp-block-image) + :is(figure, .blog-figure, .blog-image-grid, .wp-block-image) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.blog-single__content .wp-block-group > :is(figure, .blog-figure, .blog-image-grid, .wp-block-image):has(+ :is(figure, .blog-figure, .blog-image-grid, .wp-block-image)) {
  -webkit-margin-after: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
          margin-block-end: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.blog-single__content .wp-block-group > :is(.blog-figure, .wp-block-friend150th-blog-figure):has(+ :is(.blog-figure, .wp-block-friend150th-blog-figure)) {
  -webkit-margin-after: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
          margin-block-end: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
@media (max-width: 768px) {
  .blog-single__content .wp-block-group > :is(.blog-figure, .wp-block-friend150th-blog-figure):has(+ :is(.blog-figure, .wp-block-friend150th-blog-figure)) {
    -webkit-margin-after: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
            margin-block-end: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}
.blog-single__content .wp-block-group > * + :is(h2, h2.wp-block-heading) {
  -webkit-margin-before: var(--blog-gap-section);
          margin-block-start: var(--blog-gap-section);
}
.blog-single__content .wp-block-group > :is(h2, h2.wp-block-heading) {
  -webkit-margin-after: var(--blog-gap-heading);
          margin-block-end: var(--blog-gap-heading);
}

.blog-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  margin: var(--blog-gap-section) 0 0;
  padding: 0;
  list-style: none;
}

.blog-single__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  border: 1px solid #005544;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 999, var(--max) * 999);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.4;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-single__tag:hover {
    background-color: #005544;
    color: #fff;
  }
}

.blog-single__footer {
  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: var(--blog-gap-section);
  margin-top: var(--blog-gap-section);
}

.blog-single__share-card {
  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: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  width: 100%;
  padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-color: #fff;
}

.blog-single__share-card-title {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-single__share-card-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
}

.blog-single__share-card-list {
  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;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single__share-card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .blog-single__share-card-link:hover {
    opacity: 0.75;
  }
}
.blog-single__share-card-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.blog-single__share-card-link--x img {
  width: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  height: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
}

.blog-single__share-card-link--line img {
  width: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
  height: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
}

.blog-block__placeholder {
  margin: 0;
  color: #888;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  font-weight: 400;
  line-height: 1.6;
}

.blog-single__content :is(.blog-two-columns, .blog-media-row, .blog-figure, .blog-event-overview, .blog-image-grid) {
  margin-block: 0;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}

.blog-two-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
}
@media (max-width: 768px) {
  .blog-two-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
}

.blog-two-columns__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  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(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
}

.blog-two-columns__inner--ratio-1-2 .blog-two-columns__col:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog-two-columns__inner--ratio-1-2 .blog-two-columns__col:last-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.blog-two-columns__inner--ratio-2-1 .blog-two-columns__col:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.blog-two-columns__inner--ratio-2-1 .blog-two-columns__col:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog-two-columns__col-actions,
.blog-two-columns__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
}

.blog-two-columns__actions {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.blog-two-columns__heading {
  margin: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 700;
  line-height: 1;
}

.blog-two-columns__body {
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 400;
  line-height: 1.8;
  min-height: clamp(0px, 10vw / var(--board) * 10 * 29, var(--max) * 29);
}
.blog-two-columns__body p {
  margin: 0;
}
.blog-two-columns__body p + p {
  margin-top: 0.5em;
}

.blog-two-columns__divider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  background-color: #bbb;
}
@media (max-width: 768px) {
  .blog-two-columns__divider {
    width: 100%;
    height: 1px;
  }
}

.blog-media-row {
  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(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.blog-media-row__title {
  margin: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 700;
  line-height: 1;
}

.blog-media-row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
@media (max-width: 768px) {
  .blog-media-row__inner {
    -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: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.blog-media-row__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400);
          flex: 0 0 clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400);
  margin: 0;
  overflow: hidden;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
@media (max-width: 768px) {
  .blog-media-row__media {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.blog-media-row__image {
  display: block;
  width: 100%;
  height: auto;
}

.blog-media-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  min-width: 0;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 376, var(--max) * 376);
}
@media (max-width: 768px) {
  .blog-media-row__content {
    max-width: none;
  }
}

.blog-media-row__heading {
  margin: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 500;
  line-height: 1.4;
}

.blog-media-row__body {
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
  min-height: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
.blog-media-row__body p {
  margin: 0;
}

.blog-media-row__media-actions,
.blog-figure__media-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
}

.blog-figure {
  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(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin: 0;
}

.blog-figure__media {
  overflow: hidden;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  aspect-ratio: 800/460;
}
@media (max-width: 768px) {
  .blog-figure__media {
    aspect-ratio: 358/206;
  }
}

.blog-figure__image {
  display: block;
  width: 100%;
  height: auto;
}

.blog-figure__caption {
  margin: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  min-height: clamp(0px, 10vw / var(--board) * 10 * 19, var(--max) * 19);
}

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

.blog-event-overview__row {
  margin: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 700;
  line-height: 1.8;
  word-break: break-word;
}

.blog-event-overview__label,
.blog-event-overview__value {
  font-weight: 700;
}

.blog-event-overview__actions {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.blog-image-grid {
  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(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin: 0;
}

.blog-image-grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
@media (max-width: 768px) {
  .blog-image-grid__inner {
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
}

.blog-image-grid__item {
  overflow: hidden;
}

.blog-image-grid__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-image-grid__caption {
  margin: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-image-grid__caption {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
}

.blog-image-grid__editor-slots {
  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(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  width: 100%;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border-top: 1px dashed #ccc;
}

.blog-image-grid__slot-label {
  margin: 0 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: #666;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-weight: 700;
}

.blog-image-grid--quad-tall .blog-image-grid__item {
  width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48)) / 4);
  aspect-ratio: 188/268;
  border: 1px solid #bbb;
}
@media (max-width: 768px) {
  .blog-image-grid--quad-tall .blog-image-grid__item {
    width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8)) / 2);
    aspect-ratio: 175/248;
  }
}

.blog-image-grid--mixed-gallery .blog-image-grid__item:nth-child(-n+4) {
  width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48)) / 4);
  aspect-ratio: 188/268;
  border: 1px solid #bbb;
}
@media (max-width: 768px) {
  .blog-image-grid--mixed-gallery .blog-image-grid__item:nth-child(-n+4) {
    width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8)) / 2);
    aspect-ratio: 175/248;
  }
}
.blog-image-grid--mixed-gallery .blog-image-grid__item:nth-child(n+5):nth-child(-n+6) {
  width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16)) / 2);
  aspect-ratio: 392/292;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
@media (max-width: 768px) {
  .blog-image-grid--mixed-gallery .blog-image-grid__item:nth-child(n+5):nth-child(-n+6) {
    width: 100%;
    aspect-ratio: 358/265;
  }
}
.blog-image-grid--mixed-gallery .blog-image-grid__item:nth-child(n+7) {
  width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48)) / 4);
  aspect-ratio: 188/306;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
@media (max-width: 768px) {
  .blog-image-grid--mixed-gallery .blog-image-grid__item:nth-child(n+7) {
    width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8)) / 2);
    aspect-ratio: 175/271;
  }
}

.blog-image-grid--quad-short .blog-image-grid__item {
  width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48)) / 4);
  aspect-ratio: 188/124;
  border: 1px solid #bbb;
}
@media (max-width: 768px) {
  .blog-image-grid--quad-short .blog-image-grid__item {
    width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8)) / 2);
    aspect-ratio: 175/115;
  }
}

.blog-image-grid--quad-short-double .blog-image-grid__item {
  width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48)) / 4);
  aspect-ratio: 188/124;
  border: 1px solid #bbb;
}
@media (max-width: 768px) {
  .blog-image-grid--quad-short-double .blog-image-grid__item {
    width: calc((100% - clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8)) / 2);
    aspect-ratio: 175/116;
  }
}

.blog-image-grid--two-column .blog-image-grid__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
@media (max-width: 768px) {
  .blog-image-grid--two-column .blog-image-grid__inner {
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
}
.blog-image-grid--two-column .blog-image-grid__item {
  aspect-ratio: 392/248;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
@media (max-width: 768px) {
  .blog-image-grid--two-column .blog-image-grid__item {
    aspect-ratio: 175/111;
  }
}

body.lower main {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
}
@media (max-width: 768px) {
  body.lower main {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
}
body.lower .section-title {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
}
@media (max-width: 768px) {
  body.lower .section-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  }
}
body.single-blog main {
  margin-top: 0;
}

.page-fv__inner {
  margin: 0 auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1440, var(--max) * 1440);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}
@media (max-width: 768px) {
  .page-fv__inner {
    padding: 0;
  }
}

.page-fv__title {
  margin: 0 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  font-weight: 700;
  line-height: 1;
  word-break: break-word;
}
@media (max-width: 768px) {
  .page-fv__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    margin-right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    margin-left: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.page-fv__media {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.page-fv__media picture,
.page-fv__image {
  display: block;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 540, var(--max) * 540);
}
@media (max-width: 768px) {
  .page-fv__media picture,
  .page-fv__image {
    height: clamp(0px, 10vw / var(--board) * 10 * 160, var(--max) * 160);
  }
}

.page-fv__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.page-content {
  position: relative;
  overflow-x: clip;
  padding: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) 0 clamp(0px, 10vw / var(--board) * 10 * 200, var(--max) * 200);
}
@media (max-width: 768px) {
  .page-content {
    padding: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 0 clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
  }
}
.page-content:before {
  content: "";
  background-image: url("../images/common/image_page-content_top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: clamp(var(--max) * -120, 10vw / var(--board) * 10 * -120, 0px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(0px, 10vw / var(--board) * 10 * 1920, var(--max) * 1920);
  height: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-content:before {
    background-image: url("../images/common/image_page-content_top_sp.png");
    top: clamp(var(--max) * -38, 10vw / var(--board) * 10 * -38, 0px);
    width: 100%;
    height: clamp(0px, 10vw / var(--board) * 10 * 44, var(--max) * 44);
  }
}

.page-content__title {
  margin: 0 0 clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  word-break: break-word;
}
@media (max-width: 768px) {
  .page-content__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.page-content__text {
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 400;
  line-height: 3;
  text-align: center;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
  margin: auto;
}
@media (max-width: 768px) {
  .page-content__text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 2.2;
  }
}

.page-content__text--attention {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 2;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}

.page-content__movie {
  margin: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) auto clamp(0px, 10vw / var(--board) * 10 * 65, var(--max) * 65);
  width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
}
@media (max-width: 768px) {
  .page-content__movie {
    width: clamp(0px, 10vw / var(--board) * 10 * 330, var(--max) * 330);
    margin: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) auto 0;
  }
}
.page-content__movie iframe {
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 450, var(--max) * 450);
}
@media (max-width: 768px) {
  .page-content__movie iframe {
    height: clamp(0px, 10vw / var(--board) * 10 * 180, var(--max) * 180);
  }
}

.page-description {
  padding: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) 0 clamp(0px, 10vw / var(--board) * 10 * 270, var(--max) * 270);
  position: relative;
  overflow-x: clip;
}
.page-description:before {
  content: "";
  background-image: url("../images/common/image_page-description_top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: clamp(var(--max) * -185, 10vw / var(--board) * 10 * -185, 0px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(0px, 10vw / var(--board) * 10 * 1920, var(--max) * 1920);
  height: clamp(0px, 10vw / var(--board) * 10 * 251, var(--max) * 251);
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-description:before {
    background-image: url("../images/common/image_page-description_top_sp.png");
    top: clamp(var(--max) * -50, 10vw / var(--board) * 10 * -50, 0px);
    width: 100%;
    height: clamp(0px, 10vw / var(--board) * 10 * 77, var(--max) * 77);
  }
}
@media (max-width: 768px) {
  .page-description {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 146, var(--max) * 146);
  }
}
.page-description .section-inner {
  max-width: none;
}
@media (max-width: 768px) {
  .page-description .section-inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
}
@media (max-width: 768px) {
  .page-description.introduce-concept {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  }
}

.alternate-list {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 141, var(--max) * 141);
}
@media (max-width: 768px) {
  .alternate-list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  }
}
.alternate-list.alternate-list--reverse {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
}
@media (max-width: 768px) {
  .alternate-list.alternate-list--reverse {
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
}

.alternate-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: clamp(0px, 10vw / var(--board) * 10 * 544, var(--max) * 544);
  margin: auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1120, var(--max) * 1120);
  width: 100%;
}
@media (max-width: 768px) {
  .alternate-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 0;
  }
}
.alternate-list__item:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .alternate-list__item:nth-child(odd) {
    padding-right: 0;
  }
}
.alternate-list__item:nth-child(odd) .alternate-list__image {
  right: clamp(var(--max) * -400, 10vw / var(--board) * 10 * -400, 0px);
}
@media (max-width: 768px) {
  .alternate-list__item:nth-child(odd) .alternate-list__image {
    right: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}
.alternate-list__item:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .alternate-list__item:nth-child(even) {
    padding-left: 0;
  }
}
.alternate-list__item:nth-child(even) .alternate-list__image {
  left: clamp(var(--max) * -400, 10vw / var(--board) * 10 * -400, 0px);
}
@media (max-width: 768px) {
  .alternate-list__item:nth-child(even) .alternate-list__image {
    left: clamp(var(--max) * -40, 10vw / var(--board) * 10 * -40, 0px);
  }
}
.alternate-list__item:nth-child(1) .alternate-list__head::before {
  background-image: url("../images/lower/image_alternate-number_1.png");
}
@media (max-width: 768px) {
  .alternate-list__item:nth-child(2) .alternate-list__head {
    margin-top: clamp(var(--max) * -10, 10vw / var(--board) * 10 * -10, 0px);
  }
}
.alternate-list__item:nth-child(2) .alternate-list__head::before {
  background-image: url("../images/lower/image_alternate-number_2.png");
}
@media (max-width: 768px) {
  .alternate-list__item:nth-child(2) .alternate-list__head::before {
    top: clamp(var(--max) * -83, 10vw / var(--board) * 10 * -83, 0px);
    right: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    left: auto;
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
}
.alternate-list__item:nth-child(3) .alternate-list__head::before {
  background-image: url("../images/lower/image_alternate-number_3.png");
}
.alternate-list__item:nth-child(3) .alternate-list__image {
  width: clamp(0px, 10vw / var(--board) * 10 * 910, var(--max) * 910);
}
@media (max-width: 768px) {
  .alternate-list__item:nth-child(3) .alternate-list__image {
    width: clamp(0px, 10vw / var(--board) * 10 * 375, var(--max) * 375);
  }
}
.alternate-list--reverse .alternate-list__item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1000, var(--max) * 1000);
}
@media (max-width: 768px) {
  .alternate-list--reverse .alternate-list__item {
    padding-left: 0;
    display: contents;
  }
}
.alternate-list--reverse .alternate-list__item .alternate-list__body {
  width: clamp(0px, 10vw / var(--board) * 10 * 392, var(--max) * 392);
}
@media (max-width: 768px) {
  .alternate-list--reverse .alternate-list__item .alternate-list__body {
    width: clamp(0px, 10vw / var(--board) * 10 * 310, var(--max) * 310);
  }
  .alternate-list--reverse .alternate-list__item .alternate-list__body .alternate-list__title {
    text-align: center;
  }
}
.alternate-list--reverse .alternate-list__item .alternate-list__image {
  left: clamp(var(--max) * -400, 10vw / var(--board) * 10 * -400, 0px);
}
@media (max-width: 768px) {
  .alternate-list--reverse .alternate-list__item .alternate-list__image {
    left: clamp(var(--max) * -40, 10vw / var(--board) * 10 * -40, 0px);
    margin-left: 0;
  }
}

.alternate-list__body {
  position: relative;
  z-index: 1;
  width: clamp(0px, 10vw / var(--board) * 10 * 560, var(--max) * 560);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .alternate-list__body {
    width: clamp(0px, 10vw / var(--board) * 10 * 310, var(--max) * 310);
  }
}

.alternate-list__head {
  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;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
@media (max-width: 768px) {
  .alternate-list__head {
    gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    margin-top: clamp(var(--max) * -6, 10vw / var(--board) * 10 * -6, 0px);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}
.alternate-list__head:has(> .alternate-list__tag)::before {
  content: "";
  position: absolute;
  top: clamp(var(--max) * -109, 10vw / var(--board) * 10 * -109, 0px);
  left: clamp(var(--max) * -80, 10vw / var(--board) * 10 * -80, 0px);
  width: clamp(0px, 10vw / var(--board) * 10 * 194, var(--max) * 194);
  height: clamp(0px, 10vw / var(--board) * 10 * 152, var(--max) * 152);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .alternate-list__head:has(> .alternate-list__tag)::before {
    top: clamp(var(--max) * -80, 10vw / var(--board) * 10 * -80, 0px);
    width: clamp(0px, 10vw / var(--board) * 10 * 132, var(--max) * 132);
    height: clamp(0px, 10vw / var(--board) * 10 * 104, var(--max) * 104);
    left: clamp(var(--max) * -32, 10vw / var(--board) * 10 * -32, 0px);
  }
}

.alternate-list__image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  margin: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 914, var(--max) * 914);
  height: clamp(0px, 10vw / var(--board) * 10 * 544, var(--max) * 544);
}
@media (max-width: 768px) {
  .alternate-list__image {
    position: relative;
    bottom: auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 375, var(--max) * 375);
    height: auto;
    margin: 0 auto clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  }
}
.alternate-list__image picture,
.alternate-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.alternate-list__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
  padding: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-color: #005544;
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  font-weight: 700;
  line-height: 1.4;
  word-break: break-word;
}
@media (max-width: 768px) {
  .alternate-list__tag {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.alternate-list__title {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  font-weight: 700;
  line-height: 1.4;
  word-break: break-word;
}
@media (max-width: 768px) {
  .alternate-list__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}
.alternate-list__title span {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
@media (max-width: 768px) {
  .alternate-list__title span {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.alternate-list__text {
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .alternate-list__text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
.alternate-list__text p {
  margin: 0;
}

.page-generic-text {
  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(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  margin: 0 auto;
  color: #005544;
  text-align: center;
}
@media (max-width: 768px) {
  .page-generic-text {
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.page-generic-text__heading {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  font-weight: 700;
  line-height: 1.4;
  word-break: break-word;
}
@media (max-width: 768px) {
  .page-generic-text__heading {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
}

.page-generic-text__body {
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 400;
  line-height: 3;
}
@media (max-width: 768px) {
  .page-generic-text__body {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 2.2;
  }
}
.page-generic-text__body p {
  margin: 0;
}

.page-generic-text__note {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-weight: 400;
  line-height: 2;
}

.introduce-facility {
  padding: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) 0 clamp(0px, 10vw / var(--board) * 10 * 310, var(--max) * 310);
  background-color: #fff;
}
@media (max-width: 768px) {
  .introduce-facility {
    padding: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 0 clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  }
}

.introduce-facility__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(0px, 10vw / var(--board) * 10 * 320, var(--max) * 320) clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) minmax(0, 1fr);
  grid-template-columns: clamp(0px, 10vw / var(--board) * 10 * 320, var(--max) * 320) minmax(0, 1fr);
  gap: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .introduce-facility__inner {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.introduce-facility__nav {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.introduce-facility__nav-inner {
  position: sticky;
  top: clamp(0px, 10vw / var(--board) * 10 * 96, var(--max) * 96);
  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(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
@media (max-width: 768px) {
  .introduce-facility__nav-inner {
    position: static;
    top: auto;
    gap: 0;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .introduce-facility__nav-heading {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.introduce-facility__title {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .introduce-facility__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  }
}

.introduce-facility__lead {
  margin: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) 0 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .introduce-facility__lead {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
}

.introduce-facility__nav-list {
  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(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
@media (max-width: 768px) {
  .introduce-facility__nav-list {
    display: none;
  }
}

.introduce-facility__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .introduce-facility__nav-link {
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
@media (hover: hover) {
  .introduce-facility__nav-link:hover {
    opacity: 0.7;
  }
}
.introduce-facility__nav-link.is-active {
  font-weight: 700;
}

.introduce-facility__nav-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.introduce-facility__nav-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.introduce-facility__nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.introduce-facility__content {
  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(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
@media (max-width: 768px) {
  .introduce-facility__content {
    gap: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    padding-top: 0;
  }
}

.facility-floor {
  scroll-margin-top: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}
@media (max-width: 768px) {
  .facility-floor {
    scroll-margin-top: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  }
}

.facility-floor__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 21, var(--max) * 21);
  margin: 0 0 clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  color: #005544;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .facility-floor__head {
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}

.facility-floor__title {
  margin: 0;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .facility-floor__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
}

.facility-floor__subtitle {
  margin: 0;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .facility-floor__subtitle {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.facility-slider {
  position: relative;
}

.facility-slider__swiper {
  overflow: hidden;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
@media (max-width: 768px) {
  .facility-slider__swiper {
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.facility-slider__figure {
  margin: 0;
  aspect-ratio: 800/450;
  overflow: hidden;
}

.facility-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-slider__controls {
  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;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
@media (max-width: 768px) {
  .facility-slider__controls {
    gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}

.facility-slider__button {
  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;
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border: 1px solid #005544;
  border-radius: 50%;
  background-color: #fff;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .facility-slider__button:hover {
    opacity: 0.7;
  }
}
.facility-slider__button:disabled, .facility-slider__button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.facility-slider.is-single .facility-slider__controls {
  display: none;
}

@media (max-width: 768px) {
  .introduce-building {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  }
  .introduce-building .section-inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
}
.introduce-building .introduction-interview {
  margin: clamp(0px, 10vw / var(--board) * 10 * 65, var(--max) * 65) auto;
}
@media (max-width: 768px) {
  .introduce-building .introduction-interview {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    margin-bottom: 0;
  }
}

.building-schedule {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 160, var(--max) * 160);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}
@media (max-width: 768px) {
  .building-schedule {
    margin: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) auto 0;
  }
}

.building-schedule__panel {
  position: relative;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  min-height: clamp(0px, 10vw / var(--board) * 10 * 384, var(--max) * 384);
  padding: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 0 clamp(0px, 10vw / var(--board) * 10 * 44, var(--max) * 44);
}
@media (max-width: 768px) {
  .building-schedule__panel {
    min-height: clamp(0px, 10vw / var(--board) * 10 * 340, var(--max) * 340);
    padding: clamp(0px, 10vw / var(--board) * 10 * 39, var(--max) * 39) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.building-schedule__treat {
  position: absolute;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}
.building-schedule__treat img {
  display: block;
  width: 100%;
  height: auto;
}

.building-schedule__treat--left {
  left: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  top: clamp(var(--max) * -20, 10vw / var(--board) * 10 * -20, 0px);
  width: clamp(0px, 10vw / var(--board) * 10 * 174, var(--max) * 174);
}
.building-schedule__treat--left img {
  width: clamp(0px, 10vw / var(--board) * 10 * 194, var(--max) * 194);
  max-width: none;
  margin: clamp(var(--max) * -10, 10vw / var(--board) * 10 * -10, 0px) 0 0 clamp(var(--max) * -10, 10vw / var(--board) * 10 * -10, 0px);
}
@media (max-width: 768px) {
  .building-schedule__treat--left {
    display: none;
  }
}

.building-schedule__treat--right {
  right: 0;
  top: clamp(var(--max) * -28, 10vw / var(--board) * 10 * -28, 0px);
  width: clamp(0px, 10vw / var(--board) * 10 * 284, var(--max) * 284);
}
.building-schedule__treat--right img {
  width: clamp(0px, 10vw / var(--board) * 10 * 317, var(--max) * 317);
  max-width: none;
  margin: clamp(var(--max) * -6, 10vw / var(--board) * 10 * -6, 0px) clamp(var(--max) * -46, 10vw / var(--board) * 10 * -46, 0px) 0 0;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 768px) {
  .building-schedule__treat--right {
    display: none;
  }
}

.building-schedule__head {
  position: relative;
  z-index: 1;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .building-schedule__head {
    max-width: none;
    text-align: center;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
}

.building-schedule__title {
  margin: 0 0 clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .building-schedule__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.building-schedule__lead {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .building-schedule__lead {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    text-align: left;
  }
}

.building-schedule__timeline {
  position: relative;
  z-index: 1;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
  height: clamp(0px, 10vw / var(--board) * 10 * 140, var(--max) * 140);
  margin: clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49) auto 0;
}
@media (max-width: 768px) {
  .building-schedule__timeline {
    max-width: none;
    height: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.building-schedule__track {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.building-schedule__steps {
  position: absolute;
  inset: 0;
}

.building-schedule__step {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 134, var(--max) * 134);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .building-schedule__step {
    top: auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
}

.building-schedule__step--1 {
  left: 11%;
}
@media (max-width: 768px) {
  .building-schedule__step--1 {
    left: 9.5%;
    top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}

.building-schedule__step--2 {
  left: 30.625%;
}
@media (max-width: 768px) {
  .building-schedule__step--2 {
    left: 30.5%;
    top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.building-schedule__step--3 {
  left: 50%;
}
@media (max-width: 768px) {
  .building-schedule__step--3 {
    left: 50%;
    top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}

.building-schedule__step--4 {
  left: 69.625%;
}
@media (max-width: 768px) {
  .building-schedule__step--4 {
    left: 70.5%;
    top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.building-schedule__step--5 {
  left: 89.25%;
}
@media (max-width: 768px) {
  .building-schedule__step--5 {
    left: 89.5%;
    top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    width: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  }
}

.building-schedule__marker {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: 50%;
  background-color: #005544;
}
@media (max-width: 768px) {
  .building-schedule__marker {
    width: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
    height: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  }
}
.building-schedule__marker::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  border-left: 1px dashed #005544;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .building-schedule__marker::after {
    height: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
}

@media (max-width: 768px) {
  .building-schedule__step--2 .building-schedule__marker::after,
  .building-schedule__step--4 .building-schedule__marker::after {
    top: auto;
    bottom: 100%;
  }
}

.building-schedule__label {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 81, var(--max) * 81);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 768px) {
  .building-schedule__label {
    top: auto;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

@media (max-width: 768px) {
  .building-schedule__step--2 .building-schedule__label,
  .building-schedule__step--4 .building-schedule__label {
    top: auto;
    bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
}

@media (max-width: 768px) {
  .building-schedule__step--1 .building-schedule__label,
  .building-schedule__step--3 .building-schedule__label,
  .building-schedule__step--5 .building-schedule__label {
    top: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
    bottom: auto;
  }
}

.building-schedule__step--5 .building-schedule__label {
  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(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal;
}
@media (max-width: 768px) {
  .building-schedule__step--5 .building-schedule__label {
    gap: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  }
}

.building-schedule__label-sub {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .building-schedule__label-sub {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
}

.building-schedule__note {
  margin: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) 0 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .building-schedule__note {
    max-width: clamp(0px, 10vw / var(--board) * 10 * 358, var(--max) * 358);
    line-height: 1.5;
    margin: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) auto 0;
  }
}

.latest-news .section-title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
}
@media (max-width: 768px) {
  .latest-news .section-title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
}
@media (max-width: 768px) {
  .latest-news {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  }
  .latest-news .section-inner {
    padding: 0;
  }
}

.latest-news__list {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
}
@media (max-width: 768px) {
  .latest-news__list {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
}

.latest-news__empty {
  margin: 0;
  padding: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .latest-news__empty {
    padding: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48) 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.latest-news-card {
  height: 100%;
}

.latest-news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  color: #005544;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .latest-news-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
@media (hover: hover) {
  .latest-news-card__link:hover {
    opacity: 0.85;
  }
}

.latest-news-card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
          flex: 0 0 clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
  width: clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
  aspect-ratio: 600/338;
  overflow: hidden;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .latest-news-card__media {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.latest-news-card__image,
.latest-news-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-news-card__placeholder {
  background: linear-gradient(135deg, #f4e9ad 0%, #c9ee90 100%);
}

.latest-news-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 540, var(--max) * 540);
  min-width: 0;
}
@media (max-width: 768px) {
  .latest-news-card__body {
    max-width: none;
    width: 100%;
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.latest-news-card__info {
  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(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
}
@media (max-width: 768px) {
  .latest-news-card__info {
    gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
}

.latest-news-card__meta {
  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(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
@media (max-width: 768px) {
  .latest-news-card__meta {
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
}

.latest-news-card__date {
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .latest-news-card__date {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
}

.latest-news-card__title {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 768px) {
  .latest-news-card__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
}

.latest-news-card__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.latest-news-card__excerpt {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (max-width: 768px) {
  .latest-news-card__excerpt {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.latest-news-card .arrow-link {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
@media (max-width: 768px) {
  .latest-news-card .arrow-link {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
}

.support-content .section-inner + .section-inner {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 220, var(--max) * 220);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
}
@media (max-width: 768px) {
  .support-content .section-inner + .section-inner {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 132, var(--max) * 132);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  }
}
.support-content .page-content__text {
  text-align: left;
  line-height: 2.4;
}

.page-content__text--signature {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}

.donation-fund {
  max-width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
  margin-right: auto;
  margin-left: auto;
}

.donation-fund__list {
  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(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33);
  margin: 0;
}
@media (max-width: 768px) {
  .donation-fund__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.donation-fund__item {
  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(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
@media (max-width: 768px) {
  .donation-fund__item {
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.donation-fund__heading {
  margin: 0;
  padding: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .donation-fund__heading {
    padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
}

.donation-fund__text {
  margin: 0;
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 768px) {
  .donation-fund__text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
.donation-fund__text p {
  margin: 0;
}
.donation-fund__text strong {
  font-weight: 700;
}

.donation-fund__item > dd {
  margin: 0;
}

.donation-fund__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  color: #005544;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .donation-fund__amount {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.donation-fund__amount-main {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  font-weight: 400;
}
@media (max-width: 768px) {
  .donation-fund__amount-main {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
}

.donation-fund__amount-sub {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: 400;
}
@media (max-width: 768px) {
  .donation-fund__amount-sub {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.donation-fund__button {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .donation-fund__button {
    width: clamp(0px, 10vw / var(--board) * 10 * 320, var(--max) * 320);
  }
}

.donation-fund__links {
  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: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  width: 100%;
}
@media (max-width: 768px) {
  .donation-fund__links {
    -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: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
.donation-fund__links .arrow-link {
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
@media (max-width: 768px) {
  .donation-fund__links .arrow-link {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}
.donation-fund__links .arrow-link strong {
  font-weight: 700;
}

.donation-fund__contact {
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .donation-fund__contact {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}
.donation-fund__contact p {
  margin: 0;
}
.donation-fund__contact a {
  color: inherit;
  text-decoration: none;
}

.donation-fund__note {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .donation-fund__note {
    margin-top: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
}

.donation-fund__prospectus {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  font-weight: 400;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
@media (max-width: 768px) {
  .donation-fund__prospectus {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.page-404 {
  padding: clamp(0px, 10vw / var(--board) * 10 * 96, var(--max) * 96) 0 clamp(0px, 10vw / var(--board) * 10 * 252, var(--max) * 252);
}
@media (max-width: 768px) {
  .page-404 {
    padding: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64) 0 clamp(0px, 10vw / var(--board) * 10 * 142, var(--max) * 142);
  }
}

.page-404__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
@media (max-width: 768px) {
  .page-404__inner {
    width: 94%;
  }
}
.page-404__inner {
  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;
}

.page-404__code {
  margin: 0 0 clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  color: #87ca44;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 96, var(--max) * 96);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .page-404__code {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
  }
}

.page-404__title {
  margin: 0 0 clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  color: #005544;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .page-404__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
}

.page-404__text {
  margin: 0;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 640, var(--max) * 640);
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.9;
}
@media (max-width: 768px) {
  .page-404__text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    text-align: left;
  }
}

.page-404__actions {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}

.page-404__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: clamp(0px, 10vw / var(--board) * 10 * 240, var(--max) * 240);
  height: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 999, var(--max) * 999);
  background-color: #005544;
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .page-404__button:hover {
    opacity: 0.85;
  }
}

@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

.is-disabled {
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .fade-in,
  .fade-in-scale,
  .slide-in-left,
  .slide-in-right {
    opacity: 0;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .opacity-in {
    opacity: 0;
  }
}