@charset "UTF-8";

/* ====================================================
【色設定】
==================================================== */
:root {
  --color_base: #fff;
  --color_text: #333;
  --color_link: #333;
  --color_border: #999999;
  --color_primary: #1C8921;
  --color_secondary: #FCAB30;
  --color_tertiary: #77BA2F;
  --color_bg01: #EBF8EF;
  --color_bg02: #EFEAD9;
  --color_white: #fff;
  --color_black: #333;
  --color_gray: #E0E0E0;
  --color_gray_light: #F6F6F6;
  --color_gray_dark: #777;
  --color_primary_50: rgba(28, 137, 33, .5);
  --color_primary_90: rgba(28, 137, 33, .9);
  --color_text_sub: #384A39;
  --color_text_light: #999999;
  --color_border_light: #C6DDCD;
  --color_bnr_bg: #C5E3CE;
  --color_bnr_border: #A2C7AE;
  --color_bnr_ttl: #E66A00;
  --color_bnr_txt: #674B32;
}

/* ====================================================
【アニメーション】
==================================================== */
:root {
  --ease: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ====================================================
【サイト全体の設定】
==================================================== */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}

:root {
  --font_base:
    "Local Noto Sans JP",
    "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
  --font_jp: "FOT-筑紫A丸ゴシック Std B", serif;
  --font_en: "FOT-筑紫A丸ゴシック Std B", serif;
  --font_weight: normal;
  --font_size: 1rem;
  --line_height: 2.0;
  --letter_spacing: .05em;
}

@media (max-width: 800px) {
  :root {
    --font_size: 0.9375rem;
    --line_height: 1.8;
  }
}

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

a {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  all: unset;
  box-sizing: border-box;
}

:where(a, input, button, textarea, select) {
  touch-action: manipulation;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

textarea {
  resize: block;
}

:where(button, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:focus-visible) {
  outline: 2px solid #2e2c29;
  outline-offset: 2px;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(ul, ol, li) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(em, dfn) {
  font-style: inherit;
}

sup {
  vertical-align: text-top;
  line-height: 1;
}

sub {
  vertical-align: text-bottom;
  line-height: 1;
}

hr {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

mark {
  background: transparent;
  font-style: normal;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
body {
  background-color: var(--color_base);
  color: var(--color_text);
  font-family: var(--font_base);
  font-size: var(--font_size);
  font-weight: var(--font_weight);
  letter-spacing: var(--letter_spacing);
  line-height: var(--line_height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_jp);
  letter-spacing: 0.1em;
  line-height: 1.5;
}

[lang=en] {
  font-family: var(--font_en);
}

figure:has(img) {
  line-height: 0;
}

.link {
  color: var(--color_primary);
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  position: relative;
  text-wrap: pretty;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^=tel] {
  cursor: default;
}

:target {
  scroll-margin-top: 130px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide {
  max-width: 1200px;
}

.container.ultra-wide {
  max-width: 1540px;
}

.container.narrow {
  max-width: 900px;
}

/*-----------------------------------------------------------
セクション共通パーツ
-----------------------------------------------------------*/
.top-ttl {
  color: var(--color_primary);
  font-size: clamp(1.625rem, 1.9vw, 2.125rem);
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
}

.top-ttl::after {
  content: "";
  display: block;
  background-color: var(--color_primary);
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-ttl.tac::after {
  left: 50%;
  transform: translateX(-50%);
}

.l-img,
.l-img img {
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 800px) {
  .top-ttl {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }

  .top-ttl::after {
    margin-top: 20px;
  }
}

/*ボタン*/
.btn-out {
  padding-right: 15px;
  position: relative;
}

.btn-out::before {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  right: 0;
}

.btn-out::after {
  content: "";
  transition: background-size 0.3s;
  background: linear-gradient(to top, currentColor 0px, currentColor 1.1px, transparent 1px) no-repeat right bottom;
  background-size: 0% auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
}

@media (any-hover: hover) {
  .btn-out:hover::after {
    background-position: left bottom;
    background-size: 100% auto;
  }
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_secondary);
  border-radius: 5px;
  color: var(--color_white);
  font-family: var(--font_jp);
  font-size: 1rem;
  line-height: 1.5;
  padding-inline: 30px;
  position: relative;
  min-width: 240px;
  max-width: 100%;
  height: 50px;
  transition: background-color 0.3s ease;
}

.btn-more::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 10px;
  transform: translateY(-50%);
}

.btn-more.small {
  width: 160px;
  height: 40px;
}

@media (any-hover: hover) {
  .btn-more:hover {
    background-color: var(--color_tertiary);
  }
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--color_secondary);
  border-radius: 5px;
  color: var(--color_white);
  font-family: var(--font_jp);
  font-size: 1.125rem;
  line-height: 1.3;
  width: 240px;
  max-width: 100%;
  height: 60px;
  transition: background-color 0.3s ease;
}

.btn-contact::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../images/share/icon_mail.svg) no-repeat center/contain;
  mask: url(../images/share/icon_mail.svg) no-repeat center/contain;
  width: 22px;
  height: 18px;
  flex-shrink: 0;
}

@media (any-hover: hover) {
  .btn-contact:hover {
    background-color: var(--color_tertiary);
  }
}

.btn-arrow {
  display: grid;
  place-items: center;
  background-color: var(--color_secondary);
  border-radius: 5px;
  width: 30px;
  height: 30px;
}

.btn-arrow::before {
  content: "";
  background-color: var(--color_white);
  -webkit-mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  width: 5px;
  height: 10px;
}

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

.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .btn-more {
    font-size: 0.9375rem;
    height: 45px;
  }

  .btn-contact {
    font-size: 1rem;
    height: 50px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.category-ttl {
  color: var(--color_primary);
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.category-ttl::before {
  content: "";
  background-color: var(--color_primary);
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0.75em;
  left: 0;
}

@media (max-width: 800px) {
  .category-ttl {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

/*カテゴリーリスト*/
.list-category-links {
  display: grid;
  gap: 5px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.list-category-links>li {
  position: relative;
  padding-left: 15px;
}

.list-category-links>li::before {
  content: "";
  border-top: 1px solid var(--color_primary);
  border-right: 1px solid var(--color_primary);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0;
  rotate: 45deg;
}

.list-category-links ul {
  margin-top: 5px;
}

.list-category-links ul li {
  position: relative;
  padding-left: 15px;
}

.list-category-links ul li::before {
  content: "└";
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--color_text_light);
  font-size: 0.625rem;
}

.list-category-links ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-category-links a {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}

@media (any-hover: hover) {
  .list-category-links a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

/*ブログ*/
.post-under-blog {
  border-top: 1px dotted var(--color_border);
  margin-bottom: 50px;
}

.post-under-blog a {
  border-bottom: 1px dotted var(--color_border);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 15px;
  padding: 10px 70px 10px 10px;
  position: relative;
  transition: background-color 0.3s;
}

@media (any-hover: hover) {
  .post-under-blog a:hover {
    background-color: var(--color_bg01);
  }
}

.post-under-blog a::before {
  content: "";
  background: url(../images/share/post_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}

.post-under-blog .post-img img {
  border: 1px solid var(--color_border_light);
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 7/5;
}

.post-under-blog {
  /*テキスト側のラッパ。grid 2列目のはみ出しを防いで line-clamp を効かせる*/
}

.post-under-blog .post-desc {
  min-width: 0;
}

.post-under-blog .post-data {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.post-under-blog time {
  color: var(--color_text_light);
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}

.post-under-blog .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.post-under-blog .category {
  display: inline-block;
  border: 1px solid var(--color_tertiary);
  background-color: var(--color_bg01);
  border-radius: 5px;
  color: var(--color_primary);
  font-size: 0.625rem;
  line-height: 1.5;
  padding: 1px 5px;
  text-align: center;
}

.post-under-blog .post-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.5;
}

.post-under-blog .no-post {
  padding: 25px 0;
}

@media (max-width: 800px) {
  .post-under-blog {
    margin-bottom: 30px;
  }

  .post-under-blog a {
    grid-template-columns: 120px 1fr;
    gap: 10px;
    padding: 10px 0;
  }

  .post-under-blog a::before {
    display: none;
  }

  .post-under-blog .post-img img {
    aspect-ratio: 7/5;
  }

  .post-under-blog time {
    flex-shrink: 0;
    font-size: 0.6875rem;
  }

  .post-under-blog .category {
    font-size: 0.5rem;
    padding: 0 4px;
  }

  .post-under-blog .post-ttl {
    -webkit-line-clamp: 3;
    font-size: 0.8125rem;
  }

  .post-under-blog .no-post {
    padding: 25px 0;
  }
}

/*詳細ページ*/
.layout-single-post {
  border: 1px solid var(--color_tertiary);
  border-radius: 10px;
  width: min(90%, 1024px);
  margin: 80px auto 0;
  padding: 5%;
}

.layout-single-post .post-data {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.layout-single-post time {
  color: var(--color_text_light);
  flex-shrink: 0;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
}

.layout-single-post .category-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.layout-single-post .category {
  display: inline-block;
  border: 1px solid var(--color_tertiary);
  background-color: var(--color_bg01);
  border-radius: 5px;
  color: var(--color_primary);
  font-size: 0.625rem;
  line-height: 1.5;
  padding: 2px 8px;
  text-align: center;
}

.layout-single-post .l-ttl {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .layout-single-post {
    margin: 0 auto;
  }

  .layout-single-post .l-ttl {
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
}

/*ページャー*/
.post-number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: var(--color_text_light);
  font-size: 1rem;
  line-height: 1;
  position: relative;
  transition: color 0.3s;
}

@media (any-hover: hover) {

  .post-number span:hover,
  .post-number a:hover {
    color: var(--color_primary);
  }
}

.post-number .current {
  color: var(--color_primary);
  text-decoration: underline;
  text-underline-offset: 15px;
}

.post-number .prev,
.post-number .next {
  width: 10px;
  height: 10px;
  margin-top: 5px;
}

.post-number .prev {
  margin-right: 10px;
}

.post-number .next {
  margin-left: 10px;
}

.post-number .prev::before,
.post-number .next::before {
  content: "";
  background-color: var(--color_black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.post-number .prev::before {
  -webkit-mask: url(../images/share/post_prev.svg) no-repeat center/contain;
  mask: url(../images/share/post_prev.svg) no-repeat center/contain;
}

.post-number .next::before {
  -webkit-mask: url(../images/share/post_next.svg) no-repeat center/contain;
  mask: url(../images/share/post_next.svg) no-repeat center/contain;
}

@media (max-width: 800px) {
  .post-number {
    gap: 15px;
    margin-top: 30px;
  }
}

.post-number-single {
  border-top: 1px solid var(--color_border);
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
  margin-top: 5rem;
  padding-top: 5rem;
}

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  flex: 1;
  background: var(--color_secondary);
  border-radius: 5px;
  color: var(--color_white);
  font-size: 0.8125rem;
  font-family: var(--font_jp);
  line-height: 30px;
  max-width: 200px;
  height: 30px;
  width: 100%;
  transition: background-color 0.3s;
}

@media (any-hover: hover) {
  .post-number-single .all:hover {
    background: var(--color_tertiary);
  }
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--color_black);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  position: relative;
  transition: background-color 0.3s;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  content: "";
  background-color: var(--color_black);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background-color 0.3s;
  width: 10px;
  height: 10px;
}

.post-number-single .prev::before {
  right: 8px;
}

.post-number-single .next::before {
  left: 8px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background-color: var(--color_black);
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  background-color: var(--color_white);
}

.post-number-single .prev::before {
  -webkit-mask: url(../images/share/post_next.svg) no-repeat center/contain;
  mask: url(../images/share/post_next.svg) no-repeat center/contain;
}

.post-number-single .next::before {
  -webkit-mask: url(../images/share/post_prev.svg) no-repeat center/contain;
  mask: url(../images/share/post_prev.svg) no-repeat center/contain;
}

.postdata {
  display: flow-root;
  overflow-wrap: break-word;
  line-height: 1.8;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.wp-block-button__link {
  border: none !important;
  border-radius: 5px;
  background-color: var(--color_secondary) !important;
  color: var(--color_white) !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem !important;
  line-height: 1 !important;
  min-width: 240px;
  padding: 17px 30px !important;
  line-height: 1.5;
  position: relative;
  transition: .3s;
}

.wp-block-button__link::after {
  content: "";
  background-color: currentColor;
  mask: url(../images/share/icon_arrow.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 10px;
  transform: translateY(-50%);
}

.wp-block-button__link:hover {
  background-color: var(--color_tertiary) !important;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-block: 1em;
}

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

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

@media (any-hover: hover) {
  .postdata a:hover {
    text-decoration: none;
  }
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata sub {
  font-size: 0.6875rem;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 0.6875rem;
  position: relative;
  top: -0.1em;
}

.postdata .aligncenter {
  margin-inline: auto;
}

.postdata pre {
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s, padding 0.3s;
  z-index: 100;
}

.header::before {
  content: "";
  background: linear-gradient(to bottom, var(--color_white), rgba(255, 255, 255, 0));
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  transition: opacity 0.3s;
  z-index: -1;
}

.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
}

.header.is-scrolled::before {
  opacity: 0;
}

.h-logo {
  line-height: 1;
  padding-top: 10px;
}

.h-utility {
  display: grid;
  justify-items: end;
  gap: 20px;
}

.h-utility-btns {
  display: flex;
  align-items: center;
  gap: 40px;
}

.h-utility-btns .tel {
  color: var(--color_primary);
}

.h-hours {
  color: var(--color_text_sub);
  font-size: 0.875rem;
  line-height: 1.571;
}

.header .btn-contact {
  width: 200px;
  height: 50px;
}

@media (max-width: 1400px) {
  .h-logo {
    width: min(420px, 34%);
  }

  .h-utility-btns {
    gap: 20px;
  }

  .h-utility-btns .tel {
    font-size: 1.5rem;
  }

  .h-hours {
    font-size: 0.8125rem;
  }
}

@media (max-width: 1024px) {
  .header {
    align-items: center;
    padding: 15px 20px;
  }

  .h-logo {
    padding-top: 0;
    width: min(420px, 80%);
  }

  .h-utility {
    display: none;
  }
}

@media (max-width: 800px) {
  .header {
    position: relative;
  }

  .header::before {
    display: none;
  }

  .header.is-scrolled {
    background-color: transparent;
    padding: 15px 20px;
  }
}

/*------------
Gnavi
--------------*/
.gnavi-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  font-family: var(--font_jp);
  font-size: 1.125rem;
  line-height: 1;
}

.gnavi-links>li>a {
  display: inline-block;
  transition: color 0.3s;
}

.gnavi-links>li>a[aria-current="page"],
.dropdown .sub-menu a[aria-current="page"] {
  color: var(--color_primary);
}


@media (any-hover: hover) {
  .gnavi-links>li>a:hover {
    color: var(--color_primary);
  }
}

/*dropdown*/
.dropdown {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
}

.dropdown::after {
  content: "";
  background-color: var(--color_primary);
  -webkit-mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  width: 5px;
  height: 10px;
  rotate: 90deg;
  margin: 4px 0 0 0;
}

.dropdown.is-open>a,
.dropdown.is-open>p {
  color: var(--color_primary);
  transition: color 0.3s;
}

.dropdown.is-open .sub-menu {
  pointer-events: auto;
  opacity: 1;
}

.dropdown .sub-menu {
  display: block;
  background-color: var(--color_bg01);
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 2.222;
  padding: 20px 20px 20px 25px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 16px);
  right: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(50%);
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 5;
}

.gnavi-links>li:last-child .sub-menu {
  right: 0;
  transform: none;
}

.dropdown .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}

.dropdown .sub-menu a {
  display: block;
  padding-left: 12px;
  position: relative;
  transition: color 0.3s;
}

.dropdown .sub-menu a::before {
  content: "";
  background-color: var(--color_secondary);
  -webkit-mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 8px;
  transform: translateY(-50%);
}

@media (any-hover: hover) {
  .dropdown .sub-menu a:hover {
    color: var(--color_primary);
  }
}

@media (max-width: 1400px) {
  .gnavi-links {
    gap: 20px;
    font-size: 1rem;
  }
}

/*------------
追従バナー
--------------*/
.h-bnr {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 300px;
  height: 164px;
  z-index: 90;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .h-bnr:hover {
    opacity: 0.85;
  }
}

.h-bnr-box {
  display: block;
  background-color: var(--color_bnr_bg);
  border: 3px solid var(--color_bnr_border);
  border-radius: 10px;
  position: absolute;
  inset: 34px 0 0;
}

.h-bnr-ttl {
  display: block;
  color: var(--color_bnr_ttl);
  font-family: var(--font_jp);
  font-size: 2.8125rem;
  line-height: 1;
  padding: 11px 0 0 11px;
}

.h-bnr-sub {
  display: block;
  color: var(--color_bnr_txt);
  font-family: var(--font_jp);
  font-size: 1.375rem;
  line-height: 1;
  padding: 8px 0 0 14px;
}

.h-bnr-label {
  display: flex;
  align-items: center;
  background-color: var(--color_primary);
  border-radius: 0 0 0 10px;
  color: var(--color_white);
  font-family: var(--font_jp);
  font-size: 1.125rem;
  line-height: 1;
  padding-left: 26px;
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 211px;
  height: 34px;
}

.h-bnr-img {
  position: absolute;
  top: 0;
  left: 156px;
  width: 168px;
}

@media (max-width: 1024px) {
  .h-bnr {
    border-radius: 0;
    right: 0;
    bottom: 60px;
    width: 186px;
    height: 87px;
  }

  .h-bnr-box {
    inset: 17px 16px 0 0;
    border-width: 2px;
  }

  .h-bnr-ttl {
    font-size: 1.6875rem;
    padding: 11px 0 0 6px;
  }

  .h-bnr-sub {
    font-size: 0.8125rem;
    padding: 3px 0 0 8px;
  }

  .h-bnr-label {
    display: none;
  }

  .h-bnr-img {
    left: 104px;
    width: 89px;
  }
}

/*------------
Gnavi Drawer
--------------*/
html.is-open {
  height: 100%;
  overflow: hidden;
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  margin-top: auto;
  position: relative;
}

/*------------
Footer CTA
--------------*/
.f-cta {
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}

.f-cta-box {
  display: grid;
  grid-template-columns: 452fr 339fr 409fr;
  align-items: center;
  background-color: var(--color_primary);
  border-radius: 10px;
  color: var(--color_white);
  min-height: 120px;
  padding-block: 50px;
}

.f-cta-lead {
  padding-left: 88px;
}

.f-cta-label {
  display: inline-flex;
  align-items: center;
  background-color: var(--color_white);
  border-radius: 5px;
  color: var(--color_primary);
  font-family: var(--font_jp);
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 4px;
  padding-inline: 10px;
  height: 36px;
}

.f-cta-ttl {
  font-family: var(--font_jp);
  font-size: 1.875rem;
  line-height: 1.7;
}

.f-cta-tel {
  border-left: 1px dotted rgba(255, 255, 255, 0.6);
  text-align: center;
}

.f-cta-tel .tel {
  justify-content: center;
}

.f-cta-hours {
  font-size: 0.875rem;
  line-height: 1.571;
}

.f-cta-btn {
  border-left: 1px dotted rgba(255, 255, 255, 0.6);
  padding-left: 40px;
}

/*------------
Footer contents
--------------*/
.f-contents {
  background-color: var(--color_bg01);
  padding-top: 180px;
  padding-bottom: 10px;
  position: relative;
}

.f-logo {
  line-height: 1;
  margin: 0 auto 17px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.f-logo img {
  margin-inline: auto;
}

.f-address {
  margin-bottom: 27px;
  text-align: center;
}

.site-map {
  display: flex;
  justify-content: center;
  gap: 79px;
  margin-bottom: 25px;
}

.f-links {
  line-height: 2.625;
}

.f-links a {
  display: inline-block;
  padding-left: 14px;
  position: relative;
  transition: color 0.3s ease;
}

.f-links a::before {
  content: "";
  background-color: var(--color_secondary);
  -webkit-mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 8px;
  transform: translateY(-50%);
}

.f-links a[aria-current="page"] {
  color: var(--color_primary);
}

@media (any-hover: hover) {
  .f-links a:hover {
    color: var(--color_primary);
  }
}

.copyright {
  border-top: 1px solid var(--color_border_light);
  color: var(--color_text_light);
  font-size: 0.75rem;
  line-height: 1;
  padding-top: 10px;
  text-align: center;
}

.pagetop {
  background-color: var(--color_tertiary);
  border-radius: 5px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 151px;
  right: 40px;
  width: 50px;
  height: 50px;
}

.pagetop::before {
  content: "";
  background-color: var(--color_white);
  -webkit-mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/share/icon_arrow.svg) no-repeat center/contain;
  width: 6px;
  height: 12px;
  rotate: -90deg;
}

@media (any-hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}

@media (max-width: 1500px) {
  .site-map {
    margin-bottom: 140px;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding: 60px 0 50px;
  }

  .f-cta-box {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 25px;
    padding: 30px 25px;
  }

  .f-cta-lead {
    padding-left: 0;
    text-align: center;
  }

  .f-cta-tel,
  .f-cta-btn {
    border-left: none;
    padding-left: 0;
  }

  .f-contents {
    padding-top: 150px;
  }

  .site-map {
    flex-wrap: wrap;
    gap: 10px 40px;
    margin-bottom: 100px;
  }

  .pagetop {
    display: none;
  }
}

@media (max-width: 800px) {
  .f-cta {
    margin-bottom: -60px;
  }

  .f-cta-label {
    font-size: 1.25rem;
    height: 30px;
  }

  .f-cta-ttl {
    font-size: 1.375rem;
  }

  .f-contents {
    padding-top: 90px;
  }

  .f-logo {
    width: min(300px, 90%);
    margin-inline: auto;
  }

  .site-map {
    display: grid;
    gap: 0;
    justify-content: start;
    margin-bottom: 30px;
  }

  .f-links {
    line-height: 2.2;
  }
}

.sp-navi {
  display: none;
}

@media (max-width: 1024px) {
  :root {
    --navi-background: var(--color_secondary);
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

  .sp-navi-btns>* {
    flex: 1;
    position: relative;
  }

  .sp-navi-btns .item {
    font-family: var(--font_jp);
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi-btns .item:not(:last-child) {
    border-right: 1px solid var(--navi-border-color);
  }

  .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 6px 0;
  }

  .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }

  .sp-navi-btns .item .ttl {
    display: block;
  }

  .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 6px;
  }

  .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--font_jp);
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 17px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 23px;
  }

  .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .sp-navi-drawer {
    pointer-events: none;
    visibility: hidden;
    background: var(--color_white);
    color: var(--color_black);
    font-size: 0.9375rem;
    padding: 25px 25px 100px;
    position: fixed;
    inset: 0;
    transform: translateX(60px);
    transition: 0.5s var(--ease);
    opacity: 0;
    z-index: 1000;
  }

  .sp-navi-drawer.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    transform: translateX(0);
    opacity: 1;
    transition-timing-function: var(--ease);
  }

  .sp-logo {
    margin-bottom: 30px;
    width: min(360px, 90%);
  }

  .sp-navi-list {
    border-top: 1px solid var(--color_gray);
    font-family: var(--font_jp);
    line-height: 1.5;
  }

  .sp-navi-list>li {
    position: relative;
    border-bottom: 1px solid var(--color_gray);
  }

  .sp-navi-list>li>a {
    display: grid;
    align-items: center;
    padding: 10px 25px 10px 0;
    position: relative;
    min-height: 50px;
  }

  .sp-navi-list>li>a[aria-current="page"] {
    color: var(--color_primary);
  }

  .sp-navi-list>li>a::after {
    content: "";
    background-color: var(--color_primary);
    -webkit-mask: url(../images/share/sp_navi_arrow.svg) no-repeat center/contain;
    mask: url(../images/share/sp_navi_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 11px;
    transform: translateY(-50%);
  }

  .sp-details::details-content {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0 15px;
    transition: 0.3s ease;
  }

  .sp-details[open]::details-content {
    background-color: var(--color_bg01);
    grid-template-rows: 1fr;
    padding: 15px;
  }

  .sp-details[open] .plus {
    rotate: 45deg;
  }

  .sp-details-btn {
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 0;
    position: relative;
    min-height: 50px;
    width: 100%;
  }

  .sp-details-btn .text {
    display: block;
  }

  .sp-details-btn .plus {
    display: block;
    background-color: var(--color_primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    transition: 0.3s;
    transform-origin: 50% 0;
  }

  .sp-details-btn .plus::after {
    content: "";
    background-color: var(--color_white);
    -webkit-mask: url(../images/share/sp_navi_plus.svg) no-repeat center/contain;
    mask: url(../images/share/sp_navi_plus.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
  }

  .sp-sub-menu {
    display: grid;
    grid-gap: 5px;
    font-size: 0.875rem;
  }

  .sp-sub-menu a {
    display: block;
    position: relative;
    padding-left: 20px;
  }

  .sp-sub-menu a[aria-current="page"] {
    color: var(--color_primary);
  }

  .sp-sub-menu a::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: var(--color_primary);
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
  }
}

.layout-sidebar {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-areas: "sidebar body";
  gap: 5rem;
  align-items: flex-start;
  margin-inline: auto;
  width: min(90%, 1024px);
}

.layout-sidebar .l-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 130px;
}

.layout-sidebar .l-label {
  border-bottom: 1px solid var(--color_border_light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.layout-sidebar .l-label [lang=en] {
  color: var(--color_primary);
  font-size: 1.0625rem;
}

.layout-sidebar .l-label .jp {
  font-size: 0.625rem;
}

.layout-sidebar .l-body {
  grid-area: body;
}

@media (max-width: 800px) {
  .layout-sidebar {
    grid-template-columns: 1fr;
    grid-template-areas: "body""sidebar";
    gap: 5rem;
  }

  .layout-sidebar .l-sidebar {
    position: static;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  position: relative;
}

.hero img {
  aspect-ratio: 1800/800;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hero-ttl {
  background-color: var(--color_primary_50);
  border-radius: 10px;
  color: var(--color_white);
  font-family: var(--font_jp);
  font-size: clamp(2.375rem, 2.8vw, 3.125rem);
  line-height: 1.4;
  padding: 20px 25px;
  text-shadow: 0 0 10px rgb(56, 74, 57);
  position: absolute;
  top: 48.75%;
  left: 5.5%;
}

@media (max-width: 800px) {
  .hero img {
    aspect-ratio: 400/450;
    max-height: 450px;
  }

  .hero-ttl {
    font-size: 1.625rem;
    line-height: 1.308;
    padding: 15px;
    top: 26.7%;
    left: 4%;
  }
}

/*-----------------------------------------------------------
新着記事リスト（sec03 / sec06 共通）
-----------------------------------------------------------*/
.post-top-news {
  display: grid;
}

.post-top-news a {
  display: flex;
  border-bottom: 1px dotted var(--color_border);
}

.post-top-news time {
  color: var(--color_text_light);
  display: inline-block;
  white-space: nowrap;
}

.post-top-news .post-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 400;
}

@media (any-hover: hover) {
  .post-top-news a:hover .post-ttl {
    text-decoration: underline;
  }
}

/*-----------------------------------------------------------
sec01 事務所紹介
-----------------------------------------------------------*/
.sec01 {
  padding: 100px 0 80px;
  position: relative;
}

.sec01::before {
  content: "";
  background-color: var(--color_bg02);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44%;
}

.sec01>.container {
  position: relative;
}

.sec01 .top-ttl {
  margin-bottom: 40px;
}

.sec01 .l-btn {
  margin-top: 40px;
}

.sec01-inner {
  display: grid;
  grid-template-columns: 1fr calc(50% - 30px);
  grid-template-areas: "ttl img""body img";
  gap: 0 70px;
  align-items: flex-end;
  padding-right: 30px;
}

.sec01-inner .top-ttl {
  grid-area: ttl;
}

.sec01-body {
  grid-area: body;
}

.sec01-img {
  grid-area: img;
  position: relative;
}

.sec01-img02 {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 26%;
}

@media (max-width: 1024px) {
  .sec01-inner {
    gap: 40px;
  }

  .sec01-img {
    padding-top: 0;
  }
}

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }

  .sec01::before {
    height: 65%;
  }

  .sec01 .top-ttl {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .sec01 .l-btn {
    justify-content: center;
    margin-top: 25px;
  }

  .sec01-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "ttl""img""body";
    gap: 0;
    padding-right: 0;
  }

  .sec01-img {
    margin-bottom: 20px;
    position: relative;
  }

  .sec01-img::before {
    content: "";
    background: url(../images/sec01_img02@2x.png) no-repeat center/contain;
    width: 38%;
    height: auto;
    aspect-ratio: 630/684;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .sec01-img02 {
    display: none;
  }
}

/*-----------------------------------------------------------
sec02 障害年金サポート
-----------------------------------------------------------*/
.sec02 {
  background-color: var(--color_bg01);
  padding: 90px 100px;
}

.sec02 .l-img {
  display: block;
  margin-bottom: 40px;
  margin-inline: auto;
  max-width: 740px;
}

.sec02 .l-btn {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .sec02 {
    padding: 50px 0;
  }

  .sec02 .l-img {
    margin-bottom: 25px;
  }

  .sec02 .l-btn {
    margin-top: 25px;
  }

  .sec02 p {
    text-align: left;
  }
}

/*-----------------------------------------------------------
sec03 障害年金に関する新着記事
-----------------------------------------------------------*/
.sec03 {
  padding: 100px 0;
}

.sec03-card {
  background-color: var(--color_white);
  border: 1px solid var(--color_tertiary);
  border-radius: 10px;
  overflow: hidden;
}

.sec03-ttl {
  display: flex;
  align-items: center;
  background-color: var(--color_tertiary);
  color: var(--color_white);
  font-size: 1.75rem;
  line-height: 1.821;
  padding-inline: 40px;
  height: 58px;
}

.sec03-body {
  padding: 30px 40px;
}

.sec03-body .post-top-news a {
  gap: 29px;
  padding-bottom: 10px;
}

.sec03-body .item+.item a {
  padding-top: 12px;
}

.sec03-body .l-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .sec03 {
    padding: 50px 0;
  }

  .sec03-ttl {
    font-size: 1.25rem;
    padding-inline: 20px;
    height: 48px;
  }

  .sec03-body {
    padding: 20px;
  }

  .sec03-body .post-top-news a {
    flex-direction: column;
    gap: 0;
  }
}

/*-----------------------------------------------------------
sec04 初めての方へ
-----------------------------------------------------------*/
.sec04 {
  background-color: var(--color_bg01);
  padding: 100px 0;
}

.sec04-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.sec04-item {
  background-color: var(--color_white);
  border-top: 3px solid var(--color_tertiary);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.sec04-item>a {
  display: block;
  padding: 10px 10px 55px;
  position: relative;
  height: 100%;
  transition: background-color 0.3s ease;
}

.sec04-item .l-img {
  margin-bottom: 24px;
}

.sec04-item .btn-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media (any-hover: hover) {
  .sec04-item>a:hover {
    background-color: var(--color_bnr_bg);
  }
}

.sec04-ttl {
  color: var(--color_primary);
  font-size: 1.625rem;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .sec04 {
    padding: 50px 0;
  }

  .sec04-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sec04-item>a {
    padding-bottom: 50px;
  }

  .sec04-item .l-img {
    margin-bottom: 15px;
  }

  .sec04-ttl {
    font-size: 1.25rem;
  }
}

/*-----------------------------------------------------------
sec05 その他サービスのご案内
-----------------------------------------------------------*/
.sec05 {
  padding: 100px 0;
}

.sec05 .l-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.sec05-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.sec05-img {
  margin-bottom: 20px;
  position: relative;
}

.sec05-img img {
  border-radius: 10px;
  width: 100%;
}

.sec05-label {
  display: flex;
  align-items: center;
  background-color: var(--color_primary_90);
  border-radius: 0 5px 5px 0;
  color: var(--color_white);
  font-family: var(--font_jp);
  font-size: clamp(1.125rem, 1.3vw, 1.4375rem);
  line-height: 1.3;
  padding-left: 20px;
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 81.8%;
  min-height: 48px;
}

@media (max-width: 800px) {
  .sec05 {
    padding: 50px 0;
  }

  .sec05 .l-btn {
    margin-top: 25px;
  }

  .sec05-items {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sec05-label {
    font-size: 1rem;
    padding-left: 15px;
    bottom: 10px;
    width: 90%;
    min-height: 40px;
  }
}

/*-----------------------------------------------------------
sec06 新着情報
-----------------------------------------------------------*/
.sec06 {
  background-color: var(--color_bg01);
  padding: 100px 0;
}

.sec06-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.sec06-card {
  background-color: var(--color_white);
  border: 1px solid var(--color_tertiary);
  border-radius: 10px;
  overflow: hidden;
}

.sec06-ttl {
  display: flex;
  align-items: center;
  background-color: var(--color_tertiary);
  color: var(--color_white);
  font-size: 1.75rem;
  line-height: 1.8;
  padding: 4px 30px;
}

.sec06-body {
  padding: 21px 30px 30px;
}

.sec06-body .post-top-news a {
  flex-direction: column;
  line-height: 1.5;
  padding-bottom: 14px;
}

.sec06-body .post-top-news .item+.item a {
  padding-top: 16px;
}

.sec06-body .post-top-news time {
  margin-bottom: 2px;
}

.sec06-body .l-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .sec06 {
    padding: 50px 0;
  }

  .sec06-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sec06-ttl {
    font-size: 1.25rem;
    padding-inline: 20px;
    height: 48px;
  }

  .sec06-body {
    padding: 20px;
  }
}

/*-----------------------------------------------------------
sec07 / sec08 GoogleMap
-----------------------------------------------------------*/
.sec07 {
  padding: 100px 0;
}

.sec08 {
  padding: 0 0 100px;
}

.sec07-map {
  position: relative;
}

.sec07-map iframe {
  border: 0;
  width: 100%;
  height: 450px;
}

.sec07-card {
  background-color: var(--color_white);
  border: 1px solid var(--color_tertiary);
  border-radius: 10px;
  padding: 40px 40px 55px;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 380px;
  transform: translateY(-50%);
}

.sec07-card .l-btn {
  margin-top: 11px;
}

.sec07-ttl {
  border-bottom: 1px solid var(--color_primary);
  color: var(--color_primary);
  font-size: 1.75rem;
  line-height: 1.821;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

@media (max-width: 1024px) {
  .sec07-card {
    padding: 30px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 90%;
    margin: -60px auto 0;
  }
}

@media (max-width: 800px) {
  .sec07 {
    padding: 50px 0;
  }

  .sec08 {
    padding: 0 0 50px;
  }

  .sec07-map iframe {
    height: 300px;
  }

  .sec07-card {
    padding: 20px;
    margin-top: -40px;
  }

  .sec07-ttl {
    font-size: 1.25rem;
  }
}

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-header {
  display: grid;
  place-items: center;
  background-color: var(--color_bg01);
  padding: 108px 5% 0;
  text-align: center;
  position: relative;
  min-height: 420px;
}

.page-ttl {
  color: var(--color_primary);
  font-size: clamp(2.375rem, 2.8vw, 3.125rem);
  line-height: 1.4;
}

body:has(.page-header) .header::before {
  display: none;
}

.breadcrumb {
  margin: 20px auto 0;
  max-width: 1024px;
  width: 90%;
  position: relative;
  z-index: 1;
}

.breadcrumb ul {
  font-size: 0.875rem;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

.u-contents {
  padding: 100px 0;
}

.u-contents p+p {
  margin-top: 1em;
}

@media (max-width: 800px) {
  .page-header {
    overflow: hidden;
    padding: 40px 3%;
    min-height: 110px;
  }

  .page-ttl {
    font-size: 1.75rem;
  }

  .u-contents {
    padding: 50px 0;
  }
}

.u-h2,
.postdata h2 {
  color: var(--color_primary);
  font-size: 2.125rem;
  margin-bottom: 50px;
  padding-bottom: 23px;
  position: relative;
  text-align: center;
}

.u-h2::after,
.postdata h2::after {
  content: "";
  display: block;
  background-color: var(--color_primary);
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.postdata h2 {
  font-size: 1.625rem;
  padding-bottom: 15px;
  text-align: left;
}

.postdata h2::after {
  left: 0;
  transform: none;
}

.u-h3,
.postdata h3 {
  background-color: var(--color_tertiary);
  border-radius: 5px;
  color: var(--color_white);
  font-size: 1.4375rem;
  margin-bottom: 30px;
  padding: 4px 10px;
}

.u-h4,
.postdata h4 {
  color: var(--color_secondary);
  font-size: 1.25rem;
  margin-bottom: 15px;
}

@media (max-width: 800px) {

  .u-h2,
  .postdata h2 {
    font-size: 1.625rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .postdata h2 {
    font-size: 1.5rem;
  }

  .u-h3,
  .postdata h3 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .u-h4,
  .postdata h4 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.tall+.tall {
  margin-top: 120px;
}

.short+.short {
  margin-top: 60px;
}

.x-short+.x-short {
  margin-top: 30px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall+.tall {
    margin-top: 60px;
  }

  .short+.short {
    margin-top: 30px;
  }

  .x-short+.x-short {
    margin-top: 15px;
  }
}

.list-disc,
.postdata ul {
  display: grid;
  grid-gap: 5px;
}

.list-disc li,
.postdata ul li {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.5;
}

.list-disc li::marker,
.postdata ul li::marker {
  color: var(--color_secondary);
  font-size: 0.9375rem;
}

.list-disc.center,
.postdata ul.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.list-disc02 {
  display: grid;
  grid-gap: 5px;
}

.list-disc02 li {
  list-style: none;
  border-bottom: 1px dashed var(--color_border);
  font-weight: 500;
  position: relative;
  padding-left: 23px;
}

.list-disc02 li::before {
  content: "";
  background-color: var(--color_secondary);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.list-check {
  display: grid;
  grid-gap: 5px;
}

.list-check li {
  border-bottom: 1px dashed var(--color_border);
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

.list-check li::before {
  content: "";
  background-color: var(--color_bnr_ttl);
  -webkit-mask: url(../images/share/icon_check.svg) no-repeat center/contain;
  mask: url(../images/share/icon_check.svg) no-repeat center/contain;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 21px;
  height: 21px;
}

.list-check.col2 {
  gap: 10px;
}

.list-num,
.postdata ol {
  counter-reset: number;
  display: grid;
  grid-gap: 5px;
}

.list-num>li,
.postdata ol>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li:before,
.postdata ol>li:before {
  background-color: var(--color_primary);
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 0.6875rem;
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}

@media (max-width: 800px) {
  .list-check li::before {
    top: 0.2em;
  }
}

.table-style01 th,
.table-style01 td {
  border: 1px solid var(--color_border_light);
  padding: 15px;
  vertical-align: middle;
}

.table-style01 th {
  background-color: var(--color_primary);
  color: var(--color_white);
  font-family: var(--font_jp);
}

.table-style01 .bg01 {
  background-color: var(--color_bg01);
  color: var(--color_text);
}

.table-scroll-txt {
  display: none;
}

@media (max-width: 800px) {

  .table-style01 th,
  .table-style01 td {
    padding: 10px;
    line-height: 1.5;
  }

  .table-style01.sp-block colgroup {
    display: block;
  }

  .table-style01.sp-block th,
  .table-style01.sp-block td {
    display: block;
    width: 100%;
  }

  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    width: 150%;
  }
}

.under-slider01 .splide {
  margin: 0 auto;
}

.under-slider01 .splide__track {
  overflow: visible;
}

.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.under-slider01 .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.under-slider01 .splide__arrow--prev {
  background: url(../images/share/splide_prev.svg) no-repeat center/auto 25px;
  left: calc((100% - 875px) / 2);
}

.under-slider01 .splide__arrow--next {
  background: url(../images/share/splide_next.svg) no-repeat center/auto 25px;
  right: calc((100% - 875px) / 2);
}

.under-slider01 .splide__slide img {
  width: 100%;
}

.under-slider01 .item-desc {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.under-slider01 .item-ttl {
  font-size: 1rem;
  margin-bottom: 5px;
}

.under-slider02 .item-img {
  position: relative;
}

.under-slider02 figcaption {
  background: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.under-slider02 .splide__pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.google-map iframe {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}

/*------------
レイアウト
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-desc,
  .l-imgL .l-desc {
    width: 100%;
  }
}

/*------------
Add
--------------*/
.faq-style {
  transition: 0.3s;
}

.faq-style+.faq-style {
  margin-top: 20px;
}

.faq-style .faq-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  background-color: var(--color_white);
  border: 1px solid var(--color_secondary);
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  transition: 0.3s;
}

.faq-style .faq-summary::-webkit-details-marker {
  display: none;
}

@media (any-hover: hover) {
  .faq-style .faq-summary:hover {
    background-color: #fdefd8;
  }
}

.faq-style .faq-content {
  overflow: hidden;
}

.faq-style .faq-inner {
  background-color: var(--color_white);
  border-right: 1px solid var(--color_secondary);
  border-bottom: 1px solid var(--color_secondary);
  border-left: 1px solid var(--color_secondary);
  border-radius: 0 0 10px 10px;
  padding: 18px 30px 18px 74px;
  position: relative;
}

.faq-style .faq-ttl {
  font-size: 1.125rem;
}

.faq-style .faq-icon {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color_secondary);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  font-size: 0;
  color: transparent;
  line-height: 0;
}

.faq-style .faq-icon::before,
.faq-style .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color_secondary);
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.faq-style .faq-icon::before {
  width: 12px;
  height: 2px;
}

.faq-style .faq-icon::after {
  width: 2px;
  height: 12px;
}

.faq-style.is-open .faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-style.is-open .faq-summary {
  background-color: #fdefd8;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 800px) {
  .faq-style {
    line-height: 1.5;
  }

  .faq-style .faq-summary {
    padding: 15px 10px;
  }

  .faq-style .faq-inner {
    padding: 15px 15px 15px 51px;
  }

  .faq-style .faq-icon {
    width: 26px;
    height: 26px;
  }

  .faq-style .faq-icon::before {
    width: 10px;
  }

  .faq-style .faq-icon::after {
    height: 10px;
  }
}

.box-style01 {
  background-color: var(--color_white);
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  padding: 5%;
}

.box-style01 .box-ttl {
  font-size: 1.75rem;
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.box-style01 .box-ttl::before {
  content: "";
  background-color: var(--color_primary);
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.box-style01 .box-ttl02 {
  font-size: 1.75rem;
  margin: 0 0 30px;
  background-color: var(--color_primary);
  color: var(--color_white);
  padding: 5px 10px;
  text-align: center;
}

.box-style01.bg01 {
  background-color: var(--color_bg02);
  border: 1px solid var(--color_secondary);
}

.box-style01.bg01 .box-ttl::before {
  content: "";
  background-color: var(--color_secondary);
}

.box-style02 {
  background-color: var(--color_bg01);
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  padding: 30px;
}

.box-style02 .box-ttl {
  display: flex;
  gap: 10px;
  font-size: 1.5rem;
  margin: 0 0 25px;
}

.box-style02 .box-ttl img {
  width: 32px;
}

.box-style02.bg01 {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}

.box-style03 {
  background-color: var(--color_bg02);
  border-radius: 10px;
  padding: 3%;
}

.box-style03 .box-txt01 {
  font-family: var(--font_jp);
  font-size: 1.875rem;
  line-height: 1.6;
  text-align: center;
}

.box-style03 .box-txt02 {
  font-family: var(--font_jp);
  font-size: 1.125rem;
  text-align: center;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px 5%;
  }

  .box-style01 .box-ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .box-style01 .box-ttl02 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .box-style02 {
    padding: 20px 5%;
  }

  .box-style02 .box-ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .box-style03 {
    padding: 20px 5%;
  }

  .box-style03 .box-txt01 {
    font-size: 1.25rem;
  }

  .box-style03 .box-txt02 {
    font-size: 1rem;
  }
}

/*------------
テキスト＋画像（背景帯付き）
--------------*/
.l-style01 {
  position: relative;
  padding-bottom: 80px;
}

.l-style01::before {
  content: "";
  background-color: var(--color_bg02);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 49%;
  z-index: -1;
}

.l-style01 .l-img {
  grid-area: img;
}

.l-style01 .l-img img {
  aspect-ratio: 600/410;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-style01 .u-h2 {
  grid-area: ttl;
  text-align: left;
}

.l-style01 .u-h2::after {
  left: 0;
  transform: none;
}

.l-style01 .l-desc {
  grid-area: desc;
}

.l-style01-inner {
  display: grid;
  grid-template-columns: 530fr 600fr;
  grid-template-areas: "ttl img""desc img";
  gap: 0 70px;
  align-items: center;
}

@media (max-width: 800px) {
  .l-style01 {
    padding-bottom: 60px;
  }

  .l-style01::before {
    height: 80%;
  }

  .l-style01 .l-img {
    margin-bottom: 30px;
  }

  .l-style01-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "ttl""img""desc";
    gap: 0;
  }
}

.l-style02 {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-areas: "img desc";
  padding-bottom: 30px;
}

.l-style02 .l-img {
  grid-area: img;
}

.l-style02 .l-desc {
  grid-area: desc;
  background-color: var(--color_bg01);
  border-radius: 10px;
  margin: 70px 0 -30px -30px;
  padding: 5% 8%;
}

.l-style02 .l-ttl {
  color: var(--color_primary);
  font-family: var(--font_jp);
  font-size: 1.4375rem;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.l-style02 .l-ttl::before {
  content: "";
  background-color: var(--color_primary);
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  .l-style02 {
    grid-template-columns: 1fr;
    grid-template-areas: "img""desc";
  }

  .l-style02 .l-img {
    margin: 0 -5%;
    width: 110%;
  }

  .l-style02 .l-desc {
    margin: -20px 0 0;
    padding: 5%;
  }
}

/*------------
チェックリスト
--------------*/
.list-style01 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.list-style01 li {
  background-color: var(--color_primary);
  border-radius: 10px;
  color: var(--color_white);
  font-family: var(--font_jp);
  font-size: 1.25rem;
  line-height: 1.75;
  padding: 16px 25px;
}

@media (max-width: 800px) {
  .list-style01 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .list-style01 li {
    font-size: 1rem;
    padding: 15px 20px;
  }
}

/*------------
電話・メール問い合わせ
--------------*/
.tel-layout {
  background-color: var(--color_white);
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  overflow: hidden;
}

.tel-layout.style01 {
  max-width: 800px;
  margin-inline: auto;
}

.tel-layout-ttl {
  background-color: var(--color_primary);
  color: var(--color_white);
  font-size: 1.5rem;
  padding: 20px;
  text-align: center;
}

.tel-layout-body {
  padding: 42px 60px 48px;
}

.tel-layout-desc {
  margin-bottom: 35px;
}

.tel-layout-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}

.tel-layout-items::before {
  content: "";
  background-color: var(--color_border);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 81px;
}

.tel-layout-item {
  text-align: center;
}

.tel-layout-item .tel {
  color: var(--color_primary);
  justify-content: center;
  margin-bottom: 19px;
}

.tel-layout-item .l-btn {
  margin-top: 13px;
}

.tel-layout-item .btn-contact {
  margin-inline: auto;
}

.tel-layout-label {
  color: var(--color_primary);
  font-family: var(--font_jp);
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.tel-layout-hours {
  font-size: 0.875rem;
  line-height: 1.571;
}

@media (max-width: 800px) {
  .tel-layout-ttl {
    font-size: 1.125rem;
    padding: 15px 5%;
  }

  .tel-layout-body {
    padding: 25px 5% 30px;
  }

  .tel-layout-items {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .tel-layout-items::before {
    display: none;
  }

  .tel-layout-items>*+* {
    border-top: 1px solid var(--color_border);
    padding-top: 25px;
  }

  .tel-layout-label {
    font-size: 1.0625rem;
  }
}

/*------------
l-col2
--------------*/
.l-col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 800px) {
  .l-col2 {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}

/*------------
キャッチ / 装飾見出し
--------------*/
.u-catch {
  font-family: var(--font_jp);
  font-size: 1.875rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.u-catch .em {
  color: var(--color_secondary);
}

.u-catch .small {
  font-size: 1.125rem;
}

.num-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 1.375rem;
  margin-bottom: 20px;
}

.num-ttl .num {
  display: grid;
  place-content: center;
  background-color: var(--color_tertiary);
  border-radius: 5px;
  color: var(--color_white);
  font-size: 1rem;
  line-height: 1.4;
  padding: 8px 15px;
  text-align: center;
}

@media (max-width: 800px) {
  .u-catch {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .u-catch .small {
    font-size: 1rem;
  }

  .num-ttl {
    gap: 8px 10px;
    font-size: 1.125rem;
  }

  .num-ttl .num {
    font-size: 0.875rem;
    padding: 6px 12px;
  }
}

/*------------
アンカーリンク
--------------*/
.list-anchor-link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 20px;
}

.list-anchor-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_bg01);
  border-radius: 5px;
  font-family: var(--font_jp);
  padding: 12px 45px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  min-height: 66px;
}

.list-anchor-link a::after {
  content: "";
  border-bottom: 1px solid var(--color_primary);
  border-right: 1px solid var(--color_primary);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-75%) rotate(45deg);
  transition: border-color 0.3s;
}

.list-anchor-link.wide {
  grid-template-columns: repeat(auto-fit, minmax(21.25rem, 1fr));
}

.list-anchor-link.wide a {
  justify-content: flex-start;
}

@media (any-hover: hover) {
  .list-anchor-link a:hover {
    background-color: var(--color_primary);
    color: var(--color_white);
  }

  .list-anchor-link a:hover::after {
    border-color: var(--color_white);
  }
}

@media (max-width: 800px) {
  .list-anchor-link {
    gap: 10px;
  }

  .list-anchor-link a {
    font-size: 0.9375rem;
    padding: 10px 35px;
    min-height: 54px;
  }

  .list-anchor-link a::after {
    right: 18px;
  }
}

/*------------
定義リスト
--------------*/
.dl-style01 {
  display: grid;
  gap: 15px;
}

.dl-style01 .item {
  border: 1px solid var(--color_primary);
  border-radius: 10px;
  padding: 20px;
}

.dl-style01 .item:has(.num) dd {
  padding: 0 0 0 50px;
}

.dl-style01 dt {
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--color_primary);
  font-family: var(--font_jp);
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.dl-style01 .num {
  color: var(--color_secondary);
  font-family: var(--font_jp);
  font-size: 1.625rem;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .dl-style01 .item:has(.num) dd {
    padding: 0;
  }

  .dl-style01 dt {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

/*------------
フロー
--------------*/
.flow-style {
  background-color: var(--color_bg01);
  border-radius: 10px;
  padding: 40px;
}

.flow-style>li {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: flex-start;
  gap: 50px;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}

.flow-style>li::before {
  content: "";
  background-color: var(--color_tertiary);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  z-index: -1;
}

.flow-style>li:last-child {
  padding-bottom: 0;
}

.flow-style>li:last-child::before {
  content: none;
}

.flow-style .flow-num {
  display: grid;
  place-content: center;
  gap: 2px;
  background-color: var(--color_primary);
  border-radius: 50%;
  color: var(--color_white);
  font-family: var(--font_jp);
  line-height: 1;
  text-align: center;
  position: relative;
  width: 64px;
  height: auto;
  aspect-ratio: 1;
}

.flow-style .flow-num::before {
  content: "";
  background-color: var(--color_bg01);
  border-radius: 50%;
  inset: -5px;
  position: absolute;
  z-index: -1;
}

.flow-style .flow-num .en {
  font-size: 0.625rem;
  letter-spacing: 0;
}

.flow-style .flow-num .num {
  font-size: 1.25rem;
}

.flow-style .flow-content {
  padding-top: 15px;
}

.flow-style .flow-ttl {
  color: var(--color_primary);
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.flow-style .tel {
  color: var(--color_primary);
  margin-top: 15px;
}

@media (max-width: 800px) {
  .flow-style {
    padding: 30px 5%;
  }

  .flow-style>li {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .flow-style>li::before {
    left: 24px;
  }

  .flow-style .flow-num {
    width: 48px;
  }

  .flow-style .flow-num::before {
    inset: -3px;
  }

  .flow-style .flow-num .en {
    font-size: 0.5625rem;
  }

  .flow-style .flow-num .num {
    font-size: 1.0625rem;
  }

  .flow-style .flow-content {
    padding-top: 8px;
  }

  .flow-style .flow-ttl {
    font-size: 1.0625rem;
    margin-bottom: 10px;
  }

  .flow-style .tel {
    font-size: 1.5rem;
  }

  .flow-style .tel::before {
    width: 18px;
    height: 23px;
  }
}

/*------------
院長紹介 / 職歴リスト
--------------*/
.staff-layout {
  display: grid;
  grid-template-areas: "desc img";
  grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
  gap: 50px;
}

.staff-layout .l-img {
  grid-area: img;
}

.staff-layout .l-img img {
  aspect-ratio: 600/700;
  -o-object-fit: cover;
  object-fit: cover;
}

.staff-layout .l-desc {
  grid-area: desc;
}

.staff-layout .l-ttl {
  color: var(--color_primary);
  font-size: 1.625rem;
  margin-bottom: 25px;
}

.staff-layout .l-message {
  font-family: var(--font_jp);
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.staff-layout .l-name {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 10px;
  text-align: center;
}

.staff-layout .l-name .job {
  color: var(--color_secondary);
  font-size: 0.875rem;
}

.staff-layout .l-name .jp {
  font-family: var(--font_jp);
  font-size: 1.75rem;
  line-height: 1.5;
}

.staff-career {
  display: grid;
  gap: 15px;
}

.staff-career>.item {
  display: grid;
  grid-template-columns: 5em minmax(0, 1fr);
  gap: 0 30px;
  border-bottom: 1px dashed var(--color_bnr_border);
}

.staff-career dt {
  color: var(--color_primary);
  font-family: var(--font_jp);
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .staff-layout {
    gap: 30px;
  }
}

@media (max-width: 800px) {
  .staff-layout {
    grid-template-areas: "img""desc";
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .staff-layout .l-img {
    margin-inline: auto;
    max-width: 260px;
  }

  .staff-layout .l-ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .staff-layout .l-message {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }

  .staff-layout .l-name {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .staff-layout .l-name .jp {
    font-size: 1.3125rem;
  }

  .staff-career>.item {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .staff-career dd {
    padding: 0 0 5px;
  }
}

.card-list01>.item {
  background-color: var(--color_bg01);
  border-radius: 10px;
  padding: 20px;
}

.card-list01 .card-ttl {
  border-bottom: 1px solid var(--color_border);
  font-size: 1.4375rem;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.card-list01 .list-disc {
  grid-gap: 15px;
}

@media (max-width: 800px) {
  .card-list01 .card-ttl {
    font-size: 1.125rem;
    margin-bottom: 13px;
  }
}

.privacy-ttl {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.dl-privacy {
  display: grid;
  gap: 3.3rem;
}

.dl-privacy dt {
  background-color: var(--color_tertiary);
  border-radius: 5px;
  color: var(--color_white);
  font-family: var(--font_jp);
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: 4px 10px;
}

.dl-privacy dd {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 800px) {
  .dl-privacy {
    gap: 2.3rem;
  }

  .dl-privacy dt {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.br-pc-only {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
}

.br-sp-only {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

@media (any-hover: hover) {
  .fade:hover {
    opacity: 0.5;
  }
}

.fs11 {
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 0.75rem;
}

.fs13 {
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 0.875rem;
}

.bold,
.strong {
  font-weight: bold;
}

.c-orange {
  color: var(--color_bnr_ttl);
}

.c-green {
  color: var(--color_primary);
}

.marker {
  background: linear-gradient(transparent 50%, var(--color_bnr_bg) 50%);
}

.notice {
  font-size: 0.8125rem;
  text-indent: -1em;
  padding-left: 1em;
}

.mb0 {
  margin-bottom: 0;
}

.mbXS {
  margin-bottom: 8px;
}

.mbS {
  margin-bottom: 16px;
}

.mbM {
  margin-bottom: 32px;
}

.mbXM {
  margin-bottom: 48px;
}

.mbL {
  margin-bottom: 64px;
}

.mbXL {
  margin-bottom: 96px;
}

.mt0 {
  margin-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.tac {
  text-align: center;
}

.tac img {
  margin-inline: auto;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.col1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

.col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.col3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 800px) {

  .col1,
  .col2,
  .col3,
  .col4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
}

.gapXS {
  grid-gap: 8px;
}

.gapS {
  grid-gap: 16px;
}

.gapM {
  grid-gap: 32px;
}

.gapXM {
  grid-gap: 48px;
}

.gapL {
  grid-gap: 64px;
}

.gapXL {
  grid-gap: 96px;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .br-pc-only {
    display: none;
  }

  .br-sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center;
  }

  .sp-tar {
    text-align: right;
  }

  .sp-tal {
    text-align: left;
  }

  .mbXS {
    margin-bottom: 4px;
  }

  .mbS {
    margin-bottom: 8px;
  }

  .mbM {
    margin-bottom: 16px;
  }

  .mbXM {
    margin-bottom: 32px;
  }

  .mbL {
    margin-bottom: 48px;
  }

  .mbXL {
    margin-bottom: 64px;
  }

  .sp-col1 {
    grid-template-columns: 1fr;
  }

  .sp-col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gapXS {
    grid-gap: 4px;
  }

  .gapS {
    grid-gap: 8px;
  }

  .gapM {
    grid-gap: 16px;
  }

  .gapXM {
    grid-gap: 32px;
  }

  .gapL {
    grid-gap: 48px;
  }

  .gapXL {
    grid-gap: 64px;
  }
}

.tel {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font_en);
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.tel::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../images/share/icon_tel.svg) no-repeat center/contain;
  mask: url(../images/share/icon_tel.svg) no-repeat center/contain;
  flex-shrink: 0;
  width: 21px;
  height: 26px;
}

.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    opacity: 1;
    transform: none;
  }
}
