@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* carousel カルーセル
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* hover ホバー対応デバイスのみ
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

:where(:root) {
  font-family: sans-serif;
  line-height: 1.5;
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  min-block-size: 100dvb;
  margin: unset;
  word-break: normal;
}

:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  text-wrap: pretty;
}

:where(h1) {
  font-size: 1em;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin-block: unset;
}

:where(search) {
  display: block flow;
}

:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin-block: unset;
}

:where(blockquote, figure) {
  margin-inline: unset;
}

p + p {
  margin-top: 1em;
}

:where(p:lang(en)) {
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  font-style: unset;
}

:where(ul, ol, menu) {
  -webkit-padding-start: unset;
  padding-inline-start: unset;
  list-style-type: "";
}

:where(dt) {
  font-weight: 500;
}

:where(dd) {
  -webkit-margin-start: unset;
  margin-inline-start: unset;
}

:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

@media print {
  :where(pre) {
    text-wrap-mode: unset;
  }
}
:where(em:lang(ja)) {
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn):lang(ja)) {
  font-style: unset;
}

:where(u, s, del, ins) {
  text-decoration-inset: auto;
}

:where(code, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: initial;
  font-variation-settings: initial;
  font-size: unset;
  font-variant-ligatures: none;
}

:where(abbr[title]) {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-decoration-inset: auto;
  cursor: help;
}

:where(time) {
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    background-color: Highlight;
    color: HighlightText;
  }
}
@media print {
  :where(mark) {
    border-width: 1px;
    border-style: dotted;
  }
}
:where(a) {
  color: unset;
}

:where(a:-moz-any-link) {
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}

:where(a:any-link) {
  -webkit-text-decoration-line: unset;
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}

:where(img, svg, picture, video, audio, canvas, model, iframe, embed, object) {
  max-inline-size: 100%;
  vertical-align: bottom;
}

:where(img, svg, picture, video, canvas, model, iframe, embed, object) {
  block-size: auto;
}

:where(iframe) {
  border: unset;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(caption, th) {
  text-align: unset;
}

:where(caption:lang(en)) {
  text-wrap: pretty;
}

:where(input, select, textarea) {
  vertical-align: middle;
  font-size: 16px;
}

::-webkit-file-upload-button {
  border-width: 1px;
  border-style: solid;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(button, input, select, textarea),
::file-selector-button {
  border-width: 1px;
  border-style: solid;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(input:is([type=radio i], [type=checkbox i])) {
  margin: unset;
}

:where(input[type=file i]) {
  border: unset;
}

:where(input[type=search i]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type=search i]) {
    background-color: Canvas;
  }
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-moz-placeholder)) {
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:placeholder-shown)) {
  direction: ltr;
}

:where(textarea) {
  margin-block: unset;
  resize: block;
}

:where(input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  text-autospace: no-autospace;
}

::-webkit-file-upload-button {
  background-color: unset;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i])),
::file-selector-button {
  background-color: unset;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
::file-selector-button {
  touch-action: manipulation;
}

:where(:enabled)::-webkit-file-upload-button {
  cursor: pointer;
}

:where(button:enabled,
label[for],
select:enabled,
input:is([type=button i],
[type=submit i],
[type=reset i],
[type=radio i],
[type=checkbox i]):enabled,
[role=tab i],
[role=button i],
[role=option i]),
:where(:enabled)::file-selector-button {
  cursor: pointer;
}

:where(fieldset) {
  min-inline-size: 0;
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  padding-inline: unset;
}

:where(progress) {
  vertical-align: unset;
}

::-moz-placeholder {
  opacity: unset;
}

::placeholder {
  opacity: unset;
}

:where(summary) {
  list-style-type: "";
  cursor: pointer;
}

:where(summary)::-webkit-details-marker {
  display: none;
}

:where(dialog, [popover]) {
  overscroll-behavior-block: contain;
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(dialog) {
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::backdrop {
  background-color: oklch(0% 0 0deg / 0.3);
}

:where([popover]) {
  margin: unset;
}

:where(:focus-visible) {
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

:where(:disabled, [aria-disabled=true i]) {
  cursor: default;
}

[hidden]:not([hidden=until-found i]) {
  display: none !important;
}

.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  font-size: 16px;
  color: #444444;
  container-type: inline-size;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

[id] {
  scroll-margin-top: calc(var(--header-height, 80px) + 30px);
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  background: #fcfcf8;
  letter-spacing: 0.03em;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
}

a {
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}

:focus-visible {
  outline: 2px solid #56bfc3;
  outline-offset: 2px;
}

input:not([type=checkbox],
[type=radio],
[type=file],
[type=hidden],
[type=submit],
[type=reset],
[type=button],
[type=image]),
select,
textarea {
  width: 100%;
  padding: 1em;
  border: 0;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox],
  [type=radio],
  [type=file],
  [type=hidden],
  [type=submit],
  [type=reset],
  [type=button],
  [type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

select {
  max-width: 320px;
}

button {
  border: none;
  width: 100%;
  font-family: inherit;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

hr {
  border-color: #e5e5e5;
}

/* Grid
====================================== */
.mm-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 45px;
}
.mm-grid-column-1-1 {
  grid-template-columns: repeat(1, 1fr);
}
.mm-grid-column-1-2 {
  grid-template-columns: repeat(2, 1fr);
}
.mm-grid-column-1-3 {
  grid-template-columns: repeat(3, 1fr);
}
.mm-grid-column-1-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mm-grid-column-1-5 {
  grid-template-columns: repeat(5, 1fr);
}
.mm-grid-column-1-6 {
  grid-template-columns: repeat(6, 1fr);
}
.mm-grid-column-1-7 {
  grid-template-columns: repeat(7, 1fr);
}
.mm-grid-column-1-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 640px) {
  .mm-grid-column-1-1\@s {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@s {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@s {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@s {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@s {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@s {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@s {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@s {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 960px) {
  .mm-grid-column-1-1\@m {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@m {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@m {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@m {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@m {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@m {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@m {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@m {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1200px) {
  .mm-grid-column-1-1\@l {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@l {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@l {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@l {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@l {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@l {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@l {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@l {
    grid-template-columns: repeat(10, 1fr);
  }
}
.mm-grid-gap-collapse {
  gap: normal;
}
@media (min-width: 640px) {
  .mm-grid-gap-collapse\@s {
    gap: normal;
  }
}
@media (min-width: 960px) {
  .mm-grid-gap-collapse\@m {
    gap: normal;
  }
}
@media (min-width: 1200px) {
  .mm-grid-gap-collapse\@l {
    gap: normal;
  }
}

/* Gap は _utility.scss に集約（本ファイルの後に読み込まれ、.mm-grid の既定 gap:45 を確実に上書きするため） */
/* Flex
====================================== */
.mm-flex {
  display: flex;
}
.mm-flex-center {
  justify-content: center;
}
.mm-flex-between {
  justify-content: space-between;
}
.mm-flex-end {
  justify-content: flex-end;
}
.mm-flex-align-center {
  align-items: center;
}
.mm-flex-wrap {
  flex-wrap: wrap;
}

/* Span
====================================== */
.mm-span-column-2 {
  grid-column: span 2;
}
.mm-span-row-2 {
  grid-row: span 2;
}
.mm-span-column-3 {
  grid-column: span 3;
}
.mm-span-row-3 {
  grid-row: span 3;
}
.mm-span-column-4 {
  grid-column: span 4;
}
.mm-span-row-4 {
  grid-row: span 4;
}
.mm-span-column-5 {
  grid-column: span 5;
}
.mm-span-row-5 {
  grid-row: span 5;
}
.mm-span-column-6 {
  grid-column: span 6;
}
.mm-span-row-6 {
  grid-row: span 6;
}
.mm-span-column-7 {
  grid-column: span 7;
}
.mm-span-row-7 {
  grid-row: span 7;
}
.mm-span-column-8 {
  grid-column: span 8;
}
.mm-span-row-8 {
  grid-row: span 8;
}
.mm-span-column-9 {
  grid-column: span 9;
}
.mm-span-row-9 {
  grid-row: span 9;
}

/* Container
====================================== */
.mm-container {
  box-sizing: content-box;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1180px;
}
@media (min-width: 640px) {
  .mm-container {
    padding-inline: 25px;
  }
}
.mm-container .mm-container {
  padding-inline: 10px;
}
.mm-container-xsmall {
  max-width: 840px;
}
.mm-container-small {
  max-width: 1020px;
}
.mm-container-large {
  max-width: 1450px;
}
.mm-container-expand {
  max-width: none;
}
.mm-container-expand-left {
  margin-left: 0;
}
.mm-container-expand-right {
  margin-right: 0;
}
.mm-container-remove-p {
  padding-inline: 0;
}

/* Gap
====================================== */
.mm-gap-0 {
  gap: 0px;
}

.mm-gap-row-0 {
  row-gap: 0px;
}

.mm-gap-column-0 {
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.mm-gap-5 {
  gap: 5px;
}

.mm-gap-row-5 {
  row-gap: 5px;
}

.mm-gap-column-5 {
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.mm-gap-10 {
  gap: 10px;
}

.mm-gap-row-10 {
  row-gap: 10px;
}

.mm-gap-column-10 {
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mm-gap-15 {
  gap: 15px;
}

.mm-gap-row-15 {
  row-gap: 15px;
}

.mm-gap-column-15 {
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.mm-gap-20 {
  gap: 20px;
}

.mm-gap-row-20 {
  row-gap: 20px;
}

.mm-gap-column-20 {
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.mm-gap-25 {
  gap: 25px;
}

.mm-gap-row-25 {
  row-gap: 25px;
}

.mm-gap-column-25 {
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.mm-gap-30 {
  gap: 30px;
}

.mm-gap-row-30 {
  row-gap: 30px;
}

.mm-gap-column-30 {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.mm-gap-35 {
  gap: 35px;
}

.mm-gap-row-35 {
  row-gap: 35px;
}

.mm-gap-column-35 {
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.mm-gap-40 {
  gap: 40px;
}

.mm-gap-row-40 {
  row-gap: 40px;
}

.mm-gap-column-40 {
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.mm-gap-45 {
  gap: 45px;
}

.mm-gap-row-45 {
  row-gap: 45px;
}

.mm-gap-column-45 {
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.mm-gap-50 {
  gap: 50px;
}

.mm-gap-row-50 {
  row-gap: 50px;
}

.mm-gap-column-50 {
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.mm-gap-55 {
  gap: 55px;
}

.mm-gap-row-55 {
  row-gap: 55px;
}

.mm-gap-column-55 {
  -moz-column-gap: 55px;
  column-gap: 55px;
}

.mm-gap-60 {
  gap: 60px;
}

.mm-gap-row-60 {
  row-gap: 60px;
}

.mm-gap-column-60 {
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.mm-gap-65 {
  gap: 65px;
}

.mm-gap-row-65 {
  row-gap: 65px;
}

.mm-gap-column-65 {
  -moz-column-gap: 65px;
  column-gap: 65px;
}

.mm-gap-70 {
  gap: 70px;
}

.mm-gap-row-70 {
  row-gap: 70px;
}

.mm-gap-column-70 {
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.mm-gap-75 {
  gap: 75px;
}

.mm-gap-row-75 {
  row-gap: 75px;
}

.mm-gap-column-75 {
  -moz-column-gap: 75px;
  column-gap: 75px;
}

.mm-gap-80 {
  gap: 80px;
}

.mm-gap-row-80 {
  row-gap: 80px;
}

.mm-gap-column-80 {
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.mm-gap-85 {
  gap: 85px;
}

.mm-gap-row-85 {
  row-gap: 85px;
}

.mm-gap-column-85 {
  -moz-column-gap: 85px;
  column-gap: 85px;
}

.mm-gap-90 {
  gap: 90px;
}

.mm-gap-row-90 {
  row-gap: 90px;
}

.mm-gap-column-90 {
  -moz-column-gap: 90px;
  column-gap: 90px;
}

.mm-gap-95 {
  gap: 95px;
}

.mm-gap-row-95 {
  row-gap: 95px;
}

.mm-gap-column-95 {
  -moz-column-gap: 95px;
  column-gap: 95px;
}

.mm-gap-100 {
  gap: 100px;
}

.mm-gap-row-100 {
  row-gap: 100px;
}

.mm-gap-column-100 {
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.mm-gap-105 {
  gap: 105px;
}

.mm-gap-row-105 {
  row-gap: 105px;
}

.mm-gap-column-105 {
  -moz-column-gap: 105px;
  column-gap: 105px;
}

.mm-gap-110 {
  gap: 110px;
}

.mm-gap-row-110 {
  row-gap: 110px;
}

.mm-gap-column-110 {
  -moz-column-gap: 110px;
  column-gap: 110px;
}

.mm-gap-115 {
  gap: 115px;
}

.mm-gap-row-115 {
  row-gap: 115px;
}

.mm-gap-column-115 {
  -moz-column-gap: 115px;
  column-gap: 115px;
}

.mm-gap-120 {
  gap: 120px;
}

.mm-gap-row-120 {
  row-gap: 120px;
}

.mm-gap-column-120 {
  -moz-column-gap: 120px;
  column-gap: 120px;
}

.mm-gap-125 {
  gap: 125px;
}

.mm-gap-row-125 {
  row-gap: 125px;
}

.mm-gap-column-125 {
  -moz-column-gap: 125px;
  column-gap: 125px;
}

@media (min-width: 640px) {
  .mm-gap-0\@s {
    gap: 0px;
  }
  .mm-gap-row-0\@s {
    row-gap: 0px;
  }
  .mm-gap-column-0\@s {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .mm-gap-5\@s {
    gap: 5px;
  }
  .mm-gap-row-5\@s {
    row-gap: 5px;
  }
  .mm-gap-column-5\@s {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .mm-gap-10\@s {
    gap: 10px;
  }
  .mm-gap-row-10\@s {
    row-gap: 10px;
  }
  .mm-gap-column-10\@s {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .mm-gap-15\@s {
    gap: 15px;
  }
  .mm-gap-row-15\@s {
    row-gap: 15px;
  }
  .mm-gap-column-15\@s {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .mm-gap-20\@s {
    gap: 20px;
  }
  .mm-gap-row-20\@s {
    row-gap: 20px;
  }
  .mm-gap-column-20\@s {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .mm-gap-25\@s {
    gap: 25px;
  }
  .mm-gap-row-25\@s {
    row-gap: 25px;
  }
  .mm-gap-column-25\@s {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .mm-gap-30\@s {
    gap: 30px;
  }
  .mm-gap-row-30\@s {
    row-gap: 30px;
  }
  .mm-gap-column-30\@s {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .mm-gap-35\@s {
    gap: 35px;
  }
  .mm-gap-row-35\@s {
    row-gap: 35px;
  }
  .mm-gap-column-35\@s {
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .mm-gap-40\@s {
    gap: 40px;
  }
  .mm-gap-row-40\@s {
    row-gap: 40px;
  }
  .mm-gap-column-40\@s {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .mm-gap-45\@s {
    gap: 45px;
  }
  .mm-gap-row-45\@s {
    row-gap: 45px;
  }
  .mm-gap-column-45\@s {
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
  .mm-gap-50\@s {
    gap: 50px;
  }
  .mm-gap-row-50\@s {
    row-gap: 50px;
  }
  .mm-gap-column-50\@s {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .mm-gap-55\@s {
    gap: 55px;
  }
  .mm-gap-row-55\@s {
    row-gap: 55px;
  }
  .mm-gap-column-55\@s {
    -moz-column-gap: 55px;
    column-gap: 55px;
  }
  .mm-gap-60\@s {
    gap: 60px;
  }
  .mm-gap-row-60\@s {
    row-gap: 60px;
  }
  .mm-gap-column-60\@s {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .mm-gap-65\@s {
    gap: 65px;
  }
  .mm-gap-row-65\@s {
    row-gap: 65px;
  }
  .mm-gap-column-65\@s {
    -moz-column-gap: 65px;
    column-gap: 65px;
  }
  .mm-gap-70\@s {
    gap: 70px;
  }
  .mm-gap-row-70\@s {
    row-gap: 70px;
  }
  .mm-gap-column-70\@s {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
  .mm-gap-75\@s {
    gap: 75px;
  }
  .mm-gap-row-75\@s {
    row-gap: 75px;
  }
  .mm-gap-column-75\@s {
    -moz-column-gap: 75px;
    column-gap: 75px;
  }
  .mm-gap-80\@s {
    gap: 80px;
  }
  .mm-gap-row-80\@s {
    row-gap: 80px;
  }
  .mm-gap-column-80\@s {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .mm-gap-85\@s {
    gap: 85px;
  }
  .mm-gap-row-85\@s {
    row-gap: 85px;
  }
  .mm-gap-column-85\@s {
    -moz-column-gap: 85px;
    column-gap: 85px;
  }
  .mm-gap-90\@s {
    gap: 90px;
  }
  .mm-gap-row-90\@s {
    row-gap: 90px;
  }
  .mm-gap-column-90\@s {
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
  .mm-gap-95\@s {
    gap: 95px;
  }
  .mm-gap-row-95\@s {
    row-gap: 95px;
  }
  .mm-gap-column-95\@s {
    -moz-column-gap: 95px;
    column-gap: 95px;
  }
  .mm-gap-100\@s {
    gap: 100px;
  }
  .mm-gap-row-100\@s {
    row-gap: 100px;
  }
  .mm-gap-column-100\@s {
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .mm-gap-105\@s {
    gap: 105px;
  }
  .mm-gap-row-105\@s {
    row-gap: 105px;
  }
  .mm-gap-column-105\@s {
    -moz-column-gap: 105px;
    column-gap: 105px;
  }
  .mm-gap-110\@s {
    gap: 110px;
  }
  .mm-gap-row-110\@s {
    row-gap: 110px;
  }
  .mm-gap-column-110\@s {
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
  .mm-gap-115\@s {
    gap: 115px;
  }
  .mm-gap-row-115\@s {
    row-gap: 115px;
  }
  .mm-gap-column-115\@s {
    -moz-column-gap: 115px;
    column-gap: 115px;
  }
  .mm-gap-120\@s {
    gap: 120px;
  }
  .mm-gap-row-120\@s {
    row-gap: 120px;
  }
  .mm-gap-column-120\@s {
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
  .mm-gap-125\@s {
    gap: 125px;
  }
  .mm-gap-row-125\@s {
    row-gap: 125px;
  }
  .mm-gap-column-125\@s {
    -moz-column-gap: 125px;
    column-gap: 125px;
  }
}
@media (min-width: 960px) {
  .mm-gap-0\@m {
    gap: 0px;
  }
  .mm-gap-row-0\@m {
    row-gap: 0px;
  }
  .mm-gap-column-0\@m {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .mm-gap-5\@m {
    gap: 5px;
  }
  .mm-gap-row-5\@m {
    row-gap: 5px;
  }
  .mm-gap-column-5\@m {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .mm-gap-10\@m {
    gap: 10px;
  }
  .mm-gap-row-10\@m {
    row-gap: 10px;
  }
  .mm-gap-column-10\@m {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .mm-gap-15\@m {
    gap: 15px;
  }
  .mm-gap-row-15\@m {
    row-gap: 15px;
  }
  .mm-gap-column-15\@m {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .mm-gap-20\@m {
    gap: 20px;
  }
  .mm-gap-row-20\@m {
    row-gap: 20px;
  }
  .mm-gap-column-20\@m {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .mm-gap-25\@m {
    gap: 25px;
  }
  .mm-gap-row-25\@m {
    row-gap: 25px;
  }
  .mm-gap-column-25\@m {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .mm-gap-30\@m {
    gap: 30px;
  }
  .mm-gap-row-30\@m {
    row-gap: 30px;
  }
  .mm-gap-column-30\@m {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .mm-gap-35\@m {
    gap: 35px;
  }
  .mm-gap-row-35\@m {
    row-gap: 35px;
  }
  .mm-gap-column-35\@m {
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .mm-gap-40\@m {
    gap: 40px;
  }
  .mm-gap-row-40\@m {
    row-gap: 40px;
  }
  .mm-gap-column-40\@m {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .mm-gap-45\@m {
    gap: 45px;
  }
  .mm-gap-row-45\@m {
    row-gap: 45px;
  }
  .mm-gap-column-45\@m {
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
  .mm-gap-50\@m {
    gap: 50px;
  }
  .mm-gap-row-50\@m {
    row-gap: 50px;
  }
  .mm-gap-column-50\@m {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .mm-gap-55\@m {
    gap: 55px;
  }
  .mm-gap-row-55\@m {
    row-gap: 55px;
  }
  .mm-gap-column-55\@m {
    -moz-column-gap: 55px;
    column-gap: 55px;
  }
  .mm-gap-60\@m {
    gap: 60px;
  }
  .mm-gap-row-60\@m {
    row-gap: 60px;
  }
  .mm-gap-column-60\@m {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .mm-gap-65\@m {
    gap: 65px;
  }
  .mm-gap-row-65\@m {
    row-gap: 65px;
  }
  .mm-gap-column-65\@m {
    -moz-column-gap: 65px;
    column-gap: 65px;
  }
  .mm-gap-70\@m {
    gap: 70px;
  }
  .mm-gap-row-70\@m {
    row-gap: 70px;
  }
  .mm-gap-column-70\@m {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
  .mm-gap-75\@m {
    gap: 75px;
  }
  .mm-gap-row-75\@m {
    row-gap: 75px;
  }
  .mm-gap-column-75\@m {
    -moz-column-gap: 75px;
    column-gap: 75px;
  }
  .mm-gap-80\@m {
    gap: 80px;
  }
  .mm-gap-row-80\@m {
    row-gap: 80px;
  }
  .mm-gap-column-80\@m {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .mm-gap-85\@m {
    gap: 85px;
  }
  .mm-gap-row-85\@m {
    row-gap: 85px;
  }
  .mm-gap-column-85\@m {
    -moz-column-gap: 85px;
    column-gap: 85px;
  }
  .mm-gap-90\@m {
    gap: 90px;
  }
  .mm-gap-row-90\@m {
    row-gap: 90px;
  }
  .mm-gap-column-90\@m {
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
  .mm-gap-95\@m {
    gap: 95px;
  }
  .mm-gap-row-95\@m {
    row-gap: 95px;
  }
  .mm-gap-column-95\@m {
    -moz-column-gap: 95px;
    column-gap: 95px;
  }
  .mm-gap-100\@m {
    gap: 100px;
  }
  .mm-gap-row-100\@m {
    row-gap: 100px;
  }
  .mm-gap-column-100\@m {
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .mm-gap-105\@m {
    gap: 105px;
  }
  .mm-gap-row-105\@m {
    row-gap: 105px;
  }
  .mm-gap-column-105\@m {
    -moz-column-gap: 105px;
    column-gap: 105px;
  }
  .mm-gap-110\@m {
    gap: 110px;
  }
  .mm-gap-row-110\@m {
    row-gap: 110px;
  }
  .mm-gap-column-110\@m {
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
  .mm-gap-115\@m {
    gap: 115px;
  }
  .mm-gap-row-115\@m {
    row-gap: 115px;
  }
  .mm-gap-column-115\@m {
    -moz-column-gap: 115px;
    column-gap: 115px;
  }
  .mm-gap-120\@m {
    gap: 120px;
  }
  .mm-gap-row-120\@m {
    row-gap: 120px;
  }
  .mm-gap-column-120\@m {
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
  .mm-gap-125\@m {
    gap: 125px;
  }
  .mm-gap-row-125\@m {
    row-gap: 125px;
  }
  .mm-gap-column-125\@m {
    -moz-column-gap: 125px;
    column-gap: 125px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-0\@l {
    gap: 0px;
  }
  .mm-gap-row-0\@l {
    row-gap: 0px;
  }
  .mm-gap-column-0\@l {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .mm-gap-5\@l {
    gap: 5px;
  }
  .mm-gap-row-5\@l {
    row-gap: 5px;
  }
  .mm-gap-column-5\@l {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .mm-gap-10\@l {
    gap: 10px;
  }
  .mm-gap-row-10\@l {
    row-gap: 10px;
  }
  .mm-gap-column-10\@l {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .mm-gap-15\@l {
    gap: 15px;
  }
  .mm-gap-row-15\@l {
    row-gap: 15px;
  }
  .mm-gap-column-15\@l {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .mm-gap-20\@l {
    gap: 20px;
  }
  .mm-gap-row-20\@l {
    row-gap: 20px;
  }
  .mm-gap-column-20\@l {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .mm-gap-25\@l {
    gap: 25px;
  }
  .mm-gap-row-25\@l {
    row-gap: 25px;
  }
  .mm-gap-column-25\@l {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .mm-gap-30\@l {
    gap: 30px;
  }
  .mm-gap-row-30\@l {
    row-gap: 30px;
  }
  .mm-gap-column-30\@l {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .mm-gap-35\@l {
    gap: 35px;
  }
  .mm-gap-row-35\@l {
    row-gap: 35px;
  }
  .mm-gap-column-35\@l {
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .mm-gap-40\@l {
    gap: 40px;
  }
  .mm-gap-row-40\@l {
    row-gap: 40px;
  }
  .mm-gap-column-40\@l {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .mm-gap-45\@l {
    gap: 45px;
  }
  .mm-gap-row-45\@l {
    row-gap: 45px;
  }
  .mm-gap-column-45\@l {
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
  .mm-gap-50\@l {
    gap: 50px;
  }
  .mm-gap-row-50\@l {
    row-gap: 50px;
  }
  .mm-gap-column-50\@l {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .mm-gap-55\@l {
    gap: 55px;
  }
  .mm-gap-row-55\@l {
    row-gap: 55px;
  }
  .mm-gap-column-55\@l {
    -moz-column-gap: 55px;
    column-gap: 55px;
  }
  .mm-gap-60\@l {
    gap: 60px;
  }
  .mm-gap-row-60\@l {
    row-gap: 60px;
  }
  .mm-gap-column-60\@l {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .mm-gap-65\@l {
    gap: 65px;
  }
  .mm-gap-row-65\@l {
    row-gap: 65px;
  }
  .mm-gap-column-65\@l {
    -moz-column-gap: 65px;
    column-gap: 65px;
  }
  .mm-gap-70\@l {
    gap: 70px;
  }
  .mm-gap-row-70\@l {
    row-gap: 70px;
  }
  .mm-gap-column-70\@l {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
  .mm-gap-75\@l {
    gap: 75px;
  }
  .mm-gap-row-75\@l {
    row-gap: 75px;
  }
  .mm-gap-column-75\@l {
    -moz-column-gap: 75px;
    column-gap: 75px;
  }
  .mm-gap-80\@l {
    gap: 80px;
  }
  .mm-gap-row-80\@l {
    row-gap: 80px;
  }
  .mm-gap-column-80\@l {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .mm-gap-85\@l {
    gap: 85px;
  }
  .mm-gap-row-85\@l {
    row-gap: 85px;
  }
  .mm-gap-column-85\@l {
    -moz-column-gap: 85px;
    column-gap: 85px;
  }
  .mm-gap-90\@l {
    gap: 90px;
  }
  .mm-gap-row-90\@l {
    row-gap: 90px;
  }
  .mm-gap-column-90\@l {
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
  .mm-gap-95\@l {
    gap: 95px;
  }
  .mm-gap-row-95\@l {
    row-gap: 95px;
  }
  .mm-gap-column-95\@l {
    -moz-column-gap: 95px;
    column-gap: 95px;
  }
  .mm-gap-100\@l {
    gap: 100px;
  }
  .mm-gap-row-100\@l {
    row-gap: 100px;
  }
  .mm-gap-column-100\@l {
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .mm-gap-105\@l {
    gap: 105px;
  }
  .mm-gap-row-105\@l {
    row-gap: 105px;
  }
  .mm-gap-column-105\@l {
    -moz-column-gap: 105px;
    column-gap: 105px;
  }
  .mm-gap-110\@l {
    gap: 110px;
  }
  .mm-gap-row-110\@l {
    row-gap: 110px;
  }
  .mm-gap-column-110\@l {
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
  .mm-gap-115\@l {
    gap: 115px;
  }
  .mm-gap-row-115\@l {
    row-gap: 115px;
  }
  .mm-gap-column-115\@l {
    -moz-column-gap: 115px;
    column-gap: 115px;
  }
  .mm-gap-120\@l {
    gap: 120px;
  }
  .mm-gap-row-120\@l {
    row-gap: 120px;
  }
  .mm-gap-column-120\@l {
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
  .mm-gap-125\@l {
    gap: 125px;
  }
  .mm-gap-row-125\@l {
    row-gap: 125px;
  }
  .mm-gap-column-125\@l {
    -moz-column-gap: 125px;
    column-gap: 125px;
  }
}
/* section
====================================== */
.com-sec-01 {
  padding-block: 60px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-block: 100px;
  }
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 120px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 140px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-half {
  margin-top: 0.5em;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* Visibility 表示/非表示
--------------------------------- */
.mm-hidden {
  display: none !important;
}
@media (min-width: 640px) {
  .mm-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .mm-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .mm-hidden\@l {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .mm-visible\@s {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .mm-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .mm-visible\@l {
    display: none !important;
  }
}

/* Centering
--------------------------------- */
.com-center {
  display: grid;
  place-items: center;
}

.com-center-block {
  display: grid;
  align-content: center;
}

/* margin auto 中央寄せ
--------------------------------- */
.mm-margin-auto {
  margin-inline: auto !important;
}

/* display
--------------------------------- */
.mm-inline-block {
  display: inline-block !important;
}

/* text
--------------------------------- */
.mm-text-bold {
  font-weight: bold !important;
}

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

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

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

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

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

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

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

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

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* Color classes
====================================== */
.com-txt-color-text {
  color: #444444 !important;
}

.com-bg-text {
  background-color: #444444 !important;
}

.com-txt-color-main {
  color: #56bfc3 !important;
}

.com-bg-main {
  background-color: #56bfc3 !important;
}

.com-txt-color-danger {
  color: #c75252 !important;
}

.com-bg-danger {
  background-color: #c75252 !important;
}

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

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-ivory {
  color: #fcfcf8 !important;
}

.com-bg-ivory {
  background-color: #fcfcf8 !important;
}

.com-txt-color-gray {
  color: #f4f4f4 !important;
}

.com-bg-gray {
  background-color: #f4f4f4 !important;
}

.com-txt-color-logo-orange {
  color: #e85400 !important;
}

.com-bg-logo-orange {
  background-color: #e85400 !important;
}

.com-txt-color-nav-green {
  color: #369e38 !important;
}

.com-bg-nav-green {
  background-color: #369e38 !important;
}

.com-txt-color-orange {
  color: #ed9974 !important;
}

.com-bg-orange {
  background-color: #ed9974 !important;
}

.com-txt-color-green {
  color: #9cc585 !important;
}

.com-bg-green {
  background-color: #9cc585 !important;
}

.com-txt-color-blue {
  color: #81c4db !important;
}

.com-bg-blue {
  background-color: #81c4db !important;
}

.com-txt-color-brown {
  color: #c6a58e !important;
}

.com-bg-brown {
  background-color: #c6a58e !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* アクセント色
--------------------------------- */
/* area-{slug} エリア色の配布
--------------------------------- */
.area-otsu {
  --area-color: #009576;
}

.area-konan {
  --area-color: #d76666;
}

.area-koka {
  --area-color: #4fa350;
}

.area-koto {
  --area-color: #de7c2e;
}

.area-kohoku {
  --area-color: #d3533f;
}

.area-kosei {
  --area-color: #625c93;
}

.area-higashiomi {
  --area-color: #14629f;
}

.area-shiga {
  --area-color: #e85400;
}

/* #header
====================================== */
#header {
  position: relative;
  z-index: 100;
  background-color: #fcfcf8;
  box-shadow: 0 4.69px 2.34px rgba(0, 0, 0, 0.1);
  font-family: "Zen Maru Gothic", sans-serif;
}
#header.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#header.is-overlay {
  position: fixed;
  inset: 0 0 auto 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}
#header.is-overlay.is-show {
  transform: translateY(0);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 12px;
}
@media (min-width: 1200px) {
  .header-inner {
    padding-block: 16px 12px;
  }
}

/* header-logo
--------------------------------- */
.header-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 0;
}
.header-logo .logo {
  display: block;
}
.header-logo .mark {
  width: 110px;
  height: auto;
}
@media (min-width: 1200px) {
  .header-logo .mark {
    width: 144px;
  }
}
.header-logo .title {
  display: none;
}
@media (min-width: 1200px) {
  .header-logo .title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #1a1311;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
.header-logo .name {
  width: 100%;
  text-align: center;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.header-logo .period {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  white-space: nowrap;
}
.header-logo .period .bar {
  flex: 1;
  height: 1px;
  background: #1a1311;
}

/* #gnav
====================================== */
#gnav {
  display: none;
}
@media (min-width: 1200px) {
  #gnav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

/* アイコン付きメインナビ
--------------------------------- */
.gnav-list-01 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.gnav-list-01 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media (any-hover: hover) {
  .gnav-list-01 a:hover {
    opacity: 0.7;
  }
}
.gnav-list-01 .ico {
  display: block;
  width: 35px;
  height: 35px;
}

/* 区切り線
--------------------------------- */
.gnav-divider {
  width: 0;
  height: 56px;
  border-left: 1px dashed #d9d9d9;
}

/* テキストリンク群
--------------------------------- */
.gnav-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  color: #444;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .gnav-sub a:hover {
    opacity: 0.7;
  }
}
.gnav-sub .supporter a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gnav-sub .ico-external {
  width: 12px;
  height: auto;
}
.gnav-sub .gnav-links {
  display: flex;
  gap: 22px;
}

/* SPメニュー開閉ボタン
--------------------------------- */
.gnav-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 35px;
  height: 35px;
  border: 1px solid #369e38;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .gnav-toggle {
    display: none;
  }
}
.gnav-toggle span {
  display: block;
  width: 17px;
  height: 1px;
  border-radius: 20px;
}
.gnav-toggle span:nth-child(1) {
  background: #369e38;
}
.gnav-toggle span:nth-child(2) {
  background: #e85400;
}
.gnav-toggle span:nth-child(3) {
  background: #369e38;
}

/* #footer
====================================== */
#footer {
  background: #fcfcf8;
  color: #444444;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 100px;
}
#footer a {
  color: #444444;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #footer a:hover {
    opacity: 0.7;
  }
}

/* footer-inner
====================================== */
.footer-inner {
  max-width: 1244px;
  padding-inline: 32px;
  margin-inline: auto;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}

/* footer-info
====================================== */
@media (min-width: 640px) {
  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer-info .detail {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  margin-top: 13px;
}
.footer-info .copyright {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 639px) {
  .footer-info .copyright {
    margin-top: 50px;
  }
}

/* parts
====================================== */
/* footer-logo
-------------------------------------- */
.footer-logo {
  width: 206px;
  margin-bottom: 0;
}

/* footer-list（SNSアイコン）
-------------------------------------- */
.footer-list-01 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 9px;
}
.footer-list-01 a {
  display: block;
  width: 26px;
}

/* footer-nav
-------------------------------------- */
.footer-nav-01 {
  --list-pad-x: 13px;
  display: flex;
  gap: 83px 15px;
  margin-top: 119px;
}
@media (min-width: 640px) {
  .footer-nav-01 {
    --list-pad-x: 30px;
    justify-content: flex-end;
    gap: 104px 20px;
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .footer-nav-01 {
    gap: 104px 98px;
  }
}
.footer-nav-01 .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0 20px var(--list-pad-x);
  border-left: 1px dotted #b3b3b3;
  font-size: 16px;
  font-size: 1rem;
}
.footer-nav-01 .list:first-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}
.footer-nav-01 .list:last-child {
  flex: 1;
  min-width: 0;
}
@media (min-width: 960px) {
  .footer-nav-01 .list {
    width: auto;
    flex: none;
  }
}

.footer-nav-02 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  .footer-nav-02 {
    gap: 30px;
  }
}
.footer-nav-02::before {
  content: "";
  height: 20px;
  border-left: 1px dotted #b3b3b3;
}

/* footer-img（波型装飾）
-------------------------------------- */
.footer-img-01 {
  height: 56px;
  margin-top: 50px;
  background: url(../img/common/footer_wave.svg) repeat-x center/auto 21px;
}
@media (min-width: 960px) {
  .footer-img-01 {
    margin-top: 12px;
  }
}

/* pagetop
-------------------------------------- */
#pagetop {
  transition: opacity 0.25s;
  opacity: 1;
}
#pagetop.pagetop-hidden {
  opacity: 0;
}

.pagetop {
  font-size: 10px;
  font-size: 0.625rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 640px) {
  .pagetop {
    width: 85px;
    right: 20px;
    bottom: 20px;
  }
}
.pagetop img,
.pagetop svg {
  display: block;
  width: 100%;
  height: auto;
}

.com-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0.3s;
}
.com-offcanvas.is-open {
  visibility: visible;
}

.com-offcanvas-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.is-open .com-offcanvas-overlay {
  opacity: 1;
}

.com-offcanvas-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 393px;
  height: 100%;
  overflow-y: auto;
  background: #fcfcf8;
  color: #444444;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.is-open .com-offcanvas-bar {
  transform: translateX(0);
}

body.is-offcanvas-open {
  overflow: hidden;
}

.offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.18);
}
.offcanvas-head .offcanvas-head-logo img {
  width: 144px;
  height: auto;
}

.offcanvas-close {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid #369e38;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.offcanvas-close::before, .offcanvas-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #369e38;
}
.offcanvas-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.offcanvas-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.offcanvas-nav {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.offcanvas-item {
  border-bottom: 1px dashed rgba(68, 68, 68, 0.18);
}
.offcanvas-item:last-child {
  border-bottom: 0;
}

.offcanvas-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 12px;
  width: 100%;
  padding: 15px 2px;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.offcanvas-link .en {
  flex-basis: 100%;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(68, 68, 68, 0.45);
}
.offcanvas-link .en::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #e85400;
  vertical-align: middle;
}
.offcanvas-link .ja {
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
.offcanvas-link .ico {
  flex-shrink: 0;
}

.nav-sub .offcanvas-link.is-child {
  padding-left: 18px;
}
.nav-sub .offcanvas-link.is-child .ja {
  font-size: 15px;
  font-size: 0.9375rem;
}
.nav-sub .offcanvas-link.is-child .en::before {
  width: 9px;
  height: 2px;
  border-radius: 0;
  background: rgba(68, 68, 68, 0.35);
}

.offcanvas-link .ico {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.offcanvas-link .ico.ico-arrow {
  background: #e85400;
}
.offcanvas-link .ico.ico-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.offcanvas-link .ico.ico-external {
  background: #e85400;
}
.offcanvas-link .ico.ico-external::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url("../img/common/ico_external_white.svg") no-repeat center/contain;
}
.offcanvas-link .ico.ico-toggle {
  background: #e85400;
}
.offcanvas-link .ico.ico-toggle::before, .offcanvas-link .ico.ico-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s, background 0.3s;
}
.offcanvas-link .ico.ico-toggle::before {
  transform: translate(-50%, -50%);
}
.offcanvas-link .ico.ico-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.offcanvas-item.has-children.is-open .ico-toggle {
  background: #d9d9d9;
}
.offcanvas-item.has-children.is-open .ico-toggle::before, .offcanvas-item.has-children.is-open .ico-toggle::after {
  background: #6b6b6b;
}
.offcanvas-item.has-children.is-open .ico-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
.offcanvas-item.has-children .nav-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.offcanvas-item.has-children .nav-sub > li {
  border-top: 1px dashed rgba(68, 68, 68, 0.18);
}
.offcanvas-item.has-children.is-open .nav-sub {
  max-height: 600px;
}

.offcanvas-foot {
  padding: 24px 20px 40px;
}
.offcanvas-foot .offcanvas-foot-logo {
  width: 160px;
  height: auto;
}
.offcanvas-foot .offcanvas-sns {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
.offcanvas-foot .offcanvas-sns img {
  width: 40px;
  height: 40px;
}

/* page kv 下層ページ見出しKV（青背景）
--------------------------------- */
.page-kv-01 {
  --kv-header-h: var(--header-height, 68px);
  margin-top: calc(-1 * var(--kv-header-h));
  min-height: 300px;
  padding-block: calc(var(--kv-header-h) + 40px) 40px;
  display: grid;
  align-content: center;
  background-image: linear-gradient(129deg, rgba(0, 157, 228, 0.5) 0%, rgba(51, 186, 247, 0.5) 30%, rgba(0, 157, 228, 0.5) 100%), url("../img/common/kv_01.webp");
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .page-kv-01 {
    --kv-header-h: var(--header-height, 87px);
    min-height: 490px;
  }
}

/* page content 下層コンテンツ領域（KV に重なる角丸）
--------------------------------- */
.page-content-01 {
  position: relative;
  margin-top: -50px;
  border-radius: 20px 20px 0 0;
  background: #fcfcf8;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 640px) {
  .page-content-01 {
    border-radius: 50px 50px 0 0;
  }
}

/* page title ページタイトル（白・中央・EN サブ）
--------------------------------- */
.page-tit-01 {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .page-tit-01 {
    margin-bottom: 20px;
  }
}
.page-tit-01::after {
  content: attr(data-en);
  display: block;
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

/* common title
--------------------------------- */
.com-tit-01 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.com-tit-01::after {
  content: attr(data-en);
  display: block;
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  color: #d9d9d9;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.com-tit-01.left {
  text-align: left;
}
.com-tit-01[class*=ico-]::before {
  content: "";
  display: block;
  width: 68px;
  height: 85px;
  margin-inline: auto;
  margin-bottom: 12px;
  background-image: var(--tit-icon, none), url("../img/common/icon_deco-gray.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: contain, 61px 24px;
}
.com-tit-01[class*=ico-].left::before {
  margin-inline: 0;
}
.com-tit-01.ico-information {
  --tit-icon: url('../img/common/icon_information.svg');
}
.com-tit-01.ico-access {
  --tit-icon: url('../img/common/icon_access.svg');
}
.com-tit-01.ico-guidebook {
  --tit-icon: url('../img/common/icon_guidebook.svg');
}
.com-tit-01.ico-spot {
  --tit-icon: url('../img/common/icon_spot.svg');
}
.com-tit-01.ico-event {
  --tit-icon: url('../img/common/icon_event.svg');
}
.com-tit-01.ico-modelcourse {
  --tit-icon: url('../img/common/icon_modelcourse.svg');
}
.com-tit-01.ico-special-plan {
  --tit-icon: url('../img/common/icon_special-plan.svg');
}
.com-tit-01.ico-logo {
  --tit-icon: url('../img/common/icon_logo.svg');
}
@media (max-width: 959px) {
  .com-tit-01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .com-tit-01::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .com-tit-01[class*=ico-]::before {
    width: 52px;
    height: 65px;
    margin-bottom: 10px;
    background-size: contain, 47px 18px;
  }
}

.com-tit-02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--tit-color, #ed9974);
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.com-tit-02::before {
  content: "";
  flex-shrink: 0;
  width: 53px;
  height: 66px;
  background-color: var(--tit-color, #ed9974);
  mask: var(--tit-icon, url("../img/common/icon_special-plan-shape.svg")) center bottom/53px 53px no-repeat;
  -webkit-mask: var(--tit-icon, url("../img/common/icon_special-plan-shape.svg")) center bottom/53px 53px no-repeat;
}
.com-tit-02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 47px;
  height: 18px;
  background: url("../img/common/icon_deco-gray.svg") center/contain no-repeat;
}
.com-tit-02 .txt {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}
.com-tit-02 .num {
  font-size: 38px;
  font-size: 2.375rem;
}
@media (max-width: 959px) {
  .com-tit-02 {
    gap: 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .com-tit-02::before {
    width: 44px;
    height: 55px;
    mask-size: 44px 44px;
    -webkit-mask-size: 44px 44px;
  }
  .com-tit-02::after {
    left: 2px;
    width: 39px;
    height: 15px;
  }
  .com-tit-02 .txt {
    gap: 7px;
  }
  .com-tit-02 .num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.com-tit-03 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.com-tit-04 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.2em;
}
@media (min-width: 640px) {
  .com-tit-04 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.com-tit-04::before {
  content: "●";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  border-radius: 50%;
  color: #009de4;
}

.com-subtitle-01 {
  color: #d9d9d9;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 2.2;
}

/* text テキスト
--------------------------------- */
/* com-text-m 本文テキスト（中）
------------------------------------- */
.com-text-m {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #555;
}
@media (min-width: 640px) {
  .com-text-m {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* com-text-l 本文テキスト（大・リード）
------------------------------------- */
.com-text-l {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #555;
}
@media (min-width: 640px) {
  .com-text-l {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* com-text-s 本文テキスト（小）
------------------------------------- */
.com-text-s {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #555;
}
@media (min-width: 640px) {
  .com-text-s {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

/* com-catch-xl 特大キャッチコピー
------------------------------------- */
.com-catch-xl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.106em;
}

/* com-catch-l 大サイズキャッチコピー
------------------------------------- */
.com-catch-l {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .com-catch-l {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* com-catch-m 中サイズキャッチコピー（説明寄り）
------------------------------------- */
.com-catch-m {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .com-catch-m {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* com-catch-s 小サイズキャッチコピー（リード文）
------------------------------------- */
.com-catch-s {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .com-catch-s {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* Pill link button（詳しく見る）
--------------------------------- */
.com-btn-01 {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  padding: 18px 75px 16px 40px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #444444;
  transition: opacity 0.3s ease;
}
.com-btn-01::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23fff'/%3E%3Cpath d='M7.47266 11.7002L10.7539 9.2002L7.47266 6.7002' fill='none' stroke='%23444444' stroke-width='0.75' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (any-hover: hover) {
  .com-btn-01:hover {
    opacity: 0.7;
  }
}
@media (max-width: 959px) {
  .com-btn-01 {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-right: 70px;
  }
  .com-btn-01::after {
    width: 18px;
    height: 18px;
  }
}

.com-btn-02 {
  display: block;
  min-width: 300px;
  text-align: center;
  background: #56bfc3;
  border: none;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-02:hover {
  color: #fff;
}

/* Small pill button（コース詳細など・小サイズ）
--------------------------------- */
.com-btn-03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 40px;
  background: #d9d9d9;
  color: #1a1311;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .com-btn-03:hover {
    opacity: 0.7;
  }
}

/* Inline type button element
--------------------------------- */
.com-link-01 {
  text-decoration: underline;
  color: #56bfc3;
}
.com-link-01:hover {
  color: #56bfc3;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

/* panel
--------------------------------- */
.com-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.com-panel-02 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 1.8em 1.5em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .com-panel-02 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.com-panel-02 .tit {
  flex: 1;
  padding-left: 1.2em;
}
.com-panel-02::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  background: #56bfc3;
}
.com-panel-02:hover {
  background: rgb(236.5502183406, 248.0131004367, 248.4497816594);
}

.com-panel-03 {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.com-panel-03.small {
  padding: 30px;
}
@media (min-width: 640px) {
  .com-panel-03.small {
    padding: 60px;
  }
}
.com-panel-03.large {
  padding: 80px 20px;
}
@media (min-width: 640px) {
  .com-panel-03.large {
    padding: 100px 80px;
  }
}

.com-panel-04 {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}
@media (min-width: 640px) {
  .com-panel-04 {
    padding: 60px;
  }
}

/* com-card-list-01 記事一覧カードグリッド
--------------------------------- */
.com-card-list-01 {
  gap: 40px 24px;
}
@media (min-width: 960px) {
  .com-card-list-01 {
    gap: 80px 36px;
  }
}

/* com-card-01 記事カード
--------------------------------- */
.com-card-01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  color: #444444;
}
@media (any-hover: hover) {
  .com-card-01:hover {
    opacity: 0.8;
  }
}
.com-card-01 .head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.com-card-01 .date {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #e85400;
}
.com-card-01 .img {
  display: block;
  position: relative;
  aspect-ratio: 316/226;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
}
.com-card-01 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-card-01 .body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-inline: 5px;
}
.com-card-01 .catch {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
@media (min-width: 640px) {
  .com-card-01 .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.com-card-01 .text {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #555;
}
.com-card-01 .arrow {
  flex-shrink: 0;
  margin-top: auto;
  margin-left: auto;
  padding-top: 4px;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e85400;
}
.com-card-01 .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-65%, -50%) rotate(45deg);
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .com-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .com-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.com-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .com-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .com-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.com-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #56bfc3;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.com-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .com-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .com-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* dl table（ラベル列グレー・値列白）
--------------------------------- */
.com-table-02 {
  background: #fff;
}
.com-table-02 .row {
  border-top: 1px solid #444444;
}
.com-table-02 .row:last-child {
  border-bottom: 1px solid #444444;
}
@media (min-width: 640px) {
  .com-table-02 .row {
    display: grid;
    grid-template-columns: 180px 1fr;
  }
}
.com-table-02 dt {
  background: #ebebeb;
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 639px) {
  .com-table-02 dt {
    padding: 12px 20px;
  }
}
@media (min-width: 640px) {
  .com-table-02 dt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 15px 20px;
    text-align: center;
  }
}
.com-table-02 dd {
  color: #555;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media (max-width: 639px) {
  .com-table-02 dd {
    padding: 16px 20px;
  }
}
@media (min-width: 640px) {
  .com-table-02 dd {
    display: flex;
    align-items: center;
    padding: 20px 30px 19px;
  }
}

/* dl table
--------------------------------- */
.form-panel-01 {
  background: #f4f4f4;
  padding: 20px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .form-panel-01 {
    padding: 50px;
    padding-bottom: 100px;
  }
}

.form-table-01 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  margin-bottom: 1em;
}
.form-table-01 dt .sub {
  font-size: 15px;
  font-size: 0.9375rem;
}
.form-table-01 dd + dt {
  margin-top: 3em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 1.8em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #56bfc3;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #56bfc3;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #56bfc3;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.input-date-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .input-date-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.input-date-01 input {
  flex: 1;
  max-width: 5.5em;
  text-align: right;
}
.input-date-01 .year input {
  max-width: 8em;
}
.input-date-01 .row-wrap {
  display: flex;
  gap: 1em;
}
.input-date-01 .row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* modal
--------------------------------- */
.com-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.com-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.com-modal-dialog {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.com-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.com-modal-close::before, .com-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #444444;
}
.com-modal-close::before {
  transform: rotate(45deg);
}
.com-modal-close::after {
  transform: rotate(-45deg);
}

html.is-modal-open {
  overflow: clip;
  touch-action: none;
}

/* YouTube wrapper
--------------------------------- */
.com-wrap-youtube {
  --width: 16;
  --height: 9;
  width: min(attr(data-width px, 100%), 100%);
  aspect-ratio: calc(var(--width) / var(--height));
}
.com-wrap-youtube.type-short {
  --width: 9;
  --height: 16;
}
.com-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* section wave（背景色の切り替え）
--------------------------------- */
.section-wave-01 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440/60;
  background: #fff;
}
.section-wave-01::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  aspect-ratio: 1440/228;
  background: #fcfcf8;
  -webkit-mask: url(../img/common/section_wave.svg) no-repeat top center/100% 100%;
  mask: url(../img/common/section_wave.svg) no-repeat top center/100% 100%;
}
.section-wave-01.reverse {
  background: #fcfcf8;
}
.section-wave-01.reverse::after {
  background: #fff;
}

.section-wave-02 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440/137;
}
.section-wave-02::before, .section-wave-02::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  aspect-ratio: 1440/228;
  -webkit-mask: url(../img/common/section_wave.svg) no-repeat top center/100% 100%;
  mask: url(../img/common/section_wave.svg) no-repeat top center/100% 100%;
}
.section-wave-02::before {
  top: 0;
  background: #fff;
}
.section-wave-02::after {
  top: 59.8540145985%;
  background: #fcfcf8;
}

/* tab nav
--------------------------------- */
.com-tab {
  display: flex;
  position: relative;
}
.com-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.com-tab-item {
  position: relative;
  z-index: 1;
  padding: 0.8em 1.5em;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.com-tab-item:hover {
  color: #56bfc3;
}
.com-tab-item.is-active {
  border-bottom-color: #56bfc3;
  color: #56bfc3;
  font-weight: bold;
}

/* tab content
--------------------------------- */
.js-tab-content {
  display: none;
}
.js-tab-content.is-active {
  display: block;
}

/* アコーディオン
----------------------------------------------- */
.com-accordion {
  border-top: 1px solid #ddd;
}

.com-accordion-item {
  border-bottom: 1px solid #ddd;
  scroll-margin-top: 80px;
}
.com-accordion-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.com-accordion-item > summary::-webkit-details-marker {
  display: none;
}
.com-accordion-item > summary::after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.com-accordion-item[open] > summary::after {
  transform: rotate(-135deg);
}
.com-accordion-item.is-closing > summary::after {
  transform: rotate(45deg);
}

.com-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.com-accordion-item[open] > .com-accordion-body {
  grid-template-rows: 1fr;
}
.com-accordion-item.is-closing > .com-accordion-body {
  grid-template-rows: 0fr;
}

.com-accordion-inner {
  overflow: hidden;
}

.com-accordion-content {
  padding: 16px 0;
}

/* ドロップダウン
----------------------------------------------- */
.com-dropdown {
  position: relative;
}

.com-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.com-dropdown-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s;
}
.com-dropdown.is-open > .com-dropdown-toggle::after {
  transform: translateY(2px) rotate(-135deg);
}

.com-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 200px;
  padding-top: 8px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.com-dropdown.is-open > .com-dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.com-dropdown-nav {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.com-dropdown-nav a {
  display: block;
  padding: 8px 20px;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.com-dropdown-nav a:hover {
  background-color: #f4f4f4;
}

/* ライトボックス
----------------------------------------------- */
.com-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.com-lightbox.is-open {
  visibility: visible;
  opacity: 1;
}

.com-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.com-lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-lightbox-content img {
  max-width: 90vw;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.com-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.com-lightbox-close:hover {
  opacity: 1;
}
.com-lightbox-close::before, .com-lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.com-lightbox-close::before {
  transform: rotate(45deg);
}
.com-lightbox-close::after {
  transform: rotate(-45deg);
}

.com-lightbox-prev,
.com-lightbox-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.com-lightbox-prev:hover,
.com-lightbox-next:hover {
  opacity: 1;
}
.com-lightbox-prev::after,
.com-lightbox-next::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.com-lightbox.has-nav > .com-lightbox-prev,
.com-lightbox.has-nav > .com-lightbox-next {
  display: flex;
  align-items: center;
}

.com-lightbox-prev {
  left: 16px;
}
.com-lightbox-prev::after {
  transform: rotate(-45deg);
}

.com-lightbox-next {
  right: 16px;
}
.com-lightbox-next::after {
  transform: rotate(135deg);
}

.com-lightbox-caption {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 60px;
}
.com-lightbox-caption:empty {
  display: none;
}

html.is-lightbox-open {
  overflow: clip;
  touch-action: none;
}

/* label
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  box-sizing: border-box;
  padding: 0.5em;
  background: #56bfc3;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}

/* com-tag-01 エリアタグ
------------------------------------- */
.com-tag-01 {
  --tag-color: #56bfc3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid var(--tag-color);
  border-radius: 40px;
  background: #fff;
  color: var(--tag-color);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .com-tag-01 {
    min-width: 150px;
    padding: 10px 25px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.com-tag-01.otsu {
  --tag-color: #009576;
}
.com-tag-01.konan {
  --tag-color: #d76666;
}
.com-tag-01.koka {
  --tag-color: #4fa350;
}
.com-tag-01.koto {
  --tag-color: #de7c2e;
}
.com-tag-01.kohoku {
  --tag-color: #d3533f;
}
.com-tag-01.kosei {
  --tag-color: #625c93;
}
.com-tag-01.higashiomi {
  --tag-color: #14629f;
}
.com-tag-01.shiga {
  --tag-color: #e85400;
}

/* com-tag-list-01 タグの並び
--------------------------------- */
.com-tag-list-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.com-pagination ul .page-numbers {
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.com-pagination ul .page-numbers:not(.prev):not(.next):not(.dots) {
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  border-radius: 5px;
  background: #d9d9d9;
  color: #444444;
}
.com-pagination ul .page-numbers:not(.prev):not(.next):not(.dots).current {
  background: #e85400;
  color: #fff;
}
.com-pagination ul .page-numbers.dots {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 53px;
  color: #444444;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff;
}
@media (any-hover: hover) {
  .com-pagination ul a.page-numbers:not(.prev):not(.next):hover {
    background: #e85400;
    color: #fff;
  }
}
.com-pagination ul .arrow-left,
.com-pagination ul .arrow-right {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #e85400;
  border-right: 1.5px solid #e85400;
}
.com-pagination ul .arrow-left {
  transform: rotate(-135deg);
}
.com-pagination ul .arrow-right {
  transform: rotate(45deg);
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px dashed #d1d1d1;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 640px) {
  .single-nav {
    margin-top: 60px;
    padding-top: 30px;
    gap: 20px;
  }
}
.single-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px 12px;
  border-radius: 50px;
  background: #444444;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .single-nav a {
    padding: 16px 24px 14px;
  }
}
.single-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M3.6 1.6L7 5L3.6 8.4' fill='none' stroke='%23444444' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/7px no-repeat;
  transform: translateY(-50%);
}
.single-nav a[rel=prev] {
  padding-left: 40px;
}
.single-nav a[rel=prev]::before {
  left: 14px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 640px) {
  .single-nav a[rel=prev] {
    padding-left: 46px;
  }
  .single-nav a[rel=prev]::before {
    left: 18px;
  }
}
.single-nav a[rel=next] {
  padding-right: 40px;
}
.single-nav a[rel=next]::before {
  right: 14px;
}
@media (min-width: 640px) {
  .single-nav a[rel=next] {
    padding-right: 46px;
  }
  .single-nav a[rel=next]::before {
    right: 18px;
  }
}
.single-nav a.index {
  padding-right: 40px;
}
.single-nav a.index::before {
  right: 14px;
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 640px) {
  .single-nav a.index {
    padding-right: 46px;
  }
  .single-nav a.index::before {
    right: 18px;
  }
}

@media (max-width: 639px) {
  .com-breadcrumb {
    display: none;
  }
}
.com-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}
.com-breadcrumb li {
  display: flex;
  align-items: center;
}
.com-breadcrumb li:not(:first-child)::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 0.8em;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  transform: rotate(45deg);
}
.com-breadcrumb a {
  color: #444444;
}
.com-breadcrumb a:hover {
  text-decoration: underline;
}

/* swiper-button 前後の矢印
--------------------------------- */
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 0;
  padding: 12px;
  border: 0;
  border-radius: 50%;
  background-color: #e85400;
  color: #fff;
  cursor: pointer;
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper .swiper-button-prev.white,
.swiper .swiper-button-next.white {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #555;
}
.swiper .swiper-button-prev.small,
.swiper .swiper-button-next.small {
  width: 32px;
  height: 32px;
  padding: 9px;
}

/* swiper-pagination ドット
--------------------------------- */
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 11px;
}

.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  width: 7px;
  height: 7px;
  margin: 0 !important;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
  cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed9974;
}

.event-search {
  max-width: 1020px;
  margin-inline: auto;
}
.event-search input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
}
.event-search input[type=checkbox]:checked {
  border-color: #81c4db;
  background: #81c4db url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.11111 5.83333L5.83333 9.72222L11.2778 3.88889' stroke='white' stroke-width='1.55556'/%3E%3C/svg%3E") no-repeat center/14px 14px;
}
.event-search input[type=checkbox]:checked::after {
  content: none;
}

.event-search-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: center;
}
.event-search-nav li {
  display: grid;
  justify-items: center;
  width: 100%;
}
@media (min-width: 640px) {
  .event-search-nav {
    grid-template-columns: repeat(3, minmax(0, 320px));
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 960px) {
  .event-search-nav {
    gap: 60px;
  }
}

.event-search-tab {
  position: relative;
  width: min(100%, 320px);
  padding: 15px 56px 15px 20px;
  border: 1px solid #81c4db;
  border-radius: 10px;
  background: #fff;
  color: #444444;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.event-search-tab .ico {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #81c4db;
  transition: background-color 0.3s ease;
}
.event-search-tab .ico::before, .event-search-tab .ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.event-search-tab .ico::before {
  width: 12px;
  height: 2px;
}
.event-search-tab .ico::after {
  width: 2px;
  height: 12px;
}
.event-search-tab.is-open {
  background: #81c4db;
  color: #fff;
}
.event-search-tab.is-open .ico {
  background: #fff;
}
.event-search-tab.is-open .ico::before, .event-search-tab.is-open .ico::after {
  background: #81c4db;
}
.event-search-tab.is-open .ico::after {
  opacity: 0;
}

.event-search-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.event-search-panel.is-open {
  grid-template-rows: 1fr;
}
.event-search-panel .inner {
  overflow: hidden;
}

.event-search-body {
  margin-top: 20px;
  padding: 30px 15px;
  border: 1px solid #81c4db;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .event-search-body {
    padding: 40px;
  }
}

.event-search-submit {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
  text-align: center;
}

.event-search-btn {
  width: 100%;
  max-width: 280px;
  padding: 18px 60px 18px 20px;
}

.event-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}

.event-date-field {
  position: relative;
  flex: 1;
  min-width: 240px;
  max-width: 340px;
}
.event-date-field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  min-height: 64px;
  padding: 14px 16px 14px 56px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #81c4db;
  border-radius: 8px;
  background: #fff url(../img/common/icon_calendar.svg) no-repeat left 16px center;
  background-size: 30px 30px;
  color: #444444;
  cursor: pointer;
}
.event-date-field input::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.event-date-field input::-webkit-datetime-edit {
  line-height: 1.5;
}
.event-date-field input::-webkit-date-and-time-value {
  min-height: 1.5em;
}
.event-date-field input:not(:focus):not(.is-filled)::-webkit-datetime-edit {
  color: transparent;
}
.event-date-field .event-date-placeholder {
  position: absolute;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
  color: #999;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  pointer-events: none;
}
.event-date-field input:focus + .event-date-placeholder,
.event-date-field input.is-filled + .event-date-placeholder {
  display: none;
}

.event-date-sep {
  flex-shrink: 0;
  color: #444444;
}

.event-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 640px) {
  .event-category-list {
    gap: 16px;
  }
}

.event-category-item,
.event-area-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 17px 28px 15px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.event-category-item:has(:checked),
.event-area-item:has(:checked) {
  border-color: #81c4db;
}
.event-category-item .label,
.event-area-item .label {
  font-weight: 600;
  color: #444444;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.event-category-item {
  padding: 5px 15px 5px 10px;
}
.event-category-item .label {
  white-space: nowrap;
}
@media (min-width: 640px) {
  .event-category-item {
    padding: 17px 28px 15px 20px;
  }
}

.event-area {
  display: grid;
  gap: 30px;
}
@media (min-width: 960px) {
  .event-area {
    grid-template-columns: 343px 1fr;
    gap: 40px;
    align-items: start;
  }
}

.event-area-map img,
.event-area-map svg {
  display: block;
  width: 100%;
  height: auto;
}
.event-area-map .area-region {
  transition: fill 0.3s ease;
}
.event-area-map .area-region.is-active {
  fill: var(--area-color);
}
.event-area-map .area-label-line {
  stroke: var(--area-color);
}
.event-area-map .area-label-txt {
  fill: var(--area-color);
}
.event-area-map .area-label {
  cursor: pointer;
}
.event-area-map .area-label:focus {
  outline: none;
}
.event-area-map .area-label:focus-visible {
  outline: 2px solid var(--area-color);
  outline-offset: 2px;
}
.event-area-map .area-label .area-label-line,
.event-area-map .area-label .area-label-txt {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.event-area-map .area-label:hover .area-label-line,
.event-area-map .area-label:hover .area-label-txt, .event-area-map .area-label:focus-visible .area-label-line,
.event-area-map .area-label:focus-visible .area-label-txt {
  opacity: 1;
}

.event-area-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-area-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-area-head {
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-area-name {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  padding: 5px 15px;
  border: 1px solid var(--area-color);
  border-radius: 20px;
  color: var(--area-color);
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}

.event-area-line {
  flex: 1;
  border-top: 1px dotted #d9d9d9;
}

.event-area-towns {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

/* event-card com-card-01 への加算分
--------------------------------- */
.event-card .img {
  aspect-ratio: 1/1;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  background: #fcfcf8;
}
.event-card .img img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.event-card .body {
  gap: 12px;
}
.event-card .catch {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .event-card .catch {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.event-card .event-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px 10px;
  width: 100%;
}
.event-card .event-meta dt {
  padding: 2px 8px;
  background: #56bfc3;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
}
.event-card .event-meta dd {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.event-card .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.event-card .cats li {
  padding: 2px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #555;
}

.event-conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-condition {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 12px;
  border: 1px solid #81c4db;
  border-radius: 50px;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.event-condition .label {
  color: #444444;
}
.event-condition .remove {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: background-color 0.3s ease;
}
.event-condition .remove::before, .event-condition .remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: #fff;
}
.event-condition .remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.event-condition .remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.event-condition .remove:hover {
  background: #444444;
}

.event-count {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.event-count .total {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
.event-count .range {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.event-list {
  gap: 40px 24px;
}
@media (min-width: 960px) {
  .event-list {
    gap: 60px 36px;
  }
}

.event-empty {
  font-size: 15px;
  font-size: 0.9375rem;
}

.event-carousel {
  position: relative;
}
.event-carousel .event-slide {
  height: auto;
}
.event-carousel .swiper-button-prev {
  left: 0;
}
.event-carousel .swiper-button-next {
  right: 0;
}
.event-carousel .swiper-pagination {
  position: static;
  margin-top: 20px;
}

/* front-page
========================================================= */
/* kv（メインビジュアル・スライダー）
----------------------------------------------- */
#kv {
  height: 80vh;
  height: 80svh;
  overflow: hidden;
}

.kv-carousel {
  position: relative;
  height: 100%;
}
.kv-carousel .swiper {
  height: 100%;
  overflow: visible;
}
.kv-carousel .swiper-slide {
  width: auto;
  height: 100%;
}

.kv-slide {
  height: 100%;
}
.kv-slide img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 20px;
}

.kv-carousel .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.kv-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: background-color 0.2s ease;
}
.kv-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/* localnav（KV下コンテンツ内ナビゲーション）
----------------------------------------------- */
.globalnav {
  background: #fcfcf8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.25);
  padding-block: 15px;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
@media (min-width: 960px) {
  .globalnav {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-block: 30px 15px;
  }
}
.globalnav .globalnav-inner {
  max-width: 1230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-inline: 10px;
  container-type: inline-size;
}
@media (min-width: 960px) {
  .globalnav .globalnav-inner {
    justify-content: space-between;
  }
}

.globalnav-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.globalnav-brand .logo {
  display: block;
  width: 200px;
  height: auto;
}
.globalnav-brand .sns {
  display: flex;
  gap: 12px;
}
.globalnav-brand .sns img {
  display: block;
  width: 26px;
  height: 26px;
}
@media (any-hover: hover) {
  .globalnav-brand .sns img:hover {
    opacity: 0.7;
  }
}

.globalnav-nav {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: clamp(30px, 3.90625cqi, 50px);
  container-type: inline-size;
}

.globalnav-list-01 {
  --item-gap: 5px;
  display: flex;
  flex: 1;
  justify-content: center;
  gap: var(--item-gap);
}
.globalnav-list-01 .item {
  flex: 1;
  min-width: 0;
  position: relative;
}
.globalnav-list-01 .item + .item::before {
  content: "";
  position: absolute;
  left: calc(var(--item-gap) / -2);
  top: 0;
  bottom: 0;
  margin-block: auto;
  height: 55px;
  border-left: 1px dotted #444;
}
@media (min-width: 960px) {
  .globalnav-list-01 .item + .item::before {
    height: 80px;
  }
}
.globalnav-list-01 a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.globalnav-list-01 a::before {
  content: "";
  width: 32px;
  height: 13px;
  background: url(../img/common/icon_deco.svg) center/contain no-repeat;
  opacity: 0.4;
}
@media (min-width: 960px) {
  .globalnav-list-01 a::before {
    width: 48px;
    height: 19px;
  }
}
@media (any-hover: hover) {
  .globalnav-list-01 a:hover {
    opacity: 0.7;
  }
}
.globalnav-list-01 .ico img {
  display: block;
  width: 45px;
  height: 45px;
}
@media (min-width: 960px) {
  .globalnav-list-01 .ico img {
    width: 68px;
    height: 68px;
  }
}
.globalnav-list-01 .text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 960px) {
  .globalnav-list-01 .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.globalnav-list-01 .item:first-child .text {
  font-size: 9px;
  font-size: 0.5625rem;
}
@media (min-width: 960px) {
  .globalnav-list-01 .item:first-child .text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.globalnav-list-02 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.globalnav-list-02 .link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #444444;
  text-decoration: none;
}
@media (any-hover: hover) {
  .globalnav-list-02 .link:hover {
    opacity: 0.7;
  }
}

/* news（お知らせ）
----------------------------------------------- */
.news {
  padding-block: 40px;
}
@media (min-width: 640px) {
  .news {
    padding-block: 50px;
  }
}

.news-inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (min-width: 640px) {
  .news-inner {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0 60px;
  }
}
.news-inner .news-head {
  display: contents;
}
.news-inner .news-grid-01 {
  order: 1;
}
@media (min-width: 640px) {
  .news-inner .news-grid-01 {
    grid-column: 1;
    grid-row: 1;
  }
}
.news-inner .news-grid-02 {
  order: 2;
}
@media (min-width: 640px) {
  .news-inner .news-grid-02 {
    grid-column: 2;
    grid-row: 1/3;
  }
}
.news-inner .news-grid-03 {
  order: 3;
  justify-self: flex-start;
}
@media (min-width: 640px) {
  .news-inner .news-grid-03 {
    grid-column: 1;
    grid-row: 2;
  }
}

.news-list-01 {
  min-width: 0;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@media (min-width: 960px) {
  .news-list-01 {
    gap: 35px;
  }
}
.news-list-01 .item {
  flex: 0 0 auto;
  width: calc((100% - 10px) / 1.8);
  scroll-snap-align: start;
}
@media (min-width: 640px) {
  .news-list-01 .item {
    width: 196px;
  }
}
.news-list-01 a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-top: 21px;
}
@media (any-hover: hover) {
  .news-list-01 a:hover {
    opacity: 0.7;
  }
}
.news-list-01 .new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 12px;
  background: #e85400;
  color: #fff;
  line-height: 1;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
.news-list-01 .img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.news-list-01 .data {
  margin-top: 8px;
  color: #d9d9d9;
  line-height: 1.8;
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-list-01 .tit {
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #444;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* tour（周遊企画・JR企画）
----------------------------------------------- */
.tour-block {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.tour-carousel {
  position: relative;
  margin-top: 20px;
  padding-block: 60px 70px;
  background: #fff;
  border-radius: 34px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  container-type: inline-size;
  min-height: 0;
}
.tour-carousel .swiper-button-prev,
.tour-carousel .swiper-button-next {
  top: calc(25.5424954792cqw - 20px);
}
.tour-carousel .swiper-button-prev {
  left: calc(14.2857142857cqw - 40px);
}
.tour-carousel .swiper-button-next {
  right: calc(14.2857142857cqw - 40px);
}
.tour-carousel .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.tour-slide a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (any-hover: hover) {
  .tour-slide a:hover {
    opacity: 0.8;
  }
}
.tour-slide .date {
  color: #e85400;
  line-height: 1.4;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}
.tour-slide .img {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.tour-slide .img img {
  display: block;
  width: 100%;
  aspect-ratio: 316/226;
  -o-object-fit: cover;
  object-fit: cover;
}
.tour-slide .inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-inline: 10px;
}
.tour-slide .catch {
  color: #444;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.tour-slide .text {
  color: #555;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* about（滋賀デスティネーションとは）
----------------------------------------------- */
.about {
  position: relative;
  overflow-x: clip;
  color: #009de4;
}
.about .about-flex-01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {
  .about .about-flex-01 {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .about .about-flex-01 {
    display: block;
    position: relative;
    min-height: min(53vw, 680px);
  }
}
.about .about-flex-02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {
  .about .about-flex-02 {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 960px) {
  .about .about-body-01 {
    flex: 1;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .about .about-body-01 {
    width: 58%;
  }
}
.about .about-logo-deco-01 {
  display: none;
}
@media (min-width: 1200px) {
  .about .about-logo-deco-01 {
    display: block;
    position: absolute;
    top: -20px;
    left: -100px;
    width: 76px;
    height: auto;
  }
}
.about .about-tit-01 {
  font-size: clamp(26px, 7.52222222svw, 42px);
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media (min-width: 640px) {
  .about .about-tit-01 {
    font-size: 42px;
  }
}
.about .about-tit-01 .small {
  font-size: 60%;
}
.about .about-tit-01 .sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.about .about-catch-01 {
  font-size: clamp(20px, 5.40540541svw, 36px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.106em;
}
@media (min-width: 640px) {
  .about .about-catch-01 {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .about .about-media-01-wrap {
    flex: 0 0 40%;
    margin-right: -25px;
  }
}
@media (min-width: 1200px) {
  .about .about-media-01-wrap {
    position: absolute;
    top: -7%;
    right: calc(50% - 50vw + clamp(0px, (100vw - 1200px) / 2, 250px));
    width: 70%;
    margin-right: 0;
  }
}
.about .about-media-01 {
  position: relative;
}
@media (min-width: 960px) {
  .about .about-media-01 {
    width: 130%;
    margin-left: -30%;
  }
}
@media (min-width: 1200px) {
  .about .about-media-01 {
    width: 100%;
    margin-left: 0;
  }
}
.about .about-media-01::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/biwako_deco.svg) center/contain no-repeat;
  pointer-events: none;
}
.about .about-video-wrap-01 {
  aspect-ratio: 717/680;
  -webkit-mask: url(../img/top/biwako_mask.svg) center/contain no-repeat;
  mask: url(../img/top/biwako_mask.svg) center/contain no-repeat;
}
.about .about-video-01 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateY(-8%);
}

/* special（特別企画）
----------------------------------------------- */
.special {
  position: relative;
}

.special-deco-tl,
.special-deco-tr {
  position: absolute;
  top: 18px;
  pointer-events: none;
}
@media (min-width: 640px) {
  .special-deco-tl,
  .special-deco-tr {
    top: 48px;
  }
}

.special-deco-tl {
  left: max(20px, 50vw - 600px);
  width: 55px;
  height: 44px;
  background: url(../img/top/special_deco_tl.svg) center/contain no-repeat;
}
@media (min-width: 960px) {
  .special-deco-tl {
    width: 77px;
    height: 62px;
  }
}

.special-deco-tr {
  right: max(20px, 50vw - 600px);
  width: 22px;
  height: 21px;
  background: url(../img/top/special_deco_tr.svg) center/contain no-repeat;
}
@media (min-width: 960px) {
  .special-deco-tr {
    width: 30px;
    height: 29px;
  }
}

.special-tab-01 .meguru {
  --tab-color: #ed9974;
}
.special-tab-01 .meguru .com-tit-02 {
  --tit-color: var(--tab-color);
}
.special-tab-01 .tsunagaru {
  --tab-color: #9cc585;
}
.special-tab-01 .tsunagaru .com-tit-02 {
  --tit-color: var(--tab-color);
}
.special-tab-01 .hirogaru {
  --tab-color: #81c4db;
}
.special-tab-01 .hirogaru .com-tit-02 {
  --tit-color: var(--tab-color);
}
.special-tab-01 .wellness {
  --tab-color: #c6a58e;
}
.special-tab-01 .wellness .com-tit-02 {
  --tit-color: var(--tab-color);
}

.special-tabnav-01 {
  display: flex;
  gap: 6px;
}
@media (min-width: 960px) {
  .special-tabnav-01 {
    padding-inline: 60px;
  }
}

.special-tabnav-item {
  container-type: inline-size;
  flex: 1;
  padding: 10px 8px;
  text-align: center;
  border-radius: 0 10px 0 0;
  background: var(--tab-color);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.special-tabnav-item .label {
  display: block;
  font-size: clamp(12px, 16cqi, 18px);
}
.special-tabnav-item.is-active {
  position: relative;
  z-index: 2;
  margin-bottom: -2px;
  background: #fff;
  color: var(--tab-color);
  border: 1px solid var(--tab-color);
  border-bottom: 0;
}

.special-panel {
  position: relative;
  background: #fff;
  border: 1px solid var(--tab-color);
  border-radius: 0 0 20px 20px;
  padding: 24px;
}
@media (min-width: 960px) {
  .special-panel {
    padding: 40px 30px;
  }
}

.special-deco {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 48px;
  height: 44px;
  background: var(--tab-color);
  -webkit-mask: url(../img/top/special_deco.svg) center/contain no-repeat;
  mask: url(../img/top/special_deco.svg) center/contain no-repeat;
}
@media (min-width: 640px) {
  .special-deco {
    top: 24px;
    right: 24px;
    width: 61px;
    height: 57px;
  }
}
@media (min-width: 960px) {
  .special-deco {
    top: 50px;
    right: 30px;
  }
}

.special-tit {
  max-width: calc(100% - 30px);
}
.special-tit .txt {
  flex-wrap: wrap;
  line-height: 1.2;
}

.special-panel-img img {
  aspect-ratio: 313/200;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .special-panel-img img {
    aspect-ratio: 960/398;
  }
}

@media (min-width: 640px) {
  .special-panel-body-wrap {
    padding-inline: 30px;
  }
}

.special-more {
  justify-self: start;
}
.special-more.coming-soon {
  background: #f4f4f4;
  color: #444444;
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

.special-panel-body {
  display: grid;
  gap: 24px;
}
@media (min-width: 960px) {
  .special-panel-body {
    grid-template-columns: 385px minmax(0, 1fr);
    -moz-column-gap: 55px;
    column-gap: 55px;
    row-gap: 30px;
    align-items: start;
  }
  .special-panel-body .detail {
    grid-column: 1;
    grid-row: 1;
  }
  .special-panel-body .special-more {
    grid-column: 1;
    grid-row: 2;
  }
  .special-panel-body .text {
    grid-column: 2;
    grid-row: 1/span 2;
    padding-top: 30px;
  }
}

.special-catch {
  color: var(--tab-color);
  line-height: 1.2;
  font-feature-settings: "palt";
}

/* experience（DC期間特別体験）
----------------------------------------------- */
.experience .experience-areas {
  position: relative;
  display: grid;
  grid-template-columns: 33.5% 27% 33.5%;
  grid-template-rows: repeat(8, 1fr);
  justify-content: space-between;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 14px;
}
@media (max-width: 959px) {
  .experience .experience-areas {
    display: block;
  }
}
.experience .experience-list {
  display: contents;
}
.experience .experience-stage {
  display: contents;
}
@media (max-width: 959px) {
  .experience .experience-stage {
    display: block;
    position: relative;
  }
}
.experience .experience-catch {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  text-align: left;
}
.experience .experience-card {
  position: relative;
  align-self: start;
  text-align: left;
}
@media (max-width: 959px) {
  .experience .experience-card {
    position: absolute;
  }
  .experience .experience-card.kosei {
    top: 10%;
    left: 0;
  }
  .experience .experience-card.otsu {
    top: 50%;
    left: 0;
  }
  .experience .experience-card.konan {
    top: 95%;
    left: 0;
  }
  .experience .experience-card.kohoku {
    top: 0;
    right: 0;
  }
  .experience .experience-card.koto {
    top: 30%;
    right: 0;
  }
  .experience .experience-card.higashiomi {
    top: 60%;
    right: 0;
  }
  .experience .experience-card.koka {
    top: 100%;
    right: 0;
  }
}
.experience .experience-card.kosei {
  grid-column: 1;
  grid-row: 2/span 2;
}
.experience .experience-card.otsu {
  grid-column: 1;
  grid-row: 4/span 2;
}
.experience .experience-card.konan {
  grid-column: 1;
  grid-row: 6/span 2;
}
.experience .experience-card.kohoku {
  grid-column: 3;
  grid-row: 1/span 2;
}
.experience .experience-card.koto {
  grid-column: 3;
  grid-row: 3/span 2;
}
.experience .experience-card.higashiomi {
  grid-column: 3;
  grid-row: 5/span 2;
}
.experience .experience-card.koka {
  grid-column: 3;
  grid-row: 7/span 2;
}
.experience .experience-card.kohoku .experience-img-link, .experience .experience-card.koto .experience-img-link, .experience .experience-card.higashiomi .experience-img-link, .experience .experience-card.koka .experience-img-link {
  margin-left: auto;
}
.experience .experience-card.kohoku .experience-tag, .experience .experience-card.koto .experience-tag, .experience .experience-card.higashiomi .experience-tag, .experience .experience-card.koka .experience-tag {
  right: auto;
  left: 0;
}
.experience .experience-img-link {
  display: block;
  width: 81%;
  transition: opacity 0.3s ease;
}
@media (max-width: 959px) {
  .experience .experience-img-link {
    display: none;
  }
}
.experience .experience-img {
  display: block;
  width: 100%;
  aspect-ratio: 1000/685;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 959px) {
  .experience .experience-img {
    aspect-ratio: 1000/300;
  }
}
.experience .experience-tag {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 959px) {
  .experience .experience-tag {
    position: static;
    transform: none;
    min-width: 0;
  }
}
@media (max-width: 639px) {
  .experience .experience-tag {
    padding: 6px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.experience .experience-tag:focus-visible {
  background: var(--tag-color);
  color: #fff;
}
.experience .experience-map {
  grid-column: 2;
  grid-row: 1/9;
  align-self: center;
}
@media (max-width: 959px) {
  .experience .experience-map {
    width: 44%;
    margin-inline: auto;
  }
}
.experience .experience-map img,
.experience .experience-map svg {
  width: 100%;
  height: auto;
}
.experience .experience-map .area-line {
  stroke: var(--area-color);
  transition: fill 0.3s ease;
}
.experience .experience-map .area-link {
  cursor: pointer;
}
.experience .experience-btn {
  grid-column: 1;
  grid-row: 8/-1;
  align-self: end;
  text-align: left;
}
@media (max-width: 959px) {
  .experience .experience-btn {
    text-align: center;
  }
}
.experience .experience-lines {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
}
.experience .experience-lines.is-ready {
  visibility: visible;
}
@media (any-hover: hover) {
  .experience .experience-card:hover .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-card:hover .experience-tag {
    background: var(--tag-color);
    color: #fff;
  }
  .experience .experience-areas:has(.experience-card.kosei:hover) .area-kosei,
  .experience .experience-areas:has(.experience-tag.kosei:focus-visible) .area-kosei,
  .experience .experience-map .area-kosei:hover {
    fill: var(--area-color);
  }
  .experience .experience-areas:has(.area-kosei:hover) .experience-card.kosei .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-areas:has(.area-kosei:hover) .experience-tag.kosei {
    background: var(--tag-color);
    color: #fff;
  }
  .experience .experience-areas:has(.experience-card.kohoku:hover) .area-kohoku,
  .experience .experience-areas:has(.experience-tag.kohoku:focus-visible) .area-kohoku,
  .experience .experience-map .area-kohoku:hover {
    fill: var(--area-color);
  }
  .experience .experience-areas:has(.area-kohoku:hover) .experience-card.kohoku .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-areas:has(.area-kohoku:hover) .experience-tag.kohoku {
    background: var(--tag-color);
    color: #fff;
  }
  .experience .experience-areas:has(.experience-card.otsu:hover) .area-otsu,
  .experience .experience-areas:has(.experience-tag.otsu:focus-visible) .area-otsu,
  .experience .experience-map .area-otsu:hover {
    fill: var(--area-color);
  }
  .experience .experience-areas:has(.area-otsu:hover) .experience-card.otsu .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-areas:has(.area-otsu:hover) .experience-tag.otsu {
    background: var(--tag-color);
    color: #fff;
  }
  .experience .experience-areas:has(.experience-card.koto:hover) .area-koto,
  .experience .experience-areas:has(.experience-tag.koto:focus-visible) .area-koto,
  .experience .experience-map .area-koto:hover {
    fill: var(--area-color);
  }
  .experience .experience-areas:has(.area-koto:hover) .experience-card.koto .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-areas:has(.area-koto:hover) .experience-tag.koto {
    background: var(--tag-color);
    color: #fff;
  }
  .experience .experience-areas:has(.experience-card.konan:hover) .area-konan,
  .experience .experience-areas:has(.experience-tag.konan:focus-visible) .area-konan,
  .experience .experience-map .area-konan:hover {
    fill: var(--area-color);
  }
  .experience .experience-areas:has(.area-konan:hover) .experience-card.konan .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-areas:has(.area-konan:hover) .experience-tag.konan {
    background: var(--tag-color);
    color: #fff;
  }
  .experience .experience-areas:has(.experience-card.higashiomi:hover) .area-higashiomi,
  .experience .experience-areas:has(.experience-tag.higashiomi:focus-visible) .area-higashiomi,
  .experience .experience-map .area-higashiomi:hover {
    fill: var(--area-color);
  }
  .experience .experience-areas:has(.area-higashiomi:hover) .experience-card.higashiomi .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-areas:has(.area-higashiomi:hover) .experience-tag.higashiomi {
    background: var(--tag-color);
    color: #fff;
  }
  .experience .experience-areas:has(.experience-card.koka:hover) .area-koka,
  .experience .experience-areas:has(.experience-tag.koka:focus-visible) .area-koka,
  .experience .experience-map .area-koka:hover {
    fill: var(--area-color);
  }
  .experience .experience-areas:has(.area-koka:hover) .experience-card.koka .experience-img-link {
    opacity: 0.8;
  }
  .experience .experience-areas:has(.area-koka:hover) .experience-tag.koka {
    background: var(--tag-color);
    color: #fff;
  }
}

/* business（関連リンク）
----------------------------------------------- */
@media (min-width: 960px) {
  .business-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .business-banner > li {
    flex: 0 0 calc((100% - 40px) / 5);
  }
}

/* supporter（滋賀DCサポーター制度）
----------------------------------------------- */
@media (min-width: 640px) {
  .supporter-img-01 {
    border-radius: 20px;
  }
}

/* spot（体験スポット）
----------------------------------------------- */
.spot-block {
  min-width: 0;
}
.spot-block.is-green {
  --spot-theme: #9cc585;
}
.spot-block.is-orange {
  --spot-theme: #ed9974;
}
.spot-block .swiper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.spot-block .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 11px;
}
.spot-block .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
}
.spot-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--spot-theme);
}

.spot-slide .img img {
  display: block;
  width: 100%;
  aspect-ratio: 480/320;
  -o-object-fit: cover;
  object-fit: cover;
}

.spot-text {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-top: 20px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.spot-text .line {
  padding: 2px 30px;
  font-size: min(14px, (100cqi - 60px) / 22);
  white-space: nowrap;
  background: var(--spot-theme);
  border-radius: 0 5px 5px 0;
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-panel-01 .tel {
  text-align: center;
  padding: 0.3em 1em;
  color: #56bfc3;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
  border: #56bfc3 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #56bfc3;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.contact-panel-01 .number a {
  color: #56bfc3;
}

/* list
--------------------------------- */
.info-list-01 {
  border-top: 1px solid #d1d1d1;
}
.info-list-01 li {
  border-bottom: 1px solid #d1d1d1;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 1em 2em 1em 0;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 2em 3em 2em 0;
  }
}
.info-btn-01:hover {
  background: rgb(236.5502183406, 248.0131004367, 248.4497816594);
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 2em;
  }
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.0625rem;
    flex: 1;
    width: auto;
    padding-left: 1.1em;
    border-left: 1px solid #707070;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}
.info-list-01.multi-tag .info-btn-01 {
  flex-wrap: wrap;
}
.info-list-01.multi-tag .info-btn-01 .data {
  width: auto;
  text-align: left;
}
.info-list-01.multi-tag .info-btn-01 .tit {
  width: 100%;
  flex: none;
  padding-left: 0;
  border-left: none;
}

/* single-01 記事本体
--------------------------------- */
.single-01 .data {
  color: #d9d9d9;
}

/* single-tit 記事タイトル
--------------------------------- */
.single-tit-01 {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}
.single-tit-01::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 61px;
  height: 57px;
  background-color: #d9d9d9;
  -webkit-mask: url("../img/top/special_deco.svg") no-repeat center/contain;
  mask: url("../img/top/special_deco.svg") no-repeat center/contain;
}

/* single-gallery 画像ギャラリー（メイン＋サムネ縦）
--------------------------------- */
.single-gallery-01 {
  display: flex;
  gap: 26px;
  height: clamp(360px, 45vw, 580px);
}
@media (max-width: 639px) {
  .single-gallery-01 {
    flex-direction: column;
    height: auto;
  }
}

.single-gallery-main {
  flex: 1;
  min-width: 0;
  height: 100%;
  position: relative;
}
@media (max-width: 639px) {
  .single-gallery-main {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 740/579;
  }
}
.single-gallery-main .swiper {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.single-gallery-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-gallery-thumb {
  flex: none;
  width: 240px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 639px) {
  .single-gallery-thumb {
    display: none;
  }
}
.single-gallery-thumb .swiper {
  height: 100%;
}
.single-gallery-thumb .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.single-gallery-thumb .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 240/180;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.single-gallery-prev,
.single-gallery-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e85400;
  transform: translateY(-50%);
}
.single-gallery-prev::after,
.single-gallery-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.single-gallery-prev {
  left: -25px;
}
.single-gallery-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.single-gallery-next {
  right: -25px;
}
.single-gallery-next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}

@media (max-width: 639px) {
  .single-gallery-prev,
  .single-gallery-next {
    width: 40px;
    height: 40px;
  }
  .single-gallery-prev::after,
  .single-gallery-next::after {
    width: 10px;
    height: 10px;
  }
  .single-gallery-prev {
    left: -20px;
  }
  .single-gallery-next {
    right: -20px;
  }
}
/* single-img メイン画像（1枚）
--------------------------------- */
.single-img-01 {
  border-radius: 20px;
  overflow: hidden;
}
.single-img-01 img {
  display: block;
  width: 100%;
  aspect-ratio: 740/495;
  -o-object-fit: cover;
  object-fit: cover;
}

/* single-detail 本文
--------------------------------- */
.single-detail {
  line-height: 2;
}
.single-detail p + p {
  margin-top: 1.5em;
}

/* single-experience DC期間特別体験の詳細
--------------------------------- */
.single-experience-theme {
  align-self: center;
  color: #e85400;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .single-experience-theme {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 640px) {
  .single-experience-table .row {
    grid-template-columns: 240px 1fr;
  }
}

/* special-spot スポットカード
--------------------------------- */
.special-spot-head {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 12px;
}

.special-spot-en {
  color: #d9d9d9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.special-spot-num {
  color: var(--area-color, inherit);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.special-spot-num::before {
  content: "";
  display: block;
  width: 40px;
  height: 14px;
  position: absolute;
  top: -5px;
  left: -10px;
  background-image: var(--tit-icon, none), url(../img/common/icon_deco-gray.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: contain, 61px 24px;
}

/* special-spot-tit スポット見出し
--------------------------------- */
.special-spot-tit {
  color: var(--area-color, inherit);
}

.special-spot-img img {
  display: block;
  width: 100%;
  height: 480px;
  min-height: 246px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 639px) {
  .special-spot-img img {
    height: auto;
    aspect-ratio: 1180/480;
  }
}

.special-spot-body {
  position: relative;
  padding: 20px 30px 40px;
}
@media (min-width: 640px) {
  .special-spot-body {
    padding: 56px 80px 80px;
  }
}

.special-spot-badge {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 49px;
  height: auto;
}
@media (min-width: 640px) {
  .special-spot-badge {
    top: 56px;
    right: 80px;
  }
}

.special-spot-grid {
  display: grid;
  grid-template-rows: 1fr;
  gap: 10px;
}
@media (min-width: 960px) {
  .special-spot-grid {
    grid-template-columns: 355fr 578fr;
    gap: 87px;
  }
}

@media (min-width: 960px) {
  .special-spot-detail {
    padding-top: 60px;
  }
}

/* page-kv 写真背景タイプ
--------------------------------- */
.page-kv-01.kv-meguru {
  min-height: 640px;
}
@media (min-width: 640px) {
  .page-kv-01.kv-meguru {
    min-height: 490px;
  }
}
.page-kv-01.kv-meguru {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/special-meguru/kv_01.webp");
}
.page-kv-01.kv-tsunagaru {
  min-height: 640px;
}
@media (min-width: 640px) {
  .page-kv-01.kv-tsunagaru {
    min-height: 490px;
  }
}
.page-kv-01.kv-tsunagaru {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/special-tsunagaru/kv_01_s.webp");
}
@media (min-width: 640px) {
  .page-kv-01.kv-tsunagaru {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/special-tsunagaru/kv_01.webp");
  }
}
.page-kv-01.kv-hirogaru {
  min-height: 640px;
}
@media (min-width: 640px) {
  .page-kv-01.kv-hirogaru {
    min-height: 490px;
  }
}
.page-kv-01.kv-hirogaru {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/special-hirogaru/kv_01_s.webp");
}
@media (min-width: 640px) {
  .page-kv-01.kv-hirogaru {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/special-hirogaru/kv_01.webp");
  }
}
.page-kv-01.kv-wellness {
  min-height: 640px;
}
@media (min-width: 640px) {
  .page-kv-01.kv-wellness {
    min-height: 490px;
  }
}
.page-kv-01.kv-wellness {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/special-wellness/kv_01_s.webp");
}
@media (min-width: 640px) {
  .page-kv-01.kv-wellness {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/special-wellness/kv_01.webp");
  }
}
.page-kv-01.kv-tour {
  min-height: 640px;
}
@media (min-width: 640px) {
  .page-kv-01.kv-tour {
    min-height: 490px;
  }
}
.page-kv-01.kv-tour {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/plan-tour/kv_01_s.webp");
}
@media (min-width: 640px) {
  .page-kv-01.kv-tour {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/plan-tour/kv_01.webp");
  }
}
.page-kv-01.kv-jr-west {
  min-height: 640px;
}
@media (min-width: 640px) {
  .page-kv-01.kv-jr-west {
    min-height: 490px;
  }
}
.page-kv-01.kv-jr-west {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/plan-jr-west/kv_01_s.webp");
}
@media (min-width: 640px) {
  .page-kv-01.kv-jr-west {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/plan-jr-west/kv_01.webp");
  }
}

/* page-kv-lead KV内リード文
--------------------------------- */
.page-kv-lead {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

/* page-deco-01 装飾（右上配置・テーマ色のドット散らし）
--------------------------------- */
.page-deco-01 {
  position: absolute;
  top: 40px;
  right: 8%;
  width: 86px;
  height: 80px;
  background-color: var(--deco-color, #ed9974);
  mask: url("../img/common/deco_01-shape.svg") center/contain no-repeat;
  -webkit-mask: url("../img/common/deco_01-shape.svg") center/contain no-repeat;
}
.page-deco-01.meguru {
  --deco-color: #ed9974;
}
.page-deco-01.tsunagaru {
  --deco-color: #9cc585;
}
.page-deco-01.hirogaru {
  --deco-color: #81c4db;
}
.page-deco-01.wellness {
  --deco-color: #c6a58e;
}