@charset "UTF-8";
/* # CSS変数 / CSS Variables
------------------------------------------------ */
:root {
  /* ## 色 / Colors
  ------------------------------------------------ */
  /* basic-colors */
  --color-background-base: #fff;
  --color-text-base: #333;
  /* color-primary */
  --color-primary-50: #fff8eb;
  --color-primary-100: #fff2e2;
  --color-primary-200: #ffe7d0;
  --color-primary-300: #ffd6b4;
  --color-primary-400: #ffc297;
  --color-primary-500: #ffa463;
  --color-primary-600: #ee7600;
  --color-primary-700: #d46400;
  --color-primary-800: #b04f00;
  --color-primary-900: #873600;
  --color-primary-950: #622100;
  /* color-secondary */
  --color-secondary-50: #fefdf9;
  --color-secondary-100: #f9f8f4;
  --color-secondary-200: #f1efea;
  --color-secondary-300: #e8e2d2;
  --color-secondary-400: #d6d3ca;
  --color-secondary-500: #c4bfb3;
  --color-secondary-600: #aaa596;
  --color-secondary-700: #8d887a;
  --color-secondary-800: #736f63;
  --color-secondary-900: #555248;
  --color-secondary-950: #3c382f;
  /* color-accent */
  --color-accent-50: #ecfffc;
  --color-accent-100: #e7fef7;
  --color-accent-200: #d1faee;
  --color-accent-300: #b0f3e1;
  --color-accent-400: #a1e3d1;
  --color-accent-500: #6ed5bc;
  --color-accent-600: #31c8aa;
  --color-accent-700: #00a085;
  --color-accent-800: #00836c;
  --color-accent-900: #00634f;
  --color-accent-950: #004636;
  /* color-gray */
  --color-gray-50: #f1f1f1;
  --color-gray-100: #dcdcdc;
  --color-gray-200: #bcbcbc;
  --color-gray-300: #a0a0a0;
  --color-gray-400: #878787;
  --color-gray-500: #707070;
  --color-gray-600: #5a5a5a;
  --color-gray-700: #464646;
  --color-gray-800: #333333;
  --color-gray-900: #1e1e1e;
  --color-gray-950: #111111;
  /* ## フォント / Fonts
  ------------------------------------------------ */
  --font-family-en: "lbrite", sans-serif;
  --font-family-ja: "Zen Kaku Gothic New", sans-serif;
  /* ## サイズ / Size
  ------------------------------------------------ */
  /* min:10px, max:12px */
  --size-small-20: clamp(0.63rem, -0.625rem + 1.833vw, 0.75rem);
  /* min:12px, max:14px */
  --size-small-10: clamp(0.75rem, 0.625rem + 0.333vw, 0.875rem);
  /* min:14px, max:16px */
  --size-regular: clamp(0.875rem, 0.75rem + 0.333vw, 1rem);
  /* min:16px, max:18px */
  --size-large-10: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  /* min:18px, max:22px */
  --size-large-20: clamp(1.125rem, 0.875rem + 0.667vw, 1.375rem);
  /* min:22px, max:28px */
  --size-large-30: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  /* min:28px, max:36px */
  --size-large-40: clamp(1.75rem, 1.25rem + 1.333vw, 2.25rem);
  /* min:34px, max:42px */
  --size-large-45: clamp(2.125rem, 1.929rem + 0.87vw, 2.625rem);
  /* min:36px, max:48px */
  --size-large-50: clamp(2.25rem, 1.5rem + 2vw, 3rem);
  /* min:40px, max:56px */
  --size-large-55: clamp(2.5rem, calc(1.528rem + 2.778vw), 3.75rem);
  /* min:48px, max:64px */
  --size-large-60: clamp(3rem, 2rem + 2.667vw, 4rem);
  /* min:64px, max:80px */
  --size-large-70: clamp(2.875rem, 0.75rem + 5.667vw, 5rem);
  /* min:80px, max:100px */
  --size-large-80: clamp(5rem, 3.75rem + 3.333vw, 6.25rem);
  /* min:100px, max:128px */
  --size-large-90: clamp(6.25rem, 4.5rem + 4.667vw, 8rem);
  /* ## スペース / Space
  ------------------------------------------------ */
  /* min:4px, max:6px */
  --space-small-20: clamp(0.25rem, 0.125rem + 0.333vw, 0.375rem);
  /* min:8px, max:12px */
  --space-small-10: clamp(0.5rem, 0.25rem + 0.667vw, 0.75rem);
  /* min:12px, max:16px */
  --space-regular: clamp(0.75rem, 0.5rem + 0.667vw, 1rem);
  /* min:16px, max:24px */
  --space-large-10: clamp(1rem, 0.5rem + 1.333vw, 1.5rem);
  /* min:24px, max:32px */
  --space-large-20: clamp(1.5rem, 1rem + 1.333vw, 2rem);
  /* min:32px, max:48px */
  --space-large-30: clamp(2rem, 1rem + 2.667vw, 3rem);
  /* min:48px, max:64px */
  --space-large-40: clamp(3rem, 2rem + 2.667vw, 4rem);
  /* min:56px, max:80px */
  --space-large-45: clamp(3.5rem, 2.913rem + 2.609vw, 5rem);
  /* min:64px, max:96px */
  --space-large-50: clamp(4rem, 2rem + 5.333vw, 6rem);
  /* min:96px, max:128px */
  --space-large-60: clamp(6rem, 4rem + 5.333vw, 8rem);
  /* min:128px, max:192px */
  --space-large-70: clamp(8rem, 4rem + 10.667vw, 12rem);
  /* min:192px, max:256px */
  --space-large-80: clamp(12rem, 8rem + 10.667vw, 16rem);
  /* min:256px, max:320px */
  --space-large-90: clamp(16rem, 12rem + 10.667vw, 20rem);
  /* min:320px, max:384px */
  --space-large-100: clamp(20rem, 16rem + 10.667vw, 24rem);
  /* ## シャドウ / Shadow
  -----------------------
  ------------------------- */
  --text-shadow-bk: 0 0 2px rgba(0, 0, 0, 0.3);
  --text-shadow-wh: 0 0 2px rgba(255, 255, 255, 0.3);
  --box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  /* ## オーバーレイ / Overlay
  ------------------------------------------------ */
  --overlay-1: linear-gradient(45deg, color-mix(in srgb, oklch(69.308% 0.17696 52.518) 30%, transparent) 0%, color-mix(in srgb, oklch(69.308% 0.17696 52.518) 15%, transparent) 10%, transparent 100%);
  --overlay-2: linear-gradient(135deg, color-mix(in srgb, var(--color-secondary-900) 70%, transparent) 0%, transparent 100%);
  --overlay-3: linear-gradient(135deg, color-mix(in srgb, oklch(69.308% 0.17696 52.518) 30%, transparent) 0%, color-mix(in srgb, oklch(74.921% 0.12966 175.695) 30%, transparent) 100%);
}

/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

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

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

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

/* # theme-default-style.css
------------------------------------------------ */
/*
Theme Name: hoc-template01-kn
Theme URI:
Version: 1.1
Author: OWNDMEDIA.LAB
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html,
body {
  width: 100%;
  height: 100%;
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--color-text-base);
  background: var(--color-background-base);
}

@font-face {
  font-family: var(--font-family-en);
  src: url("../font/lbrite.eot");
  /* IE9以上用 */
  src: url("../font/lbrite.eot?#iefix") format("embedded-opentype"), url("../font/lbrite.woff") format("woff"), url("../font/lbrite.ttf") format("truetype");
  /* iOS, Android用 */
  font-weight: normal;
}
@font-face {
  font-family: "Franklin";
  src: url("../font/Franklin Gothic Book Regular.eot");
  /* IE9以上用 */
  src: url("../font/Franklin Gothic Book Regular.eot?#iefix") format("embedded-opentype"), url("../font/Franklin Gothic Book Regular.woff") format("woff"), url("../font/Franklin Gothic Book Regular.ttf") format("truetype");
  /* iOS, Android用 */
  font-weight: normal;
}
h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.8;
}

h4 {
  font-size: 1.562rem;
  line-height: 1.8;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.8;
}

p {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}

a {
  font-size: 0.875rem;
  text-decoration: none;
}

/* 改行 */
.br_sp {
  display: none;
}

/*スマホだけ改行 */
.br_pc {
  display: block;
}

/*PCだけ改行 */
/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: color-mix(in srgb, var(--color-primary-400) 70%, transparent);
  color: var(--color-text-base);
}
::selection {
  background: color-mix(in srgb, var(--color-primary-400) 70%, transparent);
  color: var(--color-text-base);
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.container {
  width: min(95%, 1000px);
  margin: 0 auto;
}

/* 装飾線 */
.main__line {
  display: block;
  margin: 0.625rem auto 1.25rem;
}

.sub__line {
  display: block;
  margin: 0.938rem auto 1.875rem;
}

.dashed__line {
  display: block;
  margin: 0rem auto 1.25rem;
  width: min(400px, 100%);
}

.simple__line {
  display: flex;
  margin: var(--space-regular) auto 0;
  width: 4.5rem;
  height: 4px;
  border-radius: 3px;
  overflow: hidden;
}
.simple__line::before {
  content: "";
  flex-grow: 1;
  background-color: var(--color-primary-500);
}
.simple__line::after {
  content: "";
  flex-grow: 1;
  background-color: var(--color-secondary-300);
}

/***** 見出し *****/
.index__ttl {
  text-align: center;
  margin-bottom: 3.75rem;
  font-family: var(--font-family-ja);
  font-weight: bold;
  letter-spacing: 0.1em;
}

/***** ヘッダー *****/
header {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 1000;
}
header.scrolled {
  background-color: #fff;
}

.header__ttl img {
  max-width: 300px;
}

.header-nav__list,
.header-nav__list--single {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  transition: 0.5s;
}

header .container {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header-nav__item,
.header-nav__item--single {
  display: block;
  padding: 0.15rem 0;
}

.header-nav__item:first-child,
.header-nav__item--single:first-child {
  font-family: "Franklin";
  font-size: 0.938rem;
}

.header-nav__item:nth-child(2),
.header-nav__item--single:nth-child(2) {
  font-size: 0.688rem;
}

.header-nav__list--has-children {
  position: relative;
  cursor: default;
}
.header-nav__list--has-children .header-nav__dropdown {
  position: absolute;
  top: 110%;
  left: -1rem;
  background: var(--color-background-base, #fff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100;
}
.header-nav__list--has-children .header-nav__dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.header-nav__list--has-children:hover .header-nav__dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
  overflow: hidden;
}

.header-nav__dropdown-item {
  display: block;
  text-align: left;
}
.header-nav__dropdown-item a {
  display: block;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: var(--color-text-base, #333);
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.header-nav__dropdown-item a:hover {
  background: var(--color-primary-50);
  color: var(--color-primary, #ee7600);
}

#nav-drawer {
  display: none;
}

/***** 下層ページヘッダー部分 *****/
.header-sub {
  background-image: url(../images/common/header_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 73vh;
  position: relative;
}

.header-sub__item {
  text-align: center;
  position: absolute;
  width: 70%;
  height: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header-sub__ttl {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--color-secondary-950);
  font-size: var(--size-large-40);
}

.header-sub__txt {
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--color-primary-600);
  font-size: var(--size-regular);
}

/***** フッター *****/
footer {
  text-align: center;
  margin-top: 5rem;
}

.footer__sns {
  margin-bottom: 2.5rem;
}

.footer__icon {
  margin: 0 0.438rem;
}

small {
  font-size: 0.75rem;
}

/***** アクセス *****/
.index__ttl {
  text-align: center;
  margin-bottom: 3.75rem;
  font-family: var(--font-family-ja);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.access {
  background-image: url(../images/common/footer_bg.png);
  background-size: cover;
  padding: 5rem 0 1.875rem;
}

.access__contents {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media (width < 768px) {
  .access__contents {
    padding: 40px 20px;
  }
}

.access__item-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.access__item-link:hover {
  opacity: 0.9;
}

.access__ttl {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.access__ttl img {
  width: 220px;
  height: auto;
}

.access__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}
@media (width < 768px) {
  .access__list {
    grid-template-columns: 1fr;
  }
}

.access__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.access__name {
  margin-bottom: var(--space-small-20);
  line-height: 1.7;
  font-size: var(--size-regular);
  font-weight: bold;
  color: var(--color-primary-900);
  background: var(--color-secondary-200);
  padding: var(--space-small-20) var(--space-large-10);
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.access__address {
  padding-left: 15px;
  font-size: var(--size-small-10);
  line-height: 1.6;
}

.access__contact {
  padding-left: 15px;
  margin-top: 0.25em;
  font-size: var(--size-small-10);
  line-height: 1.6;
  color: var(--color-gray-600);
}
.access__contact a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.access__contact a:hover {
  color: var(--color-primary-600);
}

.access__sns {
  padding-left: 15px;
}
.access__sns .access__sns-link {
  display: flex;
  align-items: center;
  gap: var(--space-small-20);
  transition: 0.3s;
}
.access__sns .access__sns-link .access__sns-icon {
  width: var(--size-large-10);
}
.access__sns .access__sns-link .access__sns-text {
  font-size: var(--size-small-20);
  color: var(--color-gray-600);
}
.access__sns .access__sns-link:hover {
  opacity: 0.9;
}

/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
/***** 余白 *****/
.header-main,
.main,
.menu,
.news,
.access {
  padding: 5rem 0;
}

/***** メインイメージ *****/
.header-main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.header-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--overlay-1), url(../images/index/index_header_bg01.jpg);
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  animation: zoomOut 8s ease-out forwards;
  z-index: 0;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.header-main__img {
  position: absolute;
  width: 30%;
  bottom: 10%;
  left: 10%;
  z-index: 1;
}

.header-main__catchphrase {
  position: absolute;
  width: 80%;
  bottom: 12%;
  left: 8%;
  font-weight: bold;
  z-index: 1;
}

.header-main__catchphrase--type-1 .header-main__catchphrase-inner {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.4em 0.3em 0.4em 0.5em;
  line-height: 2.6;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-size: var(--size-large-40);
}
@media (width < 600px) {
  .header-main__catchphrase--type-1 .header-main__catchphrase-inner {
    font-size: var(--size-large-30);
  }
}

.header-main__catchphrase--type-2 .header-main__catchphrase-inner {
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #fff;
  text-shadow: var(--text-shadow-bk);
  font-size: var(--size-large-55);
}
@media (width < 600px) {
  .header-main__catchphrase--type-2 .header-main__catchphrase-inner {
    font-size: var(--size-large-40);
  }
}

/***** メインコンテンツ *****/
.main {
  padding: 7rem 0 1.25rem;
}

.main__contents1,
.main__contents2 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-large-50);
}

.main__img {
  max-width: 500px;
  border-radius: 20px;
}

.main__slider {
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.main__item {
  width: 46%;
}

.main__ttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--size-large-40);
  line-height: 1.4;
}

.sub__ttl {
  margin-top: var(--space-small-20);
  text-align: center;
  line-height: 1.4;
  color: var(--color-primary-600);
  font-size: var(--size-small-10);
}

/***** メニュー *****/
.menu {
  background-image: url(../images/index/index_menu_bg.jpg);
  background-size: cover;
}

.menu__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-large-20);
  width: 840px;
  margin: 0 auto 1.875rem;
}

.menu__ttl {
  color: var(--color-gray-700);
  text-align: center;
  font-weight: bolder;
  font-size: var(--size-large-20);
}

.menu__catchphrase {
  margin-bottom: var(--space-small-20);
  font-size: var(--size-large-10);
}

.menu__txt--state_current {
  text-align: center;
  color: var(--color-text-base);
}

.menu_readmore {
  text-align: right;
  font-family: "Franklin";
  transition: 0.3s;
}

/***** ニュース *****/
.news {
  background-image: url(../images/index/index_menu_bg.jpg);
  background-size: cover;
}

.news__line {
  display: block;
  width: min(100%, 300px);
  margin: 0 auto;
}

.news__contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-small-10);
  margin-bottom: 3.75rem;
}
@media (width < 768px) {
  .news__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news__item {
  text-align: center;
}

.news__thumbnail {
  margin-bottom: 1.25rem;
}

.news__thumbnail img {
  width: 220px;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__date {
  font-size: 0.75rem;
  color: var(--color-gray-700);
}

.news__ttl {
  margin-top: 0.312rem;
}

/* ************************************************************************************************
   concept.php
   ************************************************************************************************ */
/***** 余白 *****/
.concept01 {
  padding: 3.125rem 0 5rem;
}

.concept02 {
  padding: 5rem 0;
}

/***** コンセプトその１ *****/
.concept01__item {
  text-align: center;
}

.concept01__txt {
  margin-top: 1.875rem;
}

/***** パララックス画像 *****/
.sapporo__bg {
  background-image: url(../images/subpage/sapporo_main_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
}
@media (width < 1024px) {
  .sapporo__bg {
    height: 40vh;
  }
}

.kitahiroshima__bg {
  background-image: url(../images/subpage/kitahiroshima_main_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
}
@media (width < 1024px) {
  .kitahiroshima__bg {
    height: 40vh;
  }
}

.naebo__bg {
  background-image: url(../images/subpage/naebo_main_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 550px;
}
@media (width < 1024px) {
  .naebo__bg {
    height: 40vh;
  }
}

.peta__bg {
  background-image: url(../images/subpage/peta_main_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
}
@media (width < 1024px) {
  .peta__bg {
    height: 40vh;
  }
}

/***** コンセプトその２ *****/
.concept02__container {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 900px;
  margin: 0 auto;
}

.concept02__item {
  width: 350px;
  height: 350px;
  border: 5px solid var(--color-secondary-200);
  box-sizing: border-box;
  padding: 5% 3%;
  text-align: center;
  margin: 0 3.125rem 3.75rem;
}

.concept02__line {
  border-bottom: 5px solid var(--color-secondary-200);
  width: 50%;
  margin: 0.625rem auto 0;
}

.concept02__txt {
  margin-top: 1.875rem;
}

/* ************************************************************************************************
   menu.php
   ************************************************************************************************ */
/***** 余白 *****/
.menu02 {
  margin: 0 0 10rem;
}

.menu03 {
  margin: 0 0 5rem;
}

/***** メニュー *****/
.menu02__img {
  display: block;
  width: 100%;
  aspect-ratio: 2.414;
  margin: 0 auto var(--space-large-20);
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu02__ttl {
  margin: 3.125rem 0;
  text-align: center;
}

.menu02__ttl-en {
  font-family: var(--font-family-en);
  font-weight: bold;
}

.menu02__txt {
  text-align: center;
}

.menu02__table {
  margin: 3.125rem auto 0;
  font-size: 1rem;
  line-height: 1.5;
}

.menu02__table tr {
  border-bottom: 1px dashed var(--color-primary-400);
}

.menu02__table th {
  text-align: left;
  width: 50%;
  padding: 1.25rem 0.625rem 0.625rem;
  font-weight: 500;
  vertical-align: middle;
}

.menu02__table td {
  text-align: right;
  width: 50%;
  padding: 1.25rem 0.625rem 0.625rem;
  vertical-align: middle;
}

/***** その他メニュー *****/
.menu03__item {
  width: 350px;
  height: 350px;
  margin: 0 auto 1.875rem;
  border: 5px solid var(--color-secondary-200);
  padding: 2.5rem;
}

.menu03__ttl-en {
  font-family: var(--font-family-en);
  text-align: center;
}

.menu03__ttl-ja {
  margin-bottom: 1.875rem;
  text-align: center;
}

.menu03__table {
  margin: 0 auto;
  font-size: 0.875rem;
  width: 200px;
}

.menu03__table th {
  text-align: left;
  width: 50%;
  padding: 0.625rem;
  font-weight: 500;
}

.menu03__table td {
  text-align: right;
  width: 50%;
  padding: 0.625rem;
}

.menu03__txt {
  text-align: center;
}

/* ************************************************************************************************
   staff.php
   ************************************************************************************************ */
/***** 余白 *****/
.staff {
  padding: 0 0 5rem;
}

/***** スタッフ *****/
.staff .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: var(--space-large-40) var(--space-large-30);
}
@media (width < 768px) {
  .staff .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.staff__ttl {
  grid-column: 1/-1;
}

.staff__item {
  z-index: 10;
  text-align: center;
}

.staff__img-wrap {
  position: relative;
  margin-bottom: var(--space-large-10);
}
.staff__img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: radial-gradient(circle, #e8e2d2 3px, transparent 3px), radial-gradient(circle, #e8e2d2 3px, transparent 3px);
  background-position: 0 0, 6px 12px;
  background-size: 12px 24px;
  opacity: 0.8;
  translate: 16px 16px;
}

.staff__img {
  width: 100%;
  border-radius: 20px;
}

.staff__ttl {
  font-family: var(--font-family-en);
  font-size: var(--size-regular);
  color: var(--color-primary-600);
}

.staff__name {
  margin-bottom: var(--space-large-10);
  font-size: var(--size-large-20);
}

.staff__txt {
  text-align: left;
}

/* ************************************************************************************************
   recruit.php
   ************************************************************************************************ */
/***** 余白 *****/
.recruit01,
.recruit02 {
  padding: 0 0 5rem;
}

.recruit03 {
  padding: 5rem 0;
}

/***** メッセージ *****/
.recruit01__media {
  width: 900px;
  margin: 0 auto;
}

.recruit01__media-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.recruit01__ttl {
  margin-bottom: var(--space-large-10);
}

.recruit01__item {
  margin-top: 3.125rem;
  text-align: center;
}

/***** コンテンツ *****/
.recruit02__box {
  position: relative;
  width: 800px;
  margin: 0 auto 3.125rem;
  border: 2px solid var(--color-secondary-200);
  border-radius: 16px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-regular);
  padding: 2.5rem;
}
.recruit02__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - var(--space-regular));
  height: calc(100% - var(--space-regular));
  border: 2px solid var(--color-secondary-200);
  border-radius: 8px;
  pointer-events: none;
}

.recruit02__box:last-child {
  margin-bottom: 0;
}

.recruit02__item {
  width: 300px;
  text-align: center;
}

.recruit02__line {
  border-bottom: 5px solid var(--color-secondary-200);
  width: 80%;
  margin: 0.312rem auto 0;
}

.recruit02__txt {
  text-align: left;
  margin-top: 1.875rem;
}

.recruit02__img {
  width: min(100%, 350px);
  border-radius: 10px;
}

/***** 背景画像 *****/
.recruit__bg {
  background-image: url(../images/subpage/recruit_main_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50vh;
}

/***** 募集要項 *****/
.recruit03__ttl {
  margin: 0 0 3.125rem;
  text-align: center;
}

.recruit03__ttl-en {
  font-family: var(--font-family-en);
  font-weight: bold;
}

.recruit03__table {
  max-width: 800px;
  margin: 0 auto 5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
}

.recruit03__table tr {
  border-bottom: 1px dashed var(--color-primary-400);
}

.recruit03__table th {
  width: 25%;
  padding: 1.25rem;
  vertical-align: middle;
}

.recruit03__table td {
  width: 75%;
  padding: 1.25rem;
  vertical-align: middle;
}

.recruit03__contact {
  width: 700px;
  margin: 0 auto;
  background: var(--color-secondary-100);
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  padding: 2.5rem 0;
}

.recruit03__contact--mail a {
  font-size: 0.75rem;
}

.recruit03__txt {
  margin-bottom: 0.938rem;
  text-align: center;
  font-weight: bold;
}

.recruit__tel {
  font-family: var(--font-family-en);
  font-size: 1.25rem;
  line-height: 50px;
  color: var(--color-gray-700);
  font-weight: bold;
  display: block;
  transition: 0.3s;
}

/* ************************************************************************************************
   access.php
   ************************************************************************************************ */
.access02__img {
  width: 100%;
  display: block;
  margin: 0 auto 3.125rem;
  border-radius: 30px;
}

.access02__table {
  width: 650px;
  margin: 0 auto 5rem;
  line-height: 1.8;
  text-align: left;
}

.access02__table tr {
  border-bottom: 1px dashed var(--color-primary-400);
}

.access02__table th {
  width: 26%;
  padding: 1.25rem;
  vertical-align: middle;
}

.access02__table td {
  width: 74%;
  padding: 1.25rem;
  vertical-align: middle;
}

.access02__footer {
  background-position: center;
  padding: 0.625rem 0 5rem;
  margin-top: -2.5rem;
}

/* ************************************************************************************************
   news
   ************************************************************************************************ */
/***** 共通 *****/
.footer__widget {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer__widget h5 {
  margin-bottom: 0.625rem;
}

.footer__widget li {
  line-height: 1.8;
  font-size: 0.875rem;
}

.widget-area {
  text-align: center;
  margin-bottom: 1.875rem;
  width: 30%;
}

.nocomments {
  display: none;
}

/***** 新着情報一覧ページ（index.php） *****/
.news02 {
  margin: 0 0 5rem;
}

/* サムネイルサイズ */
.news02__thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 記事一覧 */
.news02 .container {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news02__post {
  width: 31%;
  text-align: center;
  margin: 0 0.5em 3.125rem;
  border: 7px double var(--color-secondary-200);
}

.news02__contents {
  padding: 0.625rem 1.25rem 1.25rem;
}

.news02__blog_info {
  text-align: right;
  font-size: 0.75rem;
}

.news02__ttl {
  margin-bottom: 0.625rem;
}

.news02__cal {
  margin-bottom: 0.312rem;
}

.news02__txt {
  text-align: left;
}

.nav-below {
  margin-top: 1.875rem;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

/***** 個別投稿ページ（single.php） *****/
.single02 {
  margin: 0 0 5rem;
}

.single__ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}

.single .header-sub__item {
  padding-top: 3.75rem;
}

.single02__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.single02__contents {
  width: 90%;
  margin: 1.875rem auto 3.75rem;
}

.single02__blog_info {
  text-align: right;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}

.single02__cal {
  margin-bottom: 0.625rem;
}

.single02__cat {
  margin-bottom: 1.25rem;
}

.single__line {
  display: block;
  margin: 3.75rem auto 1.875rem;
}

/***** カテゴリーページ（category.php） *****/
.category__ttl a {
  font-size: 2rem;
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/***** お問い合わせフォーム *****/
.entry {
  margin: 0 0 5rem;
}

/* Contactform - お問い合わせフォーム */
.entry__box {
  text-align: center;
  margin-bottom: 3.75rem;
}

.required {
  font-size: smaller;
  color: var(--color-primary-600);
}

.hyphen {
  margin: 0 0.312rem;
  vertical-align: text-bottom;
}

.wpcf7 {
  width: 100%;
  margin: 0 0 2.5em !important;
  padding: 0;
  font-size: 0.875rem;
}

.wpcf7 form {
  margin: 1.5em auto 0;
  width: 70%;
}

.wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 input,
.wpcf7 textarea {
  box-sizing: border-box;
  padding: 0.625rem;
  border: 1px solid var(--color-secondary-200);
  background: #fafafa;
  line-height: 1.5;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  padding: 0.625rem;
  border: 1px solid var(--color-secondary-200);
  background: var(--color-secondary-100);
  margin: 0.312rem auto 1.25rem;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 1.5;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  text-align: center;
}

.wpcf7 textarea {
  height: 300px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid var(--color-primary-600);
  outline: none;
}

.wpcf7 .wpcf7-submit {
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  margin: 3.125rem auto 0;
  border: none !important;
  outline: none;
  background-color: var(--color-primary-600);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
  box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 0.6;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0.625rem 0 0;
  padding: 0.5rem 2.188rem 0.5rem 0.875rem;
  border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
  border: 1px solid #EED3D7;
  background-color: #F2DEDE;
  color: #B94A48;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #3A87AD;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.smallform {
  width: 11%;
}

.wpcf7 input[type=checkbox] {
  margin: 0.312rem auto 0.625rem;
}

/* プライバシーポリシーの埋め込み */
@media only screen and (max-width: 550px) {
  [class*=grid-].noGutter > .col {
    padding: 0%;
  }
}
.blk-iframe {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  width: 700px;
  max-width: 100%;
  height: 20em;
  margin: 3em auto;
  overflow: auto;
  /*  -webkit-overflow-scrolling: touch;*/
}

.privacy {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 5%;
}

.privacy h4 {
  text-align: center;
  border-bottom-style: none;
  margin-top: 0;
  padding: 0;
}

.privacy h4::after {
  content: none;
}

.privacy h5 {
  margin: 1em 0 0.5em;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** ローディングアニメーション *****/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: var(--color-background-base);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 120px;
  height: 120px;
}

.type5 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-primary-600);
  animation: spinner5_1 1.2s infinite linear forwards;
}

@keyframes spinner5_1 {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    opacity: 1;
    box-shadow: 21px 21px color-mix(in srgb, var(--color-accent-500) 100%, transparent), -21px -21px color-mix(in srgb, var(--color-accent-500) 100%, transparent), 21px -21px color-mix(in srgb, var(--color-accent-500) 100%, transparent), -21px 21px color-mix(in srgb, var(--color-accent-500) 100%, transparent);
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/***** ホバーアニメーション *****/
.header-nav__list:hover,
.header-nav__list--single:hover .header-nav__item--single,
.header-nav__item--second li:hover,
.access__tel:hover,
.recruit__tel:hover,
.news02 a:hover,
.single02 a:hover {
  color: var(--color-primary-600);
  transition: 0.3s;
}

.news__ttl a:hover {
  color: var(--color-primary-600);
  transition: 0.3s;
}

.header-nav__item--second li,
.news02 a,
.single02 a,
.news__ttl a {
  transition: 0.5s;
}

a:hover img {
  transition: 0.6s;
}

img {
  transition: 0.6s;
}

/***** ボタン *****/
.btn1,
.btn2 {
  display: block;
  width: 219px;
  height: 50px;
  border: 1px solid var(--color-primary-600);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: var(--color-text-base);
  overflow: hidden;
  transition: all 0.3s;
}
.btn1--left,
.btn2--left {
  margin-inline: 0 auto;
}

.btn1 {
  font-size: var(--size-small-10);
}

.btn1::before,
.btn2::before,
.btn1::after,
.btn2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn1,
.btn2,
.btn1::before,
.btn2::before,
.btn1::after,
.btn2::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.btn1:hover,
.btn2:hover {
  color: var(--color-background-base);
}

.btn1::after,
.btn2::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.btn1:hover::after,
.btn2:hover::after {
  top: 0;
  background-color: rgba(238, 118, 0, 0.7);
}

.nav-previous,
.nav-next {
  display: block;
  width: 180px;
  height: 50px;
  border: 1px solid var(--color-primary-600);
  background-color: rgba(255, 255, 255, 0.4);
  margin: 20px;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: var(--color-text-base);
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 50px;
}

.nav-previous,
.nav-next {
  font-size: 0.875rem;
}

.nav-previous a,
.nav-next a {
  display: block;
}

.nav-previous,
.nav-next,
.nav-previous::before,
.nav-next::before,
.nav-previous::after,
.nav-next::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: var(--color-background-base);
  background: rgba(238, 118, 0, 0.7);
}

.nav-previous:hover::after,
.nav-next:hover::after,
.nav-previous:hover::after,
.nav-next:hover::after {
  top: 0;
  background-color: rgba(238, 118, 0, 0.7);
}

/***** ヘッダースクロール *****/
header.hide {
  top: -66px;
}

/***** ハンバーガーメニュー *****/
#nav-drawer {
  position: relative;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: var(--color-gray-800);
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*ハンバーガーメニュー閉じる用のカバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*ハンバーガーメニュー中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /*背景色*/
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  transform: translateX(105%);
  /*右に隠しておく*/
}

#header-sp {
  margin-top: 3.125rem;
  position: relative;
}

.header-sp__list {
  border-bottom: 1px solid var(--color-gray-200, #f5f5f5);
  padding: 1rem;
}
.header-sp__list .header-sp__item {
  display: block;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.875rem;
}

.header-sp__list--parent .header-sp__parent-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sp__list--parent .header-sp__parent-link {
  flex: 1;
}
.header-sp__list--parent .header-sp__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size-large-50);
  aspect-ratio: 1;
  margin-right: var(--space-small-20);
  padding: 0;
  border-radius: 50%;
  background-color: var(--color-primary-600);
  cursor: pointer;
  transition: background-color 0.3s;
}
.header-sp__list--parent .header-sp__accordion-toggle[aria-expanded=true] {
  background-color: var(--color-primary-500);
}
.header-sp__list--parent .header-sp__accordion-toggle[aria-expanded=true] .header-sp__accordion-icon::after {
  transform: translateX(-50%) rotate(0deg);
  opacity: 0;
}
.header-sp__list--parent .header-sp__accordion-icon {
  position: relative;
  width: var(--size-regular);
  aspect-ratio: 1;
}
.header-sp__list--parent .header-sp__accordion-icon::before, .header-sp__list--parent .header-sp__accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.header-sp__list--parent .header-sp__accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.header-sp__list--parent .header-sp__accordion-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.header-sp__list--parent .header-sp__children {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.header-sp__list--parent.is-open .header-sp__children {
  max-height: 500px;
}
.header-sp__list--parent .header-sp__child {
  border-bottom: 1px solid var(--color-gray-200, #f5f5f5);
}
.header-sp__list--parent .header-sp__child:last-child {
  border-bottom: none;
}
.header-sp__list--parent .header-sp__child .header-sp__item {
  display: block;
  line-height: 1.8;
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.875rem;
  color: var(--color-text-base, #333);
  transition: background-color 0.3s;
}

.header-sp__item {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  /*中身を表示（左へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-input2:checked ~ #nav-content {
  display: none;
}

/***** ページトップに戻るボタン *****/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  right: 0.938rem;
  bottom: 0.938rem;
  background: rgba(238, 118, 0, 0.7);
  opacity: 0.6;
  border-radius: 50%;
}

#page_top:hover {
  background: var(--color-primary-600);
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 1.562rem;
  color: var(--color-background-base);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/***** index.html/メニュー / ホバーすると文字が出てくる *****/
figure.menu__item {
  width: min(100%, 400px);
  max-width: 100%;
  aspect-ratio: 1.618;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
figure.menu__item .menu__link {
  display: block;
  width: 100%;
}
figure.menu__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figcaption.menu__txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  background: linear-gradient(to left, color-mix(in srgb, var(--color-primary-500) 60%, transparent), color-mix(in srgb, var(--color-primary-500) 70%, transparent) 35%, rgba(232, 226, 218, 0.8));
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--space-large-10) var(--space-small-10) var(--space-large-30);
  transition: all 0.6s ease;
}

figcaption.menu__txt:hover {
  opacity: 1;
  transition: all 0.6s ease;
  padding-bottom: var(--space-large-10);
  box-shadow: 0 0 30px 0 var(--color-background-base);
}

@media screen and (max-width: 560px) {
  figcaption.menu__txt {
    width: 280px;
    height: 170px;
    margin: auto;
    padding: 1.5em;
  }
  .menu__ttl {
    margin-bottom: 0.625rem;
  }
}
@media (any-hover: none) {
  figcaption.menu__txt {
    opacity: 1;
    padding-bottom: var(--space-large-10);
    box-shadow: 0 0 30px 0 var(--color-background-base);
  }
}
@media screen and (max-width: 320px) {
  figure.menu__item {
    width: 288px;
    height: 192px;
  }
  figcaption.menu__txt {
    width: 250px;
    height: 160px;
    padding: 0.625rem;
  }
  .menu__ttl {
    margin-bottom: 0.312rem;
  }
}
/***** concept.html/スライダー *****/
.slider-content01 {
  padding-bottom: 3.125rem !important;
  position: relative;
}
.slider-content01 .swiper-button-next,
.slider-content01 .swiper-button-prev {
  display: none !important;
}
.slider-content01 .swiper-pagination-bullet-active {
  background: var(--color-gray-700) !important;
}
.slider-content01 .swiper-slide img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}

/* # theme-default-responsive.css
------------------------------------------------ */
/* ************************************************************************************************
   1600px以上 / デスクトップPC
   ************************************************************************************************ */
@media screen and (min-width: 1600px) {
  /***** index.html @1024px *****/
  .header-main__img {
    width: 25%;
    top: 17%;
    right: 19%;
  }
}
/* ************************************************************************************************
   1024px
   ************************************************************************************************ */
@media screen and (max-width: 1023px) {
  /***** 共通@1024px *****/
  /***** index.html @1024px *****/
  .header-main__img {
    width: 30%;
    top: 17%;
    right: 9%;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  /***** 共通 @960px *****/
  h2 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.438rem;
  }
  .btn1,
  .btn2,
  .nav-previous,
  nav-next {
    font-size: 0.938rem;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
  }
  .index__ttl {
    margin-bottom: 3.75rem;
  }
  /***** ヘッダー @960px *****/
  .header-nav {
    display: none;
  }
  #nav-drawer {
    display: block;
  }
  /***** フッター @960px *****/
  .access {
    background-size: cover;
    padding: 5rem 0;
  }
  .access__container {
    padding: 2.5rem;
  }
  .access__contents {
    display: block;
  }
  .access__contents iframe {
    width: 100%;
  }
  .access__item {
    margin-top: 1.875rem;
  }
  .access__ttl {
    margin-bottom: 1.875rem;
  }
  .access__txt {
    margin-bottom: 1.25rem;
  }
  .access__tel {
    margin-top: 2.5rem;
  }
  /***** 下層ページヘッダー @960px *****/
  .header-sub {
    background-image: url(../images/sp/header_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
  }
  .header-sub__ttl {
    margin-bottom: 0.625rem;
  }
  /***** index.html @960px *****/
  .header-main,
  .menu,
  .news {
    padding: 5rem 0;
  }
  .header-main {
    height: 45vh;
  }
  .header-main__img {
    width: 36%;
    top: 20%;
    right: 6%;
    z-index: 9;
  }
  /* index.html / メインコンテンツ @960px */
  .main__img {
    width: 44%;
  }
  .main__slider {
    width: 44%;
  }
  .main__item {
    width: 53%;
  }
  /* index.html / メニュー @960px */
  .menu {
    background-image: url(../images/sp/index_menu_bg_sp.jpg);
    background-size: cover;
  }
  .menu__contents {
    width: 100%;
    margin: 0 auto 1.25rem;
  }
  /* index.html / 新着情報 @960px */
  .news__contents {
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  .news__item {
    margin-bottom: 2.5rem;
  }
  .news__thumbnail img {
    width: 80%;
  }
  /***** concept.html @960px *****/
  .concept01 {
    padding: 2.5rem 0 5rem;
  }
  .concept02 {
    padding: 5rem 0 2.5rem;
  }
  .concept__bg {
    height: 25vh;
  }
  .concept02__container {
    width: 100%;
  }
  .concept02__item {
    width: 320px;
    height: 320px;
    padding: 1.25rem;
    margin: 0 1.25rem 3.75rem;
  }
  .concept02__txt {
    margin-top: 1.25rem;
  }
  /***** menu.html @960px *****/
  .menu03 {
    margin: 0 0 2.5rem;
  }
  .menu02__img {
    width: 80%;
  }
  .menu02__ttl {
    margin: 2.5rem 0;
  }
  .menu02__ttl-en {
    margin-bottom: 5px;
  }
  .menu02__table {
    margin: 2.5rem auto 0;
  }
  /***** recruit.html @960px *****/
  .recruit01__media {
    width: 100%;
  }
  .recruit02__box {
    width: 100%;
    justify-content: space-between;
    padding: 5%;
  }
  .recruit__bg {
    height: 25vh;
  }
  .recruit03__table th {
    padding: 0.938rem;
  }
  .recruit03__table td {
    padding: 0.938rem;
  }
  .recruit03__contact {
    width: 100%;
  }
  /***** access.html @960px *****/
  .access02__table {
    width: 90%;
    margin: 0 auto 3.75rem;
    font-size: 0.875rem;
  }
  .access02__table th {
    padding: 0.938rem;
  }
  .access02__table td {
    padding: 0.938rem;
  }
  .access02__footer {
    padding: 0.312rem 0 5rem;
  }
  /***** 新着情報一覧ページ（index.php）@960px *****/
  .news02 {
    margin: 0 0 3.125rem;
  }
  .news02__post {
    width: 45%;
    margin: 0 0.625rem 3.125rem;
  }
  .news02__blog_info {
    font-size: 0.75rem;
  }
  /***** 個別投稿ページ（single.php）@960px *****/
  .single02 {
    margin: 0 0 3.125rem;
  }
  .single .header-sub__item {
    padding-top: 3.75rem;
  }
  .single02__blog_info {
    font-size: 0.75rem;
  }
  /***** お問い合わせフォーム　@960pc *****/
  .entry {
    margin: 0 0 2.5rem;
  }
  .wpcf7 form {
    width: 80%;
  }
}
/* ************************************************************************************************
   560px / スマホ
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** 共通 @560px*****/
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }
  p {
    font-size: 0.75rem;
  }
  a {
    font-size: 0.75rem;
  }
  img {
    max-width: 100%;
  }
  .container {
    padding: 0 5%;
  }
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
  .sub__line {
    margin: 0.625rem auto 1.25rem;
  }
  /* ボタン */
  .btn1,
  .btn2,
  .nav-previous,
  .nav-next {
    font-size: 0.812rem;
    width: 171px;
    height: 45px;
    line-height: 45px;
  }
  /* ページトップボタン */
  #page_top,
  #page_top a {
    width: 50px;
    height: 50px;
  }
  .index__ttl {
    margin-bottom: 2.5rem;
  }
  /***** ヘッダー @560px*****/
  header,
  header .container {
    height: 60px;
  }
  .header__ttl img {
    width: 85%;
  }
  #nav-content {
    width: 60% !important;
  }
  .header-sp__list {
    margin-bottom: 0;
  }
  .header-sp__item {
    font-size: 0.75rem;
  }
  /***** 下層ページヘッダー @560px*****/
  .header-sub {
    background-size: cover;
    height: 40vh;
  }
  /***** フッター @560px *****/
  .access {
    padding: 3.125rem 0;
  }
  .access__container {
    padding: 2.5rem 1.25rem;
  }
  .access__contents iframe {
    width: 100%;
    height: 45vh;
  }
  .access__item {
    margin-top: 1.875rem;
  }
  .access__ttl {
    margin-bottom: 1.25rem;
  }
  .access__txt {
    margin-bottom: 1.25rem;
  }
  .access__tel {
    margin-top: 1.875rem;
  }
  small {
    font-size: 0.688rem;
  }
  /***** index.html @560px *****/
  .header-main,
  .main,
  .menu,
  .news,
  .access {
    padding: 3.125rem 0;
  }
  /*index.html / メインイメージ @560px*/
  .header-main {
    background-image: url(../images/sp/index_header_bg01_sp.jpg);
    height: 56vh;
    position: relative;
  }
  .header-main__img {
    top: 21%;
    right: 5%;
    width: 60%;
  }
  /*index.html / メインコンテンツ @560px*/
  .main {
    padding: 3.125rem 0 0.625rem;
  }
  .main__contents1,
  .main__contents2 {
    margin-bottom: 3.125rem;
    flex-direction: column-reverse;
    gap: var(--space-regular);
  }
  .main__item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .main__img {
    width: 100%;
  }
  .main__slider {
    width: 100%;
  }
  .main__contents1 {
    display: -ms-flex;
    display: flex;
  }
  .main__contents1 .main__item {
    order: 1;
  }
  .main__contents1 .main__img {
    order: 2;
  }
  .main__contents1 .main__slider {
    order: 2;
  }
  /*index.html / メニュー @560px*/
  figure.menu__item {
    margin-right: auto;
    margin-left: auto;
  }
  .menu__contents {
    grid-template-columns: none;
    margin: 0 auto 0.625rem;
  }
  /* index.html / 新着情報 @560px */
  .news__item {
    margin-bottom: 1.875rem;
  }
  .news__thumbnail img {
    width: 90%;
  }
  .news__date {
    font-size: 0.688rem;
  }
  /***** concept.html @560px *****/
  .concept01 {
    padding: 1.875rem 0 3.125rem;
  }
  .concept02 {
    padding: 3.125rem 0 1.875rem;
  }
  .concept01__txt {
    text-align: left;
    margin-top: 1.25rem;
  }
  .concept__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 30vh;
  }
  .concept02__item {
    padding: 2.5rem 1.25rem;
    margin: 0 0 2.5rem;
  }
  .concept02__txt {
    margin-top: 1.875rem;
  }
  /***** menu.html @560px *****/
  .menu02 {
    margin: 0 0 5rem;
  }
  .menu03 {
    margin: 0 0 1.875rem;
  }
  .menu02__img {
    width: 100%;
  }
  .menu02__ttl {
    margin: 1.25rem 0;
  }
  .menu02__table,
  .menu03__table {
    font-size: 0.875rem;
  }
  .menu02__table {
    width: 90%;
    margin: 1.875rem auto 0;
  }
  .menu02__txt {
    text-align: left;
  }
  .menu02__table th {
    width: 70%;
    padding: 0.938rem 0.312rem 0.312rem;
  }
  .menu02__table td {
    width: 30%;
    padding: 0.938rem 0.312rem 0.312rem;
  }
  .menu03__item {
    width: 300px;
    height: 300px;
    margin: 0 auto 1.875rem;
    border: 5px solid var(--color-secondary-200);
    padding: 1.875rem;
  }
  /***** recruit.html @560px *****/
  .recruit01,
  .recruit02 {
    padding: 0 0 3.125rem;
  }
  .recruit03 {
    padding: 3.125rem 0;
  }
  .recruit01__item {
    margin-top: 1.875rem;
  }
  .recruit01__txt {
    text-align: left;
  }
  .recruit02__box {
    width: 100%;
    margin: 0 auto 2.5rem;
    padding: 1.875rem 1.25rem;
    display: block;
  }
  .recruit02__item {
    width: 100%;
  }
  .recruit02__line {
    width: 70%;
  }
  .recruit02__txt {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .recruit02__box--sp {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .recruit02__img--sp {
    order: 2;
  }
  .recruit02__item--sp {
    order: 1;
  }
  .recruit__bg {
    background-image: url(../images/sp/recruit_main_bg01_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 30vh;
  }
  .recruit03__ttl {
    margin: 0 0 1.875rem;
  }
  .recruit03__table {
    width: 80%;
    margin: 0 auto 3.125rem;
    font-size: 0.75rem;
  }
  .recruit03__table th {
    padding: 0.938rem 0 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
  }
  .recruit03__table td {
    display: block;
    width: 100%;
  }
  .recruit03__contact {
    display: block;
    padding: 1.875rem;
  }
  .recruit03__contact--tel {
    text-align: center;
    margin-top: 2.5rem;
  }
  .recruit__tel {
    line-height: 40px;
  }
  /***** access.html @560px *****/
  .access02__img {
    margin: 0 auto 1.875rem;
  }
  .access02__table {
    width: 90%;
    margin: 0 auto 3.125rem;
    font-size: 0.75rem;
  }
  .access02__table th {
    padding: 0.938rem 0 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
  }
  .access02__table td {
    display: block;
    width: 100%;
  }
  .access02 iframe {
    height: 50vh;
  }
  .access02__footer {
    padding: 0.312rem 0 3.125rem;
  }
  /***** 新着情報一覧ページ（index.php）@560px *****/
  .news02 {
    margin: 0 0 1.875rem;
  }
  .news02__post {
    width: 90%;
    margin: 0 auto 2.5rem;
  }
  .news02__blog_info {
    font-size: 0.688rem;
  }
  .category__ttl a {
    font-size: 1.625rem;
  }
  /***** 個別投稿ページ（single.php）@560px *****/
  .single02 {
    margin: 0 0 1.875rem;
  }
  .single02__contents {
    width: 100%;
    margin: 1.25rem auto 2.5rem;
  }
  .single__line {
    margin: 2.5rem auto 1.875rem;
  }
  .footer__widget {
    display: block;
  }
  .widget-area {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .footer__widget h5 {
    font-weight: bold;
  }
  .footer__widget li {
    font-size: 0.75rem;
  }
  /***** お問い合わせフォーム @560px *****/
  .entry {
    margin: 0 0 1.875rem;
  }
  .wpcf7 form {
    width: 95%;
  }
  input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.smallform {
    width: 18%;
  }
  .wpcf7 .wpcf7-submit {
    margin: 3.125rem auto 0;
  }
}
/* ************************************************************************************************
   320px / スマホ
   ************************************************************************************************ */
@media screen and (max-width: 319px) {
  /***** 共通 @320px*****/
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.312rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 0.938rem;
  }
  p {
    font-size: 0.75rem;
  }
  /**** フッター @320px *****/
  .access__contents iframe {
    height: 40vh;
  }
  .access__tel {
    font-size: 1.375rem;
  }
  /***** menu.html @320px *****/
  .menu03__item {
    width: 280px;
    height: 280px;
    padding: 1.25rem;
  }
  /***** recruit.html @320px *****/
  .recruit03__table {
    width: 90%;
  }
}
/* # ベース / Base
------------------------------------------------ */
/* ## 共通 / Common
------------------------------------------------ */
* {
  letter-spacing: 0.05em;
}

body {
  overflow-x: clip;
  color: var(--color-text-base);
}

body .post_content p {
  line-height: 2.4;
  font-size: var(--size-regular);
}

img {
  max-width: 100%;
}

/* # レイアウト / Layout
------------------------------------------------ */
/* ## 共通 / Common
------------------------------------------------ */
/* ### コンテナ / Container */
.l-container {
  margin-inline: auto;
}
.l-container--xs {
  width: min(90%, 600px);
}
.l-container--sm {
  width: min(90%, 800px);
}
.l-container--md {
  width: min(95%, 1000px);
}
.l-container--lg {
  width: min(95%, 1200px);
}
.l-container--xl {
  width: min(95%, 1400px);
}

/* ### セクション / Section */
.l-section--spacing-sm {
  padding-block: var(--space-large-20);
}
.l-section--spacing-md {
  padding-block: var(--space-large-30);
}
.l-section--spacing-lg {
  padding-block: var(--space-large-40);
}

/* ## 下層ページ / Sub Page
------------------------------------------------ */
.pc #one_col {
  width: min(90%, 1200px);
  margin-block: var(--space-large-60);
}

/* # コンポーネント / Component
----------------------------------------------- */
#body .c-basic-text {
  margin-bottom: 0;
  line-height: 2.4;
  font-size: var(--size-regular);
}
#body .c-ttl-1 {
  container: c-ttl-1/inline-size;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 var(--space-regular);
  margin-bottom: var(--space-large-20);
}
#body .c-ttl-1 .c-ttl-1__main {
  grid-column: 1/-1;
  margin-bottom: 0 !important;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: var(--size-large-40);
  color: var(--text-base);
}
@container (width < 600px) {
  #body .c-ttl-1 .c-ttl-1__main {
    font-size: var(--size-large-30);
  }
}
#body .c-ttl-1 .c-ttl-1__sub {
  margin: 0 !important;
  line-height: 1.4;
  color: var(--color-primary-600);
  font-size: var(--size-small-10);
}
#body .c-ttl-1::before {
  content: "";
  width: var(--size-large-50);
  aspect-ratio: 1;
  background: url("../images/common/title_deco2.svg") center/contain no-repeat;
}
#body .c-ttl-1--center {
  grid-template-columns: none;
  justify-items: center;
  gap: var(--space-small-20);
  text-align: center;
}
#body .c-ttl-1--color-white .c-ttl-1__main,
#body .c-ttl-1--color-white .c-ttl-1__sub {
  color: #fff;
}
#body .c-ttl-2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-small-10);
  margin-bottom: var(--space-large-20);
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: var(--size-large-20);
  color: var(--color-text-base);
}
#body .c-ttl-2::before {
  content: "";
  width: 4px;
  align-self: stretch;
  background: var(--color-primary-600);
}
#body .c-ttl-2::after {
  content: "";
  grid-column: span 2;
  border-bottom: 1px dashed var(--color-secondary-500);
}
#body .c-ttl-3 {
  container: c-ttl-1/inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-small-20);
  margin-bottom: var(--space-large-40);
}
#body .c-ttl-3 .c-ttl-3__main {
  margin-bottom: 0 !important;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: var(--size-large-40);
  color: var(--text-base);
}
@container (width < 600px) {
  #body .c-ttl-3 .c-ttl-3__main {
    font-size: var(--size-large-40);
  }
}
#body .c-ttl-3 .c-ttl-3__sub {
  margin: 0 !important;
  line-height: 1.4;
  color: var(--color-primary-600);
  font-size: var(--size-small-10);
}
#body .c-ttl-3::before {
  content: "";
  width: var(--size-large-40);
  aspect-ratio: 1;
  background-color: var(--color-secondary-700);
  mask: url("../images/common/title_deco.svg") center/contain no-repeat;
  -webkit-mask: url("../images/common/title_deco.svg") center/contain no-repeat;
}
#body .c-ttl-3--color-white .c-ttl-3__main,
#body .c-ttl-3--color-white .c-ttl-3__sub {
  color: var(--color-background-base);
}
#body .c-catchphrase-1 {
  margin-bottom: var(--space-large-10);
}
#body .c-catchphrase-1 .c-catchphrase-1__inner {
  line-height: 1.7;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.5em 0.4em;
  line-height: 2.8;
  background-image: radial-gradient(circle, var(--color-primary-600) 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 4px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: var(--size-large-30);
  color: var(--color-primary-900);
}
#body .c-catchphrase-2 {
  margin-bottom: var(--space-large-10);
}
#body .c-catchphrase-2 .c-catchphrase-2__inner {
  line-height: 1.7;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.5em 0.4em;
  line-height: 2.8;
  background-image: radial-gradient(circle, var(--color-primary-600) 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 4px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: var(--size-large-20);
  color: var(--color-primary-900);
}
#body .c-btn-1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-small-10);
}
#body .c-btn-1--center {
  justify-content: center;
}
#body .c-btn-1 .c-btn-1__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 240px);
  height: 60px;
  padding: var(--space-small-20) var(--space-regular);
  box-sizing: border-box;
  background-color: var(--color-primary-900);
  color: #fff;
  font-size: var(--size-regular);
  transition: 0.3s;
}
#body .c-btn-1 .c-btn-1__link:hover {
  background-color: var(--color-primary-800);
  color: var(--color-background-base);
}
#body .c-btn-2 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-small-10);
}
#body .c-btn-2--center {
  justify-content: center;
}
#body .c-btn-2 .c-btn-2__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-small-10);
  height: 60px;
  padding: var(--space-small-20) var(--space-large-10);
  box-sizing: border-box;
  background-color: var(--color-primary-900);
  color: #fff;
  font-size: var(--size-regular);
  transition: 0.3s;
}
#body .c-btn-2 .c-btn-2__link::after {
  content: "";
  flex: 0 0 1em;
  aspect-ratio: 1;
  background: currentColor;
  opacity: 0.8;
  mask: center/contain no-repeat;
  -webkit-mask: center/contain no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='140 0 180 315'%3E%3Cpolygon points='163.916,0 142.084,21.822 276.258,155.996 142.084,290.178 163.916,312 184.916,291.178 318.916,157.178 185.916,24.178'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='140 0 180 315'%3E%3Cpolygon points='163.916,0 142.084,21.822 276.258,155.996 142.084,290.178 163.916,312 184.916,291.178 318.916,157.178 185.916,24.178'/%3E%3C/svg%3E");
}
#body .c-btn-2 .c-btn-2__link:hover {
  background-color: var(--color-primary-800);
  color: var(--color-background-base);
}
#body .c-ul-1 {
  display: flex;
  flex-direction: column;
  gap: var(--space-small-10);
  margin: 0 !important;
  padding: 0 !important;
}
#body .c-ul-1 li {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  list-style: none;
  line-height: 1.8;
  font-size: var(--size-regular);
}
#body .c-ul-1 li::before {
  content: "";
  flex-shrink: 0;
  translate: 0 -50%;
  width: 7px;
  aspect-ratio: 1;
  margin-top: 0.5lh;
  border-radius: 50%;
  background-color: var(--color-primary-700);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary-700) 30%, transparent);
}
#body .c-ul-1--center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto !important;
}
#body .c-ul-2 {
  container: c-ul-2/inline-size;
  display: flex;
  flex-direction: column;
  gap: var(--space-small-20);
  margin: 0 !important;
  padding: 0;
}
#body .c-ul-2 li {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  list-style: none;
  line-height: 2.4;
  font-size: var(--size-regular);
}
@container (width < 400px) {
  #body .c-ul-2 li {
    font-size: var(--size-small-10);
  }
}
#body .c-ul-2 li::before {
  content: "";
  flex-shrink: 0;
  translate: 0 -50%;
  width: 1.1em;
  aspect-ratio: 1;
  margin-top: 0.5lh;
  -webkit-mask: url("../images/common/title_deco.svg") no-repeat center/contain;
          mask: url("../images/common/title_deco.svg") no-repeat center/contain;
  background-color: var(--color-primary-600);
}
#body .c-ul-2--center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto !important;
}
#body .c-ol-1 {
  container: c-ol-1/inline-size;
  display: flex;
  flex-direction: column;
  gap: var(--space-small-20);
  margin: 0 !important;
  padding: 0 !important;
  counter-reset: num;
}
#body .c-ol-1 li {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  list-style: none;
  line-height: 2.4;
  font-size: var(--size-regular);
  counter-increment: num;
}
#body .c-ol-1 li::before {
  content: counter(num);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: var(--size-large-40);
  height: var(--size-large-40);
  margin-top: 0.5lh;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: var(--color-primary-800);
  letter-spacing: 0;
  font-size: var(--size-regular);
  color: var(--color-background-base);
}
@container (width < 600px) {
  #body .c-ol-1 li::before {
    width: 32px;
    height: 32px;
  }
}
#body .c-ol-1--center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto !important;
}
#body .c-box {
  container: c-box/inline-size;
  background-color: var(--color-gray-50);
  border-radius: 20px;
}
#body .c-box .c-box__inner {
  padding: var(--space-large-20);
}
#body .c-inpage-nav {
  container: c-inpage-nav/inline-size;
  margin-bottom: var(--space-large-20);
}
#body .c-inpage-nav .c-inpage-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-large-10);
  margin: 0 !important;
  padding: 0 !important;
}
@container (width < 600px) {
  #body .c-inpage-nav .c-inpage-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-small-10);
  }
}
#body .c-inpage-nav .c-inpage-nav__item {
  list-style: none;
}
#body .c-inpage-nav .c-inpage-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-small-10);
  height: 60px;
  padding: var(--space-small-20) var(--space-large-10);
  box-sizing: border-box;
  background-color: var(--color-primary-900);
  color: #fff;
  font-size: var(--size-regular);
  transition: 0.3s;
}
@container (width < 600px) {
  #body .c-inpage-nav .c-inpage-nav__link {
    gap: var(--space-small-20);
    padding: var(--space-small-20) var(--space-regular);
  }
}
#body .c-inpage-nav .c-inpage-nav__link::after {
  content: "";
  flex: 0 0 1em;
  aspect-ratio: 1;
  background: currentColor;
  opacity: 0.8;
  mask: center/contain no-repeat;
  -webkit-mask: center/contain no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 140 315 180'%3E%3Cpolygon points='0,163.916 21.822,142.084 155.996,276.258 290.178,142.084 312,163.916 291.178,184.916 157.178,318.916 24.178,185.916'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 140 315 180'%3E%3Cpolygon points='0,163.916 21.822,142.084 155.996,276.258 290.178,142.084 312,163.916 291.178,184.916 157.178,318.916 24.178,185.916'/%3E%3C/svg%3E");
}
#body .c-inpage-nav .c-inpage-nav__link:hover {
  background-color: var(--color-primary-800);
  color: var(--color-background-base);
}
#body .c-page-intro .c-page-intro__heading {
  margin-bottom: var(--space-large-20);
  text-align: center;
  color: var(--color-primary-900);
  font-weight: bold;
  font-size: var(--size-large-30);
}
#body .c-page-intro .c-page-intro__txt {
  margin-bottom: var(--space-large-20);
  line-height: 2.4;
  text-align: center;
  font-size: var(--size-regular);
}
#body .c-page-intro .c-page-intro__img {
  width: min(100%, 600px);
  margin: 0 auto;
}
#body .c-page-intro .c-page-intro__img img {
  width: 100%;
  filter: grayscale(0.3);
}
#body .c-2col-contents {
  container: c-2col-contents/inline-size;
}
#body .c-2col-contents:not(:last-child) {
  margin-bottom: var(--space-large-60);
}
#body .c-2col-contents .c-2col-contents__inner {
  display: flex;
  gap: var(--space-large-10) var(--space-large-20);
}
@container (width >=800px) {
  #body .c-2col-contents .c-2col-contents__inner {
    justify-content: center;
  }
}
@container (width < 800px) {
  #body .c-2col-contents .c-2col-contents__inner {
    flex-direction: column;
  }
}
@container (width >=800px) {
  #body .c-2col-contents .c-2col-contents__col1 {
    width: 38.2%;
  }
}
@container (width >=800px) {
  #body .c-2col-contents .c-2col-contents__col2 {
    width: 61.8%;
  }
}
#body .c-2col-contents .c-2col-contents__img img {
  width: 100%;
}
#body .c-2col-contents .c-2col-contents__caption {
  margin-top: 0.75em;
  line-height: 2.4;
  font-size: var(--size-regular);
}
@container (width >=800px) {
  #body .c-2col-contents--reverse .c-2col-contents__inner {
    flex-direction: row-reverse;
  }
}
@container (width >=800px) {
  #body .c-2col-contents--same .c-2col-contents__col1 {
    width: 50%;
  }
}
@container (width >=800px) {
  #body .c-2col-contents--same .c-2col-contents__col2 {
    width: 50%;
  }
}
#body .c-simple-message .c-simple-message__catch {
  line-height: 2;
  text-align: center;
  font-size: var(--size-large-40);
}
#body .c-simple-message .c-simple-message__txt {
  margin-top: var(--space-large-20);
  line-height: 2.4;
  text-align: center;
  font-size: var(--size-large-10);
}
#body .c-card-contents {
  container: c-card-contents/inline-size;
}
#body .c-card-contents .c-card-contents__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-large-30);
}
#body .c-card-contents .c-card-contents__item {
  background: var(--color-background-base);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#body .c-card-contents .c-card-contents__image {
  width: 100%;
  aspect-ratio: 1.618;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e0e0e0;
  display: block;
}
#body .c-card-contents .c-card-contents__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .c-card-contents .c-card-contents__info {
  padding: var(--space-large-20);
}
#body .c-card-contents .c-card-contents__title {
  font-size: var(--size-large-20);
  font-weight: bold;
  color: var(--color-primary-900);
  margin: 0 0 0.5em;
}
#body .c-card-contents .c-card-contents__caption {
  font-size: var(--size-regular);
  line-height: 2.4;
}
#body .c-card-contents-2 {
  container: c-card-contents-2/inline-size;
}
#body .c-card-contents-2 .c-card-contents-2__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-large-50);
}
#body .c-card-contents-2 .c-card-contents-2__unit {
  display: flex;
  background-color: var(--color-background-base);
}
@container (width < 750px) {
  #body .c-card-contents-2 .c-card-contents-2__unit {
    flex-direction: column;
  }
}
#body .c-card-contents-2 .c-card-contents-2__grid {
  flex: 0 0 min(60%, 750px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-small-20);
  box-sizing: border-box;
}
@container (width < 750px) {
  #body .c-card-contents-2 .c-card-contents-2__grid {
    flex-basis: auto;
  }
}
#body .c-card-contents-2 .c-card-contents-2__grid-item1 {
  grid-column: span 2;
  aspect-ratio: 2.414;
}
#body .c-card-contents-2 .c-card-contents-2__grid-item1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .c-card-contents-2 .c-card-contents-2__grid-item2 {
  aspect-ratio: 1.414;
}
#body .c-card-contents-2 .c-card-contents-2__grid-item2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .c-card-contents-2 .c-card-contents-2__grid-item3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary-600);
  padding: var(--space-large-20);
  box-sizing: border-box;
  color: #fff;
}
@container (width < 500px) {
  #body .c-card-contents-2 .c-card-contents-2__grid-item3 {
    padding: var(--space-large-10);
  }
}
#body .c-card-contents-2 .c-card-contents-2__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-small-20);
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: var(--size-large-80);
}
@container (width < 500px) {
  #body .c-card-contents-2 .c-card-contents-2__number {
    font-size: var(--size-large-60);
  }
}
#body .c-card-contents-2 .c-card-contents-2__number small {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-size: var(--size-regular);
}
#body .c-card-contents-2 .c-card-contents-2__info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-large-30);
  box-sizing: border-box;
}
#body .c-card-contents-2 .c-card-contents-2__title-group {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-large-10);
}
#body .c-card-contents-2 .c-card-contents-2__title-group::after {
  content: "";
  width: 3rem;
  height: 2px;
  margin-top: var(--space-large-10);
  background-color: var(--color-accent-800);
}
#body .c-card-contents-2 .c-card-contents-2__title {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: var(--size-large-30);
  font-weight: bold;
}
#body .c-card-contents-2 .c-card-contents-2__sub-title {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: var(--size-small-10);
  color: var(--color-gray-300);
}
#body .c-card-contents-2 .c-card-contents-2__desc {
  font-size: var(--size-regular);
  line-height: 2.4;
}
#body .c-panel-1 {
  container: c-panel-1/inline-size;
  width: min(100%, 1280px);
  margin-inline: auto;
}
#body .c-panel-1 .c-panel-1__img {
  position: relative;
  z-index: 10;
  width: 100%;
  aspect-ratio: 2.618/1;
}
#body .c-panel-1 .c-panel-1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .c-panel-1 .c-panel-1__box {
  position: relative;
  z-index: 20;
  width: 80%;
  margin-top: calc(var(--space-large-20) * -1);
  margin-inline: auto;
  background-color: var(--color-background-base);
  padding: var(--space-large-20) var(--space-large-30);
  box-sizing: border-box;
  box-shadow: var(--box-shadow);
}
@container (max-width: 768px) {
  #body .c-panel-1 .c-panel-1__box {
    width: 90%;
    margin-top: calc(var(--space-large-20) * -1);
    padding: var(--space-large-20) var(--space-large-30);
  }
}
#body .c-panel-2 {
  container: c-panel-2/inline-size;
  position: relative;
  width: min(100%, 1280px);
  margin-inline: auto;
}
#body .c-panel-2 .c-panel-2__img {
  margin-left: 50%;
  translate: -50%;
  z-index: 10;
  width: 100lvw;
  height: 350px;
}
#body .c-panel-2 .c-panel-2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .c-panel-2 .c-panel-2__inner {
  display: flex;
  align-items: flex-start;
  gap: var(--space-large-30);
}
@container (width < 600px) {
  #body .c-panel-2 .c-panel-2__inner {
    flex-direction: column;
    gap: 0;
  }
}
#body .c-panel-2 .c-panel-2__box {
  position: relative;
  z-index: 20;
  flex: 0 0 auto;
  margin-top: calc(var(--space-large-40) * -1);
  background-color: var(--color-background-base);
  padding: var(--space-large-30) var(--space-large-40);
  box-sizing: border-box;
  box-shadow: var(--box-shadow);
}
#body .c-panel-2 .c-panel-2__box::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: var(--space-large-10);
  left: var(--space-large-10);
  width: 2px;
  height: 100%;
  background-color: var(--color-accent-800);
}
#body .c-panel-2 .c-panel-2__main-title {
  margin: 0;
  font-size: var(--size-large-40);
  font-weight: bold;
  color: var(--color-text-base);
}
#body .c-panel-2 .c-panel-2__sub-title {
  margin: 0;
  font-size: var(--size-regular);
  color: var(--color-gray-600);
}
#body .c-panel-2 .c-panel-2__contents {
  margin-top: var(--space-large-10);
}
#body .c-panel-2 .c-panel-2__desc {
  margin: 0;
  font-size: var(--size-large-10);
  color: var(--color-gray-600);
}
#body .c-title-box {
  container: c-title-box/inline-size;
  border: 1px solid var(--color-primary-500);
  overflow: hidden;
}
#body .c-title-box .c-title-box__title {
  background-color: var(--color-primary-700);
  color: #fff;
  margin: 0;
  padding: var(--size-large-10) var(--space-large-20);
  text-align: center;
  font-size: var(--size-large-20);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#body .c-title-box .c-title-box__contents {
  height: 100%;
  padding: var(--space-large-20);
  box-sizing: border-box;
  line-height: 2.4;
  font-size: var(--size-regular);
  background-color: var(--color-background-base);
}
#body .c-title-box .c-title-box__caption {
  margin-bottom: var(--space-small-10);
  line-height: 2.4;
  font-size: var(--size-small-10);
}
#body .c-title-box--color-primary {
  border-color: var(--color-primary);
}
#body .c-title-box--color-primary .c-title-box__title {
  background-color: var(--color-primary);
  color: var(--color-text-on-bg);
}
#body .c-table-contents {
  container: c-table-contents/inline-size;
}
#body .c-table-contents .c-table-contents__table {
  border: 1px solid var(--color-primary-400);
}
#body .c-table-contents .c-table-contents__table :is(th, td) {
  padding: 1em;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid var(--color-primary-400);
  border-right: 1px solid var(--color-primary-400);
  vertical-align: middle;
}
#body .c-table-contents .c-table-contents__table th {
  width: 300px;
  background-color: var(--color-primary-400);
  font-weight: 400;
  color: var(--color-text-base);
  font-size: var(--size-regular);
}
@container (width < 800px) {
  #body .c-table-contents .c-table-contents__table th {
    width: 200px;
  }
}
@container (width < 600px) {
  #body .c-table-contents .c-table-contents__table th {
    width: 150px;
  }
}
#body .c-table-contents .c-table-contents__table td {
  color: var(--color-text-base);
  font-size: var(--size-regular);
}
#body .c-table-contents .c-table-contents__table tr:not(:last-child) th {
  border-bottom-color: var(--color-background-base);
}
#body .c-table-contents .c-table-contents__note {
  margin-top: var(--space-large-10);
  font-size: var(--size-regular);
  line-height: 2.4;
  color: var(--color-text-base);
}
#body .c-table-contents-2 {
  container: c-table-contents-2/inline-size;
}
#body .c-table-contents-2 .c-table-contents-2__table {
  border-collapse: separate;
  border-spacing: 0 1rem;
}
#body .c-table-contents-2 :is(th, td) {
  padding: 1.5rem 2.5rem;
  box-sizing: border-box;
  background-color: var(--color-primary-300);
  border: none;
}
@container (width < 500px) {
  #body .c-table-contents-2 :is(th, td) {
    display: block !important;
    width: 100% !important;
    padding: 1.5rem;
  }
}
#body .c-table-contents-2 th {
  position: relative;
  width: 200px;
  vertical-align: middle;
  font-weight: 600;
  color: var(--color-text-base);
  font-size: var(--size-regular);
}
#body .c-table-contents-2 th::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  translate: 0 50%;
  display: block;
  width: 1px;
  height: calc(100% - 3rem);
  background-color: var(--color-primary-900);
}
@container (width < 500px) {
  #body .c-table-contents-2 th::after {
    right: 50%;
    bottom: 0;
    translate: 50%;
    width: calc(100% - 3rem);
    height: 1px;
  }
}
#body .c-table-contents-2 td {
  color: var(--color-text-base);
  font-size: var(--size-regular);
}
#body .c-clinic-schedule {
  container: c-clinic-schedule/inline-size;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
}
#body .c-clinic-schedule .c-clinic-schedule__table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--color-primary-900);
  table-layout: fixed;
}
#body .c-clinic-schedule .c-clinic-schedule__time,
#body .c-clinic-schedule .c-clinic-schedule__header,
#body .c-clinic-schedule .c-clinic-schedule__status {
  padding: var(--space-regular);
  font-size: var(--size-small-10);
}
@container (width < 600px) {
  #body .c-clinic-schedule .c-clinic-schedule__time,
  #body .c-clinic-schedule .c-clinic-schedule__header,
  #body .c-clinic-schedule .c-clinic-schedule__status {
    padding: 0.75rem;
  }
}
@container (width < 400px) {
  #body .c-clinic-schedule .c-clinic-schedule__time,
  #body .c-clinic-schedule .c-clinic-schedule__header,
  #body .c-clinic-schedule .c-clinic-schedule__status {
    padding: 0.5rem;
  }
}
#body .c-clinic-schedule .c-clinic-schedule__header {
  text-align: center;
  background-color: var(--color-primary-900);
  border: 1px solid var(--color-primary-900);
  font-weight: normal;
  color: #fff;
}
#body .c-clinic-schedule .c-clinic-schedule__header:first-child {
  width: 30%;
}
@container (width < 600px) {
  #body .c-clinic-schedule .c-clinic-schedule__header:first-child {
    width: 30%;
  }
}
@container (width < 400px) {
  #body .c-clinic-schedule .c-clinic-schedule__header:first-child {
    width: 35%;
  }
}
#body .c-clinic-schedule .c-clinic-schedule__time {
  text-align: center;
  border: 1px solid var(--color-primary-900);
  color: var(--color-primary-800);
  font-weight: bold;
}
#body .c-clinic-schedule .c-clinic-schedule__status {
  text-align: center;
  border: 1px solid var(--color-primary-900);
  vertical-align: middle;
  letter-spacing: 0;
  font-size: var(--size-small-20);
}
#body .c-clinic-schedule .c-clinic-schedule__status--open {
  color: var(--color-primary-800);
}
#body .c-overlay-contents {
  container: c-overlay-contents/inline-size;
}
#body .c-overlay-contents .c-overlay-contents__inner {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
@container (width < 600px) {
  #body .c-overlay-contents .c-overlay-contents__inner {
    flex-direction: column;
  }
}
#body .c-overlay-contents .c-overlay-contents__unit {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 350px;
  padding: calc(2rem + 4vw) max(4vw, 3rem);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}
@container (width < 800px) {
  #body .c-overlay-contents .c-overlay-contents__unit {
    padding: 2rem;
  }
}
@container (width < 600px) {
  #body .c-overlay-contents .c-overlay-contents__unit {
    width: 100%;
    min-height: 250px;
  }
}
#body .c-overlay-contents .c-overlay-contents__unit::before {
  content: "";
  position: absolute;
  z-index: -20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
}
#body .c-overlay-contents .c-overlay-contents__unit::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary-950);
  opacity: 0.4;
  transition: 0.5s;
}
#body .c-overlay-contents .c-overlay-contents__unit--bg01::before {
  background-image: url("../images/index/home_medical.jpg");
}
#body .c-overlay-contents .c-overlay-contents__unit--bg02::before {
  background-image: url("../images/index/home_trimming.jpg");
}
#body .c-overlay-contents .c-overlay-contents__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
#body .c-overlay-contents .c-overlay-contents__title-main {
  margin: 0;
  word-break: keep-all;
  font-weight: bold;
  font-size: var(--size-large-30);
  text-shadow: var(--text-shadow-bk);
}
#body .c-overlay-contents .c-overlay-contents__title-sub {
  display: block;
  margin: 0;
  font-size: var(--size-small-10);
  text-shadow: var(--text-shadow-bk);
  text-indent: 0.3em;
}
#body .c-overlay-contents .c-overlay-contents__text {
  text-shadow: var(--text-shadow-bk);
  font-size: var(--size-regular);
}
#body .c-overlay-contents .c-overlay-contents__unit-icon {
  position: absolute;
  bottom: var(--space-large-20);
  right: var(--space-large-20);
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
  padding: var(--space-large-10);
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
#body .c-overlay-contents .c-overlay-contents__unit-icon::before {
  content: "";
  width: var(--size-regular);
  aspect-ratio: 1;
  opacity: 0.8;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='140 0 180 315'%3E%3Cpolygon points='163.916,0 142.084,21.822 276.258,155.996 142.084,290.178 163.916,312 184.916,291.178 318.916,157.178 185.916,24.178'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='140 0 180 315'%3E%3Cpolygon points='163.916,0 142.084,21.822 276.258,155.996 142.084,290.178 163.916,312 184.916,291.178 318.916,157.178 185.916,24.178'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: inherit;
}
#body .c-overlay-contents .c-overlay-contents__unit:hover::before {
  transform: scale(1.1);
}
#body .c-overlay-contents .c-overlay-contents__unit:hover::after {
  opacity: 0.25;
}
#body .c-overlay-contents .c-overlay-contents__unit:hover .c-overlay-contents__unit-icon {
  background-color: #fff;
  scale: 1.2;
}
#body .c-overlay-contents .c-overlay-contents__unit:hover .c-overlay-contents__unit-icon::before {
  background: #808080;
}
#body .c-full-width-contents {
  container: c-full-width-contents/inline-size;
  position: relative;
  z-index: 10;
  display: grid;
  place-items: center;
  min-height: 500px;
  padding-block: var(--space-large-50);
  box-sizing: border-box;
}
#body .c-full-width-contents::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/index/home_recruit.jpg");
  background-size: cover;
  background-position: 50% 10%;
}
#body .c-full-width-contents::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay-2);
  background: color-mix(in srgb, var(--color-secondary-950) 50%, transparent);
}
#body .c-full-width-contents .c-full-width-contents__inner {
  text-align: center;
}
#body .c-full-width-contents .c-full-width-contents__ttl {
  margin-bottom: var(--space-small-10);
  font-size: var(--size-large-40);
  color: #fff;
}
@container (width < 600px) {
  #body .c-full-width-contents .c-full-width-contents__ttl {
    font-size: var(--size-large-40);
  }
}
#body .c-full-width-contents .c-full-width-contents__txt {
  margin-bottom: var(--space-large-20);
  font-size: var(--size-regular);
  color: #fff;
}
#body .c-section-header__title {
  font-size: 2rem;
  color: var(--color-gray-700);
  font-family: var(--font-family-en);
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#body .c-section-header__subtitle {
  font-size: 1rem;
  color: var(--color-gray-500);
}
#body .c-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
#body .c-btn-wrapper .btn1 {
  margin: 0;
}
@media (max-width: 600px) {
  #body .c-btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
#body .btn1--trimming {
  border-color: var(--color-accent-600) !important;
}
#body .btn1--trimming:hover::after {
  background-color: var(--color-accent-600) !important;
  opacity: 0.7;
}
#body .c-sns-link {
  margin: 1rem 0;
}
#body .c-sns-link .c-sns-ilnk__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 0.6rem 4rem;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
}
#body .c-sns-link .c-sns-ilnk__inner .c-sns-ilnk__head {
  display: flex;
  gap: 0.3rem;
  line-height: 1.7;
  font-size: 1rem;
}
#body .c-sns-link .c-sns-ilnk__inner .c-sns-ilnk__head::before {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1;
  background: url("../images/common/logo_instagram.png") no-repeat center/contain;
}
#body .c-sns-link .c-sns-ilnk__inner .c-sns-ilnk__detail {
  width: 100%;
  line-height: 1.7;
  font-size: 0.7rem;
  color: #777;
}
#body .js-tab-content {
  display: none;
  animation: js-tab-fadeIn 0.5s;
}
#body .js-tab-content.is-active {
  display: block;
}
@keyframes js-tab-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* # プロジェクト / Project
------------------------------------------------ */
#body :is(#header_button .button a, #footer_button .button a) {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
#body :is(#header_button .button a, #footer_button .button a)::before {
  content: "";
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  background: currentColor;
  mask: center/contain no-repeat;
  -webkit-mask: center/contain no-repeat;
  transition: inherit;
}
#body :is(#header_button .button1 a, #footer_button .button1 a)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E");
}
#body :is(#header_button .button2 a, #footer_button .button2 a)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M149.193 103.525c15.994 0 28.964-12.97 28.964-28.972V28.964C178.157 12.97 165.187 0 149.193 0 133.19 0 120.22 12.97 120.22 28.964v45.589c0 16.003 12.97 28.972 28.973 28.972zM362.815 103.525c15.995 0 28.964-12.97 28.964-28.972V28.964C391.78 12.97 378.81 0 362.815 0c-16.002 0-28.972 12.97-28.972 28.964v45.589c0 16.003 12.97 28.972 28.972 28.972zM435.164 41.288h-17.925v33.265c0 30.017-24.414 54.431-54.423 54.431-30.017 0-54.431-24.414-54.431-54.431V41.288H203.616v33.265c0 30.017-24.415 54.431-54.423 54.431-30.016 0-54.432-24.414-54.432-54.431V41.288H76.836c-38.528 0-69.763 31.234-69.763 69.763v331.186C7.073 480.766 38.309 512 76.836 512h358.328c38.528 0 69.763-31.234 69.763-69.763V111.051c0-38.529-31.235-69.763-69.763-69.763zm14.859 388.701c0 17.826-14.503 32.328-32.329 32.328H94.306c-17.826 0-32.329-14.502-32.329-32.328V170.877h388.047v259.112z'/%3E%3Crect x='220.58' y='334.908' width='70.806' height='70.798'/%3E%3Crect x='110.839' y='334.908' width='70.808' height='70.798'/%3E%3Crect x='330.338' y='225.151' width='70.824' height='70.807'/%3E%3Crect x='330.338' y='334.908' width='70.824' height='70.798'/%3E%3Crect x='220.58' y='225.151' width='70.806' height='70.807'/%3E%3Crect x='110.839' y='225.151' width='70.808' height='70.807'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M149.193 103.525c15.994 0 28.964-12.97 28.964-28.972V28.964C178.157 12.97 165.187 0 149.193 0 133.19 0 120.22 12.97 120.22 28.964v45.589c0 16.003 12.97 28.972 28.973 28.972zM362.815 103.525c15.995 0 28.964-12.97 28.964-28.972V28.964C391.78 12.97 378.81 0 362.815 0c-16.002 0-28.972 12.97-28.972 28.964v45.589c0 16.003 12.97 28.972 28.972 28.972zM435.164 41.288h-17.925v33.265c0 30.017-24.414 54.431-54.423 54.431-30.017 0-54.431-24.414-54.431-54.431V41.288H203.616v33.265c0 30.017-24.415 54.431-54.423 54.431-30.016 0-54.432-24.414-54.432-54.431V41.288H76.836c-38.528 0-69.763 31.234-69.763 69.763v331.186C7.073 480.766 38.309 512 76.836 512h358.328c38.528 0 69.763-31.234 69.763-69.763V111.051c0-38.529-31.235-69.763-69.763-69.763zm14.859 388.701c0 17.826-14.503 32.328-32.329 32.328H94.306c-17.826 0-32.329-14.502-32.329-32.328V170.877h388.047v259.112z'/%3E%3Crect x='220.58' y='334.908' width='70.806' height='70.798'/%3E%3Crect x='110.839' y='334.908' width='70.808' height='70.798'/%3E%3Crect x='330.338' y='225.151' width='70.824' height='70.807'/%3E%3Crect x='330.338' y='334.908' width='70.824' height='70.798'/%3E%3Crect x='220.58' y='225.151' width='70.806' height='70.807'/%3E%3Crect x='110.839' y='225.151' width='70.808' height='70.807'/%3E%3C/g%3E%3C/svg%3E");
}
#body #footer_company .desc,
#body .footer_info_content .desc {
  margin-top: var(--space-small-20);
  word-break: auto-phrase;
  font-size: 16px;
}
#body .footer_info_content .title {
  margin-bottom: 23px;
}
#body .footer_info_content .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
#body .footer_info_content .button a::before {
  content: "";
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  background: currentColor;
  mask: center/contain no-repeat;
  -webkit-mask: center/contain no-repeat;
  transition: inherit;
}
#body #footer_info_content1 .button a::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E");
}
#body #footer_info_content2 .button a::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M149.193 103.525c15.994 0 28.964-12.97 28.964-28.972V28.964C178.157 12.97 165.187 0 149.193 0 133.19 0 120.22 12.97 120.22 28.964v45.589c0 16.003 12.97 28.972 28.973 28.972zM362.815 103.525c15.995 0 28.964-12.97 28.964-28.972V28.964C391.78 12.97 378.81 0 362.815 0c-16.002 0-28.972 12.97-28.972 28.964v45.589c0 16.003 12.97 28.972 28.972 28.972zM435.164 41.288h-17.925v33.265c0 30.017-24.414 54.431-54.423 54.431-30.017 0-54.431-24.414-54.431-54.431V41.288H203.616v33.265c0 30.017-24.415 54.431-54.423 54.431-30.016 0-54.432-24.414-54.432-54.431V41.288H76.836c-38.528 0-69.763 31.234-69.763 69.763v331.186C7.073 480.766 38.309 512 76.836 512h358.328c38.528 0 69.763-31.234 69.763-69.763V111.051c0-38.529-31.235-69.763-69.763-69.763zm14.859 388.701c0 17.826-14.503 32.328-32.329 32.328H94.306c-17.826 0-32.329-14.502-32.329-32.328V170.877h388.047v259.112z'/%3E%3Crect x='220.58' y='334.908' width='70.806' height='70.798'/%3E%3Crect x='110.839' y='334.908' width='70.808' height='70.798'/%3E%3Crect x='330.338' y='225.151' width='70.824' height='70.807'/%3E%3Crect x='330.338' y='334.908' width='70.824' height='70.798'/%3E%3Crect x='220.58' y='225.151' width='70.806' height='70.807'/%3E%3Crect x='110.839' y='225.151' width='70.808' height='70.807'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M149.193 103.525c15.994 0 28.964-12.97 28.964-28.972V28.964C178.157 12.97 165.187 0 149.193 0 133.19 0 120.22 12.97 120.22 28.964v45.589c0 16.003 12.97 28.972 28.973 28.972zM362.815 103.525c15.995 0 28.964-12.97 28.964-28.972V28.964C391.78 12.97 378.81 0 362.815 0c-16.002 0-28.972 12.97-28.972 28.964v45.589c0 16.003 12.97 28.972 28.972 28.972zM435.164 41.288h-17.925v33.265c0 30.017-24.414 54.431-54.423 54.431-30.017 0-54.431-24.414-54.431-54.431V41.288H203.616v33.265c0 30.017-24.415 54.431-54.423 54.431-30.016 0-54.432-24.414-54.432-54.431V41.288H76.836c-38.528 0-69.763 31.234-69.763 69.763v331.186C7.073 480.766 38.309 512 76.836 512h358.328c38.528 0 69.763-31.234 69.763-69.763V111.051c0-38.529-31.235-69.763-69.763-69.763zm14.859 388.701c0 17.826-14.503 32.328-32.329 32.328H94.306c-17.826 0-32.329-14.502-32.329-32.328V170.877h388.047v259.112z'/%3E%3Crect x='220.58' y='334.908' width='70.806' height='70.798'/%3E%3Crect x='110.839' y='334.908' width='70.808' height='70.798'/%3E%3Crect x='330.338' y='225.151' width='70.824' height='70.807'/%3E%3Crect x='330.338' y='334.908' width='70.824' height='70.798'/%3E%3Crect x='220.58' y='225.151' width='70.806' height='70.807'/%3E%3Crect x='110.839' y='225.151' width='70.808' height='70.807'/%3E%3C/g%3E%3C/svg%3E");
}
#body .p-footer-banner {
  width: min(100%, 400px);
  margin: 23px auto 0;
}
#body .p-footer-banner .p-footer-banner__link {
  transition: 0.3s;
}
#body .p-footer-banner .p-footer-banner__link:hover {
  opacity: 0.9;
}
#body .p-footer-banner img {
  width: 100%;
  height: auto;
}
#body #header_slider_wrap .caption .title {
  line-height: 1.7;
}
#body #header_slider_wrap .item.animate .caption .sub_title,
#body #header_slider_wrap.animate .caption .sub_title {
  text-shadow: var(--text-shadow-bk);
}
#body .index_box_content .title {
  text-shadow: var(--text-shadow-wh);
}
#body #index_clinic {
  padding-bottom: 0;
}
#body #index_clinic .catch {
  margin-bottom: var(--space-regular);
  font-size: var(--size-large-40) !important;
  color: var(--color-primary-900);
}
#body .index_cb_catch {
  padding-bottom: var(--space-large-40);
}
#body #index_campaign_slider .desc {
  color: var(--color-text-base);
}
#body #index_campaign_slider .item a.link,
#body #index_campaign_slider .item a.link .top_area {
  height: auto !important;
  aspect-ratio: 1;
}
#body .index_slider_arrow:is(.prev, .next) {
  top: 150px;
}
#body #page_header_catch .catch {
  text-shadow: var(--text-shadow-bk);
}
#body .p-feature {
  container: p-feature/inline-size;
}
#body .p-feature .p-feature__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-large-40);
  margin: 0 !important;
  padding: 0 !important;
  counter-reset: feature;
}
#body .p-feature .p-feature__item {
  display: flex;
  gap: var(--space-large-10) var(--space-large-20);
  list-style: none;
  counter-increment: feature;
}
@container (width >=800px) {
  #body .p-feature .p-feature__item {
    justify-content: center;
  }
}
@container (width < 800px) {
  #body .p-feature .p-feature__item {
    flex-direction: column;
  }
}
@container (width >=800px) {
  #body .p-feature .p-feature__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
#body .p-feature .p-feature__item-col1 {
  flex-shrink: 0;
}
@container (width >=800px) {
  #body .p-feature .p-feature__item-col1 {
    width: 38.2%;
  }
}
#body .p-feature .p-feature__item-col2 {
  flex-grow: 1;
}
#body .p-feature .p-feature__item-num {
  display: flex;
  align-items: flex-end;
  gap: var(--space-small-20);
  margin-bottom: var(--space-large-10);
}
#body .p-feature .p-feature__item-num::before {
  content: "Feature";
  line-height: 1.7;
  font-size: var(--size-regular);
  color: var(--color-primary-500);
}
#body .p-feature .p-feature__item-num::after {
  content: counter(feature, decimal-leading-zero);
  line-height: 0.8;
  font-size: var(--size-large-80);
  color: var(--color-primary-500);
  font-weight: bold;
}
#body .p-feature .p-feature__item-ttl {
  margin-block: 0 var(--space-large-10) !important;
  padding: 0 !important;
  line-height: 1.7;
  font-size: var(--size-large-20);
  color: var(--color-primary-900);
}
#body .p-feature .p-feature__item-desc {
  line-height: 2.4;
  font-size: var(--size-regular);
}
#body .p-feature .p-feature__item-img {
  width: 100%;
  aspect-ratio: 1.414;
}
#body .p-feature .p-feature__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .p-director {
  container: p-director/inline-size;
}
#body .p-director .p-director__inner {
  display: grid;
  grid-template-columns: min(500px, 40%) 1fr;
  gap: var(--space-large-20);
}
@container (width < 600px) {
  #body .p-director .p-director__inner {
    grid-template-columns: 1fr;
  }
}
#body .p-director .p-director__img {
  margin: 0;
  width: 100%;
  aspect-ratio: 1.414;
  overflow: hidden;
}
#body .p-director .p-director__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .p-director .p-director__doctor-name {
  margin-bottom: var(--space-small-10);
}
#body .p-director .p-director__doctor-name-main {
  margin: 0;
  line-height: 1.7;
  font-weight: 600;
  font-size: var(--size-large-20);
  color: var(--color-primary-900);
}
#body .p-director .p-director__doctor-name-sub {
  margin: 0;
  line-height: 1.7;
  font-size: var(--size-small-20);
  color: var(--color-gray-300);
}
#body .p-director .p-director__doctor-dl {
  margin: 0;
}
#body .p-director .p-director__doctor-dl dt {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: var(--space-small-10);
  line-height: 1.7;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: var(--color-primary-800);
  font-weight: 400;
  color: var(--color-background-base);
  font-size: var(--size-regular);
}
#body .p-director .p-director__doctor-dl dd {
  margin-bottom: var(--space-regular);
  line-height: 2.4;
  font-size: var(--size-regular);
}
#body .p-director .p-director__doctor-message {
  grid-column: 1/-1;
  margin: 0;
}
#body .p-case .p-case__2col {
  gap: var(--space-large-40);
}
#body .p-case .p-case__col2 {
  padding: var(--space-large-10);
  background-color: var(--color-gray-50);
}
#body .p-treatment-item__columns {
  gap: var(--space-large-30) !important;
}
#body .p-before-after {
  display: flex;
  align-items: center !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (width < 781px) {
  #body .p-before-after {
    flex-direction: column;
  }
}
#body .p-before-after .p-before-after__item {
  position: relative;
  text-align: center;
}
#body .p-before-after .p-before-after__item--before {
  order: 1;
}
#body .p-before-after .p-before-after__item--after {
  order: 3;
}
#body .p-before-after::after {
  content: "";
  order: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0 1.25rem 1.25rem;
  border-color: transparent transparent transparent var(--color-primary-800);
  transform: translateY(-50%);
}
@media (width < 781px) {
  #body .p-before-after::after {
    transform: rotate(90deg);
  }
}
#body #archive_campaign {
  margin-top: var(--space-large-40);
}
#body #campaign_list .item a.link {
  height: auto;
  aspect-ratio: 1;
}
#body #campaign_list .date {
  margin-top: 8px;
  font-size: var(--size-small-10);
  color: var(--color-gray-500);
}
#body .single-campaign #main_col {
  float: none;
  margin-inline: auto;
}
#body #campaign_header_image {
  max-width: 500px;
  height: auto;
  aspect-ratio: 1;
}
#body #next_prev_post a:hover {
  color: var(--color-primary);
}
#body .cf_catch .date {
  margin-bottom: 14px;
  font-size: var(--size-small-10);
  color: var(--color-gray-500);
}
#body .p-greeting {
  container: p-greeting/inline-size;
}
#body .p-greeting .p-greeting__inner {
  display: grid;
  grid-template-columns: 38.2fr 61.8fr;
  gap: var(--space-large-10) max(5%, 1rem);
}
@container (width < 800px) {
  #body .p-greeting .p-greeting__inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
  }
}
@container (width < 550px) {
  #body .p-greeting .p-greeting__inner {
    grid-template-columns: none;
  }
}
#body .p-greeting .p-greeting__img-wrap {
  grid-row: 1/4;
}
@container (width < 800px) {
  #body .p-greeting .p-greeting__img-wrap {
    grid-row: auto;
  }
}
#body .p-greeting .p-greeting__img {
  position: relative;
  z-index: 10;
  aspect-ratio: 1;
}
#body .p-greeting .p-greeting__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: radial-gradient(circle, #e8e2d2 3px, transparent 3px), radial-gradient(circle, #e8e2d2 3px, transparent 3px);
  background-position: 3px 4px, 9px 16px;
  background-size: 12px 24px;
  opacity: 0.8;
  translate: 16px 16px;
}
#body .p-greeting .p-greeting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#body .p-greeting .p-greeting__caption {
  grid-column-start: 2;
  margin-top: 0.5rem;
  line-height: 1.2;
}
@container (width < 550px) {
  #body .p-greeting .p-greeting__caption {
    grid-column-start: auto;
  }
}
#body .p-greeting .p-greeting__message {
  margin-bottom: 0;
  word-break: auto-phrase;
  line-height: 2.4;
}
#body .p-greeting .p-greeting__caption {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-small-10);
  font-size: var(--size-large-10);
}
#body .p-greeting .p-greeting__caption-title {
  font-size: var(--size-regular);
  color: var(--color-primary-600);
}
#body .p-greeting .p-greeting__caption-name {
  font-size: var(--size-large-30);
}
#body .p-recruit__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
  border-bottom: 2px solid var(--color-gray-100);
  flex-wrap: wrap;
  gap: 1px;
}
@media (width < 781px) {
  #body .p-recruit__tabs {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
#body .p-recruit__tab-item {
  display: grid;
  place-items: center;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: bold;
  color: var(--color-gray-500);
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  line-height: 1.7;
  font-size: 1em;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
#body .p-recruit__tab-item:hover {
  color: var(--color-primary-600);
  background-color: var(--color-primary-50);
}
#body .p-recruit__tab-item.is-active {
  color: var(--color-primary-600) !important;
  border-bottom: 3px solid var(--color-primary-600) !important;
  background-color: var(--color-primary-100);
}
#body .p-recruit__job {
  margin-bottom: 60px;
  background: var(--color-background-base);
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}
#body .p-recruit__job-title {
  font-size: 1.4em;
  color: var(--color-text-base);
  margin-bottom: 20px;
  border-left: 5px solid var(--color-primary-600);
  padding-left: 15px;
  font-weight: bold;
}
#body .p-form-section {
  padding-block: var(--space-large-40);
}
#body .p-contact-tel {
  margin-bottom: var(--space-large-50);
}
#body .p-contact-tel .p-contact-tel__box {
  padding: 50px 20px;
  box-sizing: border-box;
  margin: var(--space-large-40) auto;
  background-color: #eee;
  text-align: center;
}
#body .p-contact-tel .p-contact-tel__message {
  margin-bottom: var(--space-regular);
}
#body .p-contact-tel .p-contact-tel__number {
  margin: 0;
  font-size: var(--size-large-20);
}
#body .p-contact-tel .p-contact-tel__number a {
  text-decoration: none;
}
#body .p-contact-tel .p-contact-tel__icon {
  width: 1em;
  margin-right: 0.3em;
  fill: currentColor;
}
#body .p-contact-form {
  container-type: inline-size;
}
#body .p-contact-form .p-contact-form__inner {
  box-sizing: border-box;
}
#body .p-contact-form .p-contact-form__input-group {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  gap: 0 var(--space-large-20);
}
#body .p-contact-form .p-contact-form__input-row {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  grid-column: span 3;
  gap: var(--space-regular) var(--space-small-10);
  align-items: center;
  padding: var(--space-large-20) 0;
}
#body .p-contact-form .p-contact-form__input-title {
  margin: 0;
  font-size: var(--size-regular);
}
#body .p-contact-form .p-contact-form__input-label {
  line-height: 2.2em;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0em 1em;
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  font-size: var(--size-small-20);
}
#body .p-contact-form .p-contact-form__input-label--required {
  background-color: #ca4260;
}
#body .p-contact-form .p-contact-form__input-label--optional {
  background-color: var(--color-gray-300);
}
#body .p-contact-form .p-contact-form__input-content {
  grid-column: 1/-1;
}
#body .p-contact-form .p-contact-form__input-content--multiline {
  grid-row: span 2;
}
#body .p-contact-form .p-contact-form__input-content:nth-child(n+2 of #body .p-contact-form .p-contact-form__input-content) {
  margin-top: var(--space-regular);
}
#body .p-contact-form .p-contact-form__input-subtitle {
  display: block;
  margin-bottom: 0;
  font-size: var(--size-small-10);
}
#body .p-contact-form input,
#body .p-contact-form select,
#body .p-contact-form textarea {
  padding: 0.75em;
  box-sizing: border-box;
  font-size: 1rem;
}
#body .p-contact-form input:is([type=text], [type=email], [type=tel])[size="40"] {
  width: 100%;
}
#body .p-contact-form select {
  width: -moz-min-content;
  width: min-content;
  field-sizing: content;
}
#body .p-contact-form textarea {
  width: 100%;
  min-height: 7lh;
  field-sizing: content;
  line-height: 1.7;
  resize: vertical;
}
#body .p-contact-form input.p-postal-code {
  width: 10em;
}
#body .p-contact-form .wpcf7-list-item-label {
  line-height: 2.6;
}
#body .p-contact-form .p-contact-form__submit-group {
  display: grid;
  gap: var(--space-large-10);
}
#body .p-contact-form .p-contact-form__privacy-embed {
  height: 400px;
  padding: var(--space-large-20);
  box-sizing: border-box;
  overflow-y: scroll;
  background: var(--color-gray-50);
}
#body .p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__title {
  margin-bottom: var(--space-large-10);
  text-align: center;
  word-break: keep-all;
  font-size: var(--size-large-30);
}
#body .p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__subtitle {
  margin-bottom: var(--space-small-10);
  font-size: var(--size-large-10);
}
#body .p-contact-form .p-contact-form__privacy-embed .p-contact-form__privacy-embed__text {
  margin-bottom: var(--space-large-10);
  line-height: 2.4;
  font-size: var(--size-small-10);
}
#body .p-contact-form .p-contact-form__consent-check {
  text-align: center;
}
#body .p-contact-form .p-contact-form__submit-btn {
  display: block;
  width: min(100%, 350px);
  margin: 0 auto;
}
#body .p-contact-form .p-contact-form__submit-btn input[type=submit] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: var(--space-large-10) 0;
  background: var(--color-primary-600);
  border-radius: 50px;
  transition: 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: var(--size-large-10);
  color: #fff;
  border: none;
}
#body .p-contact-form .p-contact-form__submit-btn input[type=submit]:is(:hover, :focus) {
  background: var(--color-primary-500);
  color: #fff;
}
#body .wpcf7 {
  background: var(--color-base02);
  border: none;
  border-radius: 20px;
  box-shadow: var(--shadow02);
}
#body .wpcf7-spinner {
  position: absolute;
}
#body .wpcf7 .wpcf7-not-valid {
  border-color: #dc3232;
  background-color: #fff8f8;
}
#body .wpcf7-not-valid-tip {
  width: 100%;
  margin-top: 5px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff8f8;
  border-left: 4px solid #dc3232;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #dc3232;
  font-size: 14px;
  font-weight: bold;
  animation: errorShake 0.3s ease-in-out;
}
@keyframes errorShake {
  0% {
    translate: 0;
  }
  25% {
    translate: -10px;
  }
  75% {
    translate: 10px;
  }
  100% {
    translate: 0;
  }
}
#body .p-contact-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  pointer-events: none;
  animation: contact-notification-fade-in-out 2.5s forwards;
}
@keyframes contact-notification-fade-in-out {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}
#body .p-contact-notification.p-contact-notification--success {
  background-color: rgba(14, 133, 14, 0.8);
}
#body .p-contact-notification.p-contact-notification--error {
  background-color: rgba(0, 0, 0, 0.8);
}
#body .p-contact-notification .p-contact-notification__message {
  margin: 0;
  font-size: 1rem;
}
#body .p-cf7-radio-type-1 {
  container: p-cf7-radio-type-1/inline-size;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-small-10);
}
#body .p-cf7-radio-type-1 .wpcf7-list-item {
  margin: 0;
}
#body .p-cf7-radio-type-1 .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 15px;
  border: 1px solid var(--color-gray-50);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
#body .p-cf7-radio-type-1 .wpcf7-list-item label::before, #body .p-cf7-radio-type-1 .wpcf7-list-item label::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#body .p-cf7-radio-type-1 .wpcf7-list-item label::before {
  content: "";
  background-color: var(--color-gray-50);
  border: 2px solid var(--color-gray-200);
}
#body .p-cf7-radio-type-1 .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  background-clip: content-box;
  opacity: 0;
}
#body .p-cf7-radio-type-1 .wpcf7-list-item label:hover, #body .p-cf7-radio-type-1 .wpcf7-list-item label:has(input:focus) {
  background: var(--color-accent-100);
  border-color: var(--color-accent-500);
}
#body .p-cf7-radio-type-1 .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#body .p-cf7-radio-type-1 .wpcf7-list-item:has(input[type=radio]:checked) label {
  background: var(--color-accent-100);
  border-color: var(--color-accent-700);
  color: var(--color-accent-900);
}
#body .p-cf7-radio-type-1 .wpcf7-list-item:has(input[type=radio]:checked) label::before {
  border-color: var(--color-accent-700);
}
#body .p-cf7-radio-type-1 .wpcf7-list-item:has(input[type=radio]:checked) label::after {
  background-color: var(--color-accent-700);
  opacity: 1;
}
#body .p-cf7-checkbox-type-1 {
  container: p-cf7-checkbox-type-1/inline-size;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-small-10);
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item {
  margin: 0;
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 15px;
  border: 1px solid var(--color-gray-50);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item label::before, #body .p-cf7-checkbox-type-1 .wpcf7-list-item label::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item label::before {
  content: "";
  background-color: var(--color-gray-50);
  border: 2px solid var(--color-gray-200);
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item label::after {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-family: sans-serif;
  color: #fff;
  opacity: 0;
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item label:hover, #body .p-cf7-checkbox-type-1 .wpcf7-list-item label:has(input:focus) {
  background: var(--color-accent-100);
  border-color: var(--color-accent-500);
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item:has(input[type=checkbox]:checked) label {
  background: var(--color-accent-100);
  border-color: var(--color-accent-700);
  color: var(--color-accent-900);
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item:has(input[type=checkbox]:checked) label::before {
  background: var(--color-accent-700);
  border-color: var(--color-accent-700);
}
#body .p-cf7-checkbox-type-1 .wpcf7-list-item:has(input[type=checkbox]:checked) label::after {
  opacity: 1;
}
#body #autozip {
  display: none !important;
}
#body .p-online-reception {
  margin: 0 auto 5rem;
  position: relative;
  z-index: 10;
}
#body .p-online-reception .p-online-reception__content {
  background: var(--color-background-base);
}
#body .p-online-reception .p-online-reception__lead-box {
  text-align: center;
  margin-bottom: 3.75rem;
}
#body .p-online-reception .p-online-reception__lead {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-primary-600);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#body .p-online-reception .p-online-reception__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-text-base);
  margin-bottom: 2rem;
}
#body .p-online-reception .p-online-reception__note-small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #e03131;
}
#body .p-online-reception .p-online-reception__banner {
  margin-top: 2rem;
  display: inline-block;
}
#body .p-online-reception .p-online-reception__banner-link {
  display: block;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#body .p-online-reception .p-online-reception__banner-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(188, 141, 159, 0.3);
}
#body .p-online-reception .p-online-reception__banner-image {
  width: 100%;
  height: auto;
  display: block;
}
#body .p-online-reception .p-online-reception__flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  #body .p-online-reception .p-online-reception__flow {
    grid-template-columns: 1fr;
  }
}
#body .p-online-reception .p-online-reception__note-box {
  background: var(--color-secondary-50);
  padding: 1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  color: var(--color-gray-500);
  border: 1px dashed var(--color-secondary-300);
}
#body .p-online-reception .p-online-reception__action {
  flex: 1;
  text-align: center;
}
#body .p-online-reception .p-online-reception__footer {
  text-align: center;
  margin-top: 3.75rem;
}
#body .p-online-reception .p-online-reception__footer-note {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  color: var(--color-primary-800);
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  border: 2px solid var(--color-secondary-200);
  margin-bottom: 1.5rem;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #body .p-online-reception .p-online-reception__footer-note {
    width: auto;
    min-width: 60%;
  }
}
#body .p-online-reception .p-online-reception__contact-note {
  font-size: 1rem;
}
#body .p-flow-card {
  background: var(--color-secondary-50);
  border-radius: 20px;
  padding: var(--space-large-20);
  border: 1px solid var(--color-secondary-100);
}
#body .p-flow-card .p-flow-card__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-primary-600);
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 2px dashed var(--color-primary-300);
  padding-bottom: 0.75rem;
}
#body .p-flow-card .p-flow-card__subtitle {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-gray-700);
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-left: 4px solid var(--color-primary-600);
  padding-left: 0.75rem;
}
#body .p-flow-card .p-flow-card__desc {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
#body .p-flow-card .p-flow-card__note {
  margin-top: 2rem;
  font-size: 0.875rem;
  background: white;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid var(--color-secondary-200);
  color: var(--color-gray-600);
}
#body .p-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#body .p-step-list .p-step-list__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
#body .p-step-list .p-step-list__item:last-child {
  margin-bottom: 0;
}
#body .p-step-list .p-step-list__num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: var(--color-primary-600);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-weight: bold;
  margin-right: 0.75rem;
  font-family: var(--font-family-en);
}
#body .p-step-list .p-step-list__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-top: 0.2rem;
}
#body .p-clinic-intro {
  container: p-clinic-intro/inline-size;
  padding-bottom: 5rem;
}
#body .p-clinic-intro .p-clinic-intro__content {
  background: var(--color-background-base);
}
#body .p-clinic-intro .p-clinic-intro__info-area {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-large-30);
  align-items: flex-start;
}
#body .p-clinic-intro .p-clinic-intro__image {
  flex: 1;
  min-width: 300px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
#body .p-clinic-intro .p-clinic-intro__info {
  flex: 1;
  min-width: 300px;
}
#body .p-clinic-intro .p-clinic-intro__address {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: var(--space-large-10);
  padding-left: var(--space-small-10);
  border-left: 5px solid var(--color-primary-600);
}
#body .p-clinic-intro .p-clinic-intro__tel {
  container: p-clinic-intro__tel/inline-size;
  display: flex;
  margin-bottom: var(--space-large-10);
}
@container (width < 800px) {
  #body .p-clinic-intro .p-clinic-intro__tel {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: var(--space-small-10);
  }
}
#body .p-clinic-intro .p-clinic-intro__tel dt {
  background: var(--color-accent-500);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
  min-width: 60px;
  text-align: center;
}
#body .p-clinic-intro .p-clinic-intro__tel dt:has(+ dd) {
  margin-right: var(--size-small-20);
}
#body .p-clinic-intro .p-clinic-intro__tel dd {
  padding: 0.5rem 0;
  font-size: 1.125rem;
}
#body .p-clinic-intro .p-clinic-intro__tel dd:has(+ dt) {
  margin-right: var(--size-large-10);
}
#body .p-clinic-intro .p-clinic-intro__hours {
  background: var(--color-secondary-50);
  padding: 1.875rem;
  border-radius: 15px;
  margin-bottom: 1.25rem;
}
#body .p-clinic-intro .p-clinic-intro__hours h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: var(--color-gray-700);
  margin-bottom: 1.25rem;
  border-bottom: 1px dashed var(--color-primary-600);
  padding-bottom: 0.625rem;
}
#body .p-clinic-intro .p-clinic-intro__hours table {
  width: 100%;
  font-size: 0.9375rem;
}
#body .p-clinic-intro .p-clinic-intro__hours th {
  text-align: left;
  padding: 0.625rem;
  color: var(--color-gray-700);
  font-weight: bold;
  width: 30%;
  vertical-align: top;
  line-height: 1.8;
}
#body .p-clinic-intro .p-clinic-intro__hours td {
  padding: 0.625rem;
  line-height: 1.8;
}
#body .p-clinic-intro .p-clinic-intro__note {
  color: var(--color-primary-600);
  font-size: 0.875rem;
}
#body .p-access-map {
  padding-bottom: 5rem;
}
#body .p-access-map .p-access-map__wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 5px solid var(--color-background-base);
}
#body .p-calendar {
  padding-bottom: 5rem;
}
#body .p-calendar .p-calendar__note {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
#body .p-clinic-blog {
  background-image: url(../images/index/index_menu_bg.jpg);
}
#body .p-clinic-gallery {
  padding-bottom: 6.25rem;
}
#body .p-clinic-gallery .p-clinic-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.875rem;
}
#body .p-clinic-gallery .p-clinic-gallery__item {
  background: var(--color-background-base);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
#body .p-clinic-gallery .p-clinic-gallery__item:hover {
  transform: translateY(-5px);
}
#body .p-clinic-gallery .p-clinic-gallery__image {
  height: 200px;
  background-color: var(--color-gray-100);
  background-size: cover;
  background-position: center;
}
#body .p-clinic-gallery .p-clinic-gallery__title {
  padding: 0.9375rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--color-gray-700);
  font-weight: bold;
}
#body .news2 {
  overflow: hidden;
  background-image: url(../images/index/index_menu_bg.jpg);
  background-size: cover;
}
#body .news2__contents {
  margin-bottom: 3.75rem;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
#body .news-list-front {
  list-style: none;
  padding: 0;
  margin: 0;
}
#body .news-list-front__item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px dashed var(--color-gray-200);
}
#body .news-list-front__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #body .news-list-front__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
#body .news-list-front__date {
  font-family: "Franklin", sans-serif;
  font-size: 0.875rem;
  color: var(--color-gray-500);
  margin-right: 2rem;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  #body .news-list-front__date {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
#body .news-list-front__ttl {
  margin: 0;
  font-size: 1rem;
}
#body .news-list-page {
  padding: 5rem 0;
}
#body .news-list-archive {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 840px;
}
#body .news-list-archive__item {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  #body .news-list-archive__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }
}
#body .news-list-archive__date {
  font-family: "Franklin", sans-serif;
  font-size: 1rem;
  color: var(--color-gray-500);
  margin-right: 3rem;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  #body .news-list-archive__date {
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
  }
}
#body .news-list-archive__title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
}
#body .news-list-archive__title a {
  transition: color 0.3s;
}
#body .news-list-archive__title a:hover {
  color: var(--color-primary-600);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #body .news-list-archive__title {
    font-size: 1rem;
  }
}
#body .page-medical-body {
  padding-bottom: 5rem;
}
#body .p-medical-intro {
  margin: 0 auto 5rem;
  position: relative;
  z-index: 10;
}
#body .p-medical-intro .p-medical-intro__content {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  #body .p-medical-intro .p-medical-intro__content {
    flex-direction: column;
    padding: 2.5rem;
    gap: 2.5rem;
  }
}
#body .p-medical-intro .p-medical-intro__image {
  flex: 1;
  min-width: 300px;
}
#body .p-medical-intro .p-medical-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#body .p-medical-intro .p-medical-intro__info {
  flex: 1;
}
#body .p-medical-intro .p-medical-intro__lead {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-primary-600);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#body .p-medical-intro .p-medical-intro__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-text-base);
}
#body .p-medical-menu {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #body .p-medical-menu .p-medical-menu__content {
    padding: 1.875rem;
  }
}
#body .p-medical-menu .p-medical-menu__note-top {
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: bold;
  color: var(--color-primary-600);
}
#body .p-medical-menu .p-medical-menu__notes {
  background: var(--color-gray-50);
  padding: 2rem;
  border-radius: 20px;
  margin-top: 2rem;
}
#body .p-medical-menu .p-medical-menu__note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#body .p-medical-menu .p-medical-menu__note-list li {
  font-size: 0.875rem;
  color: var(--color-gray-600);
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
#body .p-medical-menu .p-medical-menu__note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: var(--color-primary-600);
}
#body .p-medical-price {
  container: p-medical-price/inline-size;
  margin-bottom: 4rem;
}
#body .p-medical-price .p-medical-price__note-sub {
  font-size: 0.9rem;
  color: var(--color-primary-600);
  margin-bottom: 1rem;
  font-weight: bold;
}
#body .p-medical-price .p-medical-price__table-wrapper.js-scrollable {
  overflow-x: auto;
}
#body .p-medical-price .p-medical-price__table {
  width: 100%;
  border-collapse: collapse;
}
#body .p-medical-price .p-medical-price__table th {
  background-color: var(--color-secondary-100);
  color: var(--color-gray-700);
  padding: 1rem;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid var(--color-secondary-300);
  vertical-align: middle;
  line-height: 1.8;
}
#body .p-medical-price .p-medical-price__table td {
  padding: 1rem;
  border-bottom: 1px solid var(--color-secondary-200);
  color: var(--color-gray-700);
  vertical-align: middle;
  line-height: 1.8;
}
#body .p-medical-price .p-medical-price__table td:last-child {
  font-weight: bold;
  color: var(--color-primary-600);
}
#body .p-medical-price .p-medical-price__table tr:last-child td {
  border-bottom: none;
}
#body .p-medical-price .p-medical-price__table--grouped .p-medical-price__group:not(:last-child) {
  border-bottom: 2px solid var(--color-secondary-200);
}
#body .p-medical-price .p-medical-price__table--grouped .p-medical-price__group-header th {
  background-color: var(--color-secondary-100);
  border-bottom: 1px solid var(--color-secondary-200);
}
@container p-medical-price (width < 600px) {
  #body .p-medical-price .p-medical-price__table--grouped .p-medical-price__group-header th {
    display: block;
    width: 100%;
  }
  #body .p-medical-price .p-medical-price__table--grouped tr:not(.p-medical-price__group-header) {
    display: flex;
    flex-wrap: wrap;
  }
  #body .p-medical-price .p-medical-price__table--grouped tr:not(.p-medical-price__group-header) td {
    flex: 1 1 50%;
    box-sizing: border-box;
  }
  #body .p-medical-price .p-medical-price__table--grouped tr:not(.p-medical-price__group-header) td:first-child {
    flex: 1 1 60%;
  }
  #body .p-medical-price .p-medical-price__table--grouped tr:not(.p-medical-price__group-header) td:last-child {
    flex: 1 1 40%;
    text-align: right;
    font-weight: bold;
    color: var(--color-primary-600);
  }
}
#body .p-medical-locations {
  padding-bottom: 5rem;
}
#body .p-medical-locations .p-medical-locations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
#body .p-medical-locations .p-medical-locations__item {
  background: var(--color-background-base);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}
#body .p-medical-locations .p-medical-locations__item:hover {
  transform: translateY(-5px);
}
#body .p-medical-locations .p-medical-locations__item h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-primary-600);
  margin-bottom: 1rem;
}
#body .p-medical-locations .p-medical-locations__item p {
  font-size: 0.9375rem;
  color: var(--color-gray-700);
  line-height: 1.6;
}
#body .page-trimming-body {
  padding-bottom: 5rem;
}
#body .p-trimming-intro {
  margin: 0 auto 5rem;
  position: relative;
  z-index: 10;
}
#body .p-trimming-intro .p-trimming-intro__content {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  #body .p-trimming-intro .p-trimming-intro__content {
    flex-direction: column;
    padding: 2.5rem;
    gap: 2.5rem;
  }
}
#body .p-trimming-intro .p-trimming-intro__image {
  flex: 1;
  min-width: 300px;
}
#body .p-trimming-intro .p-trimming-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#body .p-trimming-intro .p-trimming-intro__image-placeholder {
  width: 100%;
  height: 300px;
  background-color: var(--color-secondary-200);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-500);
  font-weight: bold;
}
#body .p-trimming-intro .p-trimming-intro__info {
  flex: 1;
}
#body .p-trimming-intro .p-trimming-intro__lead {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-primary-600);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#body .p-trimming-intro .p-trimming-intro__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-text-base);
}
#body .p-trimming-menu {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #body .p-trimming-menu .p-trimming-menu__content {
    padding: 0;
  }
}
#body .p-trimming-menu .p-trimming-menu__note-top {
  text-align: center;
  margin-bottom: 2.5rem;
}
#body .p-trimming-menu .p-trimming-menu__badge {
  display: inline-block;
  background-color: var(--color-primary-600);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#body .p-trimming-menu .p-trimming-menu__notes {
  background: var(--color-secondary-100);
  padding: 2rem;
  border-radius: 20px;
}
#body .p-trimming-menu .p-trimming-menu__notes-lead {
  font-weight: bold;
  color: var(--color-primary-600);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#body .p-trimming-menu .p-trimming-menu__notes-item {
  font-size: 0.9375rem;
  color: var(--color-gray-700);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#body .p-trimming-menu .p-trimming-menu__discount {
  background: #fff;
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid var(--color-primary-200);
  margin-bottom: 1.5rem;
}
#body .p-trimming-menu .p-trimming-menu__discount-title {
  font-weight: bold;
  color: var(--color-primary-600);
  margin-bottom: 1rem;
}
#body .p-trimming-menu .p-trimming-menu__discount dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1rem;
  font-size: 0.9375rem;
}
#body .p-trimming-menu .p-trimming-menu__discount dt {
  font-weight: normal;
}
#body .p-trimming-menu .p-trimming-menu__discount dd {
  font-weight: bold;
  color: var(--color-primary-600);
}
#body .p-trimming-menu .p-trimming-menu__note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#body .p-trimming-menu .p-trimming-menu__note-list li {
  font-size: 0.875rem;
  color: var(--color-gray-600);
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
#body .p-trimming-menu .p-trimming-menu__note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: var(--color-primary-600);
}
#body .p-trimming-price {
  container: p-trimming-price/inline-size;
  margin-bottom: 4rem;
}
#body .p-trimming-price .p-trimming-price__table-wrapper.js-scrollable {
  overflow-x: auto;
}
#body .p-trimming-price .p-trimming-price__table {
  width: 100%;
  border-collapse: collapse;
}
#body .p-trimming-price .p-trimming-price__table th {
  background-color: var(--color-secondary-100);
  color: var(--color-gray-700);
  padding: 1rem;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid var(--color-secondary-300);
}
#body .p-trimming-price .p-trimming-price__table td {
  padding: 1rem;
  border-bottom: 1px solid var(--color-secondary-200);
  line-height: 1.8;
  color: var(--color-gray-700);
}
#body .p-trimming-price .p-trimming-price__table tr:last-child td {
  border-bottom: none;
}
#body .p-trimming-price .p-trimming-price__label {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--color-gray-500);
  margin-right: 0.25rem;
}
#body .p-trimming-price .p-trimming-price__label:nth-of-type(2) {
  margin-left: 1rem;
}
#body .p-trimming-price .p-trimming-price__value {
  display: inline-block;
  font-weight: bold;
  color: var(--color-primary-600);
}
#body .p-trimming-price .p-trimming-price__item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
}
#body .p-trimming-price .p-trimming-price__item:not(:last-child) {
  margin-right: var(--size-regular);
}
@container p-trimming-price (width < 600px) {
  #body .p-trimming-price .p-trimming-price__item {
    display: flex;
  }
  #body .p-trimming-price .p-trimming-price__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.25em;
  }
}
#body .p-trimming-price .p-trimming-price__table--grouped .p-trimming-price__group:not(:last-child) {
  border-bottom: 2px solid var(--color-secondary-200);
}
#body .p-trimming-price .p-trimming-price__table--grouped .p-trimming-price__group-header th {
  background-color: var(--color-secondary-100);
  border-bottom: 1px solid var(--color-secondary-200);
}
@container p-trimming-price (width < 600px) {
  #body .p-trimming-price .p-trimming-price__table--grouped .p-trimming-price__group-header th {
    display: block;
    width: 100%;
  }
  #body .p-trimming-price .p-trimming-price__table--grouped tr:not(.p-trimming-price__group-header) {
    display: flex;
    flex-wrap: wrap;
  }
  #body .p-trimming-price .p-trimming-price__table--grouped tr:not(.p-trimming-price__group-header) td {
    flex: 1 1 50%;
    box-sizing: border-box;
  }
  #body .p-trimming-price .p-trimming-price__table--grouped tr:not(.p-trimming-price__group-header) td:first-child {
    flex: 1 1 40%;
  }
  #body .p-trimming-price .p-trimming-price__table--grouped tr:not(.p-trimming-price__group-header) td:last-child {
    text-align: right;
  }
  #body .p-trimming-price .p-trimming-price__table--grouped .p-trimming-price__label:nth-of-type(2) {
    margin-left: 0;
  }
  #body .p-trimming-price .p-trimming-price__table--grouped .p-trimming-price__label:nth-of-type(2)::before {
    content: "";
    display: block;
  }
  #body .p-trimming-price .p-trimming-price__table--grouped .p-trimming-price__value {
    font-size: 0.9rem;
  }
}
#body .p-trimming-submenus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}
#body .p-trimming-submenu__table {
  width: 100%;
  border-collapse: collapse;
}
#body .p-trimming-submenu__table td {
  padding: 0.75rem 0;
  border-bottom: 1px dashed var(--color-secondary-300);
  color: var(--color-gray-700);
}
#body .p-trimming-submenu__table td:last-child {
  text-align: right;
  font-weight: bold;
  color: var(--color-primary-600);
}
#body .p-trimming-locations {
  padding-bottom: 5rem;
}
#body .p-trimming-locations .p-trimming-locations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
#body .p-trimming-locations .p-trimming-locations__item {
  background: var(--color-background-base);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}
#body .p-trimming-locations .p-trimming-locations__item:hover {
  transform: translateY(-5px);
}
#body .p-trimming-locations .p-trimming-locations__item h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-primary-600);
  margin-bottom: 1rem;
}
#body .p-trimming-locations .p-trimming-locations__item p {
  font-size: 0.9375rem;
  color: var(--color-gray-700);
  line-height: 1.6;
}
#body .p-service-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  #body .p-service-links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#body .p-service-card {
  container: p-service-card/inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 280px;
  height: 200px;
  border: 2px solid;
  border-radius: var(--space-large-10);
  background-color: var(--color-background-base);
  text-decoration: none;
  color: inherit;
  padding: var(--space-large-10);
  box-sizing: border-box;
  transition: all 0.3s;
}
#body .p-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
#body .p-service-card--medical {
  border-color: var(--color-accent-600);
  color: var(--color-accent-600);
}
#body .p-service-card--medical .p-service-card__icon-wrapper {
  background-color: var(--color-accent-100);
}
#body .p-service-card--medical .p-service-card__arrow {
  background-color: var(--color-accent-600);
}
#body .p-service-card--trimming {
  border-color: var(--color-primary-600);
  color: var(--color-primary-600);
}
#body .p-service-card--trimming .p-service-card__icon-wrapper {
  background-color: var(--color-primary-100);
}
#body .p-service-card--trimming .p-service-card__arrow {
  background-color: var(--color-primary-600);
}
#body .p-service-card .p-service-card__icon-wrapper {
  flex-shrink: 0;
  width: var(--size-large-70);
  height: var(--size-large-70);
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-small-10);
}
@media (width < 960px) {
  #body .p-service-card .p-service-card__icon-wrapper {
    width: var(--size-large-90);
    height: var(--size-large-90);
  }
}
#body .p-service-card .p-service-card__icon {
  width: var(--size-large-40);
  fill: currentColor;
}
@media (width < 960px) {
  #body .p-service-card .p-service-card__icon {
    width: var(--size-large-50);
  }
}
#body .p-service-card .p-service-card__title {
  margin-bottom: 4px;
  line-height: 1.4;
  font-size: var(--size-large-10);
  font-weight: bold;
  color: var(--color-secondary-950);
  font-feature-settings: "palt";
}
#body .p-service-card .p-service-card__subtitle {
  line-height: 1.4;
  font-size: var(--size-small-10);
  letter-spacing: 0.05em;
}
#body .p-service-card .p-service-card__arrow {
  position: absolute;
  bottom: var(--space-regular);
  right: var(--space-regular);
  width: var(--space-large-10);
  height: var(--space-large-10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#body .p-service-card .p-service-card__arrow::after {
  content: "";
  display: block;
  width: var(--space-small-20);
  height: var(--space-small-20);
  border-top: 2px solid var(--color-background-base);
  border-right: 2px solid var(--color-background-base);
  transform: rotate(45deg);
  margin-left: -2px;
}
#body .p-company-content {
  margin-top: var(--space-large-40);
}
#body .p-company-section {
  margin-bottom: var(--space-large-60);
}
#body .p-company-section:last-child {
  margin-bottom: 0;
}
#body .p-medical-content {
  padding-block: var(--space-large-60);
}
@media (width < 768px) {
  #body .p-medical-content {
    padding-block: var(--space-large-40);
  }
}
#body .p-medical-box {
  position: relative;
  width: 800px;
  margin: 0 auto 3.125rem;
  border: 2px solid var(--color-secondary-200);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-regular);
  padding: 2.5rem;
  box-sizing: border-box;
  background-color: var(--color-background-base);
  /* Added for safety overlay */
  /* Tablet Styles */
  /* SP Styles */
}
#body .p-medical-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - var(--space-regular));
  height: calc(100% - var(--space-regular));
  border: 2px solid var(--color-secondary-200);
  border-radius: 8px;
  pointer-events: none;
}
#body .p-medical-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  #body .p-medical-box {
    width: 100%;
    justify-content: space-between;
    padding: 5%;
  }
}
@media screen and (max-width: 559px) {
  #body .p-medical-box {
    width: 100%;
    margin: 0 auto 2.5rem;
    padding: 1.875rem 1.25rem;
    display: flex;
    flex-direction: column;
    border: 7px double var(--color-secondary-200);
  }
  #body .p-medical-box::before {
    content: none;
  }
}
#body .p-medical-box__item {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  #body .p-medical-box__item {
    width: 100%;
    order: 2;
    /* Text Bottom on SP */
  }
}
#body .p-medical-box__img {
  width: min(100%, 350px);
  border-radius: 10px;
}
@media screen and (max-width: 559px) {
  #body .p-medical-box__img {
    width: 100%;
    order: 1;
    /* Image Top on SP */
  }
}
#body .p-medical-box__line {
  border-bottom: 5px solid var(--color-secondary-200);
  width: 80%;
  margin: 0.312rem auto 0;
}
@media screen and (max-width: 559px) {
  #body .p-medical-box__line {
    width: 70%;
  }
}
#body .p-medical-box__ttl {
  font-size: var(--size-large-30);
}
#body .p-medical-box__txt {
  text-align: left;
  margin-top: 1.875rem;
}
@media screen and (max-width: 559px) {
  #body .p-medical-box__txt {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
#body .p-medical-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-large-20);
  width: 100%;
}
#body .p-medical-grid .p-medical-grid__item {
  background: var(--color-background-base);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
#body .p-medical-grid .p-medical-grid__item:hover {
  transform: translateY(-5px);
}
#body .p-medical-grid .p-medical-grid__img {
  width: 100%;
  aspect-ratio: 1.6;
}
#body .p-medical-grid .p-medical-grid__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#body .p-medical-grid .p-medical-grid__content {
  padding: var(--space-regular);
}
#body .p-medical-grid .p-medical-grid__title {
  font-size: var(--size-large-10);
  font-weight: bold;
  color: var(--color-primary-900);
  margin-bottom: var(--space-small-10);
  border-bottom: 2px dashed var(--color-secondary-300);
  padding-bottom: 0.5em;
}
#body .p-medical-grid .p-medical-grid__desc {
  font-size: var(--size-regular);
  line-height: 1.8;
  color: var(--color-text-base);
}
#body .p-medical-list-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-regular);
  max-width: 800px;
  margin: 0 auto;
}
#body .p-medical-list-group .p-medical-list-group__item {
  display: flex;
  align-items: center;
  gap: var(--space-regular);
  padding: var(--space-regular);
  background: var(--color-background-base);
  border-left: 5px solid var(--color-primary-600);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@container (width < 600px) {
  #body .p-medical-list-group .p-medical-list-group__item {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-small-10);
  }
}
#body .p-medical-list-group .p-medical-list-group__title {
  flex: 0 0 160px;
  font-weight: bold;
  color: var(--color-primary-900);
  font-size: var(--size-large-10);
  padding-right: var(--space-regular);
  border-right: 1px solid var(--color-gray-200);
}
@container (width < 600px) {
  #body .p-medical-list-group .p-medical-list-group__title {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--color-gray-200);
    padding-bottom: var(--space-small-10);
    width: 100%;
  }
}
#body .p-medical-list-group .p-medical-list-group__desc {
  flex: 1;
  font-size: var(--size-regular);
  line-height: 1.8;
}
#body .p-message-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  #body .p-message-photo {
    flex-direction: column;
  }
}
#body .p-message-photo .p-message-photo__img-wrap {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  #body .p-message-photo .p-message-photo__img-wrap {
    width: 100%;
    margin-bottom: -30px;
    /* Overlap on SP */
  }
}
#body .p-message-photo .p-message-photo__img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#body .p-message-photo .p-message-photo__img::after {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px dashed #fff;
  border-radius: 15px;
  pointer-events: none;
}
#body .p-message-photo .p-message-photo__img img {
  width: 100%;
  height: auto;
  display: block;
}
#body .p-message-photo .p-message-photo__content {
  width: 60%;
  margin-top: 150px;
  margin-left: -5%;
  padding: var(--space-large-30) var(--space-large-30) var(--space-large-30) var(--space-large-50);
  position: relative;
}
@media (width < 768px) {
  #body .p-message-photo .p-message-photo__content {
    width: 90%;
    margin-left: 0;
    padding: 2.5rem 1.5rem 1.5rem;
  }
}
#body .p-message-photo .p-message-photo__content::before {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: color-mix(in srgb, var(--color-accent-400) 50%, transparent);
  content: "";
  z-index: -2;
}
#body .p-message-photo .p-message-photo__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#body .p-message-photo .p-message-photo__catch {
  font-size: var(--size-large-20);
  font-weight: bold;
  color: var(--color-primary-900);
  margin-bottom: var(--space-large-10);
  line-height: 1.4;
  text-align: left;
}
#body .p-message-photo .p-message-photo__txt {
  font-size: var(--size-regular);
  line-height: 2.4;
  text-align: left;
}

/* # ユーティリティ / Utility
------------------------------------------------ */
/* ## デバイス別の表示制御 */
@media (width < 960px) {
  .u-pc-only {
    display: none;
  }
}

@media (width >= 960px) {
  .u-tb-only {
    display: none;
  }
}

@media (width >= 560px) {
  .u-sp-only {
    display: none;
  }
}

/* ## 文字列の折り返し制御 */
.u-keep-all {
  word-break: keep-all;
}

.u-auto-phrase {
  word-break: auto-phrase;
}

/* ## コンテンツ間スペーシング */
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-small20 {
  margin-bottom: var(--space-small-20) !important;
}

.u-mb-small10 {
  margin-bottom: var(--space-small-10) !important;
}

.u-mb-regular {
  margin-bottom: var(--space-regular) !important;
}

.u-mb-large10 {
  margin-bottom: var(--space-large-10) !important;
}

.u-mb-large20 {
  margin-bottom: var(--space-large-20) !important;
}

.u-mb-large30 {
  margin-bottom: var(--space-large-30) !important;
}

.u-mb-large40 {
  margin-bottom: var(--space-large-40) !important;
}

.u-mb-large45 {
  margin-bottom: var(--space-large-45) !important;
}

.u-mb-large50 {
  margin-bottom: var(--space-large-50) !important;
}

.u-mb-large60 {
  margin-bottom: var(--space-large-60) !important;
}

.u-mb-large70 {
  margin-bottom: var(--space-large-70) !important;
}

.u-mb-large80 {
  margin-bottom: var(--space-large-80) !important;
}

.u-mb-large90 {
  margin-bottom: var(--space-large-90) !important;
}

.u-mb-large100 {
  margin-bottom: var(--space-large-100) !important;
}

/* ## スタイル微調整 */
.u-align-center {
  text-align: center;
}

.u-text-link {
  color: var(--color-primary-600);
  text-decoration: underline;
}

.u-color-primary-600 {
  color: var(--color-primary-600);
}

.u-color-accent-600 {
  color: var(--color-accent-600);
}

.u-bold {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */