@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 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: 1em; /* 2 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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: 1em; /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

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

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: var(--text);
  box-sizing: border-box;
  overflow-x: hidden;
  animation: fadeIn 1s forwards;
  background-color: var(--bg);
}
body.active {
  overflow: hidden;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 820px) {
  .inner {
    padding: 0 20px;
  }
}

:root {
  /* Base */
  --bg: #fff;
  --bg-sub: #f7f4ef;
  --bg-highlight: #f2e8cb;
  /* Color (汎用) */
  --color-white: #fff;
  --color-brown: #8e4f00;
  --color-orange: #f6ae54;
  /* Text */
  --text: #262626;
  --text-strong: #8e4f00;
  --text-accent: #f6ae54;
  --text-light: #fff;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 99;
}
.l-header__actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 9px 9px 0 0;
}
.l-header__actions-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  max-width: 64px;
  min-width: 64px;
  aspect-ratio: 1;
  background-color: var(--color-orange);
  border: 1px solid #fff;
  border-radius: 83px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-light);
  text-decoration: none;
  transition: 0.3s;
}
.l-header__actions-link:hover {
  translate: 0 -4px;
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.2);
}
.l-header__burger {
  position: relative;
  width: 100%;
  max-width: 64px;
  min-width: 64px;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border: 1px solid #fff;
  border-radius: 83px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
}
.l-header__burger:hover {
  translate: 0 -4px;
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.2);
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(1) {
  top: 37%;
  transform: rotate(45deg);
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(2) {
  opacity: 0;
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(3) {
  top: 37%;
  transform: rotate(-45deg);
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(3)::after {
  content: "CLOSE";
  transform: rotate(45deg);
  top: 8px;
  right: -38%;
}
.l-header__burger-bar {
  position: absolute;
  display: inline-block;
  left: 50%;
  translate: -50%;
  width: 17px;
  height: 2px;
  background: var(--color-brown);
  border-radius: 3px;
  transition: all 0.3s;
}
.l-header__burger-bar:nth-of-type(1) {
  top: calc(37% - 6px);
}
.l-header__burger-bar:nth-of-type(2) {
  top: 37%;
}
.l-header__burger-bar:nth-of-type(3) {
  top: calc(37% + 6px);
}
.l-header__burger-bar:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 9px;
  right: 50%;
  transform: translateX(50%);
  width: 56px;
  color: var(--text-strong);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  text-align: center;
}
.l-header__burger-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 702px;
  padding-bottom: 40px;
  background-color: var(--bg-sub);
  transform: translateX(100%);
  overflow: scroll;
  transition: 0.3s;
  z-index: -1;
}
@media (max-width: 1280px) {
  .l-header__burger-content {
    max-width: 670px;
  }
}
@media (max-width: 1024px) {
  .l-header__burger-content {
    max-width: 100%;
    left: 0;
    padding: 150px 0 40px 0;
  }
}
@media (max-width: 820px) {
  .l-header__burger-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 95px 0 0 0;
  }
}
.l-header__burger-content.active {
  transform: translateX(0);
}
.l-header__burger-content .c-banner {
  padding: 0;
  background-color: var(--bg-sub);
  margin-bottom: 40px;
}
.l-header__burger-content .c-site-title {
  margin-bottom: 51px;
}
@media (max-width: 1024px) {
  .l-header__burger-content .c-site-title {
    display: none;
  }
}
.l-header__burger-nav {
  margin: 0 0 0 50px;
}
.l-header__burger__menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.l-header__burger-link {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--text-strong);
  transition: opacity 0.3s;
}
.l-header__burger-link:hover {
  opacity: 0.7;
}
.l-header__burger-link::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
.l-header__burger-sub-menu {
  margin-top: 10px;
  margin-left: 30px;
}
.l-header__burger-sub-item + .l-header__burger-sub-item {
  margin-top: 10px;
}
.l-header__burger-sub-link {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--text);
  transition: 0.3s;
}
.l-header__burger-sub-link:hover {
  color: var(--text-accent);
}
.l-header__burger-sub-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-brown);
}

.l-footer {
  background-image: url(../images/footer-bg.svg);
  background-position: top;
  background-size: cover;
  width: 100%;
  margin-top: -110px;
  padding-top: 93px;
}
@media (max-width: 820px) {
  .l-footer {
    background-image: url(../images/footer-bg-sp.svg);
    margin-top: -90px;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .l-footer__content {
    flex-direction: column-reverse;
  }
}
.l-footer__info {
  background-color: var(--color-white);
  border-radius: 30px 30px 0 0;
  padding: 50px 70px;
}
@media (max-width: 1280px) {
  .l-footer__info {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .l-footer__info {
    padding: 50px 70px;
  }
}
@media (max-width: 820px) {
  .l-footer__info {
    padding: 50px 50px;
  }
}
.l-footer__logo {
  max-width: 218.75px;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__address {
  margin-top: 15px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-style: normal;
}
.l-footer__contact {
  margin-top: 30px;
}
.l-footer__contact-title {
  margin: 0;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  border-bottom: 1px solid #beb5aa;
}
.l-footer__contact-title-en {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  color: var(--text-accent);
}
.l-footer__contact-btn {
  text-align: center;
  margin-top: 15px;
}
.l-footer__contact-btn + .l-footer__contact-btn {
  margin-top: 10px;
}
.l-footer__contact-btn:nth-of-type(1) .l-footer__contact-link {
  background-color: #f2e8cb;
}
.l-footer__contact-btn:nth-of-type(1) .l-footer__contact-link-text {
  color: var(--text-strong);
}
.l-footer__contact-btn:nth-of-type(2) .l-footer__contact-link {
  background-color: var(--color-orange);
}
.l-footer__contact-btn:nth-of-type(2) .l-footer__contact-link-text {
  color: var(--text-light);
  text-transform: uppercase;
}
.l-footer__contact-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 21px;
  width: 100%;
  max-width: 173px;
  min-height: 40px;
  padding: 0 15px;
  transition: opacity 0.3s;
}
.l-footer__contact-link:hover {
  opacity: 0.7;
}
.l-footer__contact-link-text {
  display: inline-block;
  width: 100%;
  max-width: 124px;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-footer__menu {
  margin: 0;
  display: flex;
  gap: 30px;
}
@media (max-width: 1280px) {
  .l-footer__menu {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .l-footer__menu {
    gap: 30px;
  }
}
@media (max-width: 820px) {
  .l-footer__menu {
    flex-direction: column;
  }
}
.l-footer__menu.pdfLink {
  margin-top: 24px;
}
.l-footer__menu.pdfLink li a {
  display: flex;
  gap: 12px;
}
.l-footer__menu-link {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--text-strong);
  transition: opacity 0.3s;
}
.l-footer__menu-link:hover {
  opacity: 0.7;
}
.l-footer__sub-menu {
  margin-top: 10px;
}
.l-footer__sub-menu-item + .l-footer__sub-menu-item {
  margin-top: 10px;
}
.l-footer__sub-menu-link {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--text);
  transition: 0.3s;
}
.l-footer__sub-menu-link:hover {
  color: var(--text-accent);
}
.l-footer__sub-menu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-brown);
}
.l-footer__copy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  padding: 13px;
}
.l-footer__copy-text {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  color: var(--color-white);
}

.l-page-header__content {
  background-image: url(../images/page-header-bg.svg);
  background-position: bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 820px) {
  .l-page-header__content {
    min-height: 300px;
  }
}
@media (max-width: 599px) {
  .l-page-header__content {
    background-image: url(../images/page-header-bg-sp.svg);
  }
}
.l-page-header__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
}
@media (max-width: 820px) {
  .l-page-header__title {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .l-page-header__title {
    font-size: 1.5rem;
  }
}
.l-page-header__title-label {
  display: block;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.4230769231;
  letter-spacing: 0.17em;
  color: var(--text-light);
}
@media (max-width: 820px) {
  .l-page-header__title-label {
    font-size: 1.375rem;
  }
}
.l-page-header__breadcrumb {
  margin: 43px 0 0 0;
  padding: 0 20px 47px;
}
@media (max-width: 820px) {
  .l-page-header__breadcrumb {
    margin: 30px 0 0 0;
    padding: 0 20px 30px;
  }
}

.c-site-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 1;
  background-color: var(--color-white);
  width: 100%;
  max-width: 349px;
  min-height: 123px;
  border-radius: 0 0 30px 0;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .c-site-title {
    max-width: 280px;
    min-height: 100px;
  }
}
@media (max-width: 820px) {
  .c-site-title {
    max-width: 143px;
    min-height: 55px;
    justify-content: flex-start;
    padding-left: 20px;
    border-radius: 0 0 20px 0;
  }
}
.c-site-title__link {
  display: inline-block;
  transition: opacity 0.3s;
}
.c-site-title__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .c-site-title__link {
    max-width: 180px;
  }
}
@media (max-width: 820px) {
  .c-site-title__link {
    max-width: 97px;
  }
}
.c-site-title__link img {
  width: 100%;
}

.c-banner {
  background-color: var(--bg);
  padding-top: 22px;
  text-align: center;
  width: 100%;
}
@media (max-width: 820px) {
  .c-banner {
    padding-top: 43px;
  }
}
.c-banner__link {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  height: 130px;
  background-color: #1E692F;
  border: 2px solid #1E692F;
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s;
}
.c-banner__link:hover {
  opacity: 0.7;
}
@media (max-width: 820px) {
  .c-banner__link {
    max-width: 480px;
    height: 100px;
  }
}
@media (max-width: 599px) {
  .c-banner__link {
    max-width: 320px;
    height: 70px;
  }
}
.c-banner__icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 820px) {
  .c-banner__icon {
    max-width: 100px;
  }
}
@media (max-width: 599px) {
  .c-banner__icon {
    max-width: 60px;
  }
}
.c-banner__img {
  position: absolute;
  top: 0;
  right: -1px;
  max-width: 315px;
}
@media (max-width: 820px) {
  .c-banner__img {
    max-width: 260px;
    height: 100px;
  }
}
@media (max-width: 599px) {
  .c-banner__img {
    max-width: 188px;
    height: 70px;
  }
}
.c-banner__img-bg {
  width: 100%;
  height: 100%;
}
.c-banner__curve {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 126px;
  display: block;
}
@media (max-width: 820px) {
  .c-banner__curve {
    height: 100px;
  }
}
@media (max-width: 599px) {
  .c-banner__curve {
    height: 70px;
  }
}
.c-banner__img-text {
  margin: 0;
  padding: 3px 19px 6px;
  position: absolute;
  top: 6px;
  right: 27px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.0833333333;
  letter-spacing: 0.002em;
  color: var(--text-strong);
  background-color: var(--color-white);
  border-radius: 120px;
  z-index: 1;
}
@media (max-width: 820px) {
  .c-banner__img-text {
    display: none;
  }
}
.c-banner__img-text::before {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  background-color: var(--color-white);
  z-index: -1;
}
.c-banner__img-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 12px;
  right: 10px;
  width: 51px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  color: var(--text-light);
}
@media (max-width: 820px) {
  .c-banner__img-icon {
    font-size: 0.75rem;
    bottom: auto;
    top: 50%;
    translate: 0 -50%;
    right: 10px;
  }
}
@media (max-width: 599px) {
  .c-banner__img-icon {
    width: 44px;
    font-size: 9px;
    top: 50%;
    translate: 0 -50%;
    right: 10px;
  }
}
.c-banner__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  margin: 0;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--text-light);
  text-shadow: 1px 1px 0 #1E692F, -1px 1px 0 #1E692F, 1px -1px 0 #1E692F, -1px -1px 0 #1E692F, 2px 0px 0 #1E692F, -2px 0px 0 #1E692F, 0px 2px 0 #1E692F, 0px -2px 0 #1E692F, 3px 0px 0 #1E692F, -3px 0px 0 #1E692F, 0px 3px 0 #1E692F, 0px -3px 0 #1E692F, 2px 2px 0 #1E692F, -2px 2px 0 #1E692F, 2px -2px 0 #1E692F, -2px -2px 0 #1E692F;
  paint-order: stroke;
  z-index: 1;
}
@media (max-width: 820px) {
  .c-banner__title {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .c-banner__title {
    left: 60px;
    font-size: 1rem;
    -webkit-text-stroke: 5px #1E692F;
    text-stroke: 5px #1E692F;
  }
}

.c-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .c-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .c-title {
    font-size: 1.25rem;
    gap: 12px;
  }
}
.c-title__label {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--text-accent);
}
@media (max-width: 599px) {
  .c-title__label {
    font-size: 0.75rem;
  }
}

.c-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 7px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-button__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--color-brown);
}
.c-button__link:hover {
  opacity: 0.7;
}
.c-button__link--orange {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--text-light);
  background-color: var(--color-orange);
  padding: 7px 13px 7px 15px;
  border-radius: 21px;
  transition: opacity 0.3s;
}
.c-button__link--orange:hover {
  opacity: 0.7;
}

.c-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: linear-gradient(rgba(30, 255, 0, 0.05), rgba(30, 255, 0, 0.05)), url(../images/top-bg-img.jpg?date20260406);
  background-position: center;
  background-size: cover;
}
@media (max-width: 820px) {
  .c-bg {
    background-image: url(../images/top-bg-img-sp.jpg?date20260406);
  }
}
.c-bg img {
  width: 100%;
  height: 100vh;
}
.c-bg__parallax {
  width: 100%;
  height: 350px;
}
@media (max-width: 820px) {
  .c-bg__parallax {
    height: 255px;
  }
}

.c-fixed-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .c-fixed-cta {
    display: none;
  }
}
.c-fixed-cta:hover {
  translate: 0 -4px;
}
.c-fixed-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-fixed-cta__link {
  display: grid;
  grid-template-rows: 1.4fr 1fr;
  text-decoration: none;
  background-color: #1E692F;
  border: 4px solid #1E692F;
  border-radius: 50%;
  width: 100%;
  max-width: 179px;
  aspect-ratio: 1;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
}
.c-fixed-cta__link:hover {
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.2);
}
.c-fixed-cta__icon {
  position: absolute;
  top: -71px;
  left: -18px;
}
.c-fixed-cta__img {
  max-height: 101px;
}
.c-fixed-cta__img img {
  width: 100%;
  height: 100%;
}
.c-fixed-cta__text {
  margin: 0;
  padding-top: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.0666666667;
  letter-spacing: 0.01em;
  color: var(--text-light);
  background-color: #1E692F;
  z-index: 1;
}

.c-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.c-breadcrumb__item {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--text-strong);
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 28px;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 8px;
  aspect-ratio: 1;
  border-top: 1px solid var(--color-brown);
  border-right: 1px solid var(--color-brown);
  transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumb__link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--text-strong);
  text-decoration: none;
  transition: 0.3s;
}
.c-breadcrumb__link:hover {
  color: var(--text-accent);
}

.pageNation {
  margin-top: 45px;
}
@media (max-width: 820px) {
  .pageNation {
    margin-top: 20px;
  }
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 599px) {
  .pagination {
    justify-content: space-between;
    padding: 0 20px;
  }
}

.page-numbers {
  width: 100%;
  max-width: 60px;
}
@media (max-width: 820px) {
  .page-numbers:nth-of-type(n+4):nth-last-of-type(n+4) {
    display: none;
  }
  .page-numbers {
    max-width: 50px;
  }
}
@media (max-width: 599px) {
  .page-numbers {
    display: none;
  }
}
.page-numbers.current span {
  background-color: #FDD35C;
}
.page-numbers.prev, .page-numbers.next {
  width: auto;
  max-width: none;
}
@media (max-width: 599px) {
  .page-numbers.prev, .page-numbers.next {
    display: inline-block;
  }
}
.page-numbers.prev {
  padding-right: 33px;
}
@media (max-width: 820px) {
  .page-numbers.prev {
    padding-right: 20px;
  }
}
.page-numbers.prev a img {
  transform: rotate(180deg);
}
.page-numbers.next {
  padding-left: 33px;
}
@media (max-width: 820px) {
  .page-numbers.next {
    padding-left: 20px;
  }
}
.page-numbers.prev a, .page-numbers.next a {
  position: relative;
  width: auto;
  max-width: none;
  background-color: transparent;
  gap: 11px;
  aspect-ratio: auto;
  padding-bottom: 7px;
  transition: opacity 0.3s;
}
.page-numbers.prev a::before, .page-numbers.next a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--color-brown);
}
.page-numbers.prev a:hover, .page-numbers.next a:hover {
  opacity: 0.7;
  background-color: transparent;
}

.page-numbers a,
.page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F7F4EF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-decoration: none;
  transition: 0.3s;
}

.page-numbers a:hover {
  background-color: #FDD35C;
}

.c-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--text);
}

.c-service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  justify-content: center;
  gap: 24px;
  max-width: 1062px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .c-service__list {
    gap: 24px 20px;
  }
}
@media (max-width: 820px) {
  .c-service__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-service__item {
  position: relative;
  background-color: var(--color-white);
  border-radius: 3px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
.c-service__item:nth-of-type(1) {
  border: 4px solid var(--color-orange);
}
.c-service__item:nth-of-type(1) .c-service__num {
  top: 14px;
  left: 20px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(1) .c-service__num {
    top: 7px;
    left: 14px;
    gap: 7px;
  }
}
.c-service__item:nth-of-type(1) .c-service__img-icon {
  top: 0;
  right: -30px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(1) .c-service__img-icon {
    top: -8px;
    right: -42px;
  }
}
.c-service__item:nth-of-type(1) .c-service__img::before {
  background-color: #8CD069;
}
.c-service__item:nth-of-type(2) {
  border: 4px solid var(--color-orange);
}
.c-service__item:nth-of-type(2) .c-service__num {
  top: 14px;
  left: 20px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(2) .c-service__num {
    top: 7px;
    left: 14px;
    gap: 7px;
  }
}
.c-service__item:nth-of-type(2) .c-service__img-icon {
  bottom: 26px;
  right: -34px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(2) .c-service__img-icon {
    bottom: 4px;
    right: -30px;
    transform: scale(0.7);
  }
}
.c-service__item:nth-of-type(2) .c-service__img::before {
  background-color: #B4E7EA;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(3) .c-service__content {
    padding: 28px 18px 34px;
  }
}
.c-service__item:nth-of-type(3) .c-service__num {
  top: 36px;
  left: 20px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(3) .c-service__num {
    top: 24px;
    left: 18px;
  }
}
.c-service__item:nth-of-type(3) .c-service__img-icon {
  right: -40px;
  bottom: 13px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(3) .c-service__img-icon {
    right: -34px;
    bottom: 9px;
    transform: scale(0.8);
  }
}
.c-service__item:nth-of-type(3) .c-service__img::before {
  background-color: #FDD35C;
}
.c-service__item:nth-of-type(3) .c-service__arrow-icon {
  border-radius: 30px 0 3px 0;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(4) .c-service__content {
    padding: 28px 18px 34px;
  }
}
.c-service__item:nth-of-type(4) .c-service__num {
  top: 36px;
  left: 20px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(4) .c-service__num {
    top: 24px;
    left: 18px;
  }
}
.c-service__item:nth-of-type(4) .c-service__img-icon {
  top: 18px;
  right: -36px;
}
@media (max-width: 820px) {
  .c-service__item:nth-of-type(4) .c-service__img-icon {
    top: auto;
    bottom: 3px;
    right: -32px;
    transform: scale(0.7);
  }
}
.c-service__item:nth-of-type(4) .c-service__img::before {
  background-color: #FEC6C4;
}
.c-service__item:nth-of-type(4) .c-service__arrow-icon {
  border-radius: 30px 0 3px 0;
}
.c-service__link {
  display: block;
  text-decoration: none;
  height: 100%;
  transition: opacity 0.3s;
}
.c-service__link:hover {
  opacity: 0.7;
}
.c-service__content {
  padding: 31px 28px 80px;
}
@media (max-width: 1024px) {
  .c-service__content {
    padding: 80px 20px;
  }
}
@media (max-width: 820px) {
  .c-service__content {
    padding: 28px 14px 34px;
  }
}
.c-service__num {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .c-service__num {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .c-service__num {
    font-size: 2.375rem;
  }
}
.c-service__img {
  position: relative;
  max-width: 322px;
  margin: 0 auto;
  padding: 34px 0;
  z-index: 0;
}
@media (max-width: 1280px) {
  .c-service__img {
    max-width: 280px;
  }
}
@media (max-width: 820px) {
  .c-service__img {
    max-width: 322px;
  }
}
@media (max-width: 599px) {
  .c-service__img {
    max-width: 208px;
    padding: 23px 0;
  }
}
.c-service__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92.6%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}
.c-service__img > img {
  width: 100%;
  aspect-ratio: 322/226;
  border-radius: 3px;
}
.c-service__img-icon {
  position: absolute;
  z-index: 1;
}
.c-service__title {
  margin: 0;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .c-service__title {
    margin: 3px 0 0 0;
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .c-service__title {
    font-size: 1.125rem;
    word-break: keep-all;
  }
}
.c-service__text {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
  color: var(--text);
}
@media (max-width: 820px) {
  .c-service__text {
    margin: 10px 0 0 0;
  }
}
.c-service__text + .c-service__text {
  margin-top: 16px;
}
.c-service__arrow-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 20px 17px 16px 32px;
  background-color: var(--color-orange);
  border-radius: 30px 0 0 0;
}
@media (max-width: 820px) {
  .c-service__arrow-icon {
    width: 38px;
    aspect-ratio: 1;
    padding: 9px 0 0 6px;
  }
}
.c-service__arrow-icon::before {
  display: inline-block;
  content: attr(data-word);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--text-light);
}
@media (max-width: 820px) {
  .c-service__arrow-icon::before {
    display: none;
  }
}
@media (max-width: 820px) {
  .c-service__arrow-icon img {
    width: 15px;
  }
}

.c-opening-hours {
  padding: 100px 0 190px;
  background-color: var(--bg-highlight);
}
@media (max-width: 820px) {
  .c-opening-hours {
    padding: 60px 0 150px;
  }
}
.c-opening-hours__content {
  border-top: 1px solid #BEB5AA;
  padding-top: 40px;
}
@media (max-width: 820px) {
  .c-opening-hours__content {
    padding-top: 34px;
  }
}
.c-opening-hours__box {
  width: 100%;
  max-width: 1024px;
  margin: 50px auto 0;
  background-color: var(--color-white);
  border-radius: 3px;
  padding: 63px 80px 56px;
}
@media (max-width: 820px) {
  .c-opening-hours__box {
    margin: 40px auto 0;
    padding: 60px 40px 50px;
  }
}
@media (max-width: 599px) {
  .c-opening-hours__box {
    padding: 38px 20px 30px;
  }
}
.c-opening-hours__head {
  display: flex;
  align-items: center;
  gap: 106px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .c-opening-hours__head {
    gap: 24px 20px;
  }
}
@media (max-width: 599px) {
  .c-opening-hours__head {
    flex-direction: column;
  }
}
.c-opening-hours__logo {
  width: 100%;
  max-width: 208px;
  margin-left: 30px;
}
@media (max-width: 599px) {
  .c-opening-hours__logo {
    margin-left: 6px;
  }
}
.c-opening-hours__logo img {
  width: 100%;
}
.c-opening-hours__hours {
  margin: 0;
}
@media (max-width: 599px) {
  .c-opening-hours__hours {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.c-opening-hours__hours-term {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.c-opening-hours__hours-desc {
  margin: 4px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 599px) {
  .c-opening-hours__hours-desc {
    margin: 0;
  }
}
.c-opening-hours__holiday {
  margin: 33px 0 0 0;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #F7F4EF;
  border-radius: 3px;
  padding: 30px 50px;
}
@media (max-width: 599px) {
  .c-opening-hours__holiday {
    margin: 22px 0 0 0;
    padding: 30px 20px;
    justify-content: center;
  }
}
.c-opening-hours__holiday-term {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.c-opening-hours__holiday-desc {
  position: relative;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-opening-hours__holiday-desc::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 1px;
  height: 19px;
  background-color: #BEB5AA;
}

.p-main-visual {
  position: relative;
  background-image: url(../images/top-mv.jpg?date20260406);
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  padding-bottom: 60px;
}
@media (max-width: 820px) {
  .p-main-visual {
    padding-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .p-main-visual {
    background-image: url(../images/top-mv-sp.jpg?date20260406);
  }
}
.p-main-visual .inner {
  display: flex;
  height: 100%;
}
.p-main-visual__texts {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 9px;
}
@media (max-width: 820px) {
  .p-main-visual__texts {
    top: 66px;
    gap: 7px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__texts {
    top: 82px;
  }
}
.p-main-visual__text {
  display: inline-block;
  margin: 0;
  padding: 16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.23em;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .p-main-visual__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 820px) {
  .p-main-visual__text {
    font-size: 19px;
    padding: 11px 11px 6px 11px;
  }
}
.p-main-visual__nav {
  position: absolute;
  top: 299px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 465px;
}
@media (max-width: 1280px) {
  .p-main-visual__nav {
    max-width: 670px;
  }
}
@media (max-width: 820px) {
  .p-main-visual__nav {
    max-height: 400px;
    max-width: 580px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__nav {
    position: static;
    transform: translateX(0);
    min-height: 250px;
    max-height: 250px;
    max-width: 335px;
    margin: 410px auto 0;
  }
}
.p-main-visual__nav.is-bottom {
  top: auto;
  bottom: 40px;
}
.p-main-visual__menu {
  margin: 0;
  padding: 0;
}
.p-main-visual__item {
  position: absolute;
  width: 100%;
  max-width: 165px;
  aspect-ratio: 1;
}
@media (max-width: 820px) {
  .p-main-visual__item {
    max-width: 137px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__item {
    max-width: 110px;
  }
}
.p-main-visual__item:nth-of-type(1) {
  top: 0;
  left: 0;
}
@media (max-width: 599px) {
  .p-main-visual__item:nth-of-type(1) {
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.p-main-visual__item:nth-of-type(2) {
  top: 0;
  right: 0;
}
@media (max-width: 599px) {
  .p-main-visual__item:nth-of-type(2) {
    top: 12%;
    right: 0;
    max-width: 90px;
  }
}
.p-main-visual__item:nth-of-type(2) br:nth-of-type(1) {
  display: none;
}
@media (max-width: 820px) {
  .p-main-visual__item:nth-of-type(2) br:nth-of-type(1) {
    display: inline-block;
  }
}
.p-main-visual__item:nth-of-type(3) {
  top: 44%;
  left: 7%;
  max-width: 137px;
}
@media (max-width: 820px) {
  .p-main-visual__item:nth-of-type(3) {
    max-width: 110px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__item:nth-of-type(3) {
    top: 12%;
    left: 0;
    max-width: 90px;
  }
}
.p-main-visual__item:nth-of-type(4) {
  top: 44%;
  right: 7%;
  max-width: 137px;
}
@media (max-width: 820px) {
  .p-main-visual__item:nth-of-type(4) {
    max-width: 110px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__item:nth-of-type(4) {
    top: auto;
    bottom: 12%;
    right: 0;
    max-width: 90px;
  }
}
.p-main-visual__item:nth-of-type(5) {
  bottom: 0;
  left: 28%;
  max-width: 137px;
}
@media (max-width: 820px) {
  .p-main-visual__item:nth-of-type(5) {
    max-width: 110px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__item:nth-of-type(5) {
    bottom: 12%;
    left: 0;
    max-width: 90px;
  }
}
.p-main-visual__item:nth-of-type(6) {
  bottom: 0;
  right: 28%;
  max-width: 137px;
}
@media (max-width: 820px) {
  .p-main-visual__item:nth-of-type(6) {
    max-width: 110px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__item:nth-of-type(6) {
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    max-width: 90px;
  }
}
.p-main-visual__link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2777777778;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--text-strong);
  transition: 0.3s;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-main-visual__link {
    font-size: 1rem;
  }
}
@media (max-width: 820px) {
  .p-main-visual__link {
    font-size: 0.875rem;
  }
}
@media (max-width: 599px) {
  .p-main-visual__link {
    font-size: 0.75rem;
  }
}
.p-main-visual__link::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid #fdd35c;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 599px) {
  .p-main-visual__link::before {
    border: 1px solid #fdd35c;
    inset: 3px;
  }
}
.p-main-visual__link:hover {
  transform: scale(1.1);
}
@media (max-width: 599px) {
  .p-main-visual__link img {
    max-width: 44px;
  }
}
.p-main-visual__curve {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}
@media (max-width: 820px) {
  .p-main-visual__curve {
    bottom: -10px;
  }
}

.p-top-news {
  background-color: var(--bg);
  padding: 30px 0 62px 0;
  margin-top: -1px;
}
@media (max-width: 820px) {
  .p-top-news {
    padding: 42px 0 51px 0;
  }
}
@media (max-width: 599px) {
  .p-top-news .inner {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .p-top-news .c-title {
    margin-left: 20px;
  }
}
.p-top-news .c-button {
  margin-top: 27px;
  text-align: right;
}
@media (max-width: 599px) {
  .p-top-news .c-button {
    text-align: center;
  }
}
.p-top-news__block {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}
.p-top-news__list {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-top: 24px;
}
@media (max-width: 820px) {
  .p-top-news__list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 599px) {
  .p-top-news__list {
    overflow-x: scroll;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 23px;
    margin-top: 9px;
    margin-left: 20px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-top-news__list::-webkit-scrollbar {
    display: none;
  }
}
.p-top-news__item {
  position: relative;
  padding-top: 27px;
  max-width: 256px;
  z-index: 0;
}
@media (max-width: 820px) {
  .p-top-news__item {
    max-width: 46%;
  }
}
@media (max-width: 599px) {
  .p-top-news__item {
    max-width: 256px;
    scroll-snap-align: start;
    flex: 0 0 100%;
  }
}
@media (max-width: 599px) {
  .p-top-news__item:last-child {
    margin-right: 20px;
  }
}
.p-top-news__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92.2%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fdd35c;
  z-index: -1;
}
.p-top-news__link {
  display: inline-block;
  text-decoration: none;
}
.p-top-news__link:hover .p-top-news__img img {
  transform: scale(1.1);
}
.p-top-news__link:hover .p-top-news__title {
  color: var(--text-accent);
}
.p-top-news__img {
  border-radius: 3px;
  overflow: hidden;
}
.p-top-news__img img {
  width: 100%;
  aspect-ratio: 256/180;
  transition: 0.3s;
}
.p-top-news__meta {
  margin-top: 12px;
}
.p-top-news__date {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .p-top-news__date {
    font-size: 1.125rem;
  }
}
.p-top-news__title {
  margin: 4px 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  color: var(--text);
  transition: 0.3s;
}
@media (max-width: 599px) {
  .p-top-news__title {
    font-size: 1rem;
  }
}

.p-top-about {
  background-color: var(--bg);
  padding: 80px 0 50px 0;
}
@media (max-width: 820px) {
  .p-top-about {
    padding: 70px 0 20px 0;
  }
}
.p-top-about__block {
  width: 100%;
  max-width: 659px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 820px) {
  .p-top-about__block {
    flex-direction: column;
  }
}
.p-top-about__head {
  flex: 0 0 auto;
}
.p-top-about__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .p-top-about__title {
    font-size: 17px;
    gap: 10px;
  }
}
.p-top-about__body {
  width: 100%;
  max-width: 472px;
}
@media (max-width: 820px) {
  .p-top-about__body {
    max-width: 100%;
  }
}
.p-top-about__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-top-about__text + .p-top-about__text {
  margin-top: 27px;
}
.p-top-about__text--strong {
  color: var(--text-strong);
}
.p-top-about__map {
  max-width: 659px;
  margin: 40px auto 0;
}
@media (max-width: 820px) {
  .p-top-about__map {
    margin: 16px auto 0;
  }
}

.p-top-greeting {
  background-color: var(--bg);
  padding: 50px 0 80px 0;
  margin-top: -1px;
}
@media (max-width: 820px) {
  .p-top-greeting {
    padding: 50px 0 60px 0;
  }
}
.p-top-greeting__block {
  width: 100%;
  max-width: 659px;
  margin: 0 auto;
}
.p-top-greeting__box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 37px;
  padding-bottom: 41px;
  border-bottom: 1px solid #beb5aa;
}
@media (max-width: 820px) {
  .p-top-greeting__box {
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
}
.p-top-greeting__head {
  width: 100%;
  max-width: 194px;
}
@media (max-width: 820px) {
  .p-top-greeting__head {
    margin: 0 auto;
    order: 2;
    max-width: 80%;
  }
}
.p-top-greeting__profile {
  margin: 3px 0 0 0;
}
@media (max-width: 820px) {
  .p-top-greeting__profile {
    margin: 0;
  }
}
.p-top-greeting__profile-img img {
  width: 100%;
  aspect-ratio: 194/223;
}
.p-top-greeting__profile-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
@media (max-width: 820px) {
  .p-top-greeting__profile-caption {
    margin-top: 5px;
  }
}
.p-top-greeting__profile-name {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-top-greeting__profile-kana {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-transform: capitalize;
  color: var(--text-accent);
}
.p-top-greeting__body {
  width: 100%;
  max-width: 433px;
}
@media (max-width: 820px) {
  .p-top-greeting__body {
    display: contents;
  }
}
.p-top-greeting__body .c-button {
  text-align: right;
  margin-top: 28px;
}
@media (max-width: 820px) {
  .p-top-greeting__body .c-button {
    order: 3;
    text-align: center;
    margin-top: 0;
  }
}
.p-top-greeting__body .c-button .c-button__link + .c-button__link {
  margin-left: 33px;
}
.p-top-greeting__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-top-greeting__text + .p-top-greeting__text {
  margin-top: 27px;
}
@media (max-width: 820px) {
  .p-top-greeting__text + .p-top-greeting__text {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  .p-top-greeting__text br {
    display: none;
  }
}
@media (max-width: 820px) {
  .p-top-greeting__text {
    order: 1;
  }
}
.p-top-greeting__please {
  width: 100%;
  max-width: 577px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 820px) {
  .p-top-greeting__please {
    padding: 40px 0;
  }
}
.p-top-greeting__please .c-button {
  text-align: right;
  margin-top: 19px;
}
@media (max-width: 820px) {
  .p-top-greeting__please .c-button {
    text-align: center;
    margin-top: 19px;
  }
}
.p-top-greeting__please-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-top-greeting__please-text {
  margin: 9px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-top-greeting__please-text.red {
  color: red;
}
.p-top-greeting__please-text + .p-top-greeting__please-text {
  margin-top: 27px;
}
.p-top-greeting__photo {
  position: relative;
  margin: 30px 20px 0;
}
@media (max-width: 820px) {
  .p-top-greeting__photo {
    margin: 0 20px;
  }
}
.p-top-greeting__photo::before {
  content: "※この写真は改修前のものです。";
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-light);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .p-top-greeting__photo::before {
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .p-top-greeting__photo::before {
    bottom: 30px;
  }
}
@media (max-width: 599px) {
  .p-top-greeting__photo::before {
    font-size: 0.75rem;
    min-width: 186px;
  }
}
.p-top-greeting__photo img {
  width: 100%;
}
.p-top-greeting__photo-text {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 20px 39px;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.2272727273;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-strong);
  background-color: var(--color-white);
  border: 3px solid var(--color-orange);
  border-radius: 120px;
}
@media (max-width: 1024px) {
  .p-top-greeting__photo-text {
    font-size: 1.125rem;
    min-width: 408px;
    top: 14px;
  }
}
@media (max-width: 820px) {
  .p-top-greeting__photo-text {
    font-size: 1rem;
    min-width: 325px;
    padding: 14px;
  }
}
.p-top-greeting__photo-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 28px 15px 0 15px;
  border-color: var(--color-orange) transparent transparent;
  translate: -50% 100%;
}
.p-top-greeting__photo-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 22px 11px 0 11px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.p-top-greeting__corporate {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 750px;
  margin: 40px auto 0;
  padding: 30px 40px;
  background-color: #f5f3f0;
}
@media (max-width: 820px) {
  .p-top-greeting__corporate {
    flex-direction: column;
    padding: 24px 18px;
    gap: 15px;
    margin-top: 30px;
  }
}
.p-top-greeting__corporate-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
@media (max-width: 820px) {
  .p-top-greeting__corporate-icon {
    width: 40px;
    height: 40px;
  }
}
.p-top-greeting__corporate-icon img {
  width: 100%;
  height: 100%;
}
.p-top-greeting__corporate-content {
  flex: 1;
  min-width: 0;
}
.p-top-greeting__corporate-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .p-top-greeting__corporate-title {
    text-align: center;
  }
}
.p-top-greeting__corporate-text {
  margin: 12px 0 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
@media (max-width: 820px) {
  .p-top-greeting__corporate-text br {
    display: none;
  }
}
.p-top-greeting__corporate-contact {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d8d0c5;
}
.p-top-greeting__corporate-contact-label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-top-greeting__corporate-contact-info {
  margin: 8px 0 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-top-greeting__corporate-contact-info a {
  color: var(--text-strong);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-top-greeting__corporate-contact-info a:hover {
  opacity: 0.7;
}

.p-top-service {
  background-color: var(--bg-sub);
  padding: 70px 0 80px;
  margin-top: -1px;
}
@media (max-width: 820px) {
  .p-top-service {
    padding: 62px 0 60px;
  }
}
.p-top-service .c-title {
  border-bottom: 1px solid #BEB5AA;
  padding: 0 0 4px 6px;
}
@media (max-width: 820px) {
  .p-top-service .c-title {
    padding: 0 0 4px 0;
  }
}
.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  justify-content: center;
  gap: 24px;
  max-width: 1062px;
  margin: 38px auto 0;
}
@media (max-width: 1024px) {
  .p-top-service__list {
    gap: 24px 20px;
  }
}
@media (max-width: 820px) {
  .p-top-service__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-top-service__item {
  position: relative;
  background-color: var(--color-white);
  border-radius: 3px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
.p-top-service__item:nth-of-type(1) {
  border: 4px solid var(--color-orange);
}
.p-top-service__item:nth-of-type(1) .p-top-service__num {
  top: 14px;
  left: 20px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(1) .p-top-service__num {
    top: 7px;
    left: 14px;
    gap: 7px;
  }
}
.p-top-service__item:nth-of-type(1) .p-top-service__img-icon {
  top: 0;
  right: -30px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(1) .p-top-service__img-icon {
    top: -8px;
    right: -42px;
  }
}
.p-top-service__item:nth-of-type(1) .p-top-service__img::before {
  background-color: #8CD069;
}
.p-top-service__item:nth-of-type(2) {
  border: 4px solid var(--color-orange);
}
.p-top-service__item:nth-of-type(2) .p-top-service__num {
  top: 14px;
  left: 20px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(2) .p-top-service__num {
    top: 7px;
    left: 14px;
    gap: 7px;
  }
}
.p-top-service__item:nth-of-type(2) .p-top-service__img-icon {
  bottom: 26px;
  right: -34px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(2) .p-top-service__img-icon {
    bottom: 4px;
    right: -30px;
    transform: scale(0.7);
  }
}
.p-top-service__item:nth-of-type(2) .p-top-service__img::before {
  background-color: #B4E7EA;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(3) .p-top-service__link {
    padding: 28px 18px 34px;
  }
}
.p-top-service__item:nth-of-type(3) .p-top-service__num {
  top: 36px;
  left: 20px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(3) .p-top-service__num {
    top: 24px;
    left: 18px;
  }
}
.p-top-service__item:nth-of-type(3) .p-top-service__img-icon {
  right: -40px;
  bottom: 13px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(3) .p-top-service__img-icon {
    right: -34px;
    bottom: 9px;
    transform: scale(0.8);
  }
}
.p-top-service__item:nth-of-type(3) .p-top-service__img::before {
  background-color: #FDD35C;
}
.p-top-service__item:nth-of-type(3) .p-top-service__arrow-icon {
  border-radius: 30px 0 3px 0;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(4) .p-top-service__link {
    padding: 28px 18px 34px;
  }
}
.p-top-service__item:nth-of-type(4) .p-top-service__num {
  top: 36px;
  left: 20px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(4) .p-top-service__num {
    top: 24px;
    left: 18px;
  }
}
.p-top-service__item:nth-of-type(4) .p-top-service__img-icon {
  top: 18px;
  right: -36px;
}
@media (max-width: 820px) {
  .p-top-service__item:nth-of-type(4) .p-top-service__img-icon {
    top: auto;
    bottom: 3px;
    right: -32px;
    transform: scale(0.7);
  }
}
.p-top-service__item:nth-of-type(4) .p-top-service__img::before {
  background-color: #FEC6C4;
}
.p-top-service__item:nth-of-type(4) .p-top-service__arrow-icon {
  border-radius: 30px 0 3px 0;
}
.p-top-service__link {
  display: block;
  text-decoration: none;
  padding: 31px 28px 80px;
  height: 100%;
  transition: opacity 0.3s;
}
.p-top-service__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-top-service__link {
    padding: 80px 20px;
  }
}
@media (max-width: 820px) {
  .p-top-service__link {
    padding: 28px 14px 34px;
  }
}
.p-top-service__num {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .p-top-service__num {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .p-top-service__num {
    font-size: 2.375rem;
  }
}
.p-top-service__img {
  position: relative;
  max-width: 322px;
  margin: 0 auto;
  padding: 34px 0;
  z-index: 0;
}
@media (max-width: 1280px) {
  .p-top-service__img {
    max-width: 280px;
  }
}
@media (max-width: 820px) {
  .p-top-service__img {
    max-width: 322px;
  }
}
@media (max-width: 599px) {
  .p-top-service__img {
    max-width: 208px;
    padding: 23px 0;
  }
}
.p-top-service__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92.6%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}
.p-top-service__img > img {
  width: 100%;
  aspect-ratio: 322/226;
  border-radius: 3px;
}
.p-top-service__img-icon {
  position: absolute;
  z-index: 1;
}
.p-top-service__title {
  margin: 0;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .p-top-service__title {
    margin: 3px 0 0 0;
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .p-top-service__title {
    font-size: 1.125rem;
    word-break: keep-all;
  }
}
.p-top-service__text {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
  color: var(--text);
}
@media (max-width: 820px) {
  .p-top-service__text {
    margin: 10px 0 0 0;
  }
}
.p-top-service__text + .p-top-service__text {
  margin-top: 16px;
}
.p-top-service__arrow-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1;
  background-color: var(--color-orange);
  border-radius: 30px 0 0 0;
}
@media (max-width: 820px) {
  .p-top-service__arrow-icon {
    width: 38px;
    padding: 9px 0 0 6px;
  }
}
@media (max-width: 820px) {
  .p-top-service__arrow-icon img {
    width: 15px;
  }
}

.p-top-support {
  background-color: var(--bg-highlight);
  padding: 80px 0 160px;
  margin-top: -1px;
}
@media (max-width: 820px) {
  .p-top-support {
    padding: 60px 0 150px;
  }
}
.p-top-support .c-title {
  padding-left: 12px;
}
@media (max-width: 820px) {
  .p-top-support .c-title {
    padding-left: 0;
  }
}
.p-top-support__list {
  margin: 42px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .p-top-support__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 20px 0 0 0;
  }
}
.p-top-support__img {
  max-width: 226px;
}
@media (max-width: 1024px) {
  .p-top-support__img {
    max-width: 100%;
  }
}
.p-top-support__img img {
  width: 100%;
  aspect-ratio: 226/128;
  border-radius: 3px;
}
.p-top-support__text {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 820px) {
  .p-top-support__text {
    font-size: 0.75rem;
    margin: 2px 0 0 0;
  }
}
@media (max-width: 599px) {
  .p-top-support__text {
    text-align: left;
  }
}
.p-top-support__Instagram {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 820px) {
  .p-top-support__Instagram {
    margin-top: 60px;
  }
}
.p-top-support__Instagram-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 178px;
  aspect-ratio: 1;
}
.p-top-support__Instagram-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-white);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--text-strong);
  transition: opacity 0.3s;
}
.p-top-support__Instagram-link:hover {
  opacity: 0.7;
}
.p-top-support__Instagram-link::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid #fdd35c;
  border-radius: 50%;
}
.p-top-support__Instagram-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  min-height: 240px;
  max-height: 300px;
}
@media (max-width: 820px) {
  .p-top-support__Instagram-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  .p-top-support__Instagram-list {
    max-height: 240px;
  }
}
.p-top-support__Instagram-item {
  max-width: 16.6666666667%;
}
@media (max-width: 820px) {
  .p-top-support__Instagram-item {
    max-width: 100%;
    min-height: 100%;
  }
}
.p-top-support__Instagram-img {
  height: 100%;
}
.p-top-support__Instagram-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.p-news-archive {
  padding: 0 0 190px 0;
}
@media (max-width: 820px) {
  .p-news-archive {
    padding: 0 0 180px 0;
  }
}
.p-news-archive__content {
  border-top: 1px solid #BEB5AA;
  padding: 40px 20px;
}
.p-news-archive__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 47px 52px;
  width: 100%;
  max-width: 878px;
}
@media (max-width: 820px) {
  .p-news-archive__list {
    gap: 23px;
  }
}
.p-news-archive__link {
  display: block;
  text-decoration: none;
}
.p-news-archive__link:hover .p-news-archive__title {
  color: var(--text-accent);
}
.p-news-archive__link:hover .p-news-archive__img img {
  transform: scale(1.1);
}
.p-news-archive__img {
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
}
.p-news-archive__img img {
  width: 100%;
  aspect-ratio: 256/180;
  transition: transform 0.3s;
}
.p-news-archive__date {
  display: block;
  margin-top: 11px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .p-news-archive__date {
    font-size: 1.125rem;
  }
}
.p-news-archive__title {
  margin: 4px 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  color: var(--text);
  transition: color 0.3s;
}
@media (max-width: 820px) {
  .p-news-archive__title {
    font-size: 1rem;
  }
}

.p-news-single__content {
  border-top: 1px solid #BEB5AA;
  padding: 40px 0 190px 0;
}
@media (max-width: 820px) {
  .p-news-single__content {
    padding: 40px 0 180px 0;
  }
}
.p-news-single__content .c-button {
  text-align: center;
}
.p-news-single__article {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
@media (max-width: 820px) {
  .p-news-single__article {
    padding: 0 0 40px 0;
  }
}
.p-news-single__title {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
}
@media (max-width: 820px) {
  .p-news-single__title {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-news-single__title {
    font-size: 1.25rem;
  }
}
.p-news-single__date {
  margin-top: 16px;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
}
@media (max-width: 820px) {
  .p-news-single__date {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}
.p-news-single__thumbnail {
  margin: 40px 0 0 0;
}
@media (max-width: 820px) {
  .p-news-single__thumbnail {
    margin: 32px 0 0 0;
  }
}
.p-news-single__thumbnail img {
  width: 100%;
  aspect-ratio: 660/460;
  border-radius: 3px;
}
.p-news-single__body {
  margin: 40px 0 0 0;
}
@media (max-width: 820px) {
  .p-news-single__body {
    margin: 32px 0 0 0;
  }
}
.p-news-single__body > *:first-child {
  margin-top: 0;
}
.p-news-single__body .c-text + .c-text {
  margin-top: 26px;
}

.p-member__greeting {
  border-top: 1px solid #BEB5AA;
  padding: 40px 0 90px 0;
}
@media (max-width: 820px) {
  .p-member__greeting {
    padding: 35px 0 90px 0;
  }
}
.p-member__greeting-content {
  display: flex;
  justify-content: center;
  gap: 40px 39px;
  margin-top: 6px;
}
@media (max-width: 820px) {
  .p-member__greeting-content {
    flex-direction: column;
    margin-top: 0;
  }
}
.p-member__greeting-head {
  width: 100%;
  max-width: 520px;
  padding: 33px 0 0 0;
}
@media (max-width: 1024px) {
  .p-member__greeting-head {
    max-width: 350px;
  }
}
@media (max-width: 820px) {
  .p-member__greeting-head {
    max-width: 100%;
    padding: 30px 0 0 0;
  }
}
.p-member__greeting-img {
  position: relative;
  width: 100%;
  max-width: 269px;
  margin: 0 auto;
  padding: 27px 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-member__greeting-img {
    max-width: 220px;
  }
}
@media (max-width: 820px) {
  .p-member__greeting-img {
    max-width: 269px;
  }
}
@media (max-width: 599px) {
  .p-member__greeting-img {
    max-width: 210px;
  }
}
.p-member__greeting-img img {
  width: 100%;
  aspect-ratio: 269/330;
  border-radius: 3px;
}
.p-member__greeting-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 384px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FDD35C;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-member__greeting-img::before {
    width: 320px;
  }
}
@media (max-width: 820px) {
  .p-member__greeting-img::before {
    width: 384px;
  }
}
@media (max-width: 599px) {
  .p-member__greeting-img::before {
    max-width: 300px;
  }
}
.p-member__greeting-profile-summary {
  border: 1px solid var(--color-orange);
  border-radius: 3px;
  text-align: center;
  max-width: 520px;
  padding: 26px 20px;
  margin: 22px auto 0;
}
@media (max-width: 599px) {
  .p-member__greeting-profile-summary {
    margin: 20px auto 0;
  }
}
.p-member__greeting-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media (max-width: 599px) {
  .p-member__greeting-name {
    font-size: 1.125rem;
  }
}
.p-member__greeting-position {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-light);
  background-color: var(--color-orange);
  border-radius: 3px;
  padding: 2px 12px;
}
@media (max-width: 599px) {
  .p-member__greeting-position {
    font-size: 0.875rem;
    padding: 2px 10px;
  }
}
.p-member__greeting-name-kana {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0.17em;
  color: var(--text-accent);
}
.p-member__greeting-origin {
  margin: 11px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-member__greeting-contact-text {
  position: relative;
  display: inline-block;
  margin: 28px 0 0 0;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-light);
  background-color: var(--color-orange);
  border-radius: 3px;
}
.p-member__greeting-contact-text::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  aspect-ratio: 1;
  background-color: var(--color-orange);
  border-radius: 3px;
  z-index: -1;
}
.p-member__greeting-contact-text br {
  display: none;
}
@media (max-width: 1024px) {
  .p-member__greeting-contact-text br {
    display: inline-block;
  }
}
@media (max-width: 820px) {
  .p-member__greeting-contact-text br {
    display: none;
  }
}
@media (max-width: 599px) {
  .p-member__greeting-contact-text br {
    display: inline-block;
  }
}
.p-member__greeting-sns {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.p-member__greeting-sns-link {
  display: inline-block;
  transition: opacity 0.3s;
}
.p-member__greeting-sns-link:hover {
  opacity: 0.7;
}
.p-member__greeting-body {
  width: 100%;
  max-width: 547px;
}
@media (max-width: 820px) {
  .p-member__greeting-body {
    max-width: 100%;
  }
}
.p-member__greeting-message .c-text {
  margin-top: 10px;
}
.p-member__greeting-message .c-text + .c-text {
  margin-top: 28px;
}
@media (max-width: 599px) {
  .p-member__greeting-message .c-text + .c-text {
    margin-top: 20px;
  }
}
.p-member__message-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 14px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-member__message-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background-color: #BEB5AA;
}
.p-member__greeting-list {
  margin: 20px 0 0 0;
  padding: 20px 40px;
  background-color: #F7F4EF;
  border-radius: 3px;
}
@media (max-width: 599px) {
  .p-member__greeting-list {
    padding: 20px;
  }
}
.p-member__greeting-list + .p-member__greeting-list {
  margin-top: 23px;
}
.p-member__greeting-list-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-member__greeting-list-desc {
  margin: 8px 0 0 0;
}
.p-member__greeting-list-text {
  position: relative;
  margin: 0;
  padding: 0 0 0 11px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-member__greeting-list-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
.p-member__greeting-list-sub-text {
  position: relative;
  display: block;
  margin-left: 25px;
  padding-left: 11px;
}
.p-member__greeting-list-sub-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FDD35C;
}
.p-member__greeting-career {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .p-member__greeting-career {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 820px) {
  .p-member__greeting-career {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .p-member__greeting-career {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-member__greeting-career + .p-member__greeting-career {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .p-member__greeting-career + .p-member__greeting-career {
    margin-top: 14px;
  }
}
@media (max-width: 820px) {
  .p-member__greeting-career + .p-member__greeting-career {
    margin-top: 8px;
  }
}
@media (max-width: 599px) {
  .p-member__greeting-career + .p-member__greeting-career {
    margin-top: 12px;
  }
}
.p-member__greeting-year {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  width: 100%;
  max-width: 127px;
  flex: 0 0 auto;
}
.p-member__story {
  border-top: 1px solid #BEB5AA;
  padding: 40px 0 90px 0;
}
@media (max-width: 820px) {
  .p-member__story {
    padding: 35px 0 90px 0;
  }
}
.p-member__story-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 12px;
}
@media (max-width: 820px) {
  .p-member__story-content {
    margin-top: 0;
    flex-direction: column;
  }
}
.p-member__story-head {
  padding: 38px 0 0 88px;
}
@media (max-width: 1024px) {
  .p-member__story-head {
    padding: 38px 0 0 0;
  }
}
@media (max-width: 820px) {
  .p-member__story-head {
    padding: 30px 0 0 20px;
  }
}
@media (max-width: 599px) {
  .p-member__story-head {
    padding: 30px 0 0 0;
  }
}
.p-member__story-flow {
  width: 100%;
  max-width: 577px;
}
@media (max-width: 820px) {
  .p-member__story-flow {
    max-width: 100%;
  }
}
.p-member__story-flow-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-member__story-flow-list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #FDD35C;
}
.p-member__story-flow-item + .p-member__story-flow-item {
  margin-top: 29px;
}
.p-member__story-flow-item:last-child {
  position: relative;
}
.p-member__story-flow-item:last-child::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 8px;
  height: calc(100% - 15px);
  background-color: var(--bg);
}
.p-member__story-flow-title {
  position: relative;
  margin: 0;
  padding-left: 24px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-member__story-flow-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
.p-member__story-flow-text {
  margin: 9px 0 0 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-member__story-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 36%;
  margin-right: 12px;
  padding-bottom: 7px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-member__story-body {
    margin-right: 0;
  }
}
@media (max-width: 820px) {
  .p-member__story-body {
    max-width: 100%;
  }
}
.p-member__story-img {
  width: 100%;
  z-index: 1;
}
.p-member__story-img:nth-of-type(1) {
  max-width: 98%;
  margin-top: 120px;
  grid-area: 1/1/2/2;
}
@media (max-width: 820px) {
  .p-member__story-img:nth-of-type(1) {
    max-width: 80%;
    margin: 120px 20px 0 0;
  }
}
@media (max-width: 599px) {
  .p-member__story-img:nth-of-type(1) {
    max-width: 98%;
    margin: 120px 0 0 0;
  }
}
.p-member__story-img:nth-of-type(1) img {
  aspect-ratio: 213/169;
}
.p-member__story-img:nth-of-type(2) {
  max-width: 88%;
  margin-left: auto;
  grid-area: 1/2/2/3;
}
@media (max-width: 820px) {
  .p-member__story-img:nth-of-type(2) {
    max-width: 80%;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .p-member__story-img:nth-of-type(2) {
    max-width: 88%;
    margin-left: auto;
  }
}
.p-member__story-img:nth-of-type(2) img {
  aspect-ratio: 191/211;
}
.p-member__story-img:nth-of-type(3) {
  max-width: 64%;
  margin: 24px auto 0;
  grid-area: 2/1/3/3;
}
@media (max-width: 820px) {
  .p-member__story-img:nth-of-type(3) {
    grid-area: 2/1/3/2;
    max-width: 80%;
    margin: 50px 0 0 auto;
  }
}
@media (max-width: 599px) {
  .p-member__story-img:nth-of-type(3) {
    max-width: 64%;
    margin: 24px auto 0;
    grid-area: 2/1/3/3;
  }
}
.p-member__story-img:nth-of-type(3) img {
  aspect-ratio: 273/182;
}
.p-member__story-img:nth-of-type(4) {
  max-width: 59%;
  margin: 25px 0 0 auto;
  grid-area: 3/1/4/3;
}
@media (max-width: 820px) {
  .p-member__story-img:nth-of-type(4) {
    grid-area: 2/2/3/3;
    max-width: 80%;
    margin: 25px 20px 0 auto;
  }
}
@media (max-width: 599px) {
  .p-member__story-img:nth-of-type(4) {
    max-width: 59%;
    margin: 25px 0 0 auto;
    grid-area: 3/1/4/3;
  }
}
.p-member__story-img:nth-of-type(4) img {
  aspect-ratio: 258/172;
}
.p-member__story-img img {
  width: 100%;
  border-radius: 3px;
}
.p-member__story-circle {
  position: absolute;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FDD35C;
  opacity: 0.5;
}
.p-member__story-circle:nth-of-type(1) {
  max-width: 55%;
  top: 16px;
  left: 20px;
}
@media (max-width: 820px) {
  .p-member__story-circle:nth-of-type(1) {
    max-width: 20%;
  }
}
@media (max-width: 599px) {
  .p-member__story-circle:nth-of-type(1) {
    max-width: 55%;
  }
}
.p-member__story-circle:nth-of-type(2) {
  max-width: 16%;
  top: 278px;
  left: 42px;
}
@media (max-width: 820px) {
  .p-member__story-circle:nth-of-type(2) {
    max-width: 30%;
  }
}
@media (max-width: 599px) {
  .p-member__story-circle:nth-of-type(2) {
    max-width: 16%;
  }
}
.p-member__story-circle:nth-of-type(3) {
  max-width: 46%;
  top: 235px;
  right: 20px;
}
@media (max-width: 820px) {
  .p-member__story-circle:nth-of-type(3) {
    max-width: 40%;
  }
}
@media (max-width: 599px) {
  .p-member__story-circle:nth-of-type(3) {
    max-width: 46%;
  }
}
.p-member__story-circle:nth-of-type(4) {
  max-width: 54%;
  bottom: 0;
  left: 20px;
}
@media (max-width: 820px) {
  .p-member__story-circle:nth-of-type(4) {
    max-width: 10%;
  }
}
@media (max-width: 599px) {
  .p-member__story-circle:nth-of-type(4) {
    max-width: 54%;
  }
}
.p-member__staff {
  background-color: var(--bg-sub);
  padding: 110px 0 100px;
  margin-bottom: 200px;
}
@media (max-width: 820px) {
  .p-member__staff {
    padding: 60px 0;
    margin-bottom: 170px;
  }
}
.p-member__staff-inner {
  border-top: 1px solid #BEB5AA;
  padding: 40px 0 0;
}
.p-member__staff-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 40px 0 0 0;
}
@media (max-width: 820px) {
  .p-member__staff-content {
    grid-template-columns: 1fr;
    margin: 30px 0 0 0;
  }
}
.p-member__staff-head {
  width: 100%;
  max-width: 429px;
  margin: 0 auto;
}
.p-member__staff-figure {
  position: relative;
  margin: 0;
  padding: 26px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--color-white);
  border: 1px solid var(--color-orange);
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .p-member__staff-figure {
    padding: 26px 20px 26px 40px;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 599px) {
  .p-member__staff-figure {
    padding: 20px 20px 20px 30px;
    gap: 34px;
  }
}
.p-member__staff-figure-icon {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media (max-width: 599px) {
  .p-member__staff-figure-icon {
    bottom: 10px;
    right: 20px;
  }
}
.p-member__staff-img {
  position: relative;
  width: 100%;
  max-width: 133px;
  padding: 10px 0;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-member__staff-img {
    max-width: 110px;
  }
}
.p-member__staff-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 182px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FDD35C;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 599px) {
  .p-member__staff-img::before {
    width: 155px;
  }
}
.p-member__staff-img img {
  width: 100%;
  aspect-ratio: 133/163;
  border-radius: 3px;
}
.p-member__staff-name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.p-member__staff-position {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 55px;
  padding: 2px 0;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-light);
  background-color: var(--color-orange);
  border-radius: 3px;
}
.p-member__staff-name-kana {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  color: var(--text-accent);
  margin-left: 4px;
}
.p-member__staff-body {
  width: 100%;
  max-width: 548px;
}
@media (max-width: 820px) {
  .p-member__staff-body {
    max-width: 100%;
  }
}
.p-member__staff-message .c-text {
  margin-top: 10px;
}
.p-member__staff-message .c-text + .c-text {
  margin-top: 28px;
}
.p-member__staff-profile {
  margin-top: 16px;
}
.p-member__staff-list {
  background-color: var(--color-white);
  border-radius: 3px;
  padding: 20px 40px;
  margin: 0;
}
@media (max-width: 599px) {
  .p-member__staff-list {
    padding: 20px;
  }
}
.p-member__staff-list + .p-member__staff-list {
  margin-top: 24px;
}
.p-member__staff-list-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-member__staff-list-desc {
  margin: 7px 0 0 0;
}
.p-member__staff-career {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
.p-member__staff-list-text {
  position: relative;
  margin: 0;
  padding-left: 11px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-member__staff-list-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
.p-member__staff-summary {
  position: relative;
  max-width: 1023px;
  margin: 60px auto 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-orange);
  border-radius: 3px;
  padding: 40px 80px;
}
@media (max-width: 1024px) {
  .p-member__staff-summary {
    padding: 40px 20px;
  }
}
@media (max-width: 820px) {
  .p-member__staff-summary {
    padding: 40px;
    margin: 40px auto 0;
  }
}
@media (max-width: 599px) {
  .p-member__staff-summary {
    padding: 40px 20px 30px;
  }
}
.p-member__staff-summary-icon {
  position: absolute;
  top: 24px;
  left: 35px;
  transform: scale(0.85);
}
@media (max-width: 820px) {
  .p-member__staff-summary-icon {
    top: 10px;
    left: 20px;
  }
}
.p-member__staff-summary-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--text-strong);
}
.p-member__staff-summary-list {
  margin: 23px 0 0 0;
  display: flex;
}
@media (max-width: 820px) {
  .p-member__staff-summary-list {
    flex-direction: column;
  }
}
.p-member__staff-summary-list + .p-member__staff-summary-list {
  margin-top: 26px;
}
.p-member__staff-summary-term {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
  width: 100%;
  max-width: 170px;
}
@media (max-width: 820px) {
  .p-member__staff-summary-term {
    text-align: left;
  }
}
.p-member__staff-summary-term::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 19px;
  background-color: #BEB5AA;
}
@media (max-width: 820px) {
  .p-member__staff-summary-term::before {
    display: none;
  }
}
.p-member__staff-summary-desc {
  margin: 0 0 0 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
}
@media (max-width: 820px) {
  .p-member__staff-summary-desc {
    margin: 0;
  }
}
.p-member__staff-summary-sublist {
  margin-top: 5px;
}
.p-member__staff-summary-subterm {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-member__staff-summary-subdesc {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

.p-about {
  overflow-x: hidden;
}
.p-about__intro {
  padding: 40px 0 90px 0;
  border-top: 1px solid #BEB5AA;
}
@media (max-width: 820px) {
  .p-about__intro {
    padding: 35px 0 90px 0;
  }
}
.p-about__intro-content:nth-of-type(1) {
  position: relative;
  margin-top: 61px;
  text-align: center;
  z-index: 0;
}
@media (max-width: 820px) {
  .p-about__intro-content:nth-of-type(1) {
    margin-top: 46px;
  }
}
.p-about__intro-content:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 393px;
  aspect-ratio: 1;
  border: 3px solid #FDD35C;
  border-radius: 50%;
  filter: blur(12px);
  z-index: -1;
}
@media (max-width: 820px) {
  .p-about__intro-content:nth-of-type(1)::before {
    top: -12px;
    width: 504px;
  }
}
.p-about__intro-content:nth-of-type(1) .p-about__intro-title {
  margin: 22px 0 0 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .p-about__intro-content:nth-of-type(1) .p-about__intro-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .p-about__intro-content:nth-of-type(1) .p-about__intro-title {
    font-size: 1.25rem;
  }
}
.p-about__intro-content:nth-of-type(1) .p-about__intro-title br {
  display: none;
}
@media (max-width: 599px) {
  .p-about__intro-content:nth-of-type(1) .p-about__intro-title br {
    display: inline-block;
  }
}
.p-about__intro-content:nth-of-type(1) .c-text {
  margin-top: 16px;
  letter-spacing: 0.1rem;
}
@media (max-width: 599px) {
  .p-about__intro-content:nth-of-type(1) .c-text {
    word-break: keep-all;
  }
}
.p-about__intro-content:nth-of-type(1) .c-text + .c-text {
  margin-top: 28px;
}
.p-about__intro-content:nth-of-type(2) {
  margin: 90px auto 0;
  padding: 44px 20px 50px;
  background-color: var(--color-white);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(246, 173, 84, 0.3);
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 820px) {
  .p-about__intro-content:nth-of-type(2) {
    margin: 40px auto 0;
    padding: 44px 20px 40px;
  }
}
.p-about__intro-content:nth-of-type(2) .p-about__intro-title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px 12px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .p-about__intro-content:nth-of-type(2) .p-about__intro-title {
    font-size: 1.125rem;
    flex-direction: column;
  }
}
.p-about__intro-content:nth-of-type(2) .c-text {
  margin-top: 16px;
}
.p-about__intro-content:nth-of-type(2) .c-text + .c-text {
  margin-top: 10px;
}
.p-about__intro-content-inner {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
.p-about__intro-logo {
  max-width: 267px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-about__intro-logo {
    max-width: 202px;
  }
}
.p-about__intro-logo img {
  width: 100%;
}
.p-about__intro-icons {
  display: contents;
}
@media (max-width: 820px) {
  .p-about__intro-icons {
    display: flex;
    justify-content: space-between;
    margin: 22px auto 0;
    max-width: 320px;
  }
}
.p-about__intro-icon {
  position: absolute;
  z-index: -1;
}
@media (max-width: 820px) {
  .p-about__intro-icon {
    position: static;
  }
}
.p-about__intro-icon:nth-of-type(1) {
  bottom: 25%;
  left: 12.5%;
  transform: scale(1.3);
}
@media (max-width: 1024px) {
  .p-about__intro-icon:nth-of-type(1) {
    bottom: 25%;
    left: 4%;
  }
}
@media (max-width: 820px) {
  .p-about__intro-icon:nth-of-type(1) {
    transform: scale(0.8);
    margin-top: 35px;
  }
}
.p-about__intro-icon:nth-of-type(2) {
  top: 15%;
  left: 10.3%;
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .p-about__intro-icon:nth-of-type(2) {
    top: 15%;
    left: 2%;
  }
}
@media (max-width: 820px) {
  .p-about__intro-icon:nth-of-type(2) {
    transform: scale(0.8);
    margin-top: 8px;
  }
}
.p-about__intro-icon:nth-of-type(3) {
  top: 13%;
  right: 10%;
}
@media (max-width: 1024px) {
  .p-about__intro-icon:nth-of-type(3) {
    top: 13%;
    right: 2%;
  }
}
@media (max-width: 820px) {
  .p-about__intro-icon:nth-of-type(3) {
    transform: scale(0.65);
    margin-top: 20px;
  }
}
.p-about__intro-icon:nth-of-type(4) {
  bottom: 25%;
  right: 13%;
}
@media (max-width: 1024px) {
  .p-about__intro-icon:nth-of-type(4) {
    bottom: 25%;
    right: 4%;
  }
}
@media (max-width: 820px) {
  .p-about__intro-icon:nth-of-type(4) {
    transform: scale(0.65);
  }
}
.p-about__intro-title-logo {
  max-width: 63.5px;
}
.p-about__intro-title-logo img {
  width: 100%;
}
.p-about__intro-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 8px;
}
@media (max-width: 820px) {
  .p-about__intro-btns {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 14px 20px;
  }
}
@media (max-width: 599px) {
  .p-about__intro-btns {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 30px;
  }
}
.p-about__history {
  padding: 40px 0 90px 0;
  border-top: 1px solid #BEB5AA;
}
@media (max-width: 820px) {
  .p-about__history {
    padding: 35px 0 125px 0;
  }
}
@media (max-width: 820px) {
  .p-about__history .c-text br {
    display: none;
  }
}
@media (max-width: 599px) {
  .p-about__history .c-text br {
    display: inline-block;
  }
}
.p-about__history .c-text + .c-text {
  margin-top: 20px;
}
.p-about__history-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
  gap: 30px 0;
  width: 100%;
  max-width: 1024px;
  margin: 13px auto 0;
}
@media (max-width: 820px) {
  .p-about__history-content {
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
.p-about__history-head {
  padding-top: 33px;
}
.p-about__history-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  z-index: 0;
}
@media (max-width: 820px) {
  .p-about__history-body {
    max-width: 455px;
    margin: 0 auto;
  }
}
.p-about__history-img img {
  width: 100%;
  border-radius: 3px;
}
.p-about__history-body-left .p-about__history-img:nth-of-type(1) {
  max-width: 291px;
  margin-top: 6%;
}
.p-about__history-body-left .p-about__history-img:nth-of-type(1) img {
  aspect-ratio: 291/191;
}
.p-about__history-body-left .p-about__history-img:nth-of-type(2) {
  max-width: 254px;
  margin: 10% 0 0 45px;
}
@media (max-width: 820px) {
  .p-about__history-body-left .p-about__history-img:nth-of-type(2) {
    margin: 7% 0 0 30px;
  }
}
.p-about__history-body-left .p-about__history-img:nth-of-type(2) img {
  aspect-ratio: 254/161;
}
.p-about__history-body-right .p-about__history-img {
  max-width: 146px;
  margin-top: 73%;
}
@media (max-width: 820px) {
  .p-about__history-body-right .p-about__history-img {
    margin-top: 70%;
  }
}
.p-about__history-circle {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FDD35C;
  opacity: 0.5;
  z-index: -1;
}
.p-about__history-circle:nth-of-type(1) {
  max-width: 29%;
  top: 0;
  right: 10%;
}
.p-about__history-circle:nth-of-type(2) {
  max-width: 15%;
  top: 54%;
  left: 2%;
}
.p-about__history-circle:nth-of-type(3) {
  max-width: 50%;
  top: 54%;
  right: 6%;
}
.p-about__concept {
  padding: 40px 0 90px 0;
  border-top: 1px solid #BEB5AA;
}
@media (max-width: 820px) {
  .p-about__concept {
    padding: 35px 0 103px 0;
  }
}
.p-about__concept .c-text + .c-text {
  margin-top: 28px;
}
.p-about__concept-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
  gap: 10px;
  max-width: 1024px;
  margin: 11px auto 0;
}
@media (max-width: 1024px) {
  .p-about__concept-content {
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
.p-about__concept-head {
  padding-top: 37px;
}
.p-about__concept-body {
  position: relative;
  width: 100%;
  max-width: 578px;
  min-height: 521px;
  margin: 0 32px 0 auto;
}
@media (max-width: 1024px) {
  .p-about__concept-body {
    margin: 20px auto 0;
  }
}
@media (max-width: 599px) {
  .p-about__concept-body {
    max-width: 335px;
    min-height: 310px;
  }
}
.p-about__concept-circle-area {
  position: absolute;
  inset: 0;
  isolation: isolate;
}
.p-about__concept-circle-content-area {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.p-about__concept-circle {
  position: absolute;
  width: 100%;
  max-width: 307px;
  aspect-ratio: 1;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
@media (max-width: 599px) {
  .p-about__concept-circle {
    max-width: 185px;
  }
}
.p-about__concept-circle:nth-of-type(1) {
  background-color: #FDD35C;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-about__concept-circle:nth-of-type(1)::before {
  background-color: #FDD35C;
  top: 24px;
}
@media (max-width: 599px) {
  .p-about__concept-circle:nth-of-type(1)::before {
    top: 14px;
  }
}
.p-about__concept-circle:nth-of-type(2) {
  background-color: #8CD069;
  bottom: 0;
  left: 0;
}
.p-about__concept-circle:nth-of-type(2)::before {
  background-color: #8CD069;
  top: 52px;
}
@media (max-width: 599px) {
  .p-about__concept-circle:nth-of-type(2)::before {
    top: 31px;
  }
}
.p-about__concept-circle:nth-of-type(3) {
  background-color: #B4E7EA;
  bottom: 0;
  right: 0;
}
.p-about__concept-circle:nth-of-type(3)::before {
  background-color: #B4E7EA;
  top: 52px;
}
@media (max-width: 599px) {
  .p-about__concept-circle:nth-of-type(3)::before {
    top: 31px;
  }
}
.p-about__concept-circle::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 165px;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(20px);
  mix-blend-mode: multiply;
}
@media (max-width: 599px) {
  .p-about__concept-circle::before {
    width: 100px;
  }
}
.p-about__concept-circle-content {
  position: relative;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.p-about__concept-circle-content:nth-of-type(1) {
  grid-area: 1/1/2/3;
  margin-top: 57px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(1) {
    margin-top: 24px;
  }
}
.p-about__concept-circle-content:nth-of-type(1) .p-about__concept-circle-icon {
  top: -25px;
  right: 66px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(1) .p-about__concept-circle-icon {
    top: -25px;
    right: -4px;
    transform: scale(0.6);
  }
}
.p-about__concept-circle-content:nth-of-type(2) {
  grid-area: 2/1/3/2;
  margin: 30px 0 0 17px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(2) {
    margin: 10px 0 0 11px;
  }
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(2) .p-about__concept-circle-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(2) .p-about__concept-circle-label {
    min-width: 162px;
  }
}
.p-about__concept-circle-content:nth-of-type(2) .p-about__concept-circle-icon {
  top: -83px;
  left: 11px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(2) .p-about__concept-circle-icon {
    top: -74px;
    left: -11px;
    transform: scale(0.6);
  }
}
.p-about__concept-circle-content:nth-of-type(3) {
  grid-area: 2/2/3/3;
  margin: 30px 17px 0 0;
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(3) {
    margin: 10px 10px 0 0;
  }
}
.p-about__concept-circle-content:nth-of-type(3) .p-about__concept-circle-icon {
  bottom: -2px;
  right: -26px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-content:nth-of-type(3) .p-about__concept-circle-icon {
    bottom: -36px;
    right: -43px;
    transform: scale(0.6);
  }
}
.p-about__concept-circle-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  color: var(--text-light);
}
@media (max-width: 599px) {
  .p-about__concept-circle-title {
    font-size: 21px;
  }
}
.p-about__concept-circle-text {
  margin: 2px 0 0 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  color: var(--text-light);
  max-width: 250px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-text {
    margin: -2px 0 0 0;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.p-about__concept-circle-label {
  margin: 16px 0 0 0;
  padding: 8px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: var(--color-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 33px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-label {
    font-size: 0.75rem;
    margin: 8px 0 0 0;
    padding: 4px 6px;
  }
}
.p-about__concept-circle-label + .p-about__concept-circle-label {
  margin-top: 6px;
}
.p-about__concept-circle-label img {
  max-width: 18px;
}
@media (max-width: 599px) {
  .p-about__concept-circle-label img {
    max-width: 12px;
  }
}
.p-about__concept-circle-icon {
  position: absolute;
}
.p-about__service {
  padding: 100px 0;
  background-color: var(--bg-sub);
}
@media (max-width: 820px) {
  .p-about__service {
    padding: 61px 0;
  }
}
.p-about__service .c-service {
  max-width: 1024px;
  margin: 57px auto 0;
}
@media (max-width: 820px) {
  .p-about__service .c-service {
    margin: 35px auto 0;
  }
}
.p-about__service .c-service__list {
  grid-template-columns: 1fr;
  gap: 24px 36px;
}
.p-about__service .c-service__item:nth-of-type(1) .c-service__num, .p-about__service .c-service__item:nth-of-type(2) .c-service__num {
  top: 27px;
  left: 24px;
}
@media (max-width: 1024px) {
  .p-about__service .c-service__item:nth-of-type(1) .c-service__num, .p-about__service .c-service__item:nth-of-type(2) .c-service__num {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 820px) {
  .p-about__service .c-service__item:nth-of-type(1) .c-service__num, .p-about__service .c-service__item:nth-of-type(2) .c-service__num {
    top: 7px;
    left: 14px;
    gap: 7px;
  }
}
.p-about__service .c-service__item:nth-of-type(3) .c-service__content, .p-about__service .c-service__item:nth-of-type(4) .c-service__content {
  padding: 39px 70px 70px 97px;
}
@media (max-width: 1024px) {
  .p-about__service .c-service__item:nth-of-type(3) .c-service__content, .p-about__service .c-service__item:nth-of-type(4) .c-service__content {
    padding: 70px 20px;
  }
}
@media (max-width: 820px) {
  .p-about__service .c-service__item:nth-of-type(3) .c-service__content, .p-about__service .c-service__item:nth-of-type(4) .c-service__content {
    padding: 28px 18px 34px;
  }
}
.p-about__service .c-service__item:nth-of-type(3) .c-service__num, .p-about__service .c-service__item:nth-of-type(4) .c-service__num {
  top: 43px;
  left: 34px;
}
@media (max-width: 1024px) {
  .p-about__service .c-service__item:nth-of-type(3) .c-service__num, .p-about__service .c-service__item:nth-of-type(4) .c-service__num {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 820px) {
  .p-about__service .c-service__item:nth-of-type(3) .c-service__num, .p-about__service .c-service__item:nth-of-type(4) .c-service__num {
    top: 24px;
    left: 18px;
  }
}
.p-about__service .c-service__content {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  padding: 39px 70px 70px 92px;
}
@media (max-width: 1024px) {
  .p-about__service .c-service__content {
    padding: 70px 20px;
    align-items: center;
  }
}
@media (max-width: 820px) {
  .p-about__service .c-service__content {
    padding: 28px 14px 34px;
    flex-direction: column;
  }
}
.p-about__service .c-service__img {
  margin: 0;
  flex: 0 0 auto;
}
.p-about__service .c-service__info {
  padding-top: 14px;
  max-width: 461px;
}
@media (max-width: 820px) {
  .p-about__service .c-service__info {
    padding-top: 0;
    max-width: 100%;
  }
}
.p-about__service-content {
  border-top: 1px solid #BEB5AA;
  padding-top: 40px;
}
.p-about__info {
  padding: 100px 0 190px;
  background-color: var(--bg-highlight);
}
@media (max-width: 820px) {
  .p-about__info {
    padding: 60px 0 150px;
  }
}
.p-about__info-content {
  border-top: 1px solid #BEB5AA;
  padding-top: 40px;
}
@media (max-width: 820px) {
  .p-about__info-content {
    padding-top: 34px;
  }
}
.p-about__info-box {
  width: 100%;
  max-width: 1024px;
  margin: 50px auto 0;
  background-color: var(--color-white);
  border-radius: 3px;
  padding: 63px 80px 56px;
}
@media (max-width: 820px) {
  .p-about__info-box {
    margin: 40px auto 0;
    padding: 60px 40px 50px;
  }
}
@media (max-width: 599px) {
  .p-about__info-box {
    padding: 38px 20px 30px;
  }
}
.p-about__info-head {
  display: flex;
  align-items: center;
  gap: 106px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-about__info-head {
    gap: 24px 20px;
  }
}
@media (max-width: 599px) {
  .p-about__info-head {
    flex-direction: column;
  }
}
.p-about__info-logo {
  width: 100%;
  max-width: 208px;
  margin-left: 30px;
}
@media (max-width: 599px) {
  .p-about__info-logo {
    margin-left: 6px;
  }
}
.p-about__info-logo img {
  width: 100%;
}
.p-about__info-hours {
  margin: 0;
}
@media (max-width: 599px) {
  .p-about__info-hours {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.p-about__info-hours-term {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-about__info-hours-desc {
  margin: 4px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 599px) {
  .p-about__info-hours-desc {
    margin: 0;
  }
}
.p-about__info-holiday {
  margin: 33px 0 0 0;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #F7F4EF;
  border-radius: 3px;
  padding: 30px 50px;
}
@media (max-width: 599px) {
  .p-about__info-holiday {
    margin: 22px 0 0 0;
    padding: 30px 20px;
    justify-content: center;
  }
}
.p-about__info-holiday-term {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-about__info-holiday-desc {
  position: relative;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-about__info-holiday-desc::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 1px;
  height: 19px;
  background-color: #BEB5AA;
}

.p-contact {
  padding: 90px 0 190px;
}
@media (max-width: 820px) {
  .p-contact {
    padding: 60px 0 150px;
  }
}
.p-contact .wpcf7-form-control-wrap {
  width: 100%;
}
.p-contact__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--text);
  margin-top: 12px;
  text-align: center;
}
.p-contact__content {
  border-top: 1px solid #beb5aa;
  padding-top: 40px;
}
.p-contact__form {
  margin: 74px auto 0;
  padding: 50px 60px;
  width: 100%;
  max-width: 840px;
  background-color: #f7f4ef;
  border-radius: 3px;
}
@media (max-width: 820px) {
  .p-contact__form {
    margin: 40px auto 0;
  }
}
@media (max-width: 599px) {
  .p-contact__form {
    padding: 40px 20px;
  }
}
.p-contact__form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 820px) {
  .p-contact__form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contact__form-group + .p-contact__form-group {
  margin-top: 26px;
}
.p-contact__form-group + .p-contact__form-radio-group {
  margin-top: 40px;
}
.p-contact__form-radio-group {
  justify-content: flex-start;
  align-items: flex-start;
}
.p-contact__form-radio-group .p-contact__label.required {
  align-items: flex-start;
}
.p-contact__form-radio-group .p-contact__label.required::after {
  margin-top: 2px;
}
.p-contact__form-textarea-group {
  align-items: flex-start;
}
.p-contact__form-textarea-group .p-contact__label.required {
  align-items: flex-start;
  margin-top: 12px;
}
.p-contact__form-textarea-group .p-contact__label.required::after {
  margin-top: 2px;
}
.p-contact__label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  width: 100%;
  max-width: 168px;
}
@media (max-width: 820px) {
  .p-contact__label {
    max-width: 100%;
  }
}
.p-contact__label.required {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .p-contact__label.required {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
  }
  .p-contact__label.required br {
    display: none;
  }
}
.p-contact__label.required::after {
  content: "必須";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  color: var(--text-light);
  background-color: var(--color-brown);
  border-radius: 3px;
  padding: 2px 7px;
}
.p-contact__input, .p-contact__textarea {
  width: 100%;
  max-width: 542px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--text);
  padding: 10px 20px;
  border: 1px solid #cbc0bb;
  border-radius: 3px;
  background-color: #fff;
}
@media (max-width: 820px) {
  .p-contact__input, .p-contact__textarea {
    max-width: 100%;
  }
}
.p-contact__input:focus, .p-contact__textarea:focus {
  outline: none;
  border-color: var(--color-orange);
}
.p-contact__textarea {
  min-height: 200px;
}
.p-contact__radio {
  display: flex;
  flex-direction: column;
  margin-top: -4px;
}
.p-contact__radio .wpcf7-list-item:nth-child(n+2) {
  margin-top: 9px;
}
.p-contact__radio label {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #333333;
  cursor: pointer;
  padding: 5px 0 5px 36px;
  display: inline-block;
}
.p-contact__radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  border: 1px solid #cbc0bb;
  background-color: var(--color-white);
  border-radius: 50%;
}
.p-contact__radio label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-brown);
  opacity: 0;
}
.p-contact__radio label:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-contact__radio label [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.p-contact__button {
  text-align: center;
  margin-top: 30px;
}
.p-contact__button-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 21px;
  width: 100%;
  max-width: 173px;
  min-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  background-color: var(--color-orange);
  border: 1px solid transparent;
  transition: opacity 0.3s;
}
.p-contact__button-link:hover {
  opacity: 0.7;
}
.p-contact__button-link [type=submit] {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--text-light);
  width: 100%;
  max-width: 124px;
  border: none;
  background-color: transparent;
}

.p-access__content {
  border-top: 1px solid #BEB5AA;
  padding: 40px 0 90px;
}
@media (max-width: 820px) {
  .p-access__content {
    padding: 35px 0 90px;
  }
}
.p-access__content-map {
  max-width: 1024px;
  margin: 30px auto 0;
}
@media (max-width: 820px) {
  .p-access__content-map iframe {
    max-height: 340px;
  }
}
.p-access__info {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 12px 20px;
  max-width: 900px;
  margin: 40px auto 0;
}
@media (max-width: 820px) {
  .p-access__info {
    flex-direction: column;
    margin: 30px auto 0;
  }
}
.p-access__contact {
  width: 100%;
  max-width: 338px;
  min-height: 95px;
  background-color: #F2E8CB;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-access__contact {
    min-height: 85px;
  }
}
.p-access__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-access__contact-link:hover {
  opacity: 0.7;
}
.p-access__contact-link img {
  width: 26px;
}
.p-access__contact-link-text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .p-access__contact-link-text {
    font-size: 1.375rem;
  }
}
.p-access__address {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-style: normal;
}
@media (max-width: 599px) {
  .p-access__address {
    font-size: 1rem;
  }
}
.p-access__address br {
  display: none;
}
@media (max-width: 599px) {
  .p-access__address br {
    display: inline-block;
  }
}
.p-access__route {
  flex: 0 0 auto;
}
.p-access__route .c-button {
  margin-top: 16px;
}
.p-access__transport {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1024px;
  margin: 40px auto 0;
}
@media (max-width: 599px) {
  .p-access__transport {
    flex-direction: column;
    align-items: center;
  }
}
.p-access__transport-item {
  position: relative;
  border: 1px solid var(--color-orange);
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
  padding: 24px 20px 24px 97px;
}
@media (max-width: 1024px) {
  .p-access__transport-item {
    padding: 24px 20px;
  }
}
.p-access__transport-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-access__transport-icon {
  position: absolute;
  top: 22px;
  left: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F2E8CB;
}
@media (max-width: 1024px) {
  .p-access__transport-icon {
    position: static;
  }
}
@media (max-width: 820px) {
  .p-access__transport-icon {
    width: 48px;
  }
}
@media (max-width: 820px) {
  .p-access__transport-icon img {
    transform: scale(0.85);
  }
}
.p-access__transport-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-access__transport-list {
  margin: 11px 0 0 0;
  padding: 0;
  list-style: none;
}
.p-access__transport-list-item {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 11px;
}
.p-access__transport-list-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
.p-access__transport-list-item + .p-access__transport-list-item {
  margin-top: 11px;
}
.p-access__transport-list-term {
  font-weight: bold;
}
.p-access__transport-text {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
.p-access__transport-link {
  margin: 3px 0 0 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--text-strong);
  transition: opacity 0.3s;
}
.p-access__transport-link:hover {
  opacity: 0.7;
}
.p-access__note {
  width: 100%;
  max-width: 1024px;
  background-color: #F7F4EF;
  border-radius: 3px;
  text-align: center;
  margin: 36px auto 0;
  padding: 24px 30px;
}
@media (max-width: 820px) {
  .p-access__note {
    margin: 30px auto 0;
    padding: 20px 16px;
  }
}
.p-access__note-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-access__note-text {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-access__parking {
  border-top: 1px solid #BEB5AA;
  padding: 40px 0 90px;
}
@media (max-width: 820px) {
  .p-access__parking {
    padding: 35px 0 60px;
  }
}
.p-access__parking-img {
  margin: 30px auto 0;
  width: 100%;
  max-width: 834px;
}
.p-access__parking-img img {
  width: 100%;
  border-radius: 3px;
  aspect-ratio: 834/568;
}
.p-access__parking-info {
  margin: 39px auto 0;
  max-width: 1012px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px 20px;
}
@media (max-width: 820px) {
  .p-access__parking-info {
    flex-direction: column;
    margin: 30px auto 0;
  }
}
.p-access__parking-text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
}
@media (max-width: 820px) {
  .p-access__parking-text {
    font-size: 1rem;
  }
}

.p-partner__content {
  border-top: 1px solid #beb5aa;
  padding: 40px 0 73px 0;
}
@media (max-width: 820px) {
  .p-partner__content {
    padding: 35px 0 70px 0;
  }
}
.p-partner__list {
  margin: 40px 0 0 0;
}
.p-partner__list a {
  text-decoration: none;
  color: var(--text);
}
.p-partner__item {
  max-width: 1024px;
  padding: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 20px;
  border: 1px solid #f2e8cb;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(246, 173, 84, 0.1);
}
@media (max-width: 820px) {
  .p-partner__item {
    flex-direction: column;
    padding: 50px 40px 40px;
  }
}
@media (max-width: 599px) {
  .p-partner__item {
    padding: 40px 20px;
  }
}
.p-partner__item + .p-partner__item {
  margin-top: 60px;
}
@media (max-width: 599px) {
  .p-partner__item + .p-partner__item {
    margin-top: 40px;
  }
}
.p-partner__head {
  width: 100%;
  max-width: 395px;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-partner__head {
    max-width: 270px;
  }
}
@media (max-width: 820px) {
  .p-partner__head {
    max-width: 395px;
    min-height: auto;
    margin: 0 auto;
  }
}
.p-partner__logo {
  margin: 0;
  max-width: 250px;
}
.p-partner__info {
  width: 100%;
  max-width: 509px;
}
@media (max-width: 820px) {
  .p-partner__info {
    max-width: 100%;
  }
}
.p-partner__name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-partner__text {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-partner__text + .p-partner__text {
  margin-top: 23px;
}
.p-partner__comment {
  position: relative;
  margin-top: 24px;
  border: 1px solid var(--color-orange);
  border-radius: 3px;
  padding: 26px 18px 18px 18px;
}
.p-partner__comment-title {
  position: absolute;
  top: -11px;
  left: -1px;
  margin: 0;
  padding: 2px 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-light);
  background-color: var(--color-orange);
  border-radius: 3px;
}
.p-partner__comment-text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-partner__sponsor {
  background-color: #fdd35c;
  padding: 60px 0 190px;
}
.p-partner__sponsor-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 52px 20px;
  border-radius: 30px;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 820px) {
  .p-partner__sponsor-content {
    position: relative;
    display: block;
    max-width: 600px;
    padding: 52px 20px 40px;
    border-radius: 20px;
  }
}
.p-partner__sponsor-icon {
  max-width: 160px;
}
@media (max-width: 820px) {
  .p-partner__sponsor-icon {
    position: absolute;
    top: -50px;
    right: 0;
    max-width: 110px;
  }
}
.p-partner__sponsor-body {
  display: flex;
  flex-direction: column;
  gap: 20px 28px;
  padding-right: 35px;
}
@media (max-width: 1024px) {
  .p-partner__sponsor-body {
    padding-right: 0;
  }
}
.p-partner__contact {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 820px) {
  .p-partner__contact {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-partner__contact-btn {
  text-align: center;
  width: 100%;
  max-width: 173px;
}
.p-partner__contact-btn:nth-of-type(1) .p-partner__contact-link {
  background-color: #f2e8cb;
}
.p-partner__contact-btn:nth-of-type(1) .p-partner__contact-link-text {
  color: var(--text-strong);
}
.p-partner__contact-btn:nth-of-type(2) .p-partner__contact-link {
  background-color: var(--color-orange);
}
.p-partner__contact-btn:nth-of-type(2) .p-partner__contact-link-text {
  color: var(--text-light);
  text-transform: uppercase;
}
.p-partner__contact-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 21px;
  width: 100%;
  max-width: 173px;
  min-height: 40px;
  padding: 0 15px;
  transition: opacity 0.3s;
}
.p-partner__contact-link:hover {
  opacity: 0.7;
}
.p-partner__contact-link-text {
  display: inline-block;
  width: 100%;
  max-width: 124px;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-service__content {
  border-top: 1px solid #beb5aa;
  padding: 40px 0 0;
}
@media (max-width: 820px) {
  .p-service__content {
    padding: 35px 0 0;
  }
}
.p-service__program {
  padding: 0 0 90px;
  margin-top: -6px;
}
@media (max-width: 820px) {
  .p-service__program {
    padding: 0 0 60px;
  }
}
@media (max-width: 599px) {
  .p-service__program {
    overflow: hidden;
  }
}
.p-service__program-intro {
  position: relative;
  margin-top: 47px;
  text-align: center;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-service__program-intro {
    padding-bottom: 60px;
    text-align: start;
  }
}
.p-service__program-intro::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 479px;
  aspect-ratio: 1;
  border: 3px solid #fdd35c;
  border-radius: 50%;
  filter: blur(12px);
  z-index: -1;
}
.p-service__program-intro-logo {
  width: 100%;
  max-width: 179px;
  margin: 0 auto;
}
.p-service__program-intro-logo img {
  width: 100%;
}
.p-service__program-intro-title {
  margin: 8px 0 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
}
@media (max-width: 599px) {
  .p-service__program-intro-title {
    font-size: 1.125rem;
  }
}
.p-service__program-intro-text-box {
  margin-top: 20px;
}
.p-service__program-intro-text-box .c-text + .c-text {
  margin-top: 10px;
}
.p-service__program-intro-text-box + .p-service__program-intro-text-box {
  margin-top: 48px;
}
.p-service__program-intro-icon {
  position: absolute;
}
.p-service__program-intro-icon--left {
  bottom: 30px;
  left: 102px;
}
@media (max-width: 1024px) {
  .p-service__program-intro-icon--left {
    bottom: 30px;
    left: 54px;
  }
}
@media (max-width: 820px) {
  .p-service__program-intro-icon--left {
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 599px) {
  .p-service__program-intro-icon--left {
    max-width: 40px;
  }
}
.p-service__program-intro-icon--right {
  bottom: 30px;
  right: 102px;
}
@media (max-width: 1024px) {
  .p-service__program-intro-icon--right {
    bottom: 30px;
    right: 54px;
  }
}
@media (max-width: 820px) {
  .p-service__program-intro-icon--right {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 599px) {
  .p-service__program-intro-icon--right {
    max-width: 40px;
  }
}
.p-service__program-item {
  width: 100%;
  max-width: 1020px;
  margin: 69px auto 0;
  padding: 30px 60px 32px;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(246, 173, 84, 0.3);
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .p-service__program-item {
    padding: 30px 30px 32px;
  }
}
@media (max-width: 820px) {
  .p-service__program-item {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .p-service__program-item {
    margin: 22px auto 0;
    padding: 30px 20px;
  }
}
.p-service__program-item:nth-of-type(1) .p-service__program-block-label {
  background-color: #8bd169;
}
.p-service__program-item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .p-service__program-item:nth-of-type(2) {
    flex-direction: column;
  }
}
.p-service__program-item:nth-of-type(2) .p-service__program-block-label {
  background-color: #71b9b5;
}
.p-service__program-item + .p-service__program-item {
  margin-top: 49px;
}
.p-service__program-block-img {
  margin: 0;
  width: 100%;
  max-width: 400px;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .p-service__program-block-img {
    max-width: 300px;
  }
}
@media (max-width: 820px) {
  .p-service__program-block-img {
    max-width: 400px;
  }
}
@media (max-width: 599px) {
  .p-service__program-block-img {
    max-width: 100%;
  }
}
.p-service__program-block-img img {
  width: 100%;
  aspect-ratio: 400/280;
  border-radius: 3px;
}
.p-service__program-block-info {
  max-width: 461px;
  padding: 25px 0 0 0;
}
@media (max-width: 1024px) {
  .p-service__program-block-info {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .p-service__program-block-info {
    padding: 0;
  }
}
.p-service__program-block-title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .p-service__program-block-title {
    font-size: 1.25rem;
  }
}
.p-service__program-block-label {
  display: inline-block;
  margin: 9px 0 0 0;
  padding: 2px 13px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-light);
}
.p-service__program-block-text {
  margin: 17px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-service__program-block-text + .p-service__program-block-text {
  margin-top: 10px;
}
.p-service__program-definition {
  width: 100%;
  max-width: 448px;
  margin: 20px 0 0 0;
  padding: 20px 24px;
  background-color: #f7f4ef;
  border-radius: 3px;
}
@media (max-width: 599px) {
  .p-service__program-definition {
    padding: 20px;
  }
}
.p-service__program-definition-term {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-service__program-definition-desc {
  margin: 2px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.04em;
}
.p-service__program-definition-desc--note {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.p-service__features {
  background-color: var(--bg-sub);
  padding: 98px 0;
}
@media (max-width: 820px) {
  .p-service__features {
    padding: 60px 0;
  }
}
.p-service__features-content {
  border-top: 1px solid #beb5aa;
  padding: 40px 0 0 0;
}
.p-service__features-list {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 820px) {
  .p-service__features-list {
    gap: 40px 20px;
  }
}
@media (max-width: 599px) {
  .p-service__features-list {
    grid-template-columns: 1fr;
  }
}
.p-service__features-item {
  background-color: var(--color-white);
  padding: 39px;
  border: 1px solid var(--color-orange);
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .p-service__features-item {
    padding: 39px 20px;
  }
}
.p-service__features-img {
  margin: 0;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 599px) {
  .p-service__features-img {
    max-width: 100%;
  }
}
.p-service__features-img img {
  width: 100%;
  aspect-ratio: 400/280;
}
.p-service__features-body {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .p-service__features-body {
    grid-template-columns: 1fr;
  }
}
.p-service__features-num {
  position: relative;
  padding-left: 11px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-accent);
}
.p-service__features-num::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
.p-service__features-info {
  padding: 3px 0 0 0;
}
.p-service__features-title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2272727273;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .p-service__features-title {
    font-size: 1.25rem;
  }
}
.p-service__features-text {
  margin: 11px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-service__features-text + .p-service__features-text {
  margin-top: 10px;
}
.p-service__schedule {
  padding: 90px 0;
}
@media (max-width: 820px) {
  .p-service__schedule {
    padding: 60px 0;
  }
}
.p-service__schedule-read {
  max-width: 660px;
  margin: 38px auto 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .p-service__schedule-read {
    margin: 38px 0 0;
  }
}
.p-service__schedule-read--note {
  font-size: 15px;
  letter-spacing: 0.04em;
}
.p-service__schedule-content {
  margin-top: 27px;
}
.p-service__schedule-content-flow-child .p-service__schedule-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 20px;
  border: 2px solid #8cd069;
  min-height: 634px;
  padding: 25px 32px 40px 18px;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-child .p-service__schedule-block {
    padding: 25px 20px 40px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-block {
    padding: 25px 12px 40px;
    gap: 260px 20px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-title {
  background-color: #8cd069;
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 99px 0 0 0;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 65px 0 0 0;
  }
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) {
    gap: 10px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) {
    grid-template-columns: 1fr;
    padding: 90px 0 0 0;
    gap: 20px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-line {
  width: 346px;
  height: 2px;
  top: 147px;
  right: -20px;
  background-image: linear-gradient(to right, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
  background-size: 4px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-line {
    width: 50%;
    top: 115px;
    right: auto;
    left: 100px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-line {
    width: 2px;
    height: 260px;
    top: 180px;
    right: auto;
    left: 30px;
    background-image: linear-gradient(to bottom, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
    background-size: 4px 2px;
    background-position: left;
    background-repeat: repeat-y;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(1) .p-service__schedule-timeline-card-bg-img {
  top: -29px;
  right: 10px;
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(1) .p-service__schedule-timeline-card-bg-text-img {
  position: absolute;
  bottom: -104px;
  left: 34px;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(1) .p-service__schedule-timeline-card-bg-text-img {
    bottom: -58px;
    left: auto;
    right: -80px;
  }
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(1) .p-service__schedule-timeline-card-bg-text-img {
    bottom: -25px;
    left: auto;
    right: -100px;
    max-width: 135px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(1) .p-service__schedule-timeline-card-bg-text-img {
    bottom: auto;
    top: -53px;
    left: -14px;
    right: auto;
    max-width: 120px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 27px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    padding-left: 0;
  }
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) {
    gap: 10px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-line {
  clip-path: polygon(0 0, 33% 0, 100% 100%, 0 100%);
  width: 346px;
  height: 314px;
  top: 73px;
  left: 0;
  background-image: linear-gradient(to right, #8e4f00, #8e4f00 1px, transparent 1px, transparent 4px), linear-gradient(to right, #8e4f00, #8e4f00 1px, transparent 1px, transparent 4px), linear-gradient(to bottom, #8e4f00, #8e4f00 1px, transparent 1px, transparent 4px);
  background-size: 4px 2px, 4px 2px, 2px 4px;
  background-position: top, bottom, left;
  background-repeat: repeat-x, repeat-x, repeat-y;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-line {
    display: none;
    clip-path: none;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block {
  position: relative;
  display: flex;
  padding-top: 20px;
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block {
    padding-top: 50px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-card-bg-img {
  top: 32px;
  right: -60px;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-card-bg-img {
    top: auto;
    bottom: -18px;
    right: -18px;
    max-width: 50px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-card-bg-img {
    top: -32px;
    bottom: auto;
    right: 15px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-line {
  display: none;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-line {
    display: block;
    width: 66%;
    height: 2px;
    top: 70px;
    left: 0;
    background-image: linear-gradient(to right, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
    background-size: 4px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-line {
    width: 2px;
    height: 70px;
    top: 50px;
    left: 30px;
    background-image: linear-gradient(to bottom, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
    background-size: 4px 2px;
    background-position: left;
    background-repeat: repeat-y;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) {
  gap: 20px;
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) {
    gap: 10px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) {
    flex-direction: column;
    gap: 20px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-item:nth-of-type(2) .p-service__schedule-timeline-card {
  width: 100%;
  max-width: 173px;
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-item:nth-of-type(2) .p-service__schedule-timeline-card {
    max-width: 100%;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-card .p-service__schedule-timeline-card-bg-img:nth-of-type(1) {
  top: 8px;
  left: 16px;
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-card .p-service__schedule-timeline-card-bg-img:nth-of-type(1) {
    top: 5px;
    left: 5px;
    max-width: 30px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-card .p-service__schedule-timeline-card-bg-img:nth-of-type(2) {
  top: 12px;
  right: 5px;
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-card .p-service__schedule-timeline-card-bg-img:nth-of-type(2) {
    top: 5px;
    right: 5px;
    max-width: 45px;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-line {
  display: none;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-line {
    display: block;
    width: 80%;
    height: 2px;
    top: 70px;
    left: 0;
    background-image: linear-gradient(to right, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
    background-size: 4px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-line {
    width: 2px;
    height: 190px;
    top: 50px;
    left: 30px;
    background-image: linear-gradient(to bottom, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
    background-size: 4px 2px;
    background-position: left;
    background-repeat: repeat-y;
  }
}
.p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block-label {
  position: absolute;
  top: 0;
  left: -27px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  background-color: #fee69d;
  border-radius: 2px 18px 18px 2px;
  padding: 3px 21px;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-child .p-service__schedule-timeline:nth-of-type(2) .p-service__schedule-timeline-block-label {
    left: 0;
  }
}
.p-service__schedule-content-flow-after {
  margin-top: 50px;
}
.p-service__schedule-content-flow-after .p-service__schedule-block {
  border: 2px solid #71b9b5;
  min-height: 536px;
  padding: 90px 23px 47px 23px;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-after .p-service__schedule-block {
    padding: 90px 23px 60px 23px;
  }
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-after .p-service__schedule-block {
    padding: 80px 20px 60px 20px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-block {
    padding: 80px 12px 60px 12px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-title {
  background-color: #71b9b5;
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline {
  display: flex;
  gap: 70px 16px;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline {
    gap: 20px 16px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block {
  position: relative;
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block {
    gap: 10px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-line {
  width: 100%;
  height: 2px;
  top: 50px;
  left: 108px;
  background-image: linear-gradient(to right, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
  background-size: 4px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-line {
    width: 47%;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-line {
    width: 2px;
    height: auto;
    top: 85px;
    bottom: 72px;
    left: 30px;
    background-image: linear-gradient(to bottom, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
    background-size: 4px 2px;
    background-position: left;
    background-repeat: repeat-y;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(1) .p-service__schedule-timeline-card-bg-img {
  bottom: -65px;
  right: 4px;
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(1) .p-service__schedule-timeline-card-bg-img {
    bottom: -25px;
    right: 4px;
    max-width: 50px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(2) .p-service__schedule-timeline-card-bg-img {
  bottom: -48px;
  right: 0;
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(1) .p-service__schedule-timeline-item:nth-of-type(2) .p-service__schedule-timeline-card-bg-img {
    bottom: -6px;
    max-width: 60px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-line {
  width: 65%;
  height: 2px;
  top: 50px;
  left: 108px;
  background-image: linear-gradient(to right, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
  background-size: 4px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media (max-width: 1024px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-line {
    width: 80%;
    left: 10px;
  }
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-line {
    width: 2px;
    height: auto;
    top: -90px;
    left: 30px;
    bottom: 60px;
    background-image: linear-gradient(to bottom, #8e4f00, #8e4f00 1px, transparent 1px, transparent 1px);
    background-size: 4px 2px;
    background-position: left;
    background-repeat: repeat-y;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-item:nth-of-type(2) .p-service__schedule-timeline-card-bg-img {
  bottom: -46px;
  right: 0;
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-item:nth-of-type(2) .p-service__schedule-timeline-card-bg-img {
    bottom: auto;
    top: -20px;
    right: auto;
    left: -20px;
    max-width: 60px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-item:nth-of-type(2) .p-service__schedule-timeline-card-title {
  letter-spacing: -0.09em;
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-item:nth-of-type(3) .p-service__schedule-timeline-card-bg-img {
  bottom: -132px;
  right: 10px;
}
@media (max-width: 599px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-block:nth-of-type(2) .p-service__schedule-timeline-item:nth-of-type(3) .p-service__schedule-timeline-card-bg-img {
    bottom: -55px;
    right: 0px;
    max-width: 70px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-card {
  padding: 19px 9px 29px;
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-card {
    padding: 19px 6px 29px;
  }
}
.p-service__schedule-content-flow-after .p-service__schedule-timeline-card-title {
  font-size: 1.25rem;
}
@media (max-width: 820px) {
  .p-service__schedule-content-flow-after .p-service__schedule-timeline-card-title {
    font-size: 1.125rem;
  }
}
.p-service__schedule-block {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 3px;
}
.p-service__schedule-timeline-line {
  position: absolute;
  z-index: -1;
}
.p-service__schedule-title {
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
  margin: 0;
  padding: 7px 13px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
  color: var(--text-light);
  border-radius: 3px;
}
@media (max-width: 599px) {
  .p-service__schedule-title {
    font-size: 1.25rem;
  }
}
.p-service__schedule-timeline-item {
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 599px) {
  .p-service__schedule-timeline-item {
    max-width: 100%;
    flex-direction: row;
  }
}
.p-service__schedule-timeline-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 93px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-brown);
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  color: var(--text-light);
}
@media (max-width: 599px) {
  .p-service__schedule-timeline-time {
    font-size: 1.25rem;
    max-width: 60px;
  }
}
.p-service__schedule-timeline-card {
  position: relative;
  border: 1px solid #beb5aa;
  border-radius: 4px;
  padding: 20px 15px 28px;
}
@media (max-width: 599px) {
  .p-service__schedule-timeline-card {
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 20px;
  }
}
.p-service__schedule-timeline-card-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  color: #eaa44c;
  text-align: center;
}
@media (max-width: 599px) {
  .p-service__schedule-timeline-card-title {
    font-size: 1.375rem;
  }
}
.p-service__schedule-timeline-card-text {
  margin: 4px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-service__schedule-timeline-bubble {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fee69d;
  border-radius: 20px;
  padding: 9px 16px 36px;
  width: 100%;
  max-width: 204px;
}
@media (max-width: 1024px) {
  .p-service__schedule-timeline-bubble {
    top: 0;
    left: 110%;
    transform: translateX(0);
  }
}
@media (max-width: 599px) {
  .p-service__schedule-timeline-bubble {
    top: 110%;
    left: 0;
    max-width: 100%;
  }
}
.p-service__schedule-timeline-bubble::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 22px;
  background-color: #fee69d;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .p-service__schedule-timeline-bubble::before {
    top: 50%;
    left: -18px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 599px) {
  .p-service__schedule-timeline-bubble::before {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-service__schedule-timeline-bubble .p-service__schedule-timeline-bubble-bg-img {
  position: absolute;
  top: 83px;
  right: -15px;
}
@media (max-width: 820px) {
  .p-service__schedule-timeline-bubble .p-service__schedule-timeline-bubble-bg-img {
    top: auto;
    right: 0;
    bottom: -26px;
  }
}
.p-service__schedule-timeline-bubble-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: #eaa44c;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 17px;
}
.p-service__schedule-timeline-bubble-list {
  margin: 7px 0 0 0;
}
.p-service__schedule-timeline-bubble-list + .p-service__schedule-timeline-bubble-list {
  margin-top: 18px;
}
@media (max-width: 599px) {
  .p-service__schedule-timeline-bubble-list + .p-service__schedule-timeline-bubble-list {
    margin-top: 10px;
  }
}
.p-service__schedule-timeline-bubble-term {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-service__schedule-timeline-bubble-desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-service__schedule-timeline-card-bg-img {
  position: absolute;
}
.p-service__flow {
  padding: 0 0 111px 0;
}
@media (max-width: 820px) {
  .p-service__flow {
    padding: 0 0 90px 0;
  }
}
.p-service__flow-block {
  margin: 50px auto 0;
  width: 100%;
  max-width: 800px;
}
.p-service__flow-table {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 25px;
  padding: 85px 0 113px;
}
.p-service__flow-table-arrows {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1/-1;
  z-index: -1;
}
.p-service__flow-table-arrow-block {
  position: relative;
}
.p-service__flow-table-arrow-block:nth-of-type(1) .p-service__flow-table-arrow {
  background-color: #f6ae54;
}
.p-service__flow-table-arrow-block:nth-of-type(2) .p-service__flow-table-arrow {
  background-color: #71b9b5;
}
.p-service__flow-table-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  max-width: 113px;
  height: 100%;
  padding: 30px 0 0 0;
  clip-path: polygon(20% 0, 80% 0, 80% 95%, 100% 95%, 50% 100%, 0 95%, 20% 95%);
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0;
  color: var(--text-light);
  text-align: center;
}
.p-service__flow-bar {
  background-color: #f7f4ef;
  border: 1px solid #beb5aa;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
  padding: 23px 14px;
}
@media (max-width: 599px) {
  .p-service__flow-bar {
    padding: 18px 14px;
  }
}
.p-service__flow-bar--bottom {
  padding: 33px 14px;
}
.p-service__flow-text {
  margin: 2px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-service__flow-bar--trial {
  grid-column: 1/3;
}
.p-service__flow-bar--consultation {
  grid-column: 2/3;
}
.p-service__flow-bar--application {
  grid-column: 2/3;
}
.p-service__flow-bar--planning {
  grid-column: 1/3;
}
.p-service__flow-bar--issuance {
  grid-column: 2/3;
}
.p-service__flow-bar--contract {
  grid-column: 1/3;
}
.p-service__blog {
  background-color: #f2e8cb;
  padding: 80px 0;
}
@media (max-width: 820px) {
  .p-service__blog {
    padding: 60px 0;
  }
}
.p-service__blog-content {
  background-color: var(--color-white);
  padding: 40px 88px;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .p-service__blog-content {
    padding: 40px 30px;
  }
}
@media (max-width: 599px) {
  .p-service__blog-content {
    padding: 40px 20px;
  }
}
.p-service__blog-content .c-button {
  margin-top: 23px;
  text-align: center;
}
.p-service__blog-list {
  width: 100%;
  max-width: 880px;
  margin: 23px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
}
@media (max-width: 1024px) {
  .p-service__blog-list {
    gap: 30px;
  }
}
@media (max-width: 820px) {
  .p-service__blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .p-service__blog-list {
    flex-direction: column;
  }
}
@media (max-width: 820px) {
  .p-service__blog-item {
    width: 100%;
    max-width: 46%;
  }
}
@media (max-width: 599px) {
  .p-service__blog-item {
    max-width: 100%;
  }
}
.p-service__blog-link {
  position: relative;
  display: block;
  text-decoration: none;
}
.p-service__blog-link:hover .p-service__blog-img img {
  transform: scale(1.1);
}
.p-service__blog-link:hover .p-service__blog-title {
  color: var(--text-accent);
}
.p-service__blog-category {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  background-color: var(--color-orange);
  color: var(--text-light);
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 3px 0 3px 0;
  z-index: 1;
}
.p-service__blog-img {
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
}
.p-service__blog-img img {
  width: 100%;
  aspect-ratio: 256/180;
  transition: transform 0.3s;
}
.p-service__blog-date {
  display: block;
  margin-top: 11px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
.p-service__blog-title {
  margin: 4px 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  color: var(--text);
  transition: color 0.3s;
}
.p-service__consultation {
  background-color: var(--bg-sub);
  padding: 111px 0 92px;
}
@media (max-width: 820px) {
  .p-service__consultation {
    padding: 90px 0 60px;
  }
}
.p-service__consultation-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 980px;
  margin: 40px 0 0 88px;
}
@media (max-width: 1280px) {
  .p-service__consultation-content {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 599px) {
  .p-service__consultation-content {
    flex-direction: column;
  }
}
.p-service__consultation-img {
  margin: 0;
  width: 100%;
  max-width: 429px;
}
@media (max-width: 599px) {
  .p-service__consultation-img {
    max-width: 100%;
  }
}
.p-service__consultation-img img {
  width: 100%;
  aspect-ratio: 429/300;
  border-radius: 3px;
}
.p-service__consultation-info {
  width: 100%;
  max-width: 461px;
}
@media (max-width: 599px) {
  .p-service__consultation-info {
    max-width: 100%;
  }
}
.p-service__consultation-title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .p-service__consultation-title {
    font-size: 1.25rem;
  }
}
.p-service__consultation-text {
  margin: 19px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-service__consultation-text + .p-service__consultation-text {
  margin-top: 10px;
}
.p-service__consultation-staff {
  position: relative;
  display: flex;
  gap: 35px;
  background-color: var(--color-white);
  border-radius: 3px;
  width: 100%;
  max-width: 850px;
  margin: 50px auto 0;
  padding: 25px 100px 25px 40px;
}
@media (max-width: 1024px) {
  .p-service__consultation-staff {
    padding: 25px 60px 25px 30px;
  }
}
@media (max-width: 820px) {
  .p-service__consultation-staff {
    padding: 25px 20px 40px;
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .p-service__consultation-staff {
    flex-direction: column;
    gap: 10px;
  }
}
.p-service__consultation-staff-figure {
  margin: 0;
  flex: 0 0 auto;
}
.p-service__consultation-staff-img {
  position: relative;
  width: 100%;
  max-width: 182px;
  padding: 10px 24.5px;
  z-index: 0;
}
@media (max-width: 599px) {
  .p-service__consultation-staff-img {
    margin: 0 auto;
  }
}
.p-service__consultation-staff-img img {
  width: 100%;
  aspect-ratio: 133/163;
  border-radius: 3px;
}
.p-service__consultation-staff-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 182px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fdd35c;
  opacity: 0.5;
  z-index: -1;
}
.p-service__consultation-staff-caption {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.p-service__consultation-staff-name-kana {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0.17em;
  color: var(--text-accent);
}
.p-service__consultation-staff-info {
  width: 100%;
  max-width: 461px;
  padding-top: 18px;
}
@media (max-width: 1024px) {
  .p-service__consultation-staff-info {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .p-service__consultation-staff-info {
    padding-top: 0;
  }
}
.p-service__consultation-staff-text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.p-service__consultation-staff-text + .p-service__consultation-staff-text {
  margin-top: 10px;
}
.p-service__consultation-staff-bg-img {
  position: absolute;
  bottom: 48px;
  right: 60px;
}
@media (max-width: 1024px) {
  .p-service__consultation-staff-bg-img {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 820px) {
  .p-service__consultation-staff-bg-img {
    bottom: 10px;
    right: 10px;
  }
}
.p-service__contact {
  position: relative;
  overflow: hidden;
  padding: 0 0 173px;
}
@media (max-width: 599px) {
  .p-service__contact {
    padding: 0 0 150px;
  }
}
.p-service__contact-bg {
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: -2;
}
@media (max-width: 599px) {
  .p-service__contact-bg {
    justify-content: center;
  }
}
.p-service__contact-bg-circle {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(253, 210, 92, 0.5);
  filter: blur(40px);
}
.p-service__contact-bg-circle:nth-of-type(1) {
  width: 310px;
}
@media (max-width: 820px) {
  .p-service__contact-bg-circle:nth-of-type(1) {
    display: none;
  }
}
.p-service__contact-bg-circle:nth-of-type(2) {
  width: 238px;
}
.p-service__contact-bg-circle:nth-of-type(3) {
  width: 384px;
}
@media (max-width: 599px) {
  .p-service__contact-bg-circle:nth-of-type(3) {
    display: none;
  }
}
.p-service__contact-slider {
  position: absolute;
  top: 92px;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.p-service__contact-slider-list {
  display: grid;
  grid-auto-columns: 283px;
  grid-auto-flow: column;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: slider 48s linear infinite;
}
.p-service__contact-slider-item img {
  width: 100%;
  aspect-ratio: 283/198;
  border-radius: 3px;
}
.p-service__contact-block {
  background-color: var(--color-white);
  border: 1px solid var(--color-orange);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1024px;
  min-height: 251px;
  margin: 240px auto 0;
}
@media (max-width: 599px) {
  .p-service__contact-block {
    min-height: 170px;
  }
}
.p-service__contact-block .c-button__link--orange {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  padding: 12px 27px;
  border-radius: 25px;
}

@keyframes slider {
  to {
    transform: translateX(-1475px);
  }
}
.p-blog-single__content {
  border-top: 1px solid #BEB5AA;
  padding: 44px 0 190px 0;
}
@media (max-width: 820px) {
  .p-blog-single__content {
    padding: 34px 0 149px 0;
  }
}
.p-blog-single__content .c-button {
  text-align: center;
}
.p-blog-single__article {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
@media (max-width: 820px) {
  .p-blog-single__article {
    padding: 0 0 39px 0;
  }
}
.p-blog-single__category {
  text-align: center;
}
.p-blog-single__category-link {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-light);
  background-color: var(--color-orange);
  text-decoration: none;
  padding: 2px 12px;
  border-radius: 3px;
  transition: opacity 0.3s;
}
.p-blog-single__category-link:hover {
  opacity: 0.7;
}
.p-blog-single__title {
  margin: 6px 0 0 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
}
@media (max-width: 820px) {
  .p-blog-single__title {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-blog-single__title {
    font-size: 1.25rem;
  }
}
.p-blog-single__date {
  margin-top: 16px;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-align: center;
}
@media (max-width: 820px) {
  .p-blog-single__date {
    font-size: 1.125rem;
  }
}
@media (max-width: 599px) {
  .p-blog-single__date {
    font-size: 15px;
  }
}
.p-blog-single__thumbnail {
  margin: 40px 0 0 0;
}
@media (max-width: 820px) {
  .p-blog-single__thumbnail {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 599px) {
  .p-blog-single__thumbnail {
    margin: 18px 0 0 0;
  }
}
.p-blog-single__thumbnail img {
  width: 100%;
  aspect-ratio: 660/460;
  border-radius: 3px;
}
.p-blog-single__body {
  margin: 40px 0 0 0;
}
@media (max-width: 820px) {
  .p-blog-single__body {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 599px) {
  .p-blog-single__body {
    margin: 19px 0 0 0;
  }
}
.p-blog-single__body > *:first-child {
  margin-top: 0;
}
@media (max-width: 599px) {
  .p-blog-single__body .c-text {
    font-size: 15px;
    line-height: 1.5333333333;
  }
}
.p-blog-single__body .c-text + .c-text {
  margin-top: 26px;
}
@media (max-width: 599px) {
  .p-blog-single__body .c-text + .c-text {
    margin-top: 23px;
  }
}

.p-blog-archive {
  padding: 0 0 190px 0;
}
@media (max-width: 820px) {
  .p-blog-archive {
    padding: 0 0 180px 0;
  }
}
.p-blog-archive__filter {
  width: 100%;
  max-width: 1024px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #f7f4ef;
  border-radius: 3px;
}
@media (max-width: 820px) {
  .p-blog-archive__filter {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .p-blog-archive__filter {
    padding: 20px 20px 20px 37px;
  }
}
.p-blog-archive__filter-group {
  display: flex;
  align-items: flex-start;
  gap: 0 4px;
}
.p-blog-archive__filter-group + .p-blog-archive__filter-group {
  margin-top: 24px;
}
@media (max-width: 599px) {
  .p-blog-archive__filter-group + .p-blog-archive__filter-group {
    margin-top: 8px;
  }
}
@media (max-width: 599px) {
  .p-blog-archive__filter-group:nth-of-type(1) {
    flex-wrap: wrap;
    gap: 0;
  }
}
.p-blog-archive__filter-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-transform: capitalize;
  margin-top: 11px;
  min-width: 98px;
}
@media (max-width: 599px) {
  .p-blog-archive__filter-label {
    font-size: 1rem;
    justify-content: flex-start;
    min-width: 89px;
  }
}
@media (max-width: 599px) {
  .p-blog-archive__filter-category-accordion {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
  }
  .p-blog-archive__filter-category-accordion.is-open {
    grid-template-rows: 1fr;
  }
}
.p-blog-archive__filter-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 599px) {
  .p-blog-archive__filter-category-list {
    overflow: hidden;
    padding-top: 7px;
  }
}
.p-blog-archive__filter-category-link {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 40px;
  background-color: var(--color-white);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-decoration: none;
  transition: 0.3s;
}
.p-blog-archive__filter-category-link:hover {
  background-color: var(--color-orange);
  color: var(--text-light);
}
@media (max-width: 599px) {
  .p-blog-archive__filter-category-link {
    font-size: 0.875rem;
    padding: 10px 26px;
  }
}
.p-blog-archive__filter-archive {
  position: relative;
}
.p-blog-archive__filter-btn {
  display: inline-block;
  padding: 10px 24px 10px 30px;
  border-radius: 40px;
  background-color: var(--color-white);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-decoration: none;
  border: 2px solid transparent;
  transition: 0.3s;
}
.p-blog-archive__filter-btn:hover {
  border: 2px solid var(--color-orange);
}
@media (max-width: 599px) {
  .p-blog-archive__filter-btn {
    padding: 10px 11px 10px 20px;
  }
}
.p-blog-archive__filter-btn img {
  transform: rotate(90deg);
  margin-left: 3px;
}
.p-blog-archive__filter-category-btn {
  display: none;
}
@media (max-width: 599px) {
  .p-blog-archive__filter-category-btn {
    display: inline-block;
  }
}
.p-blog-archive__filter-archive-list {
  width: 100%;
  max-width: 193px;
  max-height: 200px;
  overflow-y: scroll;
  background-color: var(--color-white);
  border-radius: 3px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 10px));
  margin: 0;
  padding: 4px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}
.p-blog-archive__filter-archive-list.is-open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 599px) {
  .p-blog-archive__filter-archive-list {
    max-height: 135px;
  }
}
.p-blog-archive__filter-archive-item + .p-blog-archive__filter-archive-item {
  margin-top: 4px;
}
.p-blog-archive__filter-archive-item a {
  display: block;
  padding: 12px 30px;
  background-color: var(--color-white);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s;
}
.p-blog-archive__filter-archive-item a:hover {
  background-color: var(--color-orange);
  color: var(--text-light);
}
@media (max-width: 599px) {
  .p-blog-archive__filter-archive-item a {
    font-size: 0.875rem;
    padding: 10px 20px;
  }
}
.p-blog-archive__content {
  border-top: 1px solid #beb5aa;
  padding: 60px 20px 40px;
}
@media (max-width: 820px) {
  .p-blog-archive__content {
    padding: 34px 0 40px;
  }
}
.p-blog-archive__list {
  margin: 64px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px 52px;
  width: 100%;
  max-width: 878px;
}
@media (max-width: 820px) {
  .p-blog-archive__list {
    gap: 23px;
    margin: 42px auto 0;
  }
}
@media (max-width: 599px) {
  .p-blog-archive__list {
    grid-template-columns: 1fr 1fr;
    gap: 29px 17px;
  }
}
.p-blog-archive__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.p-blog-archive__link:hover .p-blog-archive__title {
  color: var(--text-accent);
}
.p-blog-archive__link:hover .p-blog-archive__img img {
  transform: scale(1.1);
}
.p-blog-archive__category {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 3px 0 3px 0;
  z-index: 1;
}
@media (max-width: 599px) {
  .p-blog-archive__category {
    font-size: 0.75rem;
  }
}
.p-blog-archive__category.is-jido {
  background-color: var(--color-orange);
  color: var(--text-light);
}
.p-blog-archive__category.is-soudan {
  background-color: #fdd35c;
  color: var(--text-strong);
}
.p-blog-archive__category.is-houkago {
  background-color: #8cd069;
  color: var(--text-light);
}
.p-blog-archive__img {
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
}
.p-blog-archive__img img {
  width: 100%;
  aspect-ratio: 256/180;
  transition: transform 0.3s;
}
.p-blog-archive__date {
  display: block;
  margin-top: 11px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .p-blog-archive__date {
    font-size: 1.125rem;
  }
}
@media (max-width: 599px) {
  .p-blog-archive__date {
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
.p-blog-archive__title {
  margin: 4px 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  color: var(--text);
  transition: color 0.3s;
}
@media (max-width: 820px) {
  .p-blog-archive__title {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .p-blog-archive__title {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.u-fade__up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s, transform 1s;
}
.u-fade__up.active {
  opacity: 1;
  transform: translateY(0);
}

.u-br__pc {
  display: block;
}
@media (max-width: 599px) {
  .u-br__pc {
    display: none;
  }
}/*# sourceMappingURL=app.css.map */