@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
}

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 10px;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: max(0.78125vw, 8px);
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: min(2.6666666667vw, 10px);
  }
}
body,
button,
input,
select,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--color-text);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  body,
button,
input,
select,
textarea {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  body,
button,
input,
select,
textarea {
    font-size: 1.4rem;
  }
}
h1,
h2,
h3,
h4,
h5,
.zenmaru {
  color: var(--color-main);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
p {
  font-size: 1.6rem;
  line-height: 2;
  /* margin: 1em 0 1.5em 0; */
}

@media screen and (max-width: 834px) {
  p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  p {
    font-size: 1.4rem;
  }
}
mark {
  background: linear-gradient(transparent 64%, #dee4f8 0%);
  font-weight: bold;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

td,
th {
  /* font-size: clamp(0.85rem, 0.521rem + 0.64vw, 1rem); */
  padding: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  td,
th {
    padding: 1rem;
  }
}

ul,
li {
  line-height: 2;
}

dt {
  font-weight: bold;
}

dd {
  line-height: 1.75em;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

table {
  border: 1px solid var(--color-main);
  width: 100%;
}
table th {
  background-color: var(--color-main);
  color: var(--white);
  font-weight: 700;
  border-bottom: 1px solid var(--white);
}
table td {
  background-color: var(--white);
  border: 1px solid var(--color-main);
}

@media screen and (max-width: 834px) {
  .c-table--vertical tr,
.c-table--vertical td,
.c-table--vertical th {
    display: block;
    border: 0;
  }
}
iframe {
  width: 100%;
}

/*--------------------------------------------------------------
color（色）
--------------------------------------------------------------*/
:root {
  --color-base: #f4f4f2;
  --color-main: #002395;
  --color-accent: #ed2939;
  --color-text: #333;
  --color-bg-light: #f4f4f2;
  --blue: #005884;
  --navy: #002395;
  --red: #ed2939;
  --yellow: #ffda54;
  --white: #fff;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: var(--color-base);
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 0.5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page.site {
  overflow-x: clip;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  margin: 6.4rem 0 0 0;
  padding: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  margin: 0;
}

/*row共通クラス*/
.l-row {
  display: flex;
}

.l-row.repeat-grow1-1 > *,
.l-row.repeat-grow1-1 > * {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow1-2 > *:nth-of-type(1) {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow1-2 > *:nth-of-type(2) {
  flex: 2;
  width: 100%;
}

.l-row.repeat-grow2-1 > *:nth-of-type(1) {
  flex: 2;
  width: 100%;
}

.l-row.repeat-grow2-1 > *:nth-of-type(2) {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow1-3 > *:nth-of-type(1) {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow1-3 > *:nth-of-type(2) {
  flex: 3;
  width: 100%;
}

.l-row.repeat-grow3-1 > *:nth-of-type(1) {
  flex: 3;
  width: 100%;
}

.l-row.repeat-grow3-1 > *:nth-of-type(2) {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow4-1 > *:nth-of-type(1) {
  flex: 4;
  width: 100%;
}

.l-row.repeat-grow4-1 > *:nth-of-type(2) {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow1-4 > *:nth-of-type(1) {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow1-4 > *:nth-of-type(2) {
  flex: 4;
  width: 100%;
}

.l-row.repeat-grow1-5 > *:nth-of-type(1) {
  flex: 1;
  width: 100%;
}

.l-row.repeat-grow1-5 > *:nth-of-type(2) {
  flex: 5;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .l-row {
    flex-direction: column;
  }
  .l-row.repeat-grow1-2 > *:nth-of-type(1),
.l-row.repeat-grow1-2 > *:nth-of-type(2),
.l-row.repeat-grow2-1 > *:nth-of-type(1),
.l-row.repeat-grow2-1 > *:nth-of-type(2),
.l-row.repeat-grow1-3 > *:nth-of-type(1),
.l-row.repeat-grow1-3 > *:nth-of-type(2),
.l-row.repeat-grow3-1 > *:nth-of-type(1),
.l-row.repeat-grow3-1 > *:nth-of-type(2),
.l-row.repeat-grow1-4 > *:nth-of-type(1),
.l-row.repeat-grow1-4 > *:nth-of-type(2),
.l-row.repeat-grow4-1 > *:nth-of-type(1),
.l-row.repeat-grow4-1 > *:nth-of-type(2),
.l-row.repeat-grow1-5 > *:nth-of-type(1),
.l-row.repeat-grow1-5 > *:nth-of-type(2) {
    flex: 1;
    display: block;
  }
}
.page .repeat-grow1-1,
.page .repeat-grow2-1 {
  gap: 2.5rem 3rem;
}

.page .repeat-grow1-1:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

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

.l-container--narrow {
  max-width: 100rem;
}

@media screen and (max-width: 834px) {
  .l-container {
    width: 90%;
  }
}
.l-section {
  padding-block: clamp(3.75rem, 0.909rem + 12.121vw, 10rem);
}

.l-section--sm {
  padding-block: 12rem;
}

.l-section--lg {
  padding-block: 16rem;
}

@media screen and (max-width: 834px) {
  .l-section--sm {
    padding-block: 6rem;
  }
  .l-section--lg {
    padding-block: 6rem;
  }
}
.l-row__txtimg {
  display: flex;
  gap: clamp(1.875rem, 0.455rem + 6.061vw, 5rem);
}

.l-row__txtimg > *:first-child {
  flex-shrink: 0;
  width: 50%;
}

.l-row__txtimg > *:nth-child(2) {
  flex: 1;
}

@media screen and (max-width: 834px) {
  .l-row__txtimg {
    flex-direction: column;
  }
  .l-row__txtimg > *:first-child {
    width: 100%;
  }
  .l-row__txtimg .img {
    max-width: 70%;
    margin-inline: auto;
  }
}
/* ----------------------------------------
   c-hukidashi（吹き出しデザインのメッセージ）
---------------------------------------- */
.c-hukidashi {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}

.c-hukidashi__img {
  flex-shrink: 0;
  width: 14.7rem;
  margin-top: 2rem;
}

.c-hukidashi__img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.c-hukidashi__card {
  flex: 1;
  position: relative;
  background: var(--white);
  border-radius: 1rem;
  padding: 6rem;
  margin-top: 2rem;
}

/* 吹き出し矢印 */
.c-hukidashi__card::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 2rem 1.6rem 0;
  border-color: transparent var(--white) transparent transparent;
}

.c-hukidashi__card--gray {
  background: var(--color-base);
}

.c-hukidashi__card--gray::before {
  border-color: transparent var(--color-base) transparent transparent;
}

.c-hukidashi__head {
  position: absolute;
  top: -1.5rem;
  left: 6rem;
  display: inline-block;
  background: var(--color-main);
  color: var(--white);
  border-radius: 3rem;
  padding: 0.5rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.6;
}

.c-hukidashi__text {
  margin: 0;
}

/* ── SP ── */
@media screen and (max-width: 834px) {
  .c-hukidashi {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .c-hukidashi__img {
    margin-top: 0;
    width: 12rem;
  }
  .c-hukidashi__card {
    padding: 4rem 2.4rem;
    margin-top: 2.5rem;
    width: 100%;
  }
  .c-hukidashi__card::before {
    display: none;
  }
  .c-hukidashi__head {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-btn-box {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .c-btn-box {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.c-btn-wrapper.l-row {
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.c-btn-wrapper.l-row > .c-btn-box {
  margin: 0;
}

/* ----------------------------------------
   c-btn-primary: 汎用丸角CTAボタン（Figma btn_primary コンポーネント）
   --navy (var(--color-main)) / --red (var(--color-accent)) のカラーModifierを使うこと
---------------------------------------- */
.c-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36rem;
  height: 8rem;
  border-radius: 10rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s, box-shadow 0.2s;
}

.c-btn-primary::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

@media (hover: hover) and (pointer: fine) {
  .c-btn-primary:hover {
    opacity: 0.7;
    box-shadow: none;
  }
}
.c-btn-primary--navy {
  background: var(--navy);
}

.c-btn-primary--red {
  background: var(--red);
}

@media screen and (max-width: 834px) {
  .c-btn-primary {
    width: 100%;
    max-width: 36rem;
    height: 6rem;
    font-size: 1.4rem;
  }
}
/* ----------------------------------------
   c-btn-primary--lg: 2行テキスト大型ボタン（タイトル＋サブ）
---------------------------------------- */
.c-btn-primary--lg {
  width: 48rem;
  height: 10rem;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
  padding: 2rem 5rem 2rem 2.5rem;
}

.c-btn-primary--lg::before {
  left: auto;
  right: 2.5rem;
  transform: translateY(-50%) rotate(45deg);
}

.c-btn-primary__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .c-btn-primary--lg {
    font-size: 1.4rem;
    max-width: 100%;
    height: auto;
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
  .c-btn-primary__sub {
    font-size: 1.2rem;
  }
}
/* ----------------------------------------
   c-section-ttl: EN小見出し + JP大見出しの汎用セットコンポーネント
   色はセクション側の CSS で上書き指定すること
---------------------------------------- */
.c-section-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-block-end: 8rem;
}

.c-section-ttl--left {
  align-items: flex-start;
  text-align: left;
}

.c-section-ttl--center {
  align-items: center;
  text-align: center;
}

.c-section-ttl__en {
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--color-accent);
}

.c-section-ttl__jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--color-main);
}

.c-section-ttl--white .c-section-ttl__en,
.c-section-ttl--white .c-section-ttl__jp {
  color: var(--white);
}

.c-section-ttl--border {
  padding-block-end: 2rem;
  border-bottom: 1px solid var(--color-main);
}

.c-section-ttl--border .c-section-ttl__jp {
  font-size: 2.8rem;
}

@media screen and (max-width: 834px) {
  .c-section-ttl {
    margin-block-end: 3rem;
  }
  .c-section-ttl__en {
    font-size: 1.5rem;
  }
  .c-section-ttl__jp {
    font-size: 2.2rem;
  }
  .c-section-ttl--border .c-section-ttl__jp {
    font-size: 2.2rem;
  }
}
.c-box__title {
  font-weight: 700;
  font-size: 2.8rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-block-end: 2rem;
}

.c-box__title--lg {
  font-size: 3.6rem;
}

@media screen and (max-width: 834px) {
  .c-box__title {
    font-size: 1.8rem;
    margin-block-end: 2rem;
  }
  .c-box__title--lg {
    font-size: 2.2rem;
  }
}
/* ========================================
   c-nongrid: 画像左 + 右コンテンツパネル（overlap）
   画像サイズはセクション側で .c-nongrid__img / .c-nongrid__img img を上書き
======================================== */
.c-nongrid {
  display: flex;
  align-items: flex-start;
}

.c-nongrid__img {
  width: 71rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.c-nongrid__img img {
  border-radius: 0 1rem 1rem 0;
}

.c-nongrid__body {
  flex: 1;
  background: var(--white);
  border-radius: 1rem 0 0 1rem;
  margin-left: -8rem;
  margin-top: 8rem;
  padding: 8rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

/* --reverse: 本文LEFT・画像RIGHT */
.c-nongrid--reverse .c-nongrid__img {
  margin-left: -8rem;
  margin-top: 10rem;
  z-index: 0;
}

.c-nongrid--reverse .c-nongrid__img img {
  border-radius: 1rem 0 0 1rem;
}

.c-nongrid--reverse .c-nongrid__body {
  border-radius: 0 1rem 1rem 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .c-nongrid__body {
    margin-left: -4rem;
    margin-top: 4rem;
    padding: 4rem;
  }
  .c-nongrid__img {
    width: 50%;
  }
  .c-nongrid--reverse .c-nongrid__img {
    margin-left: -4rem;
    margin-top: 5rem;
  }
  .c-nongrid--reverse .c-nongrid__body {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-nongrid {
    flex-direction: column;
  }
  .c-nongrid__img {
    width: 80%;
  }
  .c-nongrid__body {
    width: 92%;
    margin-left: auto;
    margin-top: -2.4rem;
    padding: 4rem 2rem;
  }
  .c-nongrid--reverse .c-nongrid__img {
    margin-left: auto;
    margin-top: -2.4rem;
  }
  .c-nongrid--reverse .c-nongrid__body {
    margin-left: 0;
    margin-top: 0;
  }
}
.c-frame--bearch {
  background: url(./images/common/bg_leafshadow.webp) no-repeat top 1.25rem center/100% var(--beige);
  position: relative;
  z-index: 0;
}

.c-frame--bearch::before {
  content: "";
  background: url(./images/common/frame_beach.svg) no-repeat center bottom/100% 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 144/17;
  position: absolute;
  inset: auto 0 100%;
}

.c-frame--bearch-w {
  background-color: var(--white);
  position: relative;
  z-index: 0;
}

.c-frame--bearch-w::before {
  content: "";
  mask: url(./images/common/frame_beach.svg) no-repeat center bottom/100% 100%;
  background-color: var(--white);
  width: 100%;
  height: auto;
  aspect-ratio: 144/17;
  position: absolute;
  inset: auto 0 100%;
}

.c-frame--watercolor {
  background: linear-gradient(180deg, var(--white) 0%, rgba(255, 255, 255, 0) 12.5rem), url(./images/common/bg_watercolor.webp) no-repeat top center/cover;
  position: relative;
  z-index: 0;
}

.c-frame--halftone {
  background: url(./images/common/halftone.svg) no-repeat left calc(50% + 37.5rem) top 8.4375rem, url(./images/common/halftone.svg) no-repeat left calc(50% - 37.5rem) top 30.8125rem;
}

@media screen and (max-width: 834px) {
  .c-frame--halftone {
    background-position: right -5.625rem top 8.4375rem, left -5.625rem top 30.8125rem;
    background-size: 17.5rem;
  }
}
.c-frame--wood {
  background: url(./images/common/bg_wood.webp) repeat-y center top/100%;
  border-block: 0.25rem solid #E4DEDC;
}

.c-box--leaf {
  background: url(./images/common/bg_paint.webp) no-repeat center/cover;
  width: 62.5rem;
  max-width: 100%;
  margin: 9.375rem auto 0;
  padding: 0.625rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .c-box--leaf {
    margin-block-start: 5rem;
    padding: 0.3125rem;
  }
}
.c-box--leaf::before {
  content: "";
  background: url(./images/common/leaf_01.webp) no-repeat center/contain;
  aspect-ratio: 311/310;
  width: 19.4375rem;
  max-width: 32%;
  height: auto;
  position: absolute;
  inset: -8.625rem auto auto -15.6%;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .c-box--leaf::before {
    inset-block-start: -4.375rem;
  }
}
.c-box--leaf::after {
  content: "";
  background: url(./images/common/leaf_02.webp) no-repeat center/contain;
  aspect-ratio: 274/251;
  width: 17.125rem;
  max-width: 28%;
  height: auto;
  position: absolute;
  inset: auto -9.8% -10.75rem auto;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .c-box--leaf::after {
    inset-block-end: -3.75rem;
  }
}
.c-box--leaf__inner {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.75rem 6%;
}

@media screen and (max-width: 834px) {
  .c-box--leaf__inner {
    padding: 2.5rem 1.25rem;
  }
}
.c-list_disc li {
  padding-inline-start: 1.3em;
  position: relative;
}

.c-list_disc li:before {
  content: "●";
  color: var(--color-accent);
  position: absolute;
  inset-inline-start: 0;
}

.c-list_number {
  counter-reset: list;
}

.c-list_number li {
  padding-inline-start: 1.7em;
  position: relative;
}

.c-list_number li:before {
  counter-increment: list;
  content: counter(list, decimal-leading-zero) ".";
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.8rem;
  position: absolute;
  inset-inline-start: 0;
}

@media screen and (max-width: 834px) {
  .c-list_number li:before {
    font-size: 1.4rem;
  }
}
.c-list_number li + * {
  margin-block-start: 0.5rem;
}

.c-breadcrumb__list {
  margin-top: 12rem;
  padding-inline: 4rem;
  position: relative;
  z-index: 1;
}

.c-breadcrumb__list,
.c-breadcrumb__list a {
  padding-block: 0.9375rem 1.875rem;
  font-size: 1.2rem;
}

.c-breadcrumb__list .sep {
  margin: 0 0.5rem;
  opacity: 0.5;
}

@media screen and (max-width: 834px) {
  .c-breadcrumb__list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .c-breadcrumb__list {
    line-height: 1.6;
  }
}
.c-txtlink {
  color: var(--color-accent);
  text-decoration: underline;
}

.c-txtlink:hover {
  text-decoration: none;
}

.c-lead {
  margin-block-start: 12rem;
}
@media screen and (min-width: 835px) {
  .c-lead {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .c-lead {
    margin-block-start: 6rem;
  }
}

.u-radius_10 {
  border-radius: 1rem;
}

.u-radius_40 {
  border-radius: clamp(1.25rem, 0.682rem + 2.424vw, 2.5rem);
}

.c-bg--logotype {
  position: relative;
  z-index: 0;
}
.c-bg--logotype::after {
  content: "";
  background: url(./images/common/bg_logotype.svg) no-repeat center/contain;
  position: absolute;
  inset: auto auto 0 0;
  width: 52.3rem;
  height: auto;
  aspect-ratio: 523/369;
  transform: translateY(50%);
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .c-bg--logotype::after {
    width: 60%;
  }
}

/* ========================================
   c-box: 番号付き画像×テキスト行
   交互レイアウト（偶数逆転）は親のコンテキスト側で指定
======================================== */
.c-box {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.c-box--top {
  align-items: flex-start;
}

.c-box__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.c-box__num-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-box__img {
  flex-shrink: 0;
  width: 52rem;
  margin: 0;
}

.c-box__img img {
  display: block;
}

@media screen and (max-width: 834px) {
  .c-box {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
  .c-box__body {
    width: 100%;
  }
  .c-box__num-wrap {
    gap: 1rem;
  }
  .c-box__img {
    width: 80%;
  }
  .c-box__img img {
    margin-inline: auto;
  }
}
/* ========================================
   c-num: CSS カウンターによる連番表示
   用途: 番号付きリスト・ステップなど
   ----------------------------------------
   使い方:
     <div class="c-num">                    ← counter-reset
       <div class="c-num__item">            ← counter-increment
         <span class="c-num__label"></span> ← ::before でカウンタ出力
       </div>
     </div>
======================================== */
.c-num {
  counter-reset: c-num;
}

.c-num__item {
  counter-increment: c-num;
}

.c-num--step .c-num__label::before {
  content: "Step" counter(c-num, decimal-leading-zero);
}

.c-num__label::before {
  content: counter(c-num, decimal-leading-zero);
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: var(--color-accent);
  letter-spacing: 0.1em;
  line-height: 1;
  width: fit-content;
  border-block-end: 2px solid var(--color-accent);
  padding-block-end: 1rem;
}

@media screen and (max-width: 834px) {
  .c-num__label::before {
    font-size: 1.6rem;
  }
}
/* ========================================
   p-header
======================================== */
.p-header {
  position: fixed;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 1rem;
  z-index: 100;
}

.p-header__inner {
  display: flex;
  align-items: center;
  height: 10rem;
  padding: 0 13rem 0 3.5rem;
}

/* ----------------------------------------
   Logo
---------------------------------------- */
.p-header__logo a {
  display: inline-block;
}

.p-header__logo-img {
  width: 30rem;
}

/* ----------------------------------------
   Nav
---------------------------------------- */
.p-header__nav {
  margin-left: auto;
  margin-right: 1.5rem;
  height: 100%;
}

.p-header__nav-list {
  display: flex;
  gap: 2.4rem;
  height: 100%;
}

.p-header__nav-list li a {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-main);
  text-decoration: none;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .p-header__nav {
    display: none;
  }
}
/* ----------------------------------------
   Hamburger
---------------------------------------- */
.p-header__hamburger {
  position: fixed;
  top: 5.6rem;
  /* header: right 2rem, inner padding-right 3.5rem */
  right: 6.5rem;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 4.2rem;
  height: 3rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.p-header__hamburger-line {
  display: block;
  width: 4.2rem;
  height: 3px;
  border-radius: 2px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s;
}

.p-header__hamburger-line--top,
.p-header__hamburger-line--btm {
  background: var(--color-main);
}

.p-header__hamburger-line--mid {
  background: var(--color-accent);
}

/* open state */
.p-header__hamburger.is-open .p-header__hamburger-line--top {
  transform: translateY(1.35rem) rotate(45deg);
}

.p-header__hamburger.is-open .p-header__hamburger-line--mid {
  opacity: 0;
}

.p-header__hamburger.is-open .p-header__hamburger-line--btm {
  transform: translateY(-1.35rem) rotate(-45deg);
}

/* ----------------------------------------
   SP Menu overlay
---------------------------------------- */
.p-header__sp-menu {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  z-index: 101;
  overflow-y: auto;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0.5s;
}

.p-header__sp-menu.is-open {
  transform: translateY(0);
  visibility: visible;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s;
}

.p-header__sp-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 6rem 2rem 4rem;
}

.p-header__sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%;
}

.p-header__sp-nav ul li {
  border-bottom: 1px solid var(--color-main);
}

.p-header__sp-nav ul li a {
  display: block;
  padding: 1.25rem 0.5rem;
  font-weight: 700;
  color: var(--color-main);
  text-decoration: none;
  transition: opacity 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-header__sp-nav ul li a:hover {
    opacity: 0.7;
  }
}
.p-header__sp-btns {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ----------------------------------------
   Fixed buttons (side)
---------------------------------------- */
.p-fixed-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-fixed-btn__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 2.1rem;
  text-decoration: none;
  border-radius: 1rem 0 0 1rem;
  transition: opacity 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-fixed-btn__item:hover {
    opacity: 0.7;
  }
}
.p-fixed-btn__item--navy {
  background: var(--color-main);
}

.p-fixed-btn__item--red {
  background: var(--color-accent);
}

.p-fixed-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-fixed-btn__icon img {
  display: block;
}

.p-fixed-btn__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--white);
  letter-spacing: 0.2rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .p-fixed-btn {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    gap: 0;
  }
  .p-fixed-btn__item {
    width: 50%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: 5rem;
    padding: 0 1.5rem;
    gap: 1rem;
  }
  .p-fixed-btn__text {
    writing-mode: horizontal-tb;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
/* ----------------------------------------
   New graduate banner
---------------------------------------- */
.p-fixed-banner {
  position: fixed;
  bottom: 8rem;
  right: 0;
  z-index: 50;
  width: 30.6rem;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.p-fixed-banner.is-hidden {
  transform: translateX(110%);
  opacity: 0;
  pointer-events: none;
}

.p-fixed-banner__close {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transition: background 0.2s;
}

.p-fixed-banner__close:hover {
  background: var(--color-main);
  color: var(--white);
}

.p-fixed-banner a img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 834px) {
  .p-fixed-banner {
    bottom: 12rem;
    width: 20rem;
  }
  .p-fixed-banner__close {
    top: 0;
    left: 0;
  }
}
/* ----------------------------------------
   Scroll state
---------------------------------------- */
.p-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Body lock when SP menu is open */
body.is-menu-open {
  overflow: hidden;
}

/* ----------------------------------------
   Responsive: header height / logo
---------------------------------------- */
@media screen and (max-width: 1280px) {
  .p-header {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .p-header__inner {
    height: 7rem;
  }
  .p-header__hamburger {
    /* inner height 7rem */
    top: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-header__inner {
    height: 5rem;
    padding: 0 1rem 0 1.25rem;
  }
  .p-header__hamburger {
    /* inner height 3.75rem, inner padding-right 1rem */
    top: 2.3rem;
    right: 3rem;
    width: 3.2rem;
    height: 2.4rem;
  }
  .p-header__hamburger-line {
    width: 3.2rem;
    height: 2px;
  }
  .p-header__hamburger.is-open .p-header__hamburger-line--top {
    transform: translateY(1.1rem) rotate(45deg);
  }
  .p-header__hamburger.is-open .p-header__hamburger-line--btm {
    transform: translateY(-1.1rem) rotate(-45deg);
  }
  .p-header__logo-img {
    width: 20rem;
  }
}
/*footer_募集要項*/
.footer-recruit {
  background: url(./images/common/footer_bg.webp) no-repeat center/cover;
  padding-block: clamp(3.75rem, 3.182rem + 2.424vw, 5rem) clamp(5rem, 2.727rem + 9.697vw, 10rem);
}

.footer-recruit__txt {
  color: var(--white);
  font-weight: 700;
  font-size: 1.8rem;
}

.p-footer-recruit__ttl .c-sub-ttl {
  color: var(--white);
}

.p-footer-recruit__ttl .c-sub-ttl::before {
  mask: url(./images/common/ttl_line.svg) no-repeat center/contain;
  background: var(--white);
}

.footer-recruit__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.8125rem 2.5rem;
  margin-block-start: clamp(1.875rem, 1.023rem + 3.636vw, 3.75rem);
}

@media screen and (max-width: 834px) {
  .footer-recruit__btn {
    gap: 1.875rem 0.625rem;
    margin-inline: auto;
  }
}
.footer-recruit__btn > a {
  background: url(./images/common/arrow_paint.webp) no-repeat right bottom/3.75rem var(--white);
  border-radius: 0.625rem 0.625rem 0 0.625rem;
  color: var(--blue);
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.875rem 0.625rem 1.5625rem;
  position: relative;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  width: calc(50% - 1.25rem);
  max-width: 25rem;
}

@media screen and (max-width: 834px) {
  .footer-recruit__btn > a {
    background-size: 1.875rem;
    padding: 1.25rem 0.625rem 0.9375rem;
    width: calc(50% - 0.3125rem);
  }
}
.footer-recruit__btn > a span.application {
  background: var(--color-accent);
  border-radius: 6.25rem;
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 0.313rem 1.25rem;
  width: fit-content;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 calc(100% - 1em);
}

.footer-recruit__btn > a.stopped {
  pointer-events: none;
}

.footer-recruit__btn > a.stopped span.application {
  background: #c10e58;
  border-radius: 6.25rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 0.313rem 1.25rem;
  width: fit-content;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 calc(100% - 1em);
}

.footer-recruit__btn > a span.status {
  font-size: 1.6rem;
  display: block;
  border-block-end: 1px solid var(--blue);
  margin-block-end: 0.625rem;
  padding-block-end: 0.625rem;
  width: fit-content;
}

/*footer_フッターメニュー*/
.p-footer-recruit__menu {
  background-image: none;
  padding: clamp(3.75rem, 2.045rem + 7.273vw, 7.5rem) 0;
}

@media screen and (max-width: 834px) {
  .p-footer-recruit__menu {
    display: none;
  }
}
.p-footer-recruit__menu .content {
  gap: 0 2.5rem !important;
  padding: 0 2rem;
}

.p-footer-recruit__menu .category {
  margin-bottom: 2rem;
}

@media screen and (max-width: 834px) {
  .p-footer-recruit__menu .category {
    margin-bottom: 1.5rem;
  }
}
.p-footer-recruit__menu .category > a {
  font-size: 1.92rem;
  font-weight: 700;
}

.p-footer-recruit__menu a {
  display: block;
  color: var(--blue);
  line-height: 2.2;
  font-size: 1.6rem;
  font-weight: 500;
}

/*最下部フッター*/
.p-footer-recruit__info {
  background-color: #ebe8e3;
  padding-block-start: 6.25rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-footer-recruit__info {
    padding-block-start: 2.5rem;
  }
}
.p-footer-recruit__info::before {
  content: "";
  mask: url(./images/common/frame_wave.webp) no-repeat center bottom/100% 100%;
  background-color: #ebe8e3;
  height: 1.125rem;
  position: absolute;
  scale: -1 1;
  inset: auto 0 100%;
}

.p-footer-recruit__info-container {
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .p-footer-recruit__info-container {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-footer-recruit__info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-footer-recruit__info-left .site-title img {
  width: 24.75rem;
  aspect-ratio: 396/65;
}

@media screen and (max-width: 834px) {
  .p-footer-recruit__info-left .site-title img {
    width: 18.75rem;
  }
  .p-footer-recruit__info-left .site-title {
    text-align: center;
  }
}
@media screen and (min-width: 835px) {
  .p-footer-recruit__info-right {
    width: 50%;
  }
}
.p-footer-recruit__address {
  margin-block-start: clamp(1.25rem, 0.682rem + 2.424vw, 2.5rem);
}

.p-footer-recruit__info-btn {
  display: flex;
  gap: 0.625rem;
  margin-block-start: clamp(0.938rem, 0.511rem + 1.818vw, 1.875rem);
}

@media screen and (max-width: 480px) {
  .p-footer-recruit__info-btn {
    flex-direction: column;
    align-items: center;
  }
}
.p-footer-recruit__info-btn .c-btn-box {
  margin-block-start: 0;
}

.p-footer-recruit__info-btn .c-btn-box a {
  height: 3.75rem;
  width: 15rem;
}

.c-btn-box--clinic a {
  background: var(--color-accent);
  color: var(--white);
}

.c-btn-box--clinic a:before {
  mask: url(./images/common/arrow_w_r.svg) no-repeat center/contain;
  background-color: var(--white);
}

.c-btn-box--clinic a:hover::before {
  transform: translateX(0.1875rem);
}

.p-footer-recruit__schedule {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.3125rem;
  overflow-x: auto;
  display: block;
}

.p-footer-recruit__schedule th,
.p-footer-recruit__schedule td {
  padding: 0.8125rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  white-space: nowrap;
}

.p-footer-recruit__schedule th {
  background-color: var(--color-main);
  color: var(--white);
  width: 12.5%;
}

.p-footer-recruit__schedule td {
  background-color: var(--white);
  color: var(--color-main);
  border: 0;
}

.p-footer-recruit__schedule tr td:nth-of-type(1) {
  color: var(--color-text);
}

.p-footer-recruit__schedule tbody tr:nth-of-type(1) {
  border-bottom: solid 1px var(--blue);
}

.p-footer-recruit__schedule + p {
  font-size: 1.36rem;
}

.p-footer-recruit__schedule-triangle {
  font-size: 1.4rem;
  margin-block-start: 0.9375rem;
  line-height: 1.6;
}

.p-footer-recruit__schedule-attention {
  font-size: 1.4rem;
  color: var(--color-text);
  margin-block-start: 0.3125rem;
  line-height: 1.6;
}

.p-pagetop {
  position: fixed;
  right: 2%;
  bottom: 2.5rem;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .p-pagetop {
    bottom: 7rem;
  }
}
.p-pagetop a {
  color: var(--color-main);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-pagetop img {
  width: 1.25rem;
  margin-bottom: 0.3125rem;
}

.p-footer-recruit__copyright {
  background-color: var(--color-main);
  color: var(--white);
  padding: 1rem 0;
  margin: 7.5rem 0 0 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 0;
}

.p-footer-recruit__copyright::before {
  content: "";
  mask: url(./images/common/frame_wave.webp) no-repeat center bottom/100% 100%;
  background-color: var(--color-main);
  height: 1.125rem;
  position: absolute;
  inset: auto 0 100%;
}

@media screen and (max-width: 834px) {
  .p-footer-recruit__copyright {
    margin: 5rem 0 3.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .p-footer-recruit__copyright {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 0.6875rem;
    line-height: 1.6;
  }
}
/* ================================================
   p-footer（フルリライト）
   ================================================ */
/* ナビゲーション */
.p-footer__nav {
  background-color: var(--color-base);
  padding-block: 12rem;
  display: none;
}

@media screen and (min-width: 835px) {
  .p-footer__nav {
    display: block;
  }
}
.p-footer__nav-inner {
  display: flex;
  justify-content: space-around;
  gap: 0 6rem;
}

.p-footer__nav-group + .p-footer__nav-group {
  margin-top: 4rem;
}

.p-footer__nav a {
  color: var(--color-main);
}

.p-footer__nav-parent {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 0.4rem;
}

.p-footer__nav-child {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-footer__nav-child li a {
  display: block;
  line-height: 2.2;
}

/* 情報エリア */
.p-footer__info {
  background-color: #ebe8e3;
}

.p-footer__info-inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding-block: 6rem;
}
.p-footer__info-inner > * {
  flex: 1;
}

/* ロゴ */
.p-footer__logo {
  margin-bottom: 1.5rem;
}

/* 住所 */
.p-footer__address {
  font-style: normal;
  font-size: 1.4rem;
  color: var(--color-text);
  line-height: 2;
  margin-bottom: 2rem;
}

.p-footer__address a {
  color: var(--color-text);
}

/* クリニックサイトボタン */
.p-footer__clinic-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
  background: var(--color-accent);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding: 0 2.5rem 0 2rem;
  height: 6rem;
  border-radius: 100vh;
  transition: opacity 0.2s, box-shadow 0.2s;
  text-decoration: none;
  width: 24rem;
}
.p-footer__clinic-btn::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

@media (hover: hover) and (pointer: fine) {
  .p-footer__clinic-btn:hover {
    opacity: 0.7;
    box-shadow: none;
  }
}
/* 診療時間テーブル */
.p-footer__schedule-wrap {
  width: 100%;
}

.p-footer__schedule {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.8rem;
  border: 0;
}

.p-footer__schedule th,
.p-footer__schedule td {
  padding: 0.875rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
}

.p-footer__schedule thead {
  background-color: var(--color-main);
}

.p-footer__schedule th {
  border-inline: 1px solid var(--white);
  color: var(--white);
  font-weight: 500;
}

.p-footer__schedule tbody tr:first-child {
  border-bottom: 1px solid var(--color-main);
}

.p-footer__schedule td {
  background-color: var(--white);
  color: var(--color-main);
  border: 0;
}

.p-footer__schedule td:first-child {
  color: var(--color-text);
}

.p-footer__schedule-note {
  font-size: 1.3rem;
  color: var(--color-text);
}

/* コピーライト */
.p-footer__copyright {
  background-color: var(--color-main);
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  padding: 2.5rem 1rem;
  line-height: 1.4;
}

/* 480px以下：診療時間テーブル横スクロール */
@media screen and (max-width: 480px) {
  .p-footer__schedule-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-footer__schedule-note::before {
    content: "スクロールできます→";
    display: block;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0.3rem;
    white-space: nowrap;
  }
}
/* SP対応 */
@media screen and (max-width: 834px) {
  .p-footer__info-inner {
    flex-direction: column;
    padding: 3rem 0;
    gap: 2.5rem;
  }
  .p-footer__info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .p-footer__copyright {
    padding: 1.5rem 1rem 7rem 1rem;
  }
}
a {
  text-decoration: none;
  transition: 0.3s;
}

@media (hover: hover) {
  a:hover,
a:active {
    opacity: 0.7;
  }
}
a:hover,
a:active {
  outline: 0;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 1;
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.expansion-thumb {
  overflow: hidden;
}

.expansion-thumb img {
  width: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.expansion-thumb a:hover img {
  transform: scale3d(1.1, 1.1, 1);
  animation: none;
}

header .drawer-nav .drawer-nav-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.gnavi__lists {
  display: flex;
}

.gnavi__list {
  position: relative;
}

.gnavi__lists > li:not([class]) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gnavi__list:hover a {
  color: var(--color-accent);
  opacity: 1;
}

.dropdown__lists {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: calc(100% - 0.625rem);
  left: 0.375rem;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  margin-left: 0;
  background-color: var(--color-main);
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 0.75rem rgba(71, 22, 22, 0.05);
}

.gnavi__list:hover .dropdown__lists,
.gnavi__list:focus .dropdown__lists {
  visibility: visible;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.dropdown__list {
  transition: all 0.3s;
  position: relative;
}
.dropdown__list + * {
  border-top: 1px solid var(--white);
}

.dropdown__list a {
  color: var(--white) !important;
  padding: 2rem 2rem 2rem 0.5rem;
  position: relative;
  line-height: 1.4;
}

.dropdown__list:hover {
  color: pink;
}

.dropdown__list a {
  display: flex;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.dropdown__list a::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.125rem solid var(--white);
  border-left: 0.125rem solid var(--white);
  transform: rotate(135deg);
  position: absolute;
  right: 0.9375rem;
  top: calc(50% - 0.3125rem);
}

.p-header__sp-menu-wrapper.l-row {
  display: flex;
  align-items: center;
  justify-content: right;
}

.gm {
  display: none;
}

.menu-trigger {
  color: var(--white);
  position: relative;
  z-index: 100001;
  width: 5rem;
  height: 5rem;
  padding: 0.75rem 1.125rem 0.9375rem 1.125rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .menu-trigger {
    width: 4.0625rem;
    height: 4.0625rem;
    padding: 0.5rem 0.875rem 0.9375rem 0.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .menu-trigger span {
    margin: 0.5625rem 0 0;
    font-size: 1.2rem;
  }
}
.drawer-hamburger-icon {
  background: #ED2139;
  margin-top: 0;
  border-radius: 0.625rem;
  height: 0.1875rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  display: block;
  position: relative;
  border-radius: 0.625rem;
  height: 0.1875rem;
  background: var(--navy);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before {
  top: -0.75rem;
}

.drawer-hamburger-icon:after {
  top: 0.5625rem;
}

.active .drawer-hamburger-icon {
  background: transparent;
}

.active .drawer-hamburger-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.active .drawer-hamburger-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -0.125rem;
}

.menu-trigger.active span {
  color: var(--white);
}

.p-header__sp-menu-inner {
  display: flex;
}

.drawer-dropdown-menu {
  display: none;
  padding-left: 1.25rem;
  transition: max-height 0.3s ease-in-out;
}

.menu-toggle {
  display: none;
}

.menu-label {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.menu-label::after {
  content: "＋";
  margin-left: 0.5rem;
  font-size: 1.8rem;
  transition: transform 0.3s;
}

.menu-toggle:checked + .menu-label::after {
  content: "−";
}

.menu-toggle:checked + .menu-label + .drawer-dropdown-menu {
  display: block;
  margin: 0.5rem 0 0 0;
}

.p-header__sp-menu .p-header__sp-menu-list {
  width: 100%;
  height: 100vh;
  padding: 11rem 9rem 8rem 9rem;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.p-header__sp-menu .p-header__sp-menu-list .l-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
}

@media screen and (max-width: 834px) {
  .p-header__sp-menu .p-header__sp-menu-list {
    padding: 9rem 1.5rem 9rem 1.5rem;
  }
  .p-header__sp-menu .p-header__sp-menu-list .l-row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .p-header__sp-menu .p-header__sp-menu-list {
    padding: 7rem 1.5rem 11rem 1.5rem;
  }
}
.p-header__sp-menu li.drawer-dropdown {
  color: var(--white);
  padding: 0.5rem 1rem 1.5rem 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 0.0312rem var(--white);
}

@media screen and (max-width: 834px) {
  .p-header__sp-menu li.drawer-dropdown {
    padding: 0.5rem 1rem 1rem 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-header__sp-menu li.drawer-dropdown > a {
  color: var(--white);
  display: block;
}

.p-header__sp-menu li.drawer-dropdown-small {
  padding: 0.5rem 1rem 1rem 1rem;
  border-bottom: solid 0.0312rem var(--white);
  margin-bottom: 0.5rem;
}

.p-header__sp-menu li.drawer-dropdown-small a {
  color: var(--white);
  font-size: 1.36rem;
  display: block;
}

.p-header__sp-menu li.drawer-dropdown li {
  padding: 0.5em 0;
}

.p-header__sp-menu li.drawer-dropdown li a {
  color: var(--white);
  display: block;
}

.p-header__sp-menu__btn a:first-child {
  background: var(--blue);
  color: var(--color-accent);
}

/* ----------------------------------------
   SP ドロップダウン（ビューポート幅問わず表示）
---------------------------------------- */
.p-header__sp-dropdown-btn {
  display: none;
}

.p-header__sp-nav .p-header__sp-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 0.5rem;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  color: var(--color-main);
  text-align: left;
  transition: opacity 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-header__sp-nav .p-header__sp-dropdown-btn:hover {
    opacity: 0.7;
  }
}
.p-header__sp-nav .p-header__sp-dropdown-btn::after {
  content: "";
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: linear-gradient(currentColor, currentColor) center/1.2rem 1px no-repeat, linear-gradient(currentColor, currentColor) center/1px 1.2rem no-repeat;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 50%;
  transition: background 0.2s;
}

.p-header__sp-nav .p-header__sp-dropdown-btn.is-open::after {
  background: linear-gradient(currentColor, currentColor) center/1.2rem 1px no-repeat;
}

.p-header__sp-menu .dropdown__lists {
  visibility: visible;
  opacity: 1;
  position: static;
  display: none;
  width: 100%;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 1rem 1.5rem;
  margin-top: 0;
  transition: none;
}

.p-header__sp-menu .dropdown__list {
  border: none;
}

.p-header__sp-menu .dropdown__list::before {
  display: none;
}

.p-header__sp-menu .dropdown__list a {
  color: var(--color-main) !important;
  height: auto;
  padding: 0.7rem 0.5rem;
  font-weight: 500;
}

.p-header__sp-menu__btn a:first-child:before {
  mask: url(./images/common/arrow_w_r.svg) no-repeat center/contain;
  background-color: var(--color-accent);
}

/* ========================================
   p-mv（メインビジュアル）
======================================== */
.p-mv {
  position: relative;
  overflow: hidden;
  height: 79.4rem;
}

@media screen and (max-width: 834px) {
  .p-mv {
    height: 50rem;
  }
}
/* 背景写真（左 122px を黒余白として残す） */
.p-mv__img {
  position: absolute;
  inset: 0 0 0 12.2rem;
}

@media screen and (max-width: 834px) {
  .p-mv__img {
    inset: 0 0 0 2rem;
  }
}
.p-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 0 0 4rem;
}

.p-mv__inner {
  position: relative;
  height: 100%;
}

/* 装飾テキスト「Re design」 */
.p-mv__deco {
  max-width: 40%;
  position: absolute;
  left: 4.1rem;
  top: 29rem;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .p-mv__deco {
    left: 0;
    top: 31rem;
    z-index: 5;
    max-width: 100%;
  }
  .p-mv__deco img {
    width: 22rem;
  }
}
/* ----------------------------------------
   縦書きタイトル（丸角白ピル型）
---------------------------------------- */
.p-mv__title {
  position: absolute;
  left: 22.9rem;
  top: 14.5rem;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 1.5rem;
}

.p-mv__title-col {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  background: var(--white);
  border-radius: 100vw;
  padding: 2.8rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.12;
  letter-spacing: 0.12em;
  color: var(--color-main);
}

/* 左カラム「リデザインする仕事」: Figma y=28 のオフセット */
.p-mv__title-col--left {
  margin-top: 2.8rem;
}

@media screen and (max-width: 834px) {
  .p-mv__title {
    left: 5.5rem;
    top: 8rem;
    gap: 1rem;
  }
  .p-mv__title-col {
    font-size: 2.2rem;
    padding: 1.5rem 1.2rem;
    letter-spacing: 0.1em;
  }
  .p-mv__title-col--left {
    margin-top: 1.5rem;
  }
}
/* ----------------------------------------
   キャッチコピー（紺グラデ背景）
---------------------------------------- */
.p-mv__catch {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 72rem;
  height: 18.8rem;
  padding: 4rem 4rem 4rem 6rem;
  background: linear-gradient(90deg, rgba(0, 35, 149, 0.8) 59.62%, rgba(0, 35, 149, 0) 100%);
  display: flex;
  align-items: center;
  z-index: 2;
}

.p-mv__catch p {
  color: var(--white);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .p-mv__catch {
    width: 100%;
    height: auto;
    padding: 1.5rem;
    bottom: 3rem;
  }
  .p-mv__catch p {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
/* ========================================
   p-message（メッセージセクション）
   レイアウト構造は c-nongrid に委譲
======================================== */
.p-message__btn {
  margin-block-start: 6rem;
}

@media screen and (max-width: 834px) {
  .p-message__btn {
    margin-block-start: 3rem;
  }
}
/* ========================================
   p-clinic（当院のことセクション）
   背景テクスチャ + グラデーション + 白オーバーレイ
   上段フル幅 + 下段3等分のカードグリッド
======================================== */
.p-clinic {
  position: relative;
  background-image: url("./images/top/clinic_bg.webp");
  background-size: cover;
  background-position: center;
}

/* 白30%均一オーバーレイ */
.p-clinic::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

/* 下方向ホワイトアウトグラデーション */
.p-clinic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(255, 255, 255, 0.95) 100%);
  pointer-events: none;
}

/* コンテンツは疑似要素の上に重ねる */
.p-clinic__inner {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------
   グリッド: 上1フル幅 + 下3均等
---------------------------------------- */
.p-clinic__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* ----------------------------------------
   カード共通
---------------------------------------- */
.p-clinic__card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-clinic__card:hover {
    opacity: 0.7;
  }
}
/* フル幅カード（上段） */
.p-clinic__card--wide {
  grid-column: 1/-1;
}

/* アイコン */
.p-clinic__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
}

.p-clinic__card-icon img {
  width: auto;
  height: 100%;
  display: block;
}

.p-clinic__card--wide .p-clinic__card-icon {
  height: 3.3rem;
}

/* タイトル */
.p-clinic__card-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

/* テキスト */
.p-clinic__card-text {
  color: var(--color-text);
  line-height: 1.7;
}

/* 赤ドット（右下アクセント） */
.p-clinic__card::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-accent);
  border-radius: 50%;
  transition: transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-clinic__card:hover::after {
    transform: scale(1.5);
  }
}
/* ----------------------------------------
   Responsive
---------------------------------------- */
@media screen and (max-width: 834px) {
  .p-clinic__grid {
    grid-template-columns: 1fr;
  }
  .p-clinic__card {
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 4rem auto;
    text-align: left;
  }
  .p-clinic__card--wide {
    grid-column: auto;
  }
  .p-clinic__card-title {
    font-size: 1.8rem;
    grid-area: 1/2/2/3;
  }
  .p-clinic__card-icon {
    grid-area: 1/1/2/2;
  }
  .p-clinic__card-text {
    grid-area: 2/1/3/3;
  }
}
/* ========================================
   p-director（院長紹介セクション）
   左: テキスト + リンクボタン / 右: 院長写真
======================================== */
.p-director__inner {
  display: flex;
  gap: 8rem;
}

/* ----------------------------------------
   左: コンテンツ
---------------------------------------- */
.p-director__content {
  width: 66rem;
  flex-shrink: 0;
}

.p-director__name {
  text-align: right;
  font-weight: 700;
  margin-block-start: 6rem;
}

/* リンクボタン群 */
.p-director__links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-block-start: 6rem;
}

/* ----------------------------------------
   右: 院長写真
---------------------------------------- */
.p-director__photo {
  flex: 1;
  position: relative;
  margin-inline: auto;
}

.p-director__photo img {
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* ----------------------------------------
   縦書きキーワード装飾
---------------------------------------- */
.p-director__keyword {
  position: absolute;
  inset: -3rem auto auto 4.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 1rem;
}

.p-director__keyword-col {
  writing-mode: vertical-rl;
  background: var(--white);
  border-radius: 100vw;
  padding: 2.5rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media screen and (max-width: 1280px) {
  .p-director__content {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .p-director__inner {
    flex-direction: column;
    gap: 0;
  }
  .p-director__content {
    display: contents;
    width: 100%;
  }
  .p-director__name {
    margin-block-start: 3rem;
  }
  .p-director__keyword {
    bottom: 2rem;
    left: 1rem;
    font-size: 1.6rem;
  }
  .p-director__keyword-col {
    font-size: 1.6rem;
    padding: 1.8rem 1.2rem;
    letter-spacing: 0.1em;
  }
  .p-director__links {
    margin-block-start: 3rem;
    order: 1;
    align-items: center;
  }
  .p-director__photo {
    margin-block-start: 3rem;
    max-width: 70%;
    width: 30rem;
  }
}
/* ========================================
   p-interview（トップページ：スタッフの声セクション）
   4枚写真 + navy60%オーバーレイ + 中央テキスト
======================================== */
.p-interview {
  position: relative;
}

.p-interview__bg {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
}

.p-interview__bg-panel {
  flex: 1;
  overflow: hidden;
}

.p-interview__bg-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-interview__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 35, 149, 0.6);
}

.p-interview__inner {
  position: relative;
  z-index: 3;
  min-height: 58.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 12rem 2rem;
}

.p-interview__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0px 0px 10px rgba(0, 35, 149, 0.8);
}

.p-interview__lead {
  color: var(--white);
  text-align: center;
}

@media screen and (max-width: 834px) {
  .p-interview {
    overflow: hidden;
  }
  .p-interview__inner {
    min-height: auto;
    gap: 3rem;
    padding: 6rem 2rem;
  }
  .p-interview__band {
    display: none;
  }
  .p-interview__deco {
    display: none;
  }
  .p-interview__lead {
    font-size: 1.4rem;
  }
}
/* ========================================
   以下、interview archive / single スタイル
======================================== */
/*インタビュー一覧*/
.archive .p-interview__list.l-row {
  gap: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1280px) {
  .archive .p-interview__list.l-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .archive .p-interview__list.l-row {
    gap: 3rem 1.5rem;
  }
}
.archive .p-interview__list h2.p-interview__headline {
  color: var(--color-text);
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-block-start: 2rem;
}

@media screen and (max-width: 834px) {
  .archive .p-interview__list h2.p-interview__headline {
    font-size: 1.4rem;
    margin-block-start: 1.5rem;
  }
}
.archive .p-interview__info .p-interview__info-child {
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .archive .p-interview__list .p-interview__list-photo img {
    display: block;
    width: 90%;
    margin-inline: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
  }
}
.p-interview__info {
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  gap: 1em;
  line-height: 1.7;
  padding-inline-end: 3.25rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-interview__info {
    font-size: 1.2rem;
    flex-direction: column;
    margin-block-start: 1.25rem;
    gap: 0.3125rem;
  }
}
a .p-interview__info {
  margin-block-start: 2.5rem;
}

@media screen and (max-width: 834px) {
  a .p-interview__info {
    margin-block-start: 1.25rem;
  }
}
a .p-interview__info::after {
  content: "";
  background: url(./images/common/arrow_anchor.svg) no-repeat center/contain;
  border-radius: 100%;
  aspect-ratio: 1;
  width: fit-content;
  height: 2rem;
  position: absolute;
  inset: auto 0 -0.5rem auto;
  rotate: -90deg;
}

@media screen and (max-width: 834px) {
  a .p-interview__info::after {
    inset-block-end: 0;
    height: 1.6rem;
  }
}
.p-interview__info-item-name {
  background-color: var(--color-main);
  border-radius: 100vw;
  color: var(--white);
  padding: 0 0.9375rem;
  width: fit-content;
}

@media screen and (max-width: 834px) {
  .p-interview__info-item-name {
    padding: 0 0.5rem;
  }
}
/*インタビュー詳細*/
.single-interview .entry-header {
  display: none;
}

/* ── インタビュー詳細 メインビジュアル ── */
.p-interview__main {
  background-color: #ebe8e3;
  padding-block: 20rem 8rem;
}

.p-interview__main-inner {
  display: flex;
  gap: 8rem;
}

.p-interview__main-body {
  flex: 1;
}

.p-interview__main-meta {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 3.4rem;
}

.p-interview__main-tag {
  display: inline-block;
  background: var(--color-main);
  color: var(--white);
  border-radius: 100vmax;
  padding: 0.3rem 1.5rem;
  line-height: 1.7;
}

.p-interview__main-name {
  line-height: 1.7;
}

.p-interview__main-catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--color-main);
  margin-bottom: 5.6rem;
}

.p-interview__main-profile {
  position: relative;
  border-top: 1px solid #c8c2b8;
  border-bottom: 1px solid #c8c2b8;
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 6rem;
}

.p-interview__main-profile-label {
  position: absolute;
  top: -3.4rem;
  left: -2.4rem;
}
.p-interview__main-profile-label img {
  max-width: 12.2rem;
  aspect-ratio: 122/63;
}

.p-interview__main-profile-date {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

.p-interview__main-photo {
  flex-shrink: 0;
  width: 33.333%;
  text-align: center;
}
.p-interview__main-photo img {
  border-radius: 1rem;
}

@media screen and (max-width: 834px) {
  .p-interview__main {
    padding-block: 9rem 6rem;
  }
  .p-interview__main-inner {
    flex-direction: column;
    gap: 3rem;
  }
  .p-interview__main-photo {
    width: 50%;
    margin-inline: auto;
    padding-inline: 0;
    order: -1;
  }
  .p-interview__main-meta {
    margin-bottom: 2rem;
  }
  .p-interview__main-catch {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .p-interview__main-profile {
    padding: 2rem 0;
    gap: 1.5rem;
    margin-top: 4rem;
  }
  .p-interview__main-profile-date {
    font-size: 1.4rem;
  }
  .p-interview__main-profile-label {
    top: -2rem;
    left: -1rem;
  }
  .p-interview__main-profile-label img {
    width: 8rem;
  }
}
.single .p-interview__qa {
  padding-block-start: 6.25rem;
}

@media screen and (max-width: 834px) {
  .single .p-interview__qa {
    padding-block-start: 1.875rem;
  }
}
.single .p-interview__qa .c-breadcrumb__list {
  margin-bottom: 4rem;
}

.single .p-interview__qa .p-interview__cont {
  list-style: none;
}

.p-interview__qa .p-interview__cont li + li {
  margin: 3.5rem 0 0;
  padding-block-start: 3.5rem;
  border-block-start: 1px solid var(--blue);
}

@media screen and (max-width: 834px) {
  .p-interview__qa .p-interview__cont li + li {
    margin: 2rem 0 0;
    padding-block-start: 2rem;
  }
}
.single .p-interview__qa h3 {
  margin-block-end: 2.5rem;
}

@media screen and (max-width: 834px) {
  .single .p-interview__qa h3 {
    margin-block-end: 1.25rem;
  }
}
.single .p-interview__item {
  background: #e7f9fc;
  border-radius: 2.5rem;
  padding: 4rem;
}

@media screen and (max-width: 834px) {
  .single .p-interview__item {
    background: #e7f9fc;
    border-radius: 1.25rem;
    padding: 2rem 1.25rem;
  }
}
.single .p-interview__item + .p-interview__item {
  margin-block-start: 4rem;
}

@media screen and (max-width: 834px) {
  .single .p-interview__item + .p-interview__item {
    margin-block-start: 2rem;
  }
}
/* 院長を一言で言うと */
.p-interview__hitokoto h2 {
  color: var(--blue);
  font-size: 1.75rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .p-interview__hitokoto h2 {
    font-size: 1.8rem;
  }
}
.p-interview__hitokoto__comment {
  display: flex;
  gap: 3.125rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 2.5rem;
  margin-inline: auto;
  width: 100%;
  max-width: 65.625rem;
}

@media screen and (max-width: 834px) {
  .p-interview__hitokoto__comment {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-block-start: 1.25rem;
  }
}
.p-interview__hitokoto__comment .p-interview__hitokoto-img {
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .p-interview__hitokoto__comment .p-interview__hitokoto-img {
    width: 5rem;
    order: 1;
  }
}
.p-interview__hitokoto__comment .p-interview__hitokoto-img img {
  width: 9.375rem;
  height: auto;
  aspect-ratio: 1;
}

.p-interview__hitokoto__comment .p-interview__hitokoto-txt {
  background-color: var(--color-main);
  border-radius: 1.25rem;
  color: var(--white);
  padding: 1.25rem 2.5rem;
  width: fit-content;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-interview__hitokoto__comment .p-interview__hitokoto-txt {
    border-radius: 0.625rem;
    padding: 0.5rem 1.25rem;
  }
}
.p-interview__hitokoto__comment .p-interview__hitokoto-txt p {
  font-weight: 900;
  font-size: 1.25rem;
}

@media screen and (max-width: 834px) {
  .p-interview__hitokoto__comment .p-interview__hitokoto-txt p {
    font-size: 1rem;
  }
}
.p-interview__hitokoto__comment .p-interview__hitokoto-txt::after {
  content: "";
  background-color: var(--color-main);
  clip-path: polygon(0 49%, 100% 100%, 100% 0);
  height: 1.75rem;
  aspect-ratio: 32/34;
  margin-block: auto;
  position: absolute;
  inset: 0 99% 0 auto;
}

@media screen and (max-width: 834px) {
  .p-interview__hitokoto__comment .p-interview__hitokoto-txt::after {
    height: 1.25rem;
    margin-inline: auto;
    inset: calc(100% - 0.125rem) 0 auto;
    transform: rotate(-90deg);
  }
}
/*レーダーチャート*/
.p-chart__wrap {
  background-color: var(--white);
  border-radius: 2.5rem;
  padding: 5rem 2.5rem 2.5rem;
  margin-block-start: -4.6875rem;
}

@media screen and (max-width: 834px) {
  .p-chart__wrap {
    border-radius: 1.25rem;
    padding: 3.125rem 0.625rem 0.625rem;
    margin-block-start: -2.5rem;
  }
}
.p-chart {
  padding-top: 7.5rem;
  padding-bottom: 5.625rem;
  width: 25rem;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  position: relative;
}

.p-radar__item-wrap {
  width: 25rem;
  height: 25rem;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .p-chart {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
    width: 10rem;
  }
  .p-radar__item-wrap {
    width: 10rem;
    height: 10rem;
  }
}
.p-chart .p-radar__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: max-content;
}

.p-chart .p-radar__item .p-radar__item-name {
  font-size: 1rem;
  color: var(--blue);
}

.p-chart .p-radar__item .p-radar__item-value {
  font-size: 2.2rem;
  color: #162f56;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: #e7f9fc;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
}

.p-chart .p-radar__item.no1 {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.p-chart .p-radar__item.no2 {
  position: absolute;
  left: 100%;
  top: 7.875rem;
  align-items: flex-start;
}

.p-chart .p-radar__item.no3 {
  position: absolute;
  top: 92%;
  right: 1.375rem;
  flex-direction: column-reverse;
}

.p-chart .p-radar__item.no4 {
  position: absolute;
  top: 92%;
  left: 1.375rem;
  flex-direction: column-reverse;
}

.p-chart .p-radar__item.no5 {
  position: absolute;
  top: 7.875rem;
  right: 100%;
  align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .p-chart .p-radar__item {
    width: 4.6875rem;
  }
  .p-chart .p-radar__item .p-radar__item-name {
    font-size: 1.2rem;
  }
  .p-chart .p-radar__item .p-radar__item-value {
    font-size: 1rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .p-chart .p-radar__item.no1 {
    bottom: 10.3125rem;
  }
  .p-chart .p-radar__item.no2 {
    right: -5.125rem;
    top: 2.8125rem;
  }
  .p-chart .p-radar__item.no3 {
    bottom: inherit;
    top: 9.6875rem;
    right: -0.625rem;
  }
  .p-chart .p-radar__item.no4 {
    bottom: inherit;
    top: 9.6875rem;
    left: -0.625rem;
  }
  .p-chart .p-radar__item.no5 {
    top: 2.8125rem;
    left: -4.875rem;
  }
}
.p-chart__txt {
  background: rgb(231, 249, 252);
  border-radius: 2.5rem;
  margin-block-start: 2.5rem;
  padding: 2.5rem;
}

@media screen and (max-width: 834px) {
  .p-chart__txt {
    border-radius: 1rem;
    margin-block-start: 1.25rem;
    padding: 2rem 1.25rem;
  }
}
.p-chart__txt dt {
  color: var(--blue);
  font-size: 1.8rem;
  margin-block-end: 0.3125rem;
  padding-inline-start: 1.3em;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-chart__txt dt {
    font-size: 1rem;
  }
}
.p-chart__txt dt::before {
  content: "●";
  color: var(--color-main);
  position: absolute;
  inset-inline-start: 0;
}

.p-chart__txt > div:last-child dd {
  margin-block-end: 0;
}

/*ページ送り*/
.p-interview__navigation {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2rem;
  align-items: center;
  margin-bottom: 0.625rem;
  margin: 4rem 0 2rem 0;
}

@media screen and (max-width: 834px) {
  .p-interview__navigation {
    flex-direction: column;
  }
}
.p-interview__navigation .c-btn-box {
  margin: 0;
}

@media screen and (max-width: 834px) {
  .p-interview__navigation .c-btn-box {
    width: 100%;
  }
}
.p-interview__navigation .c-btn-box .p-interview__nav-tag {
  background-color: white;
  color: var(--color-main);
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  padding: 0.125rem 0.625rem 0.3125rem 0.625rem;
  border-radius: 100vh;
  margin-right: 0.3125rem;
}

.p-interview__navigation .p-interview__nav-prev {
  margin-right: auto;
}

.p-interview__navigation .p-interview__nav-prev a:before {
  transform: rotate(180deg);
}

.p-interview__navigation .p-interview__nav-prev a:hover::before {
  transform: translateX(-0.1875rem) rotate(180deg);
}

.p-interview__navigation .p-interview__nav-next {
  position: relative;
  margin-left: auto;
}

.p-interview__navigation .p-interview__nav-next:after {
  mask: url(./images/common/arrow_w_r.svg) no-repeat center/contain;
  background-color: var(--blue);
  content: "";
  margin-block: auto;
  position: absolute;
  inset: 0 1em 0 auto;
  width: auto;
  height: 0.75rem;
  aspect-ratio: 1;
  transition: 0.3s;
}

.p-interview__navigation .p-interview__nav-next:hover:after {
  right: 0.75em !important;
  transition: right 0.3s ease-in-out;
}

.p-interview__navigation .p-interview__nav-next a:before {
  content: none;
}

.p-interview__navigation .p-interview__back {
  text-align: center;
  margin-top: 0.625rem;
}

.p-interview__back {
  margin-block-end: 2.5rem;
}

.p-interview__back a {
  font-weight: bold;
  text-decoration: underline;
}

/* 院長から見たN.Rさんの姿 */
.p-interview__director {
  background-color: var(--dark-beige);
  border-radius: 2.5rem;
  margin-block-start: 12.5rem;
  padding: 5rem 2.5rem 2.5rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-interview__director {
    border-radius: 1.25rem;
    margin-block-start: 7.5rem;
    padding: 1.875rem 0.625rem 0.625rem;
  }
}
.p-interview__director::before {
  content: "";
  background: url(./images/common/director_box_img.webp) no-repeat top center/cover;
  width: fit-content;
  height: 8.75rem;
  aspect-ratio: 20/14;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 100% 0;
}

@media screen and (max-width: 834px) {
  .p-interview__director::before {
    height: 5.25rem;
  }
}
.p-interview__director dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}

@media screen and (min-width: 835px) {
  .p-interview__director dl > div:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .p-interview__director dl > div:nth-child(4) {
    grid-area: 3/1/4/3;
  }
  .p-interview__director dl > div:nth-child(5) {
    grid-area: 4/1/5/3;
  }
}
@media screen and (max-width: 834px) {
  .p-interview__director dl {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.p-interview__director dl > div {
  background: var(--white);
  border-radius: 1.25rem;
  padding: 2rem;
}

@media screen and (max-width: 834px) {
  .p-interview__director dl > div {
    border-radius: 1rem;
    padding: 1.25rem;
  }
}
.p-interview__director dt {
  color: var(--blue);
  margin-block-end: 0.9375rem;
  padding-inline-start: 1.3em;
  position: relative;
}

.p-interview__director dt:before {
  content: "●";
  color: var(--color-main);
  position: absolute;
  inset-inline-start: 0;
}

.p-interview__director dd {
  margin-block-end: 0;
}

/* ある1日 */
.p-interview__schedule-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 1.875rem;
}

@media screen and (max-width: 834px) {
  .p-interview__schedule-items {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}
.p-interview__schedule-item {
  background: var(--white);
  border: 0.125rem solid var(--color-main);
  padding: 1.25rem 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.p-interview__schedule-item.-blue {
  background: var(--color-main);
  color: var(--white);
}

.p-interview__schedule-item.-blue .time,
.p-interview__schedule-item:last-child .time {
  color: var(--white);
}

.p-interview__schedule-item.-yellow {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.p-interview__schedule-item.-space {
  visibility: hidden;
}

@media screen and (max-width: 834px) {
  .p-interview__schedule-item.-space {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-interview__schedule-item {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    padding: 0.625rem;
    gap: 0.3125rem 0.9375rem;
    text-align: left;
  }
}
.p-interview__schedule-item::after {
  content: "";
  background-color: var(--color-main);
  width: 2.0625rem;
  height: 0.1875rem;
  margin-block: auto;
  position: absolute;
  inset: 0 auto 0 100%;
}

.p-interview__schedule-item:has(+ .p-interview__schedule-item.-space):after {
  display: none;
}

@media screen and (max-width: 834px) {
  .p-interview__schedule-item::after {
    width: 0.1875rem;
    height: 1.125rem;
    margin: 0 auto;
    inset: 100% 0 auto;
  }
}
@media screen and (min-width: 835px) {
  .p-interview__schedule-item:nth-child(-n+3) {
    order: 0;
  }
  .p-interview__schedule-item:nth-child(6) {
    order: 1;
  }
  .p-interview__schedule-item:nth-child(5) {
    order: 2;
  }
  .p-interview__schedule-item:nth-child(4) {
    order: 3;
  }
  .p-interview__schedule-item:nth-child(n+7):nth-child(-n+9) {
    order: 4;
  }
  .p-interview__schedule-item:nth-child(12) {
    order: 5;
  }
  .p-interview__schedule-item:nth-child(11) {
    order: 6;
  }
  .p-interview__schedule-item:nth-child(10) {
    order: 7;
  }
  .p-interview__schedule-item:nth-child(n+13):nth-child(-n+15) {
    order: 8;
  }
  .p-interview__schedule-item:nth-child(18) {
    order: 9;
  }
  .p-interview__schedule-item:nth-child(17) {
    order: 10;
  }
  .p-interview__schedule-item:nth-child(16) {
    order: 11;
  }
  .p-interview__schedule-item:nth-child(4)::after,
.p-interview__schedule-item:nth-child(5)::after,
.p-interview__schedule-item:nth-child(10)::after,
.p-interview__schedule-item:nth-child(11)::after,
.p-interview__schedule-item:nth-child(16)::after,
.p-interview__schedule-item:nth-child(17)::after {
    inset: 0 100% 0 auto;
  }
  .p-interview__schedule-item:nth-child(3n)::after {
    width: 0.1875rem;
    height: 5.1875rem;
    margin: 0 auto;
    inset: 100% 0 auto;
  }
}
.p-interview__schedule-item:last-child::after {
  display: none;
}

@media screen and (max-width: 834px) {
  .p-interview__schedule .time {
    font-size: 1.5rem;
  }
}
.p-interview__schedule .txt {
  font-weight: 700;
}

.p-interview__schedule .sbtxt {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .p-interview__schedule .sbtxt {
    width: 100%;
  }
}
/* ========================================
   p-work（仕事を知るセクション）
   3枚 navy カード + 上方はみ出し丸型写真
======================================== */
.p-work__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 8rem;
}

.p-work__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: var(--color-main);
  border-radius: 1rem;
  padding: 9.5rem 4rem 4rem;
  text-decoration: none;
  text-align: center;
  overflow: visible;
  transition: opacity 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-work__card:hover {
    opacity: 0.7;
  }
}
.p-work__card-photo {
  position: absolute;
  top: -8rem;
  inset-inline: 0;
  margin-inline: auto;
  width: 16rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.p-work__card-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.p-work__card-title {
  position: absolute;
  top: 0;
  right: calc(50% + 6.4rem);
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  background: var(--white);
  border-radius: 100vw;
  padding: 2rem 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-text);
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-work__card-text {
  color: var(--white);
  line-height: 1.7;
}

.p-work__card::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-accent);
  border-radius: 50%;
  transition: transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-work__card:hover::after {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 834px) {
  .p-work__grid {
    grid-template-columns: 1fr;
    gap: 10rem;
    padding-top: 8rem;
    max-width: 50rem;
    margin-inline: auto;
  }
  .p-work__card {
    padding-block: 8rem 3rem;
  }
  .p-work__card-photo {
    top: -6rem;
    width: 12rem;
  }
  .p-work__card-title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    right: calc(50% + 5.6rem);
  }
  .p-work__card-text {
    font-size: 1.4rem;
  }
}
/* ========================================
   以下、既存の work-ttl / work-time スタイル
======================================== */
/* 仕事コンテンツ全体 */
.work-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-block-end: 3.75rem;
}

@media screen and (max-width: 834px) {
  .work-ttl {
    margin-block-end: 1.875rem;
  }
}
.work-ttl h3 {
  color: var(--blue);
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.work-ttl__img img {
  aspect-ratio: 1;
  width: 3.75rem;
  height: auto;
}

@media screen and (max-width: 834px) {
  .work-ttl__img img {
    width: 2.5rem;
  }
}
/*勤務時間*/
.work-time__items {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

@media screen and (max-width: 834px) {
  .work-time__items {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.work-time__item:first-child {
  padding-inline-end: 2.5rem;
}

@media screen and (min-width: 835px) {
  .work-time__item:first-child {
    padding-inline-end: 2.5rem;
    border-inline-end: 1px solid var(--blue);
  }
}
@media screen and (max-width: 834px) {
  .work-time__item:first-child {
    padding-block-end: 1.25rem;
    border-block-end: 1px solid var(--blue);
  }
}
.work-time__item .time {
  color: var(--blue);
  font-weight: 900;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .work-time__item .time {
    font-size: 1.4rem;
  }
}
.work-time__item .time .l {
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .work-time__item .time .l {
    font-size: 1.25rem;
  }
}
.work-time__item .note {
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .work-time__item .note {
    font-size: 1.2rem;
  }
}
.work-time__txt {
  text-align: center;
  margin-block-start: 2.5rem;
}

@media screen and (max-width: 834px) {
  .work-time__txt {
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .work-ttl {
    margin-block-end: 1.875rem;
  }
}
/*仕事内容*/
.work-job__item {
  margin-block-start: 5rem;
}

@media screen and (max-width: 834px) {
  .work-job__item {
    margin-block-start: 2.5rem;
  }
}
.work-job__item h4.c-headtxt--obi {
  width: fit-content;
  padding-inline: 2.5rem;
  margin: 0 0 1.25rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .work-job__item h4.c-headtxt--obi {
    margin-inline: auto;
  }
}
@media screen and (min-width: 835px) {
  .work-job__item .img {
    order: -1;
  }
}
/* 必要なスキル */
@media screen and (min-width: 835px) {
  .work-skill .work-ttl {
    flex-direction: row;
  }
}
.work-skill .l-row__txtimg {
  gap: clamp(1.875rem, 1.023rem + 3.636vw, 3.75rem);
}

@media screen and (min-width: 835px) {
  .work-skill .l-row__txtimg .txt {
    width: 58%;
  }
}
/* 募集要項 */
.work-bg {
  position: relative;
  z-index: 1;
}

.work-recruit {
  margin-block-start: -7.5rem;
  padding-block-start: 16.25rem;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .work-recruit {
    margin-block-start: -3.75rem;
    padding-block-start: 9rem;
  }
}
.work-recruit__table {
  border-spacing: 0.5rem;
  border-collapse: inherit;
}

@media screen and (max-width: 834px) {
  .work-recruit__table {
    border-spacing: 0.25rem;
  }
}
.work-recruit__table th,
.work-recruit__table td {
  background-color: var(--white);
  border: 0;
}

.work-recruit__table th {
  color: var(--blue);
  text-align: left;
}

/* キャリアパス */
.work-carrer::after {
  content: "";
  mask: url(./images/common/frame_beach.svg) no-repeat center bottom/100% 100%;
  background-color: var(--white);
  width: 100%;
  height: auto;
  aspect-ratio: 144/17;
  position: absolute;
  inset: auto 0 -1px;
}

.work-carrer__items {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-block-start: 3.75rem;
}

.work-carrer__item {
  border-block-start: 1px solid var(--blue);
  padding-block-start: 3.75rem;
}

.work-carrer__head {
  color: var(--blue);
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  margin-block-end: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 835px) {
  .work-carrer__txt {
    text-align: center;
  }
}
.work-carrer__head {
  line-height: 1.7;
}

.work-carrer__head .l {
  font-size: 2.5rem;
}

@media screen and (max-width: 834px) {
  .work-carrer__head {
    font-size: 1rem;
    margin-block-end: 1.25rem;
  }
  .work-carrer__head .l {
    font-size: 1.5rem;
  }
}
.work-carrer .p-hukidashi {
  margin-block-start: 5rem;
}

.work-carrer .p-hukidashi__txt::after {
  display: none;
}

.oral-hypofunction {
  margin-top: 2rem;
}

.oral-hypofunction h5 {
  font-size: 1.92rem;
}

/*１日の流れ*/
.day-container {
  position: relative;
}

.day-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8%;
  width: 0.125rem;
  height: 100%;
  background: var(--dark-pink);
  z-index: -2;
}

.day-content.l-row.repeat-grow1-4 > p {
  flex: 4;
  margin-bottom: 0;
}

.day-content-inner.l-row.repeat-grow4-1 > p {
  flex: 4;
}

.day-content-inner.l-row.repeat-grow4-1 > img {
  flex: 1;
}

.day-content {
  gap: 0 2rem;
  padding: clamp(2rem, 0.904rem + 2.13vw, 2.5rem);
  align-items: center;
  border-radius: 0.625rem;
}

.day-content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.day-content:nth-of-type(odd) {
  background: var(--base-thin-pink);
}

.day-content:nth-of-type(even) {
  background: var(--base-pink);
}

.day-title {
  font-weight: bold;
  font-size: 1.92rem;
}

.day-title span {
  color: var(--thin-brown01);
  font-size: 1.6rem;
}

.day-content-inner {
  gap: 1rem 2rem;
  align-items: center;
}

/*教育方針*/
.education-section .repeat-grow1-1 {
  gap: 2rem 3rem;
}

.education-section h2.headline + p {
  margin-bottom: 4rem;
}

/*入職後の流れ*/
.stepup-content {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

@media screen and (max-width: 834px) {
  .stepup-content img {
    min-width: 120%;
  }
}
@media screen and (max-width: 480px) {
  .stepup-content img {
    min-width: 340%;
    height: auto;
    flex-shrink: 0;
    scroll-snap-align: start;
    padding-right: 1rem;
  }
}
.p-environment {
  background: var(--white);
}

.p-environment__inner {
  position: relative;
}

.p-environment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.p-environment__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: var(--color-base);
  border-radius: 1rem;
  padding: 4rem;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  transition: opacity 0.2s;
}

@media screen and (min-width: 835px) {
  .p-environment__card:first-child {
    background-image: url(./images/top/environment_faq_bg.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-environment__card:hover {
    opacity: 0.7;
  }
}
.p-environment__card--wide {
  grid-column: 1/-1;
}

.p-environment__card-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 57.1rem;
  height: 100%;
  pointer-events: none;
}

.p-environment__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
}

.p-environment__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-environment__card-icon img {
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
}

.p-environment__card-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.p-environment__card-text {
  color: var(--color-text);
  line-height: 1.7;
}

.p-environment__card::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-accent);
  border-radius: 50%;
  transition: transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-environment__card:hover::after {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 834px) {
  .p-environment__grid {
    grid-template-columns: 1fr;
  }
  .p-environment__card {
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 4rem auto;
    text-align: left;
  }
  .p-environment__card--wide {
    grid-column: auto;
  }
  .p-environment__card-title {
    font-size: 1.8rem;
    grid-area: 1/2/2/3;
  }
  .p-environment__card-icon {
    grid-area: 1/1/2/2;
  }
  .p-environment__card-text {
    grid-area: 2/1/3/3;
  }
}
.p-flow {
  position: relative;
  background-color: var(--white);
}
.p-flow::before {
  content: "";
  background-color: var(--red);
  position: absolute;
  width: 1px;
  height: 16rem;
  margin-inline: auto;
  inset: -6rem 0 auto;
}

/* 背景写真 */
.p-flow__photos {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.p-flow__photo {
  position: absolute;
  overflow: hidden;
}

.p-flow__photo img {
  display: block;
}

.p-flow__photo--tl {
  left: 4rem;
  top: 0;
}
.p-flow__photo--tl img {
  width: 40rem;
}

.p-flow__photo--ml {
  left: -1.8rem;
  top: 24.4rem;
  z-index: -1;
  filter: blur(2.5px);
}
.p-flow__photo--ml img {
  width: 28rem;
}

.p-flow__photo--tr {
  right: 12rem;
  top: 3.1rem;
}
.p-flow__photo--tr img {
  width: 26.7rem;
}

.p-flow__photo--br {
  right: 19.7rem;
  bottom: -4.6rem;
  filter: blur(4px);
}
.p-flow__photo--br img {
  width: 24rem;
}

.p-flow__photo--bl {
  left: 24.3rem;
  bottom: -5.8rem;
  filter: blur(4px);
}
.p-flow__photo--bl img {
  width: 14rem;
}

/* コンテンツ */
.p-flow__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-flow__lead {
  text-align: center;
}

.p-flow__btn {
  margin-block-start: 6rem;
}

/* Responsive */
@media screen and (max-width: 1280px) {
  .p-flow__photo--tr img {
    width: 20rem;
  }
}
@media screen and (max-width: 834px) {
  .p-flow::before {
    height: 8rem;
    margin-inline: auto;
    inset: -4rem 0 auto;
  }
  .p-flow__photo--ml,
.p-flow__photo--br {
    display: none;
  }
  .p-flow__photo--tl {
    top: -1rem;
    left: -1rem;
  }
  .p-flow__photo--tl img {
    width: 14rem;
  }
  .p-flow__photo--tr {
    top: -3rem;
    right: 1rem;
  }
  .p-flow__photo--tr img {
    width: 10rem;
  }
  .p-flow__photo--bl {
    left: 3rem;
    bottom: -2rem;
  }
  .p-flow__photo--bl img {
    width: 13rem;
  }
  .p-flow__btn {
    margin-block-start: 3rem;
  }
}
.l-page-layout {
  margin: 5rem 0;
}

@media screen and (max-width: 834px) {
  .l-page-layout {
    margin: 4rem 0;
  }
}
.l-page-layout--min {
  margin-top: 6rem;
}

@media screen and (max-width: 834px) {
  .l-page-layout--min {
    margin-top: 4rem;
  }
}
/* Entry Header — 下層ページMV */
.page .entry-header,
.archive .entry-header,
.single .entry-header,
.error404 .entry-header {
  height: 48rem;
  background: url(./images/common/page-header.webp) center/cover no-repeat;
  position: relative;
  overflow: hidden;
  margin-block-end: 12rem;
}

/* white overlay 70% */
.entry-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1;
}

/* 葉装飾を無効化 */
.entry-header__inner::before,
.entry-header__inner::after {
  content: none;
}

.entry-header__inner {
  margin-inline: auto;
  position: absolute;
  inset: 24.8rem 0 auto;
  width: 90%;
  z-index: 2;
}

.entry-title__wrap {
  text-align: center;
}

.page h1.entry-title,
.archive h1.entry-title,
.single h1.entry-title,
.error404 h1.entry-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.entry-subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--color-accent);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-block-start: 1.5rem;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 834px) {
  .page .entry-header,
.archive .entry-header,
.single .entry-header,
.error404 .entry-header {
    height: 24rem;
    margin-block-end: 6rem;
  }
  .entry-header__inner {
    top: 10rem;
  }
  .page h1.entry-title,
.archive h1.entry-title,
.single h1.entry-title,
.error404 h1.entry-title {
    font-size: 2rem;
  }
  .entry-subtitle {
    font-size: 1.6rem;
  }
}
.p-subpage__index-wrapper {
  margin: 0 auto;
}

.p-subpage__index-wrapper > div {
  color: var(--thin-brown02);
  margin-bottom: 0.5em;
}

.p-subpage__index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-subpage__index li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem 1rem 3.5rem;
  background: var(--color-main);
  color: var(--white);
  border-radius: 100vmax;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-decoration: none;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s, box-shadow 0.2s;
}

.p-subpage__index li a::after {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1;
  background: url(./images/common/arrow_anchor.svg) no-repeat center/contain;
}

@media (hover: hover) and (pointer: fine) {
  .p-subpage__index li a:hover {
    opacity: 0.8;
    box-shadow: none;
  }
}
@media screen and (max-width: 834px) {
  .p-subpage__index {
    gap: 1rem;
    justify-content: flex-start;
  }
  .p-subpage__index li a {
    font-size: 1.4rem;
    padding: 0.75rem 1rem 0.75rem 2rem;
    gap: 1rem;
  }
  .p-subpage__index li a::after {
    width: 2rem;
  }
}
h2.headline.line {
  position: relative;
  border-bottom: solid 0.0312rem var(--thin-brown02);
  padding-bottom: 1em;
  margin-bottom: 1.25em;
}

h2.headline.line::before,
h3.headline.line::before,
.p-interview__qa h3.headline::before {
  content: "";
  width: 2.5rem;
  height: 0.3125rem;
  background: var(--thin-brown01);
  display: block;
  position: absolute;
  bottom: -0.1562rem;
}

@media screen and (max-width: 834px) {
  h2.headline.line::before,
h3.headline.line::before,
.p-interview__qa h3.headline::before {
    width: 1.875rem;
    height: 0.25rem;
    bottom: -0.125rem;
  }
}
h2.headline-large.line {
  padding-bottom: 1em;
}

h3.headline.line,
.p-interview__qa h3.headline {
  position: relative;
  border-bottom: solid 0.0312rem var(--thin-brown02);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.back-white {
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  padding: 7rem 0;
}

.back-pink {
  background: var(--base-thin-pink);
  box-shadow: 0 0 0 100vmax var(--base-thin-pink);
  clip-path: inset(0 -100vmax);
  padding: 7rem 0;
}

@media screen and (max-width: 834px) {
  .back-white,
.back-pink {
    padding: 4rem 0;
  }
}
.story-darkback {
  background: var(--base-thin-pink);
  padding: 3rem 4rem;
  margin-top: 4rem;
  border-radius: clamp(0.625rem, -2.114rem + 5.32vw, 1.875rem);
  gap: 1rem 3rem;
}

@media screen and (max-width: 834px) {
  .story-darkback {
    margin-top: 2.5rem;
    padding: 2.5rem 2rem;
  }
}
.story-darkback .txt {
  flex: 2;
}

.story-darkback .img {
  flex: 1.25;
  margin-top: -5rem;
}

@media screen and (max-width: 834px) {
  .story-darkback .img {
    margin-top: 0;
  }
}
.story-darkback .img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.story-darkback h3 {
  position: relative;
  margin-left: 6rem;
}

@media screen and (max-width: 480px) {
  .story-darkback h3 {
    margin-left: 4rem;
  }
}
.story-darkback h3::before {
  content: "";
  position: absolute;
  left: -5.8125rem;
  background: url(./images/page/director-icon.png) no-repeat;
  background-size: contain;
  width: 4.375rem;
  height: 4.375rem;
  top: 50%;
  transform: translatey(-50%);
}

@media screen and (max-width: 480px) {
  .story-darkback h3::before {
    left: -4.0625rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.story-darkback .small-hl {
  font-size: 1.92rem;
}

/*吹き出し*/
.bubble-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 2rem;
  margin: clamp(2rem, -2.383rem + 8.51vw, 4rem);
}

@media screen and (max-width: 834px) {
  .bubble-wrap {
    flex-direction: column;
  }
}
.bubble-wrap .img {
  width: 8rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .bubble-wrap .img {
    width: 6.25rem;
    order: 1;
  }
}
.bubble-wrap .bubble {
  background: var(--pink);
  text-align: left;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  position: relative;
  width: calc(100% - 8rem - 2rem);
  margin: 1rem 0;
}

@media screen and (max-width: 834px) {
  .bubble-wrap .bubble {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem;
    order: 0;
  }
}
.bubble-wrap .bubble::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.625rem solid transparent;
  border-right: 0.625rem solid var(--color-main);
  position: absolute;
  top: 50%;
  left: -1.3125rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .bubble-wrap .bubble::before {
    bottom: auto;
    top: 100%;
    left: 50%;
    transform: rotate(-90deg) translateY(-50%);
    text-align: center;
  }
}
.bubble-wrap .bubble::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.625rem solid transparent;
  border-right: 0.625rem solid var(--pink);
  position: absolute;
  top: 50%;
  left: -1.2188rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .bubble-wrap .bubble::after {
    bottom: calc(100% - 1px);
    top: calc(100% - 0.125rem);
    left: 50%;
    transform: rotate(-90deg) translateY(-50%);
  }
}
.bubble-wrap .bubble a {
  text-decoration: underline;
}

/*白吹き出し*/
.bubble-wrap .bubble.bubble-wht {
  background: var(--white);
}

.bubble-wrap .bubble.bubble-wht::before {
  border-right: 0.625rem solid var(--white);
}

.bubble-wrap .bubble.bubble-wht::after {
  border-right: 0.625rem solid var(--white);
}

.point-blue {
  color: var(--blue);
  font-weight: bold;
}

/* ----------------------------------------
   p-related-pages（関連リンク）Figma 4282-401
---------------------------------------- */
.p-related-pages__wrapper {
  padding: 0 4rem 12rem;
}

.p-related-pages {
  background: #ebe8e3;
  border-radius: 1rem;
  padding: 10rem 7rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-related-pages .c-headtxt--round {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.p-related-pages .c-sub-ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  color: var(--white);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-radius: 3rem;
  padding: 0.5rem 2.5rem;
}

.p-related-pages .c-main-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}

.p-child-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.p-child-page__list li a {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-child-page__list li a:hover {
    opacity: 0.7;
  }
}
.p-child-page__list li a::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-accent);
  border-radius: 50%;
  transition: transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-child-page__list li a:hover::after {
    transform: scale(1.5);
  }
}
.p-child-page__img {
  position: relative;
  overflow: hidden;
}

.p-child-page__img img {
  display: block;
}

.p-child-page__txt {
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 2rem;
  font-size: 1.8rem;
  color: var(--color-main);
  line-height: 1.6;
  font-size: 1.8rem;
  flex: 1;
}

@media screen and (max-width: 834px) {
  .p-related-pages__wrapper {
    padding: 0 2rem 6rem;
  }
  .p-related-pages {
    padding: 5rem 2.5rem;
    gap: 3rem;
  }
  .p-related-pages .c-sub-ttl {
    font-size: 1.4rem;
  }
  .p-related-pages .c-main-ttl {
    font-size: 2.4rem;
  }
  .p-child-page__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .p-child-page__list li a {
    border-radius: 0.6rem;
  }
  .p-child-page__txt {
    padding: 1rem 0.8rem;
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/* ----------------------------------------
   よくある質問・99の質問　目次
---------------------------------------- */
/* ── 目次インデックス共通 ── */
.index-wrapper {
  margin: 5rem auto auto auto;
}

/* ── 目次サイドバー（PC sticky） ── */
.qa99 .column-index .u-pc,
.faq .column-index .u-pc {
  position: sticky;
  top: 13rem;
  background-color: #ebe8e3;
  border-radius: 0.625rem;
  padding: 1rem 0.8rem;
  margin: 0;
  z-index: 2;
}

/* ── セレクト（TB/SP） ── */
.qa99 .column-index .u-tb,
.faq .column-index .u-tb {
  margin-inline: auto;
  padding: 0.8rem 1rem;
  width: 80%;
  font-size: 1.4rem;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 0.5rem;
  background: var(--white);
  appearance: auto;
}

/* ── 目次リンク ── */
#faq-toc li a {
  position: relative;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0;
  color: var(--color-main);
  font-size: 1.4rem;
  text-decoration: none;
}

#faq-toc li a::before {
  content: "";
  background: url(./images/common/arrow_anchor.svg) no-repeat center/contain;
  height: 2.4rem;
  width: auto;
  aspect-ratio: 1;
  flex-shrink: 0;
}

#faq-toc li a.active {
  color: var(--color-accent);
  font-weight: 700;
}

/* ── SP ── */
@media screen and (max-width: 834px) {
  .qa99 .column-index,
.faq .column-index {
    position: sticky;
    top: 8rem;
    z-index: 2;
  }
}
/* ======================================
   p-medical（診療について）
====================================== */
.p-medical__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6rem 4rem;
}

.p-medical__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: calc((100% - 8rem) / 3);
}

.p-medical__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  flex-shrink: 0;
}

.p-medical__icon img {
  display: block;
  max-width: 55%;
  max-height: 55%;
  object-fit: contain;
}

.p-medical__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.p-medical__desc {
  line-height: 1.7;
  text-align: center;
}

.p-medical__cta {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .p-medical {
    padding-block: 6rem;
  }
  .p-medical__list {
    gap: 4rem 2rem;
  }
  .p-medical__item {
    gap: 1rem;
    width: 26rem;
  }
  .p-medical__icon {
    width: 12rem;
  }
  .p-medical__name {
    font-size: 1.8rem;
  }
  .p-medical__desc {
    font-size: 1.4rem;
  }
  .p-medical__cta {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p-medical__item {
    width: 100%;
  }
}
/* ======================================
   p-about-philosophy（当院の理念）
====================================== */
.p-about-philosophy__content {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  margin-block-start: 8rem;
}

/* 縦書きテキスト列 */
.p-about-philosophy__vertical {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 1.5rem;
  flex-shrink: 0;
}

.p-about-philosophy__pill {
  writing-mode: vertical-rl;
  white-space: nowrap;
  background: var(--white);
  border-radius: 100vmax;
  padding: 3rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-text);
  letter-spacing: 0.2em;
  line-height: 1;
}

/* 右カラム */
.p-about-philosophy__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-about-philosophy__img {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: 8rem;
}

.p-about-philosophy__img-main {
  width: 55.8%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.p-about-philosophy__img-sub {
  margin: 12rem 0 0 -4rem;
  flex: 1;
}

@media screen and (max-width: 834px) {
  .p-about-philosophy {
    padding-block: 6rem;
  }
  .p-about-philosophy__content {
    flex-direction: column;
    gap: 4rem;
    margin-block-start: 4rem;
  }
  .p-about-philosophy__vertical {
    width: 100%;
    justify-content: center;
    gap: 1rem;
  }
  .p-about-philosophy__pill {
    font-size: 2rem;
    padding: 2rem 1.6rem;
  }
  .p-about-philosophy__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-about-philosophy__img-sub {
    margin: 13.92% 0 0 -4.64%;
  }
}
/* ======================================
   当院が大切にしていること
====================================== */
.p-about-important {
  background: var(--white);
}

.p-about-important__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-bottom: 6rem;
}

.p-about-important__list .c-box:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  .p-about-important__list {
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .p-about-important__list .c-box:nth-child(even) {
    flex-direction: column;
  }
}
/* ======================================
   p-about-message（院長メッセージ）
====================================== */
.p-about-message {
  position: relative;
}

.p-about-message::before {
  content: "";
  width: 1px;
  height: 12rem;
  background: var(--color-accent);
  margin-inline: auto;
  position: absolute;
  inset: -6rem 0 auto;
}

.p-about-message__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-block-end: 8rem;
  text-align: center;
}

.p-about-message__inner {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.p-about-message__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  position: relative;
}

.p-about-message__sig {
  text-align: right;
  font-weight: 700;
}

.p-about-message__photo {
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .p-about-message::before {
    height: 6rem;
    inset: -3rem 0 auto;
  }
  .p-about-message__title {
    font-size: 2rem;
    margin-block-end: 3rem;
  }
  .p-about-message__inner {
    flex-direction: column;
    gap: 3rem;
  }
  .p-about-message__body {
    gap: 2rem;
  }
  .p-about-message__photo {
    width: 60%;
    margin-inline: auto;
  }
}
/* ======================================
   p-numbers-value（当院の魅力）
====================================== */
.p-numbers-value {
  background: var(--white);
}

.p-numbers-value__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-bottom: 6rem;
}

.p-numbers-value__list .c-box:nth-child(even) {
  flex-direction: row-reverse;
}

.p-numbers-value__cta {
  display: flex;
  justify-content: center;
}

.p-numbers-value__btn {
  width: 48rem;
  height: 10rem;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .p-numbers-value__list {
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .p-numbers-value__list .c-box:nth-child(even) {
    flex-direction: column;
  }
  .p-numbers-value__btn {
    width: 100%;
    max-width: 48rem;
    height: auto;
    padding: 2rem 2rem 2rem 4rem;
  }
}
/* ======================================
   p-numbers-environment（はたらく環境）
====================================== */
.p-numbers-environment__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
  margin-bottom: 6rem;
}

.p-numbers-environment__card {
  background: var(--white);
  padding: 4rem 3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.p-numbers-environment__card--sm {
  grid-column: span 2;
}

.p-numbers-environment__card--lg {
  grid-column: span 3;
}

.p-numbers-environment__card-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-numbers-environment__card-title::after {
  content: "";
  background-color: var(--color-accent);
  height: 1px;
  width: 4rem;
}

.p-numbers-environment__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  width: 100%;
}

.p-numbers-environment__card-img {
  text-align: center;
}

.p-numbers-environment__schedule {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-numbers-environment__schedule-row {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.p-numbers-environment__schedule-day {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-accent);
  line-height: 1.5;
}

.p-numbers-environment__schedule-time {
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--color-main);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-numbers-environment__schedule-time .l {
  font-size: 4rem;
}

.p-numbers-environment__holiday li {
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-main);
  line-height: 1.7;
}

.p-numbers-environment__holiday li::before {
  content: "●";
  color: var(--color-accent);
  margin-right: 0.5em;
}

.p-numbers-environment__note {
  font-size: 1.4rem;
  line-height: 1.7;
  padding-top: 2rem;
  border-top: 1px solid var(--color-main);
  width: 100%;
}

.p-numbers-environment__staff-count {
  color: var(--color-main);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 0.3rem;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.p-numbers-environment__staff-num {
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 7.2rem;
}

.p-numbers-environment__staff-count small {
  font-size: 1.8rem;
  margin-top: 0.5rem;
  width: 100%;
}

.p-numbers-environment__roles {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 36rem;
  max-width: 100%;
}

.p-numbers-environment__role-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-numbers-environment__role-name {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-main);
}

.p-numbers-environment__role-count {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-main);
  line-height: 1;
}

.p-numbers-environment__role-count span {
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
}

.p-numbers-environment__area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 0.5rem 2rem;
}

.p-numbers-environment__area-list li {
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-main);
  line-height: 1.7;
}

.p-numbers-environment__area-list li::before {
  content: "●";
  color: var(--color-accent);
  margin-right: 0.4em;
}

.p-numbers-environment__cta {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .p-numbers-environment__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    margin-inline: auto;
    max-width: 56rem;
  }
  .p-numbers-environment__card--sm,
.p-numbers-environment__card--lg {
    grid-column: span 1;
  }
  .p-numbers-environment__card {
    padding: 3rem 2rem;
  }
  .p-numbers-environment__card-title {
    font-size: 1.8rem;
  }
  .p-numbers-environment__schedule-time {
    font-size: 1.8rem;
  }
  .p-numbers-environment__staff-num {
    font-size: 5.6rem;
  }
  .p-numbers-environment__role-count {
    font-size: 2.4rem;
  }
  .p-numbers-environment__role-name {
    font-size: 1.8rem;
  }
  .p-numbers-environment__schedule-day {
    font-size: 1.4rem;
  }
  .p-numbers-environment__schedule-time .l {
    font-size: 3.2rem;
  }
  .p-numbers-environment__holiday,
.p-numbers-environment__area-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 0.5rem 1.5rem;
  }
  .p-numbers-environment__holiday li,
.p-numbers-environment__area-list li {
    font-size: 1.8rem;
  }
  .p-numbers-environment__card-img img {
    width: 60%;
  }
}
/* ======================================
   p-important-important（当院の魅力）
====================================== */
.p-important-important__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-bottom: 6rem;
}

.p-important-important__list .c-box:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  .p-important-important__list {
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .p-important-important__list .c-box:nth-child(even) {
    flex-direction: column;
  }
}
/* ======================================
   p-flow-steps（採用フロー）
====================================== */
/* 矢印を::afterで実装（最後以外） */
.p-flow-steps__item {
  position: relative;
  padding-bottom: 9rem;
}

.p-flow-steps__item:last-child {
  padding-bottom: 0;
}

.p-flow-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.4rem;
  height: 3.8rem;
  background: var(--color-main);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-flow-steps__card {
  background: var(--white);
  border-radius: 1rem;
  padding: 6rem 8rem;
}

.p-flow-steps__inner {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}

.p-flow-steps__img {
  flex-shrink: 0;
  width: 36rem;
}

.p-flow-steps__img img {
  display: block;
}

.p-flow-steps__body {
  flex: 1;
}

.p-flow-steps__text small {
  font-size: 1.4rem;
}

.p-flow-steps__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-flow-steps__detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.p-flow-steps__detail-title {
  color: var(--color-main);
  font-weight: 700;
}

.p-flow-steps__detail-title::before {
  content: "●";
  display: inline-block;
  color: var(--color-accent);
  margin-right: 0.5rem;
}

.p-flow-steps__note {
  padding-top: 2rem;
  border-top: 1px solid var(--color-main);
}

@media screen and (max-width: 834px) {
  .p-flow-steps__item {
    padding-bottom: 5rem;
  }
  .p-flow-steps__item:not(:last-child)::after {
    width: 4rem;
    height: 2rem;
    bottom: 1.5rem;
  }
  .p-flow-steps__card {
    padding: 4rem 2.4rem;
  }
  .p-flow-steps__inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .p-flow-steps__body {
    order: 1;
  }
  .p-flow-steps__img {
    order: 2;
    width: 80%;
  }
  .p-flow-steps__img img {
    margin-inline: auto;
  }
}
.profile-profile {
  position: relative;
  z-index: 1;
}

.profile-profile__content {
  display: flex;
  gap: clamp(1.875rem, 0.455rem + 6.061vw, 5rem);
  align-items: center;
  margin-inline: 5%;
}

@media screen and (max-width: 834px) {
  .profile-profile__content {
    flex-direction: column;
    margin-inline: 0;
  }
}
.profile-profile__img {
  flex-shrink: 0;
}

.profile-profile__img img {
  width: 25rem;
  height: auto;
  aspect-ratio: 400/533;
}

.profile-profile__list_01,
.profile-profile__list_02 {
  line-height: 1.7;
}

.profile-profile__list_01 dt,
.profile-profile__list_02 dt {
  color: var(--blue);
  padding-inline-start: 1.3em;
  position: relative;
}

.profile-profile__list_01 dt:before,
.profile-profile__list_02 dt:before {
  content: "●";
  color: var(--color-main);
  position: absolute;
  inset-inline-start: 0;
}

.profile-profile__list_01 {
  flex: 1;
}

.profile-profile dd {
  margin: 0;
}

@media screen and (max-width: 834px) {
  .profile-profile__img {
    max-width: 40%;
    min-width: 9.375rem;
    margin-inline: auto;
  }
}
.profile-profile__list_01 dl {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media screen and (max-width: 834px) {
  .profile-profile__list_01 dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem;
  }
}
.profile-profile__list_01 dl > div {
  display: flex;
}

@media screen and (max-width: 834px) {
  .profile-profile__list_01 dl > div {
    flex-direction: column;
    gap: 0.3125rem;
    border-block-end: 1px solid #bdccd3;
    padding-block-end: 0.9375rem;
  }
}
.profile-profile__list_01 dt {
  flex-shrink: 0;
  width: 12.5rem;
}

@media screen and (max-width: 834px) {
  .profile-profile__list_01 dt {
    padding-inline-end: 0;
    width: 100%;
  }
}
.profile-profile__list dd {
  flex: 1;
  margin: 0;
}

.profile-profile__list_02 {
  margin-block-start: clamp(2.5rem, 1.364rem + 4.848vw, 5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.33%;
}

@media screen and (max-width: 834px) {
  .profile-profile__list_02 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.profile-profile__list_02 > div {
  background: url(./images/common/bg_wood.webp) no-repeat top center/cover;
  padding: clamp(1.875rem, 1.591rem + 1.212vw, 2.5rem) clamp(1.25rem, 0.682rem + 2.424vw, 2.5rem);
  border: 0.125rem solid #e4dedc;
}

.profile-profile__list_02 > div:last-child img {
  display: block;
  margin-inline: auto;
  height: auto;
}

@media screen and (min-width: 835px) {
  .profile-profile__list_02 > div:last-child {
    grid-area: 5/1/6/3;
  }
  .profile-profile__list_02 > div:last-child img {
    aspect-ratio: 1094/167;
    width: 68.375rem;
    margin-block-start: 1.875rem;
  }
}
@media screen and (max-width: 834px) {
  .profile-profile__list_02 > div:last-child img {
    aspect-ratio: 469/386;
    width: 29.3125rem;
  }
}
.profile-profile__list_02 dt {
  margin-block-end: 0.9375rem;
}

.profile-profile__catch {
  margin-block-start: clamp(3.75rem, 2.045rem + 7.273vw, 7.5rem);
  line-height: 1.7;
  text-align: center;
  position: relative;
}

.profile-profile__catch::before,
.profile-profile__catch::after {
  content: "";
  background: url(./images/common/pic_palmtree.svg) no-repeat center/contain;
  aspect-ratio: 134/255;
  width: fit-content;
  max-width: 11.5%;
  height: 15.9375rem;
  margin-block: auto;
  position: absolute;
}

.profile-profile__catch::before {
  inset: 0 auto 0 0;
}

.profile-profile__catch::after {
  inset: 0 0 0 auto;
  scale: -1 1;
}

.profile-profile__catch-head {
  color: var(--blue);
  font-weight: 700;
  font-size: 2rem;
}

.profile-profile__catch-txt {
  font-size: 3.2rem;
}

.profile-profile__catch-txt mark {
  font-weight: 500;
}

/* スタッフから見た院長 */
.profile-staffcomment {
  margin-block-start: -7.5rem;
  padding-block: 16.25rem 21.875rem;
}

@media screen and (max-width: 834px) {
  .profile-staffcomment {
    margin-block-start: -3.75rem;
    padding-block: 9rem 5rem;
  }
}
.profile-staffcomment__inner {
  max-width: 59.375rem;
}

.profile-staffcomment__sec {
  position: relative;
}

.profile-staffcomment__sec + .profile-staffcomment__sec {
  margin-block-start: 7.5rem;
}

@media screen and (max-width: 834px) {
  .profile-staffcomment__sec + .profile-staffcomment__sec {
    margin-block-start: 3.75rem;
  }
}
.profile-staffcomment__sec h3 {
  color: var(--blue);
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  position: absolute;
  inset: 5rem auto auto 0;
  width: 46%;
  z-index: 0;
}

.profile-staffcomment__sec:nth-of-type(2) h3 {
  inset: 5rem 0 auto auto;
}

.profile-staffcomment__sec h3::before {
  content: "";
  mask: url(./images/common/ttl_line.svg) no-repeat center/contain;
  background-color: var(--white);
  aspect-ratio: 66/38;
  width: fit-content;
  height: 9.5625rem;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .profile-staffcomment__sec h3 {
    margin-block-end: 1.875rem;
    position: relative;
    width: 100%;
    inset: auto !important;
  }
  .profile-staffcomment__sec h3::before {
    height: 4.6875rem;
  }
}
.profile-staffcomment__letters {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-staffcomment__letter:nth-child(odd),
.profile-staffcomment__sec:nth-of-type(2) .profile-staffcomment__letter:nth-child(even) {
  align-self: flex-end;
  margin-inline: -2.5rem 0;
}

.profile-staffcomment__letter:nth-child(even),
.profile-staffcomment__sec:nth-of-type(2) .profile-staffcomment__letter:nth-child(odd) {
  align-self: flex-start;
  margin-inline: 0 -2.5rem;
}

.profile-staffcomment__letter:not(:first-child) {
  margin-block-start: -7.1875rem;
}

@media screen and (max-width: 834px) {
  .profile-staffcomment__letter {
    margin-inline: 0 !important;
    max-width: 95%;
  }
  .profile-staffcomment__letter:not(:first-child) {
    margin-block-start: -2.5rem;
  }
}
.profile-staffcomment__letter img {
  aspect-ratio: 1030/622;
  width: 32.1875rem;
  height: auto;
}

.profile-staffcomment__img {
  text-align: center;
  position: absolute;
  inset: auto auto 0 0;
  width: 46%;
}

@media screen and (max-width: 834px) {
  .profile-staffcomment__img {
    text-align: left;
    position: static;
    width: auto;
  }
  .profile-staffcomment__sec:nth-of-type(2) .profile-staffcomment__img {
    text-align: right;
  }
}
.profile-staffcomment__img img {
  aspect-ratio: 315/190;
  width: 19.6875rem;
  height: auto;
}

@media screen and (max-width: 834px) {
  .profile-staffcomment__img img {
    width: 9.375rem;
  }
}
.profile-staffcomment__sec:nth-of-type(2) .profile-staffcomment__img {
  inset: auto 0 0 auto;
}

/* 院長これまでストーリー */
.profile-story__sec + .profile-story__sec {
  margin-block-start: 3.75rem;
}

@media screen and (min-width: 835px) {
  .profile-story__sec h3,
.profile-story__sec h3 + p {
    padding-inline-start: 6.25rem;
    position: relative;
  }
  .profile-story__sec h3::before {
    content: "";
    background-color: var(--blue);
    height: 1px;
    width: 4.375rem;
    position: absolute;
    inset: 1em auto auto 0;
  }
  .profile-story__sec .txt {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .profile-story__sec + .profile-story__sec {
    margin-block-start: 2.5rem;
  }
}
/* ======================================
   p-profile-director（院長プロフィール）
====================================== */
/* ── プロフィール写真 + データ ── */
.p-profile-director__intro {
  display: flex;
  gap: 8rem;
  align-items: flex-start;
  margin-block-start: 8rem;
}

.p-profile-director__photos {
  width: 52rem;
  flex-shrink: 0;
}

.p-profile-director__photo {
  display: block;
  margin: 0;
}

.p-profile-director__photo--main {
  width: 42rem;
}

.p-profile-director__photo--sub {
  width: 24rem;
  margin-left: auto;
  margin-top: -2.5rem;
}

.p-profile-director__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 1rem;
}

.p-profile-director__data {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0;
}

.p-profile-director__data-item--full {
  grid-column: 1/-1;
}

.p-profile-director__data-label {
  margin-bottom: 0.5rem;
}

.p-profile-director__data-label,
.p-profile-director__card-label {
  color: var(--color-main);
  font-weight: 700;
}

.p-profile-director__data-label::before,
.p-profile-director__card-label::before {
  content: "●";
  display: inline-block;
  color: var(--color-accent);
  margin-right: 0.5rem;
}

.p-profile-director__data-value {
  padding-inline-start: 2.3rem;
}

/* ── 略歴・資格・所属カード ── */
.p-profile-director__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-block-start: 8rem;
}

.p-profile-director__card {
  background: var(--white);
  border-radius: 1rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-profile-director__card-cols {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

/* ── 実は私… ── */
.p-profile-director__trivia {
  margin-block-start: 8rem;
}

.p-profile-director__trivia-content {
  display: flex;
  gap: 8rem;
}

.p-profile-director__trivia-photo {
  flex-shrink: 0;
  width: 38rem;
}

.p-profile-director__trivia-right {
  position: relative;
}

.p-profile-director__trivia-heading {
  position: absolute;
  inset: -3.4rem auto auto -2.7rem;
  z-index: 1;
}

.p-profile-director__trivia-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-profile-director__trivia-card {
  background: #ebe8e3;
  border-radius: 1rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: visible;
}

.p-profile-director__trivia-card::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 3rem;
  background: #ebe8e3;
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
}

.p-profile-director__trivia-lead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-profile-director__trivia-keyword {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  border: 2px solid #D5D5D5;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-main);
  line-height: 1.7;
}

.p-profile-director__trivia-particle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-profile-director__trivia-accent {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  border: 2px solid #D5D5D5;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-accent);
  line-height: 1.7;
}

.p-profile-director__trivia-card--alt .p-profile-director__trivia-keyword,
.p-profile-director__trivia-card--alt .p-profile-director__trivia-accent {
  background: var(--color-base);
}

.p-profile-director__trivia-text {
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  .p-profile-director__intro {
    flex-direction: column;
    gap: 3rem;
    margin-block-start: 4rem;
  }
  .p-profile-director__photos {
    width: 100%;
  }
  .p-profile-director__photo--main {
    width: 74%;
  }
  .p-profile-director__photo--sub {
    width: 52%;
    margin-top: -2.5rem;
  }
  .p-profile-director__data {
    grid-template-columns: 1fr;
  }
  .p-profile-director__data-item--full {
    grid-column: 1;
  }
  .p-profile-director__data-item:nth-child(1) {
    order: 1;
  }
  .p-profile-director__data-item:nth-child(2) {
    order: 4;
  }
  .p-profile-director__data-item:nth-child(3) {
    order: 2;
  }
  .p-profile-director__data-item:nth-child(4) {
    order: 5;
  }
  .p-profile-director__data-item:nth-child(5) {
    order: 3;
  }
  .p-profile-director__data-item:nth-child(6) {
    order: 6;
  }
  .p-profile-director__data-item:nth-child(7) {
    order: 8;
  }
  .p-profile-director__data-item:nth-child(8) {
    order: 7;
  }
  .p-profile-director__data-item:nth-child(9) {
    order: 9;
  }
  .p-profile-director__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-block-start: 4rem;
  }
  .p-profile-director__card {
    padding: 2.5rem;
  }
  .p-profile-director__card-cols {
    flex-direction: column;
    gap: 0;
  }
  .p-profile-director__trivia {
    margin-block-start: 4rem;
  }
  .p-profile-director__trivia-content {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .p-profile-director__trivia-photo {
    width: fit-content;
  }
  .p-profile-director__trivia-photo img {
    border-radius: 100%;
    width: 12rem;
    height: auto;
    aspect-ratio: 1;
    object-position: 0% 25%;
    object-fit: cover;
  }
  .p-profile-director__trivia-card {
    padding: 2.5rem;
  }
  .p-profile-director__trivia-card::before {
    display: none;
  }
  .p-profile-director__trivia-heading {
    position: absolute;
    inset: -3.2rem auto auto -1rem;
    z-index: 1;
  }
  .p-profile-director__trivia-heading img {
    width: 12rem;
  }
  .p-profile-director__trivia-keyword,
.p-profile-director__trivia-accent {
    font-size: 2rem;
  }
  .p-profile-director__trivia-particle {
    font-size: 1.6rem;
  }
}
/* ======================================
   p-profile-history（院長ヒストリー）
====================================== */
.p-profile-history {
  background-color: var(--white);
}

.p-profile-history__list {
  list-style: none;
  padding: 0;
  margin: 8rem 0 0;
  position: relative;
}

.p-profile-history__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.6rem;
  bottom: 0;
  width: 1px;
  background: var(--color-accent);
}

.p-profile-history__item {
  position: relative;
  padding-left: 16rem;
  padding-bottom: 8rem;
}

.p-profile-history__item:last-child {
  padding-bottom: 0;
}

.p-profile-history__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(90deg, #002395 50%, #ED2939 50.01%);
  transform: translateX(-50%);
  z-index: 1;
}

.p-profile-history__title {
  margin-block-end: 2rem;
}

@media screen and (max-width: 834px) {
  .p-profile-history__list {
    margin-block-start: 4rem;
  }
  .p-profile-history__list::before {
    top: 1.4rem;
    bottom: 1.4rem;
  }
  .p-profile-history__item {
    padding-left: 3rem;
    padding-bottom: 4rem;
  }
  .p-profile-history__item::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.6rem;
  }
}
/* ======================================
   p-reason（当院が選ばれる理由）
====================================== */
.p-reason {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

/* ── 各理由アイテム ── */
.p-reason__inner {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}

.p-reason__item--reverse .p-reason__inner {
  flex-direction: row-reverse;
}

.p-reason__item--reverse .p-reason__img {
  margin-inline: calc(50% - 50vw) 0;
}

.p-reason__item--reverse .p-reason__img img {
  border-radius: 0 1rem 1rem 0;
}

/* ── 縦書きタイトル列 ── */
.p-reason__title-col {
  flex: 0 0 16.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.p-reason__ttl-vrt {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 1.5rem;
  margin: 0;
}

.p-reason__ttl-text {
  writing-mode: vertical-rl;
  white-space: nowrap;
  background: var(--white);
  border-radius: 100vmax;
  padding: 3rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-text);
  letter-spacing: 0.2em;
  line-height: 1;
}

/* ── コンテンツ列 ── */
.p-reason__content {
  flex: 0 0 48rem;
  padding: 16rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

/* ── 画像列（1200 - 167 - 480 - 80×2 = 393px） ── */
.p-reason__img {
  flex: 1;
  margin: 7rem 0 0;
  margin-inline: 0 calc(50% - 50vw);
}

.p-reason__img img {
  display: block;
  border-radius: 1rem 0 0 1rem;
  width: 100%;
}

/* ── CTA セクション ── */
.p-reason-message {
  margin-top: 10rem;
}

/* ── SP ── */
@media screen and (max-width: 834px) {
  .p-reason {
    gap: 6rem;
  }
  .p-reason__inner,
.p-reason__item--reverse .p-reason__inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .p-reason__title-col {
    flex: none;
    gap: 1.6rem;
    align-items: normal;
    width: 100%;
  }
  .p-reason__ttl-vrt {
    flex-direction: column;
    gap: 1rem;
  }
  .p-reason__ttl-text {
    writing-mode: horizontal-tb;
    font-size: 2rem;
    line-height: 1.4;
    padding: 1rem 2rem;
  }
  .p-reason__content {
    flex: none;
    width: 100%;
    padding-top: 0;
    gap: 2.5rem;
  }
  .p-reason__img,
.p-reason__item--reverse .p-reason__img {
    flex: none;
    width: 80%;
    margin: 0;
  }
  .p-reason__img img,
.p-reason__item--reverse .p-reason__img img {
    border-radius: 1rem;
  }
  .p-reason-message {
    margin-top: 4rem;
  }
}
/* ======================================
   p-welfare-card（共通カードコンポーネント）
====================================== */
/* Type B: 横並び（circle 左 + テキスト右） */
.p-welfare-card--horizontal {
  background: var(--white);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 4rem;
  gap: 4rem;
}

.p-welfare-card--horizontal .p-welfare-card__circle {
  flex-shrink: 0;
  width: fit-content;
  margin-left: -12rem;
}

/* Type C: 縦並び（circle 上中央 + テキスト下） */
.p-welfare-card--vertical {
  position: relative;
  padding-block-start: 8rem;
}

.p-welfare-card--vertical .p-welfare-card__ttl {
  text-align: center;
}

.p-welfare-card--vertical .p-welfare-card__circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}

.p-welfare-card--vertical .p-welfare-card__circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-welfare-card--vertical .p-welfare-card__body {
  background: var(--white);
  border-radius: 1rem;
  padding: 10rem 4rem 4rem;
}

.p-welfare-card__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--color-main);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.p-welfare-card__list {
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.p-welfare-card__list li {
  line-height: 1.7;
  padding-inline-start: 1.6rem;
  position: relative;
}

.p-welfare-card__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ======================================
   p-welfare-insurance（安心の保険・制度）
====================================== */
.p-welfare-insurance__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 12rem;
  padding-left: 8rem;
}

/* ======================================
   p-welfare-career（教育・キャリア支援）
====================================== */
.p-welfare-career__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 12rem;
  padding-left: 8rem;
}

/* ======================================
   p-welfare-split（ワークライフバランス ＋ 働くあなたをサポート）
====================================== */
.p-welfare-split__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}

.p-welfare-wlb {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
}

.p-welfare-wlb__cards {
  display: flex;
  flex-direction: column;
}

.p-welfare-support {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
}

.p-welfare-split__inner .p-welfare-card--vertical {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.p-welfare-split__inner .p-welfare-card--vertical .p-welfare-card__body {
  flex: 1;
}

.p-welfare-support__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

/* ======================================
   レスポンシブ
====================================== */
@media screen and (max-width: 834px) {
  .p-welfare-insurance__cards,
.p-welfare-career__cards {
    grid-template-columns: 1fr;
    padding-left: 0;
    column-gap: 0;
  }
  .p-welfare-insurance__cards {
    gap: 3rem;
  }
  .p-welfare-card--horizontal {
    display: block;
    position: relative;
    padding: 6rem 0 0;
    background: none;
    border-radius: 0;
  }
  .p-welfare-card__ttl {
    font-size: 1.8rem;
  }
  .p-welfare-card--horizontal .p-welfare-card__circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
  }
  .p-welfare-card--horizontal .p-welfare-card__circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-welfare-card--horizontal .p-welfare-card__body {
    background: var(--white);
    border-radius: 1rem;
    padding: 8rem 2.5rem 3rem;
  }
  .p-welfare-card--horizontal .p-welfare-card__ttl {
    text-align: center;
  }
  .p-welfare-card--vertical {
    padding-block-start: 6rem;
  }
  .p-welfare-card--vertical .p-welfare-card__circle {
    width: 12rem;
    height: 12rem;
  }
  .p-welfare-card--vertical .p-welfare-card__body {
    padding: 8rem 2.5rem 3rem;
  }
  .p-welfare-split__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-welfare-wlb,
.p-welfare-support {
    flex: unset;
    width: 100%;
  }
  .p-welfare-support__cards {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
/* ======================================
   p-gallery-exterior（院内ギャラリー）
====================================== */
.p-gallery__lead {
  text-align: center;
  margin-block-end: 4rem;
}

.p-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.p-gallery__grid img {
  display: block;
  width: 80rem;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .p-gallery__lead {
    text-align: left;
  }
  .p-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
/* ======================================
   p-faq（院長に聞く99の質問）
====================================== */
/* ── 2カラムレイアウト ── */
.faq-wrapper {
  gap: 0 4.8rem;
}

/* ── 目次インデックス共通 ── */
.index-wrapper {
  margin: 5rem auto auto auto;
}

/* ── QA セクション ── */
.faq section + section {
  margin-top: 8rem;
}

/* ── QA セクション見出し ── */
.faq section > h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-block-end: 1rem;
  margin-block-end: 1.5rem;
  border-bottom: 1px solid var(--color-main);
}
.faq section > h2::first-letter {
  color: var(--color-accent);
}

.faq section > h3 {
  background-color: var(--white);
  border-radius: 100vw;
  padding: 0.8rem 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-top: 5rem;
  width: fit-content;
  letter-spacing: 0.05em;
}

/* ── QAアイテム ── */
.faq .qa-item {
  margin-top: 5rem;
}

.faq .qa-item h4 {
  color: var(--color-main);
  font-weight: 700;
  font-size: 2.8rem;
  margin-block-end: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* ── SP ── */
@media screen and (max-width: 834px) {
  .index-wrapper {
    margin: 0;
  }
  .faq .column-content {
    margin-block-start: 4rem;
  }
  .faq section + section {
    margin-top: 6rem;
  }
  .faq section > h2 {
    font-size: 2rem;
  }
  .faq section > h3 {
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .faq .qa-item {
    margin-top: 4rem;
  }
  .faq .qa-item h4 {
    font-size: 1.6rem;
  }
}
/* ======================================
   p-qa99（院長に聞く99の質問）
====================================== */
/* ── 2カラムレイアウト ── */
.qa99-wrapper {
  gap: 0 4.8rem;
  counter-reset: qa99;
}

/* ── QA セクション ── */
.qa99 section + section {
  margin-top: 8rem;
}

/* ── QA セクション見出し ── */
.qa99 section > h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-block-end: 1rem;
  margin-block-end: 1.5rem;
  border-bottom: 1px solid var(--color-main);
}
.qa99 section > h2::first-letter {
  color: var(--color-accent);
}

/* ── QAアイテム ── */
.qa99 .qa-item {
  margin-top: 5rem;
  counter-increment: qa99;
}

.qa99 .qa-item h3 {
  color: var(--color-main);
  font-weight: 700;
  font-size: 2.8rem;
  margin-block-end: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.qa99 .qa-item h3::before {
  content: "Q" counter(qa99) ".";
  display: inline-block;
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 500;
  color: var(--color-main);
  letter-spacing: 0;
  margin-right: 0.6rem;
}

/* ── SP ── */
@media screen and (max-width: 834px) {
  .index-wrapper {
    margin: 0;
  }
  .qa99 .column-content {
    margin-block-start: 4rem;
  }
  .qa99 section + section {
    margin-top: 6rem;
  }
  .qa99 section > h2 {
    font-size: 2rem;
  }
  .qa99 .qa-item {
    margin-top: 4rem;
  }
  .qa99 .qa-item h3 {
    font-size: 1.6rem;
  }
}
.matching {
  background-color: var(--white);
}

.matching_lead {
  margin-bottom: 8rem;
}
@media screen and (min-width: 835px) {
  .matching_lead {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .matching_lead {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.matching form h3 {
  flex: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 3.2rem;
}

.matching form > div[id^=question_] + div[id^=question_] {
  margin-top: 4.8rem;
}

.matching form > div .q_wrap > div {
  transition: all 0.3s ease-in-out;
}

.matching form > div .q_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

@media screen and (max-width: 1280px) {
  .matching form > div .q_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .matching form > div .q_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.matching form > div .q_wrap > div label {
  display: block;
  height: 6rem;
  padding: 0 2.4rem;
  line-height: 6rem;
  background: #f4f4f2;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .matching form > div .q_wrap > div label {
    padding: 0 1.6rem;
  }
}
.matching form > div .q_wrap > div label input {
  appearance: auto;
  margin-right: 1.6rem;
}

.matching form button#resultbtn {
  display: flex;
  margin: 8rem auto 0;
}
@media screen and (max-width: 834px) {
  .matching form button#resultbtn {
    margin-top: 3rem;
  }
}

.matching form div.resource {
  background: #f4f4f2;
  padding: clamp(4rem, 2.2464rem + 2.13vw, 4.8rem);
  margin-top: 5rem;
  border-radius: 1rem;
}

.matching form div.resource p#goukei {
  color: var(--color-main);
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 0 0 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .matching form div.resource p#goukei {
    font-size: 1.6rem;
  }
}
.matching form div.resource p#goukei span {
  font-size: 4.8rem;
}

.matching form div.resource .c-btn-wrapper {
  justify-content: center;
}

.matching form div.resource .c-btn-box {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

@media screen and (max-width: 480px) {
  .matching form div.resource .main-btn {
    flex-direction: column;
  }
}
.matching form div.resource .main-btn:nth-of-type(2) {
  margin-top: 0;
}

.matching form div.resource .main-btn a {
  width: 31rem;
}

@media screen and (max-width: 834px) {
  .matching form div.resource .main-btn a {
    width: 100%;
  }
}
.matching form div.resource .main-btn a:hover {
  opacity: 0.7;
}

#acMenu dt {
  display: block;
  width: 20rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  cursor: pointer;
}

#acMenu dd {
  background: #f2f2f2;
  width: 20rem;
  text-align: center;
  display: none;
}

.mach_txt,
.resource {
  display: none;
}

.error_txt {
  display: none;
  color: #f00;
}

.matching_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

/*見学*/
.visitor-visit .l-row__txtimg {
  align-items: center;
}

@media screen and (min-width: 835px) {
  .visitor-visit .l-row__txtimg .img {
    order: -1;
  }
}
.visitor-visit__list {
  margin-block-start: clamp(2.5rem, 1.364rem + 4.848vw, 5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.33%;
}

@media screen and (max-width: 834px) {
  .visitor-visit__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.visitor-visit__list > div {
  background: #e7f9fc;
  padding: clamp(1.875rem, 1.591rem + 1.212vw, 2.5rem) clamp(1.25rem, 0.682rem + 2.424vw, 2.5rem);
  position: relative;
}

.visitor-visit__list > div::before {
  content: "";
  border: 1px solid var(--color-main);
  position: absolute;
  inset: 0.5rem;
}

@media screen and (min-width: 835px) {
  .visitor-visit__list > div:last-child {
    grid-area: 2/1/3/3;
  }
}
.visitor-visit__list dt {
  color: var(--blue);
  padding-inline-start: 1.3em;
  position: relative;
  margin-block-end: 0.9375rem;
}

.visitor-visit__list dt:before {
  content: "●";
  color: var(--color-main);
  position: absolute;
  inset-inline-start: 0;
}

.visitor-visit__list dd {
  margin-block-end: 0;
}

.visitor-visit__list .head {
  font-size: 1.8rem;
  font-weight: 700;
}

/*採用までの流れ*/
.visitor-flow {
  padding-block-end: 14.375rem;
}

@media screen and (max-width: 834px) {
  .visitor-flow {
    padding-block-end: 5rem;
  }
}
.visitor-flow::after {
  content: "";
  mask: url(./images/common/frame_beach.svg) no-repeat center bottom/100% 100%;
  background-color: var(--white);
  width: 100%;
  height: auto;
  aspect-ratio: 144/17;
  position: absolute;
  inset: auto 0 -1px;
}

.visitor-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  counter-reset: number 0;
}

@media screen and (max-width: 834px) {
  .visitor-flow__steps {
    gap: 5rem;
  }
}
.visitor-flow__step {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 834px) {
  .visitor-flow__step {
    flex-direction: column;
    gap: 1.25rem;
    margin-block-start: 1.25rem;
  }
}
.visitor-flow__step + *::before {
  content: "";
  background: url(./images/common/arrow_paint.webp) no-repeat center/contain;
  aspect-ratio: 1;
  width: 3.75rem;
  height: auto;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 calc(100% + 1.875rem);
  rotate: 45deg;
}

@media screen and (max-width: 834px) {
  .visitor-flow__step + *::before {
    width: 1.875rem;
    inset-block-end: calc(100% + 3.125rem);
  }
}
.visitor-flow__step-head {
  color: var(--blue);
  flex-shrink: 0;
  font-weight: 900;
  font-size: 2.8rem;
  width: 24%;
  position: relative;
}

@media screen and (max-width: 834px) {
  .visitor-flow__step-head {
    width: fit-content;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .visitor-flow__step-head::before {
    font-size: 1.8rem;
    padding-block-start: 0.9375rem;
    width: 5rem;
    inset: auto auto calc(100% - 0.9375rem) -3.75rem;
  }
}
.visitor-flow__step-txt {
  flex: 1;
}

@media screen and (min-width: 835px) {
  .visitor-flow__step-txt {
    padding: 1.25rem 0 1.25rem 2.5rem;
    border-inline-start: 1px solid var(--blue);
  }
}
.visitor-flow__step .c-btn-box {
  justify-content: normal;
  margin-block-start: 1.25rem;
}

/* Webカジュアル面談 */
.online-section {
  padding-block: 1.875rem 20.625rem;
}

@media screen and (max-width: 834px) {
  .online-section {
    padding-block: 1.875rem 10rem;
  }
}
/* 見学申し込みフォーム */
.entry-tel .tel {
  font-size: 3.2rem;
  font-family: "Futura", "Josefin Sans", sans-serif;
}

.entry-tel .c-lead {
  margin-top: 0;
}

.entry-tel .tel a {
  color: var(--color-accent);
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  .entry-tel .tel {
    font-size: 2rem;
  }
}
.entry-form button,
.entry-form input,
.entry-form optgroup,
.entry-form select,
.entry-form textarea {
  appearance: auto;
}
.entry-form input[type=text],
.entry-form input[type=email],
.entry-form input[type=url],
.entry-form input[type=password],
.entry-form input[type=number],
.entry-form input[type=tel],
.entry-form input[type=date],
.entry-form select,
.entry-form textarea {
  background-color: #fff;
  border: 1px solid var(--color-main);
  padding: 0.5rem 0.75rem;
}
.entry-form input[type=text],
.entry-form input[type=email],
.entry-form input[type=url],
.entry-form input[type=password],
.entry-form input[type=number],
.entry-form input[type=tel],
.entry-form textarea {
  width: 100%;
}

.entry-form::before {
  content: "";
  mask: url(./images/common/frame_beach.svg) no-repeat center bottom/100% 100%;
  background-color: var(--white);
  width: 100%;
  height: auto;
  aspect-ratio: 144/17;
  position: absolute;
  inset: auto 0 -1px;
}

.entry-form-wrapper {
  padding-block-start: 1.875rem;
}

@media screen and (max-width: 834px) {
  .entry-form-wrapper {
    padding-block-start: 1.875rem;
  }
}
.contact .tel a {
  font-size: 2rem;
  text-decoration: underline;
}

.mail-contact-section form p {
  margin: 1em 0 1.5em 0;
}

.newgraduate_reason {
  position: relative;
  z-index: 1;
}

.newgraduate_reason .c-headtxt--round {
  margin-block-end: 5rem;
}

@media screen and (max-width: 834px) {
  .newgraduate_reason .c-headtxt--round {
    margin-block-end: 2.5rem;
  }
}
.newgraduate_reason .c-headtxt--round .mainttl {
  font-size: 4rem;
}

.newgraduate_reason__items {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  counter-reset: number 0;
}

@media screen and (max-width: 834px) {
  .newgraduate_reason__items {
    gap: 2.5rem;
  }
}
.newgraduate_reason__item .c-btn-box--more,
.newgraduate_about .c-btn-box--more,
.newgraduate_work .c-btn-box--more {
  margin-block-start: 2.5rem;
  justify-content: normal;
}

@media screen and (min-width: 835px) {
  .newgraduate_reason__item:nth-child(even) .img,
.newgraduate_about .img {
    order: -1;
  }
}
@media screen and (max-width: 834px) {
  .newgraduate_reason__item {
    gap: 0;
  }
}
.newgraduate_reason__item h3::before {
  content: "Point" counter(number, decimal-leading-zero);
  counter-increment: number 1;
  background: url(./images/common/hukidashi.svg) no-repeat center/cover;
  color: var(--color-main);
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  transform: rotate(-10deg);
  display: flex;
  justify-content: center;
  margin-inline-start: -0.625rem;
  padding-block-start: 1.375rem;
  width: 7.875rem;
  height: auto;
  aspect-ratio: 126/84;
}

@media screen and (max-width: 834px) {
  .newgraduate_reason__item h3::before {
    font-size: 1.8rem;
    padding-block-start: 0.9375rem;
    width: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .newgraduate_reason__item .txt {
    display: contents;
  }
  .newgraduate_reason__item .img {
    margin-block-start: 1.875rem;
  }
  .newgraduate_reason__item .c-btn-box {
    order: 1;
  }
}
.newgraduate_about__wrapper {
  margin-block-start: -7.5rem;
  padding-block-start: 18rem;
}

@media screen and (max-width: 834px) {
  .newgraduate_about__wrapper {
    margin-block-start: -3.75rem;
    padding-block-start: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .newgraduate_about .l-row__txtimg,
.newgraduate_work .l-row__txtimg {
    gap: 0;
  }
  .newgraduate_about .txt,
.newgraduate_work .txt {
    display: contents;
  }
  .newgraduate_about .img,
.newgraduate_work .img {
    margin-block-start: 1.875rem;
  }
  .newgraduate_about .c-btn-box,
.newgraduate_work .c-btn-box {
    order: 1;
  }
}
.newgraduate_work {
  margin-block-start: 6.25rem;
}

.newgraduate_interview__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
  margin-block-start: 5rem;
}

@media screen and (max-width: 834px) {
  .newgraduate_interview__items {
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 2.5rem;
    gap: 10vw 5vw;
  }
  .newgraduate_interview__item:nth-child(3) {
    display: none;
  }
}
.newgraduate_interview__item a {
  font-weight: inherit;
}

.newgraduate_interview__item h3 {
  color: var(--color-text);
  font-size: 1.8rem;
  line-height: 1.7;
  margin-block-start: 1.875rem;
}

@media screen and (max-width: 834px) {
  .newgraduate_interview__item h3 {
    margin-block-start: 1.25rem;
    letter-spacing: 0.05em;
    margin-block-start: 0.9375rem;
    font-size: 1.4rem;
  }
}
.newgraduate_interview__item .txt {
  color: var(--color-main);
  font-size: 1.4rem;
  margin-block-start: 2.5rem;
  display: flex;
  gap: 1em;
  line-height: 1.7;
  padding-inline-end: 3.25rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .newgraduate_interview__item .txt {
    font-size: 1.2rem;
    flex-direction: column;
    margin-block-start: 1.25rem;
    gap: 0.3125rem;
  }
}
.newgraduate_interview__item .txt::after {
  content: "";
  background: url(./images/common/arrow_circle.webp) no-repeat center/contain;
  border-radius: 100%;
  aspect-ratio: 1;
  width: fit-content;
  height: 2.625rem;
  position: absolute;
  inset: auto 0 -0.5rem auto;
}

@media screen and (max-width: 834px) {
  .newgraduate_interview__item .txt::after {
    inset-block-end: 0;
    height: 1.5625rem;
  }
}
.newgraduate_interview__item .txt--job {
  background-color: var(--color-main);
  border-radius: 100vw;
  color: var(--white);
  padding: 0 0.9375rem;
  width: fit-content;
}

@media screen and (max-width: 834px) {
  .newgraduate_interview__item .txt--job {
    padding: 0 0.5rem;
  }
}
.newgraduate_interview__item .txt--profile {
  color: var(--color-text);
}

.newgraduate_interview__item img {
  aspect-ratio: 3/4;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .newgraduate_interview__item .img {
    width: 90%;
    margin-inline: auto;
  }
}
.newgraduate-faq {
  padding-block: 1.875rem 20.625rem;
}

@media screen and (max-width: 834px) {
  .newgraduate-faq {
    padding-block: 1.875rem 10rem;
  }
}
.newgraduate_faq__img {
  text-align: center;
}

.newgraduate_faq__img img {
  aspect-ratio: 780/486;
  width: 48.75rem;
  height: auto;
}

.newgraduate_faq__lead {
  margin-block-start: 5rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .newgraduate_faq__lead {
    margin-block-start: 2.5rem;
    text-align: center;
  }
}
.newgraduate-beforeapplying {
  padding-block: 1.875rem 20.625rem;
}

@media screen and (max-width: 834px) {
  .newgraduate-beforeapplying {
    padding-block: 1.875rem 10rem;
  }
}
.newgraduate-beforeapplying h2 {
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.875rem, 0.739rem + 4.848vw, 4.375rem);
  text-align: center;
  margin-block-end: 2.5rem;
}

.newgraduate-beforeapplying h2::before,
.newgraduate-beforeapplying h2::after {
  content: "";
  background-color: var(--color-main);
  height: 2.5rem;
  width: 1px;
  transform: rotate(-30deg);
}

.newgraduate-beforeapplying h2::after {
  transform: scale(-1, 1) rotate(-30deg);
}

.newgraduate-beforeapplying__btn {
  display: flex;
  justify-content: center;
}

.newgraduate-beforeapplying__btn a {
  background: url(./images/new-graduate/beforeapplying_btn_bg.webp) no-repeat center/cover;
  border-radius: 6.25rem;
  color: var(--white);
  font-size: 2.4rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.15em;
  width: 60rem;
  height: 12.5rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.newgraduate-beforeapplying__btn a > * {
  line-height: 1.6;
}

.newgraduate-beforeapplying__btn a .s {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .newgraduate-beforeapplying__btn a {
    border-radius: 1.25rem;
    height: 12.5rem;
  }
}
.newgraduate-beforeapplying__btn a::before {
  content: "";
  background-color: var(--color-main);
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.newgraduate-beforeapplying__btn a::after {
  content: "";
  background: url(./images/common/arrow_n_r.svg) no-repeat center var(--white);
  border-radius: 100%;
  height: 4.125rem;
  width: auto;
  aspect-ratio: 1;
  margin-block: auto;
  position: absolute;
  inset: 0 2.5rem 0 auto;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .newgraduate-beforeapplying__btn a::after {
    height: 2.5rem;
    inset: 0 1rem 0 auto;
  }
}
.newgraduate-beforeapplying__btn a:hover::after {
  transform: translateX(0.1875rem);
}

.newgraduate-entry {
  padding-block-start: 1.875rem;
}

.newgraduate-entry::after {
  content: "";
  background: url(./images/common/symbol_w.svg) no-repeat center/contain;
  width: 29.8125rem;
  height: auto;
  aspect-ratio: 477/482;
  position: absolute;
  inset: -18.75rem -11.875rem auto auto;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .newgraduate-entry::after {
    inset: -6rem -4rem auto auto;
    width: 15.625rem;
  }
}
@media screen and (min-width: 835px) {
  .newgraduate-entry__lead {
    text-align: center;
  }
}
.newgraduate-entry__items {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 0.682rem + 2.424vw, 2.5rem);
  margin-block-start: clamp(2.5rem, 1.364rem + 4.848vw, 5rem);
}

@media screen and (max-width: 480px) {
  .newgraduate-entry__items {
    flex-direction: column;
  }
}
.newgraduate-entry__item {
  border-radius: clamp(1.25rem, 0.682rem + 2.424vw, 2.5rem);
  color: var(--white);
  font-weight: 700;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 18.75rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.newgraduate-entry__item::after {
  content: "";
  background: url(./images/common/arrow_n_r.svg) no-repeat center/1.25rem var(--white);
  border-radius: 100%;
  height: 4.125rem;
  width: auto;
  aspect-ratio: 1;
  margin-block: 1.875rem -1.25rem;
}

@media screen and (max-width: 480px) {
  .newgraduate-entry__item {
    padding: 1.875rem;
    height: auto;
  }
  .newgraduate-entry__item::after {
    background-size: 0.9375rem;
    height: 2.0625rem;
    margin-block: auto;
    position: absolute;
    inset: 0 auto 0 1.25rem;
  }
}
.newgraduate-entry__item:nth-child(odd):before {
  content: "";
  background-color: var(--color-main);
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.newgraduate-entry__item:nth-child(even):before {
  content: "";
  background-color: var(--color-accent);
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.newgraduate-entry__item:first-child {
  background: url(./images/new-graduate/entry_img_01.webp) no-repeat center/cover;
}

.newgraduate-entry__item:nth-child(2) {
  background: url(./images/new-graduate/entry_img_02.webp) no-repeat center/cover;
}

.newgraduate-entry__sbtxt {
  background-color: var(--white);
  border-radius: 6.25rem;
  font-size: 1.4rem;
  color: var(--color-main);
  padding: 0 0.5rem;
  margin-block-end: 0.625rem;
}

.newgraduate-entry__maintxt {
  font-size: 2.4rem;
  line-height: 1.6;
}

.new-graduate .back-color {
  background: var(--base-thin-pink);
  padding: 7rem 0;
  position: relative;
}

@media screen and (max-width: 834px) {
  .new-graduate .back-color {
    padding: 4rem 0;
  }
}
.new-graduate .point-section {
  position: relative;
  z-index: 1;
}

.new-graduate .point-section > h2 {
  margin-bottom: clamp(3rem, -5.766rem + 17.02vw, 7rem);
  position: relative;
}

.new-graduate .point-section > h2::before {
  content: "";
  background: url(./images/page/inclinip-hukidashi.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-1 * clamp(6.125rem, 4.732rem + 6.19vw, 9.375rem));
  left: 25%;
  width: clamp(6.75rem, -2.016rem + 17.02vw, 10.75rem);
  height: clamp(5.375rem, -1.747rem + 13.83vw, 8.625rem);
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .new-graduate .point-section > h2::before {
    left: 26%;
    top: -6.25rem;
  }
}
@media screen and (max-width: 480px) {
  .new-graduate .point-section > h2::before {
    left: 20%;
  }
}
.new-graduate .point-item {
  background: var(--white);
  padding: 3rem clamp(2rem, -0.191rem + 4.26vw, 3rem) clamp(2rem, -0.191rem + 4.26vw, 3rem) clamp(2rem, -0.191rem + 4.26vw, 3rem);
  margin-top: 3rem;
  border-radius: clamp(0.625rem, -2.114rem + 5.32vw, 1.875rem);
  align-items: center;
  position: relative;
  gap: 1rem 3rem;
}

.new-graduate .point-item::before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: -1.5625rem;
  width: clamp(4.375rem, 3.759rem + 2.74vw, 5.813rem);
  height: clamp(4.375rem, 3.759rem + 2.74vw, 5.813rem);
}

@media screen and (max-width: 1280px) {
  .new-graduate .point-item::before {
    left: -1.25rem;
  }
}
.new-graduate .point-item:nth-of-type(1)::before {
  background: url(./images/page/new-point-num01.svg) no-repeat center/contain;
}

.new-graduate .point-item:nth-of-type(2)::before {
  background: url(./images/page/new-point-num02.svg) no-repeat center/contain;
}

.new-graduate .point-item:nth-of-type(3)::before {
  background: url(./images/page/new-point-num03.svg) no-repeat center/contain;
}

.new-graduate .point-item h3 {
  font-size: 3.2rem;
}

/*おすすめステップ*/
.new-graduate .recommend-section.back-white {
  padding: 6rem 0 0 0;
}

.recommend-content {
  padding: 3rem clamp(2rem, -2.383rem + 8.51vw, 4rem);
  margin-top: 6rem;
  border-radius: clamp(0.625rem, -2.114rem + 5.32vw, 1.875rem);
  align-items: center;
  gap: 0 2rem !important;
}

.recommend-content.step01,
.recommend-content.step04 {
  background: var(--base-thin-pink);
}

.recommend-content.step02,
.recommend-content.step05 {
  background: var(--base-pink);
}

.recommend-content .num,
.recommend-content-interview .num {
  font-size: 2.4rem;
  font-family: "Judson", serif;
  display: inline-block;
  color: var(--white);
  background: var(--thin-brown01);
  border-radius: 100vh;
  padding: 0.2em 1em 0.25em 1em;
  margin-bottom: 0.5em;
}

.recommend-content p.lead {
  margin: 3rem 0;
}

@media screen and (max-width: 834px) {
  .recommend-content p.lead {
    margin: 2rem 0;
  }
}
.recommend-content .img {
  position: relative;
  max-width: 50%;
  height: 32.5rem;
  flex: initial;
}

.recommend-content .img::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 120%;
}

.recommend-content:nth-of-type(1) .img::before {
  background: url(./images/page/page-step01.png) no-repeat center/contain;
  bottom: 1.875rem;
}

.recommend-content:nth-of-type(2) .img::before {
  background: url(./images/page/page-step02.png) no-repeat center/contain;
  left: -20%;
  bottom: 1.875rem;
}

.recommend-content:nth-of-type(4) .img::before {
  background: url(./images/page/page-step04.png) no-repeat center/contain;
  top: -1.875rem;
}

.recommend-content:nth-of-type(5) .img::before {
  background: url(./images/page/page-step05.png) no-repeat center/contain;
  left: -20%;
  bottom: 1.875rem;
}

@media screen and (max-width: 834px) {
  .recommend-content .img {
    height: auto;
    max-width: 100%;
  }
  .recommend-content .img::before {
    content: none;
  }
  .recommend-content .img img {
    margin-top: -6rem;
  }
}
.recommend-content-interview {
  margin-top: 6rem;
  margin-left: clamp(1rem, -0.364rem + 5.82vw, 4rem);
  margin-right: clamp(1rem, -0.364rem + 5.82vw, 4rem);
  padding: clamp(3rem, 1.071rem + 8.57vw, 7.5rem) clamp(1rem, -1.191rem + 4.26vw, 2rem) 0 clamp(1rem, -1.191rem + 4.26vw, 2rem);
  background: url(./images/page/interview-back.jpg) no-repeat center/cover;
  border: solid clamp(0.438rem, 0.33rem + 0.48vw, 0.688rem) var(--pink);
  border-radius: clamp(1.25rem, 10vw, 6.25rem);
}

.recommend-interview {
  align-items: end;
  gap: 0 3rem !important;
}

.recommend-interview li {
  position: relative;
}

.recommend-interview li .txt {
  text-align: left;
  background: var(--white);
  padding: 2em;
  border-radius: clamp(0.625rem, -0.06rem + 1.33vw, 0.938rem);
}

.recommend-interview li .txt h3 {
  margin-bottom: 1em;
}

.recommend-interview li .txt > div {
  font-size: 1.6rem;
  display: inline-block;
  color: var(--white);
  background: var(--dark-pink);
  border-radius: 100vh;
  padding: 0.1em 1em 0.2em 1em;
  margin-bottom: 0.5em;
}

.recommend-interview li .txt a {
  display: block;
  text-align: right;
}

.recommend-interview li .img {
  margin-top: -2rem;
}

.recommend-interview li .img img {
  max-width: 17.875rem;
  width: 100%;
  height: auto;
  margin-left: clamp(0rem, -15.34rem + 29.79vw, 7rem);
}

@media screen and (max-width: 834px) {
  .recommend-interview li .img img {
    max-width: 11.25rem;
  }
}
.new-graduate .recruit-section {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: clamp(1rem, -0.364rem + 5.82vw, 4rem);
  margin-right: clamp(1rem, -0.364rem + 5.82vw, 4rem);
  background: var(--pink);
  border-radius: clamp(1.25rem, 10vw, 6.25rem);
  padding: 10rem 2rem 7.5rem 2rem;
}

@media screen and (max-width: 834px) {
  .new-graduate .recruit-section {
    padding: 6rem 2rem 3.5rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .new-graduate .recruit-section .l-inner {
    width: 100%;
  }
}
.new-graduate .recruit-section > row {
  gap: 6rem 3rem;
}

.new-graduate .recruit-content {
  gap: 4.5rem 3rem;
}

.new-graduate .recruit-content > div {
  background: var(--white);
  text-align: center;
  border-radius: clamp(0.625rem, -0.06rem + 1.33vw, 0.938rem);
  padding: 4rem clamp(2rem, -2.383rem + 8.51vw, 4rem);
  position: relative;
}

.new-graduate .recruit-content > div::before {
  content: "";
  position: absolute;
  top: -4.375rem;
  left: 50%;
  transform: translatex(-50%);
  width: 8.625rem;
  height: 8.625rem;
}

@media screen and (max-width: 834px) {
  .new-graduate .recruit-content > div::before {
    top: -2.5rem;
    width: 5.625rem;
    height: 5.625rem;
  }
}
.new-graduate .recruit-content > div:nth-of-type(1)::before {
  background: url(./images/page/page-step-visit.svg) no-repeat center/contain;
}

.new-graduate .recruit-content > div:nth-of-type(2)::before {
  background: url(./images/page/page-step-recruit.svg) no-repeat center/contain;
}

.new-graduate .recruit-content .c-btn-box {
  margin-top: 2.5rem;
}

.new-graduate .recruit-content .c-btn-box span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.site-recruit-main {
  border-bottom: 0.8rem solid #ebe8e3;
}

/*募集要項一覧*/
.p-recruit__lastupdated {
  margin-block-start: 1.25rem;
  text-align: right;
  font-size: 1.2rem;
}

.post-type-archive-recruit .p-recruit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  gap: 2.5rem 4rem;
}

@media screen and (max-width: 834px) {
  .post-type-archive-recruit .p-recruit__list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-type-archive-recruit .p-recruit__list li {
  padding: 2rem;
  background: var(--white);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.post-type-archive-recruit .p-recruit__list li:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}

.post-type-archive-recruit .p-recruit__list li::before {
  content: "";
  background: url(./images/common/arrow_anchor.svg) no-repeat center/contain;
  aspect-ratio: 1;
  width: fit-content;
  height: 2rem;
  margin-block: auto;
  position: absolute;
  inset: 0 auto 0 1.25rem;
  transition: 0.3s;
  rotate: -90deg;
}

.post-type-archive-recruit .p-recruit__list li:hover::before {
  left: 1.5rem;
  transition: left 0.3s ease-in-out;
}

.post-type-archive-recruit h3.p-recruit__title {
  color: var(--color-main);
  position: relative;
  margin-left: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.post-type-archive-recruit .p-entry__card-badge {
  inset: auto auto 100% 4rem;
  transform: translateY(50%);
}
@media screen and (max-width: 834px) {
  .post-type-archive-recruit .p-entry__card-badge {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 481px) {
  .p-recruit__no-post {
    text-align: center;
  }
}
/*募集要項詳細*/
@media screen and (max-width: 480px) {
  .p-recruit__wrapper {
    margin: 3.125rem auto 0;
  }
}
.p-subpage__index .entry a {
  color: var(--white);
  background: var(--text-color);
}

.p-subpage__index .entry a::before {
  background: url(./images/common/index-yajirushi-wt.svg) no-repeat center/contain;
}

.p-recruit__table th {
  font-weight: 600;
  background: var(--color-main);
  color: var(--white);
  width: 30%;
  border: solid 0.0437rem var(--white);
  vertical-align: top;
}

.p-recruit__table td {
  background: #fff;
  border: solid 0.0437rem var(--color-main);
}

@media screen and (max-width: 480px) {
  .p-recruit__table th,
th,
.p-recruit__table td,
td {
    padding: 0.625rem;
  }
}
.single-recruit .lead small {
  display: block;
  line-height: 2;
}

.single-recruit .lead small,
.single-recruit .lead small a {
  font-size: 1rem;
}

@media screen and (max-width: 834px) {
  .single-recruit .lead small,
.single-recruit .lead small a {
    font-size: 1.2rem;
  }
}
#entry-form {
  text-align: center;
  margin-top: 8rem;
}

@media screen and (max-width: 834px) {
  #entry-form {
    margin-top: 6rem;
  }
}
.entry-form p {
  margin: 0 0 1rem;
}

.entry-form label {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  max-width: 50rem;
  width: 100%;
  margin-bottom: 1rem;
}

.entry-form label .must {
  color: #c10e58;
  font-size: 1.4rem;
  font-weight: 500;
}

.entry-form .check-web {
  margin-top: 2rem;
  text-align: center;
}

.entry-form .check-web .radio {
  margin-top: 1rem;
}

.entry-submit {
  margin: 4rem auto 0;
  position: relative;
}

.entry-submit input[type=submit] {
  background: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36rem;
  height: 8rem;
  border-radius: 10rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s, box-shadow 0.2s;
}

.entry-submit input[type=submit]:focus,
.entry-submit input[type=submit]:active {
  outline: none;
}

.around-link-wrap {
  margin: 3rem 0 0;
}

.entry-form {
  margin-top: 1.5rem;
}

.entry-form form {
  margin-block-start: 3.75rem;
}

.wpcf7-spinner {
  display: none;
}

.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .entry-submit input[type=submit] {
    width: 100%;
    max-width: 36rem;
    height: 6rem;
    font-size: 1.4rem;
  }
}
.p-recruit-qa__item-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  counter-reset: p-recruit-qa;
}

.p-recruit-qa__item {
  background: var(--white);
  padding: 4rem 6rem;
  border-radius: 1rem;
  counter-increment: p-recruit-qa;
}

.p-recruit-qa__item .c-box__title::before {
  content: "Q" counter(p-recruit-qa) ".";
  display: inline-block;
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 500;
  color: var(--color-main);
  letter-spacing: 0;
  margin-right: 0.6rem;
}

.p-recruit-qa__item .c-box__title {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 0;
  padding-right: 3.8rem;
  cursor: pointer;
}

.p-recruit-qa__item .c-box__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: linear-gradient(currentColor, currentColor) center/1.2rem 1px no-repeat, linear-gradient(currentColor, currentColor) center/1px 1.2rem no-repeat;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 50%;
  transition: background 0.2s;
}

.p-recruit-qa__item.is-open .c-box__title::after {
  background: linear-gradient(currentColor, currentColor) center/1.2rem 1px no-repeat;
}

.p-recruit-qa__item .c-box__title + p {
  padding-top: 2rem;
}

@media screen and (max-width: 834px) {
  .p-recruit-qa__item-wrap {
    gap: 1rem;
  }
  .p-recruit-qa__item {
    padding: 2.4rem;
    gap: 2.4rem;
  }
  .p-recruit-qa__item .c-box__title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
/* ========================================
   p-entry（募集要項・エントリー）
======================================== */
.p-entry {
  position: relative;
  background-image: url("./images/common/entry_bg.webp");
  background-size: cover;
  background-position: center;
}

.p-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 35, 149, 0.5);
  pointer-events: none;
}

.p-entry__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
  width: 100%;
}

/* ----------------------------------------
   Heading
---------------------------------------- */
.p-entry__heading {
  text-align: center;
}

.p-entry__en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: var(--white);
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-shadow: 0 0 10px rgba(0, 35, 149, 0.8);
  margin-bottom: 2rem;
}

.p-entry__ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: var(--white);
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-shadow: 0 0 10px rgba(0, 35, 149, 0.8);
  margin-bottom: 4rem;
}

.p-entry__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 2;
  text-shadow: 0 0 10px rgba(0, 35, 149, 0.8);
}

/* ----------------------------------------
   Job cards
---------------------------------------- */
.p-entry__cards {
  display: flex;
  gap: 4rem;
  justify-content: center;
  width: 100%;
}

.p-entry__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 37.3rem;
  height: 15rem;
  padding: 0 4rem;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: opacity 0.2s;
  overflow: visible;
}

/* Left chevron decoration */
.p-entry__card::after {
  content: "";
  position: absolute;
  left: 2.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
}

@media (hover: hover) and (pointer: fine) {
  .p-entry__card:hover {
    opacity: 0.85;
  }
}
/* Status badge (overflows above card) */
.p-entry__card-badge {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1.5rem;
  border-radius: 5rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1.7;
  white-space: nowrap;
}

.p-entry__card-badge--recruiting {
  background: var(--color-accent);
}

.p-entry__card-badge--stopped {
  background: #a5a5a5;
}

/* Employment type label */
.p-entry__card-type {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--color-main);
  letter-spacing: 0.05em;
  line-height: 1.7;
}

/* Separator line */
/* Job title */
.p-entry__card-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--color-main);
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-top: 1px solid var(--color-main);
  padding-top: 1rem;
}

/* Red dot (bottom-right corner) */
.p-entry__card::before {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-accent);
  border-radius: 50%;
  transition: transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .p-entry__card:hover::before {
    transform: scale(1.5);
  }
}
/* ----------------------------------------
   CTA Button
---------------------------------------- */
.p-entry__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 8rem;
  background: var(--color-accent);
  border-radius: 10rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--white);
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s;
}

.p-entry__btn::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

@media (hover: hover) and (pointer: fine) {
  .p-entry__btn:hover {
    opacity: 0.85;
  }
}
/* ----------------------------------------
   Responsive
---------------------------------------- */
@media screen and (max-width: 1280px) {
  .p-entry__inner {
    padding: 0 4rem;
  }
  .p-entry__card {
    width: calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 834px) {
  .p-entry {
    padding: 6rem 0;
  }
  .p-entry__inner {
    padding: 0 2rem;
    gap: 3rem;
  }
  .p-entry__en {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .p-entry__ja {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-entry__desc {
    font-size: 1.4rem;
  }
  .p-entry__cards {
    flex-wrap: wrap;
    gap: 2.5rem 1rem;
  }
  .p-entry__card {
    width: calc((100% - 1rem) / 2);
    height: 12rem;
    padding: 0 1.5rem;
  }
  .p-entry__card-type {
    font-size: 1.3rem;
  }
  .p-entry__card-name {
    font-size: 1.6rem;
  }
  .p-entry__btn {
    width: 100%;
    max-width: 36rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  .p-entry__card::after {
    display: none;
  }
}
/* ======================================
   p-works（仕事を知る）
====================================== */
/* ── タブボタンエリア ── */
.tab_btn_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  padding: 0 2rem;
  border-bottom: 1px solid var(--color-main);
}

/* ── タブボタン（非アクティブ） ── */
.tab_btn {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 1px solid var(--color-main);
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: var(--white);
  color: var(--color-main);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  appearance: none;
  /* ── アクティブ ── */
}
.tab_btn.active {
  background: var(--color-main);
  color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .tab_btn:hover:hover {
    background: var(--color-main);
    color: var(--white);
  }
}

/* ── タブパネル ── */
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

/* ======================================
   p-works 共通：セクション見出しエリア
====================================== */
.p-works__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  margin-bottom: 8rem;
}

.p-works__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

/* ======================================
   p-works-flow（1日の流れ）
====================================== */
.p-works-flow__inner {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}

.p-works-flow__img {
  flex: 0 0 33.33%;
}

/* ── タイムライン ── */
.p-works-flow__timeline {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  /* 縦ライン */
}
.p-works-flow__timeline::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 2rem;
  bottom: 0;
  width: 1px;
  background: var(--color-accent);
}

.p-works-flow__item {
  position: relative;
  padding-left: 8rem;
  /* 2色ドット（左：メインカラー / 右：アクセントカラー） */
}
.p-works-flow__item:not(:last-child) {
  padding-bottom: 8rem;
}
.p-works-flow__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--color-main) 50%, var(--color-accent) 50%);
  z-index: 1;
}

.p-works-flow__item-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.p-works-flow__time {
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-accent);
}

.p-works-flow__name {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-main);
}

/* ======================================
   p-works-job（仕事内容）
====================================== */
.p-works-job {
  background-color: var(--white);
}

.p-works-job__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.p-works-job__card {
  grid-column: span 3;
  background: var(--color-base);
  border-radius: 1rem;
  padding: 4rem 2rem;
}
.p-works-job__card:nth-child(n+5) {
  grid-column: span 2;
}

/* NT・NS: 5カード（2+3レイアウト） */
#reception .p-works-job__card:nth-child(n+3),
#nurse .p-works-job__card:nth-child(n+3) {
  grid-column: span 2;
}

.p-works-job__card-ttl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--color-main);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.p-works-job__card-ttl::after {
  content: "";
  background-color: var(--color-accent);
  height: 1px;
  width: 4rem;
}

.p-works-job__card-list li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.7;
}
.p-works-job__card-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ======================================
   p-works-feature（当院の特徴）
====================================== */
.p-works-feature__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.p-works-feature__list .c-box:nth-child(even) {
  flex-direction: row-reverse;
}

/* ======================================
   p-works-step（活躍するまでのステップ）
====================================== */
.p-works-step {
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-works-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(255, 255, 255, 0.95) 100%);
}

#pt .p-works-step {
  background-image: url(./images/works/pt_step_bg.webp);
}

#reception .p-works-step {
  background-image: url(./images/works/reception_step_bg.webp);
}

#nurse .p-works-step {
  background-image: url(./images/works/nurse_step_bg.webp);
}

.p-works-step__list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-works-step__item {
  border-top: 1px solid var(--color-main);
  padding-block: 6rem;
  text-align: center;
}
.p-works-step__item:last-child {
  border-bottom: 1px solid var(--color-main);
}

.p-works-step__head {
  font-size: 2.8rem;
  color: var(--color-main);
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

.p-works-step__num {
  display: inline-block;
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-accent);
  line-height: 1.7;
}

/* ======================================
   p-works-qa（よくある質問）
====================================== */
.p-works-qa__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-works-qa__item {
  background-color: var(--white);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 6rem 8rem;
}

.p-works-qa__q,
.p-works-qa__a {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  line-height: 2;
}
.p-works-qa__q::before,
.p-works-qa__a::before {
  flex-shrink: 0;
  font-weight: 500;
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-size: 2.6rem;
  line-height: 1.35;
  line-height: 1;
}

.p-works-qa__q {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-works-qa__q::before {
  content: "Q.";
  color: var(--color-main);
}

.p-works-qa__a::before {
  content: "A.";
  color: var(--color-accent);
}

/* CTA */
.p-works-qa__cta {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}

/* ── PC ── */
@media screen and (min-width: 835px) {
  .tab_btn.active {
    font-size: 2rem;
  }
}
/* ── SP ── */
@media screen and (max-width: 834px) {
  .tab_btn_area {
    align-items: normal;
    padding: 0;
    gap: 0.6rem;
  }
  .tab_btn {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .p-works__head {
    gap: 1rem;
    margin-block-end: 3rem;
  }
  .p-works__icon img {
    width: 3.2rem;
  }
  .p-works__ttl {
    font-size: 2.2rem;
  }
  .p-works-flow__inner {
    flex-direction: column;
    gap: 4rem;
  }
  .p-works-flow__img {
    flex: none;
    width: 80%;
    margin-inline: auto;
    order: 1;
  }
  .p-works-flow__img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: 0 29%;
  }
  /* ── タイムライン ── */
  .p-works-flow__timeline {
    /* 縦ライン */
  }
  .p-works-flow__timeline::before {
    left: 0;
    top: 1.4rem;
  }
  .p-works-flow__item {
    padding-left: 3rem;
    /* 2色ドット（左：メインカラー / 右：アクセントカラー） */
  }
  .p-works-flow__item:not(:last-child) {
    padding-bottom: 4rem;
  }
  .p-works-flow__item::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.6rem;
    transform: translateX(-50%);
  }
  .p-works-flow__item-head {
    gap: 1rem;
  }
  .p-works-flow__time {
    font-size: 1.4rem;
  }
  .p-works-flow__name {
    font-size: 1.8rem;
  }
  .p-works-job__card-ttl {
    font-size: 1.8rem;
  }
  .p-works-job__cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-works-job__card {
    padding: 3rem 2.5rem;
  }
  .p-works-feature__list {
    gap: 4rem;
  }
  .p-works-feature__list .c-box:nth-child(even) {
    flex-direction: column;
  }
  .p-works-step__item {
    padding-block-start: 4rem;
  }
  .p-works-step__head {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-works-step__text {
    text-align: left;
  }
  .p-works-step__num {
    font-size: 3rem;
  }
  .p-works-qa__item {
    padding: 3rem 2.5rem;
  }
  .p-works-qa__q {
    font-size: 1.4rem;
  }
  .p-works-qa__q::before,
.p-works-qa__a::before {
    font-size: 1.6rem;
  }
  .p-works-qa__cta {
    margin-top: 4rem;
  }
}
/*プライバシーポリシー*/
.privacy-policy h2 {
  font-size: 2rem;
}

.privacy-policy section + section {
  margin-block-start: 5rem;
}

@media screen and (max-width: 834px) {
  .privacy-policy h2 {
    font-size: 1.6rem;
  }
  .privacy-policy section + section {
    margin-block-start: 2.5rem;
  }
}
/*404ページ*/
.notfound-list li {
  line-height: 2.5em;
}

.notfound-list a {
  color: var(--color-main);
}

.notfound-list:nth-of-type(1) > li > a:nth-of-type(1) {
  color: var(--color-main);
  font-size: 1.92rem;
}

.notfound-list:nth-of-type(1) > li {
  margin: clamp(1.5rem, 0.404rem + 2.13vw, 2rem) 0;
}

.notfound-list:not(:first-child) {
  margin: 1rem 0;
}

.notfound-list + h3 {
  margin-top: 4rem;
}

.search-form-wrapper input[type=search] {
  width: 80%;
}

.search-form-wrapper input[type=submit] {
  display: inline-block;
  width: 3.75rem;
  height: 1.5625rem;
}

/* 投稿一覧と応募完了を消す */
.page-item-7,
.page-item-121 {
  display: none;
}

/*Comments*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*Infinite scroll*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*Media*/
embed,
iframe,
object {
  max-width: 100%;
}

/*フォームへのボタン*/
.fix-btn2 {
  position: static;
  display: none;
}

.fix-btn2 a {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
  padding: 1.125rem 0.625rem;
  margin: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  position: relative;
  background: #212121;
}

@media screen and (max-width: 480px) {
  .fix-btn2 {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
  }
  .fix-btn {
    display: none;
  }
}
/*編集用コメントの非表示*/
.comment {
  display: none;
}

/*リキャプチャ非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

.p-case__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-case__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-case__inner {
    gap: 4rem;
    padding-block: 6rem;
  }
}
.p-case__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.p-case .c-filter__tag--industry {
  background: #f2f2f2;
  border-color: transparent;
}
.p-case .c-filter__tag--industry.is-active {
  outline: none;
  background: #dde5fe;
  border-color: #dde5fe;
}
@media (hover: hover) and (pointer: fine) {
  .p-case .c-filter__tag--industry:hover {
    background: #dde5fe;
    border-color: #dde5fe;
    opacity: 1;
  }
}
.p-case .c-filter__tag--issue {
  background: #f2f2f2;
  border-color: transparent;
}
.p-case .c-filter__tag--issue.is-active {
  outline: none;
  background: var(--white);
  border-color: #a0b3ee;
}
@media (hover: hover) and (pointer: fine) {
  .p-case .c-filter__tag--issue:hover {
    background: var(--white);
    border-color: #a0b3ee;
    opacity: 1;
  }
}
.p-case .c-card__tags .c-filter__tag--industry {
  background: #dde5fe;
  border-color: #dde5fe;
}
.p-case .c-card__tags .c-filter__tag--issue {
  background: var(--white);
  border-color: #a0b3ee;
}
.p-case .c-card-grid .c-card:nth-child(n+10) {
  display: none;
}
.p-case .c-card-grid .c-card.is-show {
  display: flex;
}

.p-committee {
  position: relative;
  background: url("../img/committee_bg.jpg") center/cover no-repeat;
}
.p-committee__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  width: 100%;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-committee__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-committee__inner {
    padding-block: 6rem;
  }
}
.p-committee__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-committee__body {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-committee__body {
    padding-inline: 2rem;
  }
}
.p-committee__head {
  margin-block-end: 3.2rem;
}
.p-committee__text {
  line-height: 2;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-committee__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-committee__btn {
  margin-block-start: 6rem;
}
@media screen and (max-width: 834px) {
  .p-committee__btn {
    margin-block-start: 4rem;
  }
}
.p-committee__guest {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-committee__guest {
    gap: 1rem;
  }
}
.p-committee__guest-row {
  width: 100%;
  overflow: hidden;
}
.p-committee__guest-row .swiper-wrapper {
  transition-timing-function: linear;
}
.p-committee__guest-item.swiper-slide {
  flex-shrink: 0;
  width: 24.2rem;
  height: auto;
  aspect-ratio: 242/118;
  overflow: hidden;
  background-color: var(--white);
}
.p-committee__guest-item.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-committee__guest-item.swiper-slide {
    width: 30vw;
  }
}

.p-consulting__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-consulting__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-consulting__inner {
    gap: 4rem;
    padding-block: 6rem;
  }
}
.p-consulting__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-consulting__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1280px) {
  .p-consulting__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .p-consulting__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-consulting__card {
  position: relative;
  aspect-ratio: 44/50;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-consulting__card {
    aspect-ratio: 3/2;
  }
}
.p-consulting__card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  background: linear-gradient(180deg, rgba(51, 66, 138, 0) 55.21%, #33428a 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
@media (hover: hover) and (pointer: fine) {
  .p-consulting__card-link:hover .p-consulting__card-img img {
    transform: scale(1.04);
  }
  .p-consulting__card-link:hover .p-consulting__card__icon-wrap {
    background-color: var(--white);
  }
  .p-consulting__card-link:hover .p-consulting__card__arrow {
    transform: translateX(calc(100% + 1rem));
  }
}
.p-consulting__card__icon-wrap {
  position: absolute;
  inset: auto 2rem 3rem auto;
  width: 3.6rem;
  background-color: transparent;
  border: 1px solid var(--white);
}
@media screen and (max-width: 834px) {
  .p-consulting__card__icon-wrap {
    inset: auto 1rem 1rem auto;
    width: 2.8rem;
  }
}
.p-consulting__card-img {
  position: absolute;
  inset: 0;
}
.p-consulting__card-img::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(51, 66, 138, 0) 55.21%, #33428a 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.p-consulting__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.p-consulting__card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 2rem 5.6rem 4rem;
}
@media screen and (max-width: 834px) {
  .p-consulting__card-body {
    padding: 2rem;
  }
}
.p-consulting__card-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-consulting__card-caption {
  font-weight: 700;
  line-height: 1.8;
  color: var(--white);
  letter-spacing: 0.05em;
}
.p-consulting__card-separator {
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #949494;
}
.p-consulting__card-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .p-consulting__card-title {
    font-size: 2rem;
  }
}
.p-consulting__industry {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 834px) {
  .p-consulting__industry {
    gap: 2rem;
  }
}
.p-consulting__industry-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #005884;
}
@media screen and (max-width: 1280px) {
  .p-consulting__industry-heading {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 834px) {
  .p-consulting__industry-heading {
    font-size: 2.2rem;
  }
}

.p-intro {
  overflow: hidden;
  background: url("../img/intro_bg.jpg") center bottom/cover no-repeat;
}
.p-intro__inner {
  position: relative;
  z-index: 1;
  display: flex;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-intro__inner {
    gap: 4rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__inner {
    flex-direction: column;
    padding-block: 6rem;
  }
}
.p-intro__text {
  display: flex;
  flex: 0 0 78rem;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 1280px) {
  .p-intro__text {
    flex: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__text {
    flex: none;
    gap: 4rem;
    width: 100%;
  }
}
.p-intro__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 1280px) {
  .p-intro__heading {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__heading {
    font-size: 2.2rem;
  }
}
.p-intro__desc {
  line-height: 2.5;
  color: #e6e6e6;
}
@media screen and (max-width: 834px) {
  .p-intro__desc {
    line-height: 2;
  }
}
.p-intro__map {
  position: relative;
  flex: 0 0 76.6rem;
  max-width: 55.29%;
  margin-block-start: 10rem;
  margin-inline-start: -14.5rem;
}
@media screen and (max-width: 1280px) {
  .p-intro__map {
    flex: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-intro__map {
    flex: none;
    width: min(100%, 48rem);
    max-width: none;
    margin: 0 auto;
  }
}

.p-mission {
  background-color: #002395;
}
.p-mission__photos {
  width: 100%;
  overflow: hidden;
}
.p-mission__photos .swiper-wrapper {
  align-items: flex-start;
  transition-timing-function: linear;
}
.p-mission__photo.swiper-slide {
  width: 26.0416666667vw;
  aspect-ratio: 500/350;
  overflow: hidden;
}
.p-mission__photo.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mission__photo.swiper-slide[data-swiper-slide-index="1"], .p-mission__photo.swiper-slide[data-swiper-slide-index="3"], .p-mission__photo.swiper-slide[data-swiper-slide-index="5"], .p-mission__photo.swiper-slide[data-swiper-slide-index="7"] {
  margin-top: 3.75vw;
}
@media screen and (max-width: 834px) {
  .p-mission__photo.swiper-slide {
    width: 40vw;
  }
}
.p-mission__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  padding-block: 12rem 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-mission__inner {
    padding-block: 6rem 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-mission__inner {
    gap: 4rem;
    padding-block: 4.8rem 6rem;
  }
}
.p-mission__cards {
  display: flex;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 834px) {
  .p-mission__cards {
    flex-direction: column;
  }
}
.p-mission__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3rem;
  padding: 4rem 4rem 3rem;
  border-inline-end: 1px solid #576bb9;
}
@media screen and (min-width: 835px) {
  .p-mission__card:first-child {
    border-inline-start: 1px solid #576bb9;
  }
}
@media screen and (max-width: 1280px) {
  .p-mission__card {
    padding: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-mission__card {
    gap: 2rem;
    align-items: center;
    padding: 2.4rem 0;
    border-block-start: 1px solid #576bb9;
    border-inline: none;
  }
  .p-mission__card:last-child {
    border-block-end: 1px solid #576bb9;
  }
}
.p-mission__card-icon img {
  width: 6.3rem;
  height: auto;
  aspect-ratio: 63/48;
  object-fit: contain;
}
.p-mission__card-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 1280px) {
  .p-mission__card-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-mission__card-text {
    font-size: inherit;
    text-align: center;
  }
}
.p-mission__card-heading {
  display: inline-block;
  margin-block-start: 1rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .p-mission__card-heading {
    font-size: 2rem;
  }
}

.p-seminar {
  background-color: #f2f2f2;
}
.p-seminar__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-seminar__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-seminar__inner {
    gap: 4rem;
    padding-block: 6rem;
  }
}
.p-seminar__head {
  width: 100%;
}
.p-seminar .c-filter__tag--hierarchy {
  background: #f2f2f2;
  border-color: transparent;
}
.p-seminar .c-filter__tag--hierarchy.is-active {
  outline: none;
  background: #dde5fe;
  border-color: #dde5fe;
}
@media (hover: hover) and (pointer: fine) {
  .p-seminar .c-filter__tag--hierarchy:hover {
    background: #dde5fe;
    border-color: #dde5fe;
    opacity: 1;
  }
}
.p-seminar .c-filter__tag--theme {
  background: #f2f2f2;
  border-color: transparent;
}
.p-seminar .c-filter__tag--theme.is-active {
  outline: none;
  background: var(--white);
  border-color: #a0b3ee;
}
@media (hover: hover) and (pointer: fine) {
  .p-seminar .c-filter__tag--theme:hover {
    background: var(--white);
    border-color: #a0b3ee;
    opacity: 1;
  }
}
.p-seminar .c-filter__tag--condition {
  background: #f2f2f2;
  border-color: transparent;
}
.p-seminar .c-filter__tag--condition.is-active {
  color: var(--white);
  outline: none;
  background: #33428a;
  border-color: #33428a;
}
@media (hover: hover) and (pointer: fine) {
  .p-seminar .c-filter__tag--condition:hover {
    color: var(--white);
    background: #33428a;
    border-color: #33428a;
    opacity: 1;
  }
}
.p-seminar .c-card__tags .c-filter__tag--hierarchy {
  background: #dde5fe;
  border-color: #dde5fe;
}
.p-seminar .c-card__tags .c-filter__tag--theme {
  background: var(--white);
  border-color: #a0b3ee;
}
.p-seminar .c-card__tags .c-filter__tag--condition {
  color: var(--white);
  background: #33428a;
  border-color: #33428a;
}
.p-seminar .c-card-grid .c-card:nth-child(n+7) {
  display: none;
}
.p-seminar .c-card-grid .c-card.is-show {
  display: flex;
}
.p-seminar .c-card__img {
  position: relative;
}

/* ======================================
   p-interview-qa（インタビュー詳細 Q&A）
====================================== */
.p-interview-qa .l-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  counter-reset: p-interview-qa;
}

.p-interview-qa__item {
  background: var(--white);
  padding: 6rem 8rem;
  border-radius: 1rem;
  counter-increment: p-interview-qa;
}

.p-interview-qa__item .c-box__title::before {
  content: "Q" counter(p-interview-qa) ".";
  display: inline-block;
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-weight: 500;
  color: var(--color-main);
  letter-spacing: 0;
  margin-right: 0.6rem;
}

.interview-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2rem;
  align-items: center;
  margin-bottom: 4rem;
}

.interview-navigation .next {
  margin-inline-start: auto;
}

.interview-navigation a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.interview-navigation .tag {
  display: inline-block;
  background: var(--white);
  color: var(--color-main);
  border-radius: 100vmax;
  padding: 0.5rem 1.2rem;
  font-family: "Futura", "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.interview-navigation .prev::before {
  scale: -1 1;
}

.interview-navigation .next::before {
  inset-inline: auto 2rem;
}

.interview-navigation .next .tag {
  color: var(--color-accent);
}

.interview-back {
  font-size: 1.8rem;
}

.p-interview__message {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.p-interview__message-img {
  flex-shrink: 0;
}

.p-interview__message-text {
  flex: 1;
}

@media screen and (max-width: 834px) {
  .p-interview-qa__item {
    padding: 4rem 2.4rem;
    gap: 2.4rem;
  }
  .interview-navigation {
    flex-direction: column;
  }
  .interview-back {
    font-size: 1.6rem;
  }
  .p-interview__message {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .p-interview__message-img img {
    width: 12rem;
  }
}
/* 全ページ共通 */
/* トップページ */
/* 下層ページ */
.u-sp {
  display: none;
}

.u-tb {
  display: none;
}

.u-pc {
  display: block;
}

@media screen and (max-width: 834px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: none;
  }
  .u-tb {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .u-tb {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.u-mt--10 {
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .u-mt--10 {
    margin-top: 0.5rem;
  }
}

.u-mb--10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .u-mb--10 {
    margin-bottom: 0.5rem;
  }
}

.u-mr--10 {
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .u-mr--10 {
    margin-right: 0.5rem;
  }
}

.u-ml--10 {
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  .u-ml--10 {
    margin-left: 0.5rem;
  }
}

.u-mt--20 {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .u-mt--20 {
    margin-top: 1rem;
  }
}

.u-mb--20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .u-mb--20 {
    margin-bottom: 1rem;
  }
}

.u-mr--20 {
  margin-right: 2rem;
}
@media screen and (max-width: 480px) {
  .u-mr--20 {
    margin-right: 1rem;
  }
}

.u-ml--20 {
  margin-left: 2rem;
}
@media screen and (max-width: 480px) {
  .u-ml--20 {
    margin-left: 1rem;
  }
}

.u-mt--30 {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  .u-mt--30 {
    margin-top: 1.5rem;
  }
}

.u-mb--30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .u-mb--30 {
    margin-bottom: 1.5rem;
  }
}

.u-mr--30 {
  margin-right: 3rem;
}
@media screen and (max-width: 480px) {
  .u-mr--30 {
    margin-right: 1.5rem;
  }
}

.u-ml--30 {
  margin-left: 3rem;
}
@media screen and (max-width: 480px) {
  .u-ml--30 {
    margin-left: 1.5rem;
  }
}

.u-mt--40 {
  margin-top: 4rem;
}
@media screen and (max-width: 480px) {
  .u-mt--40 {
    margin-top: 2rem;
  }
}

.u-mb--40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .u-mb--40 {
    margin-bottom: 2rem;
  }
}

.u-mr--40 {
  margin-right: 4rem;
}
@media screen and (max-width: 480px) {
  .u-mr--40 {
    margin-right: 2rem;
  }
}

.u-ml--40 {
  margin-left: 4rem;
}
@media screen and (max-width: 480px) {
  .u-ml--40 {
    margin-left: 2rem;
  }
}

.u-mt--50 {
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .u-mt--50 {
    margin-top: 2.5rem;
  }
}

.u-mb--50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .u-mb--50 {
    margin-bottom: 2.5rem;
  }
}

.u-mr--50 {
  margin-right: 5rem;
}
@media screen and (max-width: 480px) {
  .u-mr--50 {
    margin-right: 2.5rem;
  }
}

.u-ml--50 {
  margin-left: 5rem;
}
@media screen and (max-width: 480px) {
  .u-ml--50 {
    margin-left: 2.5rem;
  }
}

.u-mt--60 {
  margin-top: 6rem;
}
@media screen and (max-width: 480px) {
  .u-mt--60 {
    margin-top: 3rem;
  }
}

.u-mb--60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  .u-mb--60 {
    margin-bottom: 3rem;
  }
}

.u-mr--60 {
  margin-right: 6rem;
}
@media screen and (max-width: 480px) {
  .u-mr--60 {
    margin-right: 3rem;
  }
}

.u-ml--60 {
  margin-left: 6rem;
}
@media screen and (max-width: 480px) {
  .u-ml--60 {
    margin-left: 3rem;
  }
}

.u-mt--70 {
  margin-top: 7rem;
}
@media screen and (max-width: 480px) {
  .u-mt--70 {
    margin-top: 3.5rem;
  }
}

.u-mb--70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 480px) {
  .u-mb--70 {
    margin-bottom: 3.5rem;
  }
}

.u-mr--70 {
  margin-right: 7rem;
}
@media screen and (max-width: 480px) {
  .u-mr--70 {
    margin-right: 3.5rem;
  }
}

.u-ml--70 {
  margin-left: 7rem;
}
@media screen and (max-width: 480px) {
  .u-ml--70 {
    margin-left: 3.5rem;
  }
}

.u-mt--80 {
  margin-top: 8rem;
}
@media screen and (max-width: 480px) {
  .u-mt--80 {
    margin-top: 4rem;
  }
}

.u-mb--80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 480px) {
  .u-mb--80 {
    margin-bottom: 4rem;
  }
}

.u-mr--80 {
  margin-right: 8rem;
}
@media screen and (max-width: 480px) {
  .u-mr--80 {
    margin-right: 4rem;
  }
}

.u-ml--80 {
  margin-left: 8rem;
}
@media screen and (max-width: 480px) {
  .u-ml--80 {
    margin-left: 4rem;
  }
}

.u-mt--90 {
  margin-top: 9rem;
}
@media screen and (max-width: 480px) {
  .u-mt--90 {
    margin-top: 4.5rem;
  }
}

.u-mb--90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 480px) {
  .u-mb--90 {
    margin-bottom: 4.5rem;
  }
}

.u-mr--90 {
  margin-right: 9rem;
}
@media screen and (max-width: 480px) {
  .u-mr--90 {
    margin-right: 4.5rem;
  }
}

.u-ml--90 {
  margin-left: 9rem;
}
@media screen and (max-width: 480px) {
  .u-ml--90 {
    margin-left: 4.5rem;
  }
}

.u-mt--100 {
  margin-top: 10rem;
}
@media screen and (max-width: 480px) {
  .u-mt--100 {
    margin-top: 5rem;
  }
}

.u-mb--100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .u-mb--100 {
    margin-bottom: 5rem;
  }
}

.u-mr--100 {
  margin-right: 10rem;
}
@media screen and (max-width: 480px) {
  .u-mr--100 {
    margin-right: 5rem;
  }
}

.u-ml--100 {
  margin-left: 10rem;
}
@media screen and (max-width: 480px) {
  .u-ml--100 {
    margin-left: 5rem;
  }
}

.u-mt--110 {
  margin-top: 11rem;
}
@media screen and (max-width: 480px) {
  .u-mt--110 {
    margin-top: 5.5rem;
  }
}

.u-mb--110 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 480px) {
  .u-mb--110 {
    margin-bottom: 5.5rem;
  }
}

.u-mr--110 {
  margin-right: 11rem;
}
@media screen and (max-width: 480px) {
  .u-mr--110 {
    margin-right: 5.5rem;
  }
}

.u-ml--110 {
  margin-left: 11rem;
}
@media screen and (max-width: 480px) {
  .u-ml--110 {
    margin-left: 5.5rem;
  }
}

.u-mt--120 {
  margin-top: 12rem;
}
@media screen and (max-width: 480px) {
  .u-mt--120 {
    margin-top: 6rem;
  }
}

.u-mb--120 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 480px) {
  .u-mb--120 {
    margin-bottom: 6rem;
  }
}

.u-mr--120 {
  margin-right: 12rem;
}
@media screen and (max-width: 480px) {
  .u-mr--120 {
    margin-right: 6rem;
  }
}

.u-ml--120 {
  margin-left: 12rem;
}
@media screen and (max-width: 480px) {
  .u-ml--120 {
    margin-left: 6rem;
  }
}

.u-pt--0 {
  padding-top: 0rem;
}
@media screen and (max-width: 480px) {
  .u-pt--0 {
    padding-top: 0rem;
  }
}

.u-pb--0 {
  padding-bottom: 0rem;
}
@media screen and (max-width: 480px) {
  .u-pb--0 {
    padding-bottom: 0rem;
  }
}

.u-pr--0 {
  padding-right: 0rem;
}
@media screen and (max-width: 480px) {
  .u-pr--0 {
    padding-right: 0rem;
  }
}

.u-pl--0 {
  padding-left: 0rem;
}
@media screen and (max-width: 480px) {
  .u-pl--0 {
    padding-left: 0rem;
  }
}

.u-pt--10 {
  padding-top: 1rem;
}
@media screen and (max-width: 480px) {
  .u-pt--10 {
    padding-top: 0.5rem;
  }
}

.u-pb--10 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .u-pb--10 {
    padding-bottom: 0.5rem;
  }
}

.u-pr--10 {
  padding-right: 1rem;
}
@media screen and (max-width: 480px) {
  .u-pr--10 {
    padding-right: 0.5rem;
  }
}

.u-pl--10 {
  padding-left: 1rem;
}
@media screen and (max-width: 480px) {
  .u-pl--10 {
    padding-left: 0.5rem;
  }
}

.u-pt--20 {
  padding-top: 2rem;
}
@media screen and (max-width: 480px) {
  .u-pt--20 {
    padding-top: 1rem;
  }
}

.u-pb--20 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .u-pb--20 {
    padding-bottom: 1rem;
  }
}

.u-pr--20 {
  padding-right: 2rem;
}
@media screen and (max-width: 480px) {
  .u-pr--20 {
    padding-right: 1rem;
  }
}

.u-pl--20 {
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  .u-pl--20 {
    padding-left: 1rem;
  }
}

.u-pt--30 {
  padding-top: 3rem;
}
@media screen and (max-width: 480px) {
  .u-pt--30 {
    padding-top: 1.5rem;
  }
}

.u-pb--30 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .u-pb--30 {
    padding-bottom: 1.5rem;
  }
}

.u-pr--30 {
  padding-right: 3rem;
}
@media screen and (max-width: 480px) {
  .u-pr--30 {
    padding-right: 1.5rem;
  }
}

.u-pl--30 {
  padding-left: 3rem;
}
@media screen and (max-width: 480px) {
  .u-pl--30 {
    padding-left: 1.5rem;
  }
}

.u-pt--40 {
  padding-top: 4rem;
}
@media screen and (max-width: 480px) {
  .u-pt--40 {
    padding-top: 2rem;
  }
}

.u-pb--40 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .u-pb--40 {
    padding-bottom: 2rem;
  }
}

.u-pr--40 {
  padding-right: 4rem;
}
@media screen and (max-width: 480px) {
  .u-pr--40 {
    padding-right: 2rem;
  }
}

.u-pl--40 {
  padding-left: 4rem;
}
@media screen and (max-width: 480px) {
  .u-pl--40 {
    padding-left: 2rem;
  }
}

.u-pt--50 {
  padding-top: 5rem;
}
@media screen and (max-width: 480px) {
  .u-pt--50 {
    padding-top: 2.5rem;
  }
}

.u-pb--50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .u-pb--50 {
    padding-bottom: 2.5rem;
  }
}

.u-pr--50 {
  padding-right: 5rem;
}
@media screen and (max-width: 480px) {
  .u-pr--50 {
    padding-right: 2.5rem;
  }
}

.u-pl--50 {
  padding-left: 5rem;
}
@media screen and (max-width: 480px) {
  .u-pl--50 {
    padding-left: 2.5rem;
  }
}

.u-pt--60 {
  padding-top: 6rem;
}
@media screen and (max-width: 480px) {
  .u-pt--60 {
    padding-top: 3rem;
  }
}

.u-pb--60 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  .u-pb--60 {
    padding-bottom: 3rem;
  }
}

.u-pr--60 {
  padding-right: 6rem;
}
@media screen and (max-width: 480px) {
  .u-pr--60 {
    padding-right: 3rem;
  }
}

.u-pl--60 {
  padding-left: 6rem;
}
@media screen and (max-width: 480px) {
  .u-pl--60 {
    padding-left: 3rem;
  }
}

.u-pt--70 {
  padding-top: 7rem;
}
@media screen and (max-width: 480px) {
  .u-pt--70 {
    padding-top: 3.5rem;
  }
}

.u-pb--70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 480px) {
  .u-pb--70 {
    padding-bottom: 3.5rem;
  }
}

.u-pr--70 {
  padding-right: 7rem;
}
@media screen and (max-width: 480px) {
  .u-pr--70 {
    padding-right: 3.5rem;
  }
}

.u-pl--70 {
  padding-left: 7rem;
}
@media screen and (max-width: 480px) {
  .u-pl--70 {
    padding-left: 3.5rem;
  }
}

.u-pt--80 {
  padding-top: 8rem;
}
@media screen and (max-width: 480px) {
  .u-pt--80 {
    padding-top: 4rem;
  }
}

.u-pb--80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 480px) {
  .u-pb--80 {
    padding-bottom: 4rem;
  }
}

.u-pr--80 {
  padding-right: 8rem;
}
@media screen and (max-width: 480px) {
  .u-pr--80 {
    padding-right: 4rem;
  }
}

.u-pl--80 {
  padding-left: 8rem;
}
@media screen and (max-width: 480px) {
  .u-pl--80 {
    padding-left: 4rem;
  }
}

.u-pt--90 {
  padding-top: 9rem;
}
@media screen and (max-width: 480px) {
  .u-pt--90 {
    padding-top: 4.5rem;
  }
}

.u-pb--90 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 480px) {
  .u-pb--90 {
    padding-bottom: 4.5rem;
  }
}

.u-pr--90 {
  padding-right: 9rem;
}
@media screen and (max-width: 480px) {
  .u-pr--90 {
    padding-right: 4.5rem;
  }
}

.u-pl--90 {
  padding-left: 9rem;
}
@media screen and (max-width: 480px) {
  .u-pl--90 {
    padding-left: 4.5rem;
  }
}

.u-pt--100 {
  padding-top: 10rem;
}
@media screen and (max-width: 480px) {
  .u-pt--100 {
    padding-top: 5rem;
  }
}

.u-pb--100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .u-pb--100 {
    padding-bottom: 5rem;
  }
}

.u-pr--100 {
  padding-right: 10rem;
}
@media screen and (max-width: 480px) {
  .u-pr--100 {
    padding-right: 5rem;
  }
}

.u-pl--100 {
  padding-left: 10rem;
}
@media screen and (max-width: 480px) {
  .u-pl--100 {
    padding-left: 5rem;
  }
}

.u-pt--110 {
  padding-top: 11rem;
}
@media screen and (max-width: 480px) {
  .u-pt--110 {
    padding-top: 5.5rem;
  }
}

.u-pb--110 {
  padding-bottom: 11rem;
}
@media screen and (max-width: 480px) {
  .u-pb--110 {
    padding-bottom: 5.5rem;
  }
}

.u-pr--110 {
  padding-right: 11rem;
}
@media screen and (max-width: 480px) {
  .u-pr--110 {
    padding-right: 5.5rem;
  }
}

.u-pl--110 {
  padding-left: 11rem;
}
@media screen and (max-width: 480px) {
  .u-pl--110 {
    padding-left: 5.5rem;
  }
}

.u-pt--120 {
  padding-top: 12rem;
}
@media screen and (max-width: 480px) {
  .u-pt--120 {
    padding-top: 6rem;
  }
}

.u-pb--120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 480px) {
  .u-pb--120 {
    padding-bottom: 6rem;
  }
}

.u-pr--120 {
  padding-right: 12rem;
}
@media screen and (max-width: 480px) {
  .u-pr--120 {
    padding-right: 6rem;
  }
}

.u-pl--120 {
  padding-left: 12rem;
}
@media screen and (max-width: 480px) {
  .u-pl--120 {
    padding-left: 6rem;
  }
}

.u-ff--en {
  font-family: "Futura", "Josefin Sans", sans-serif;
}
.u-ff--serif {
  font-family: "Zen Old Mincho", serif;
}

.u-fw--medium {
  font-weight: 500;
}

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

.u-textalign--center {
  text-align: center;
}
.u-textalign--left {
  text-align: left;
}
.u-textalign--right {
  text-align: right;
}

.inview {
  transform: translateY(0.625rem);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .archive .inview,
.single-recruit .inview {
    transform: translateY(0);
    opacity: 1;
  }
}
/*!
Theme Name: タカノ歯科クリニック 求人採用サイト
Author: 9Design
Author URI: https://9design.jp/
Description: 採用パッケージテーマ7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSEbout
Text Domain: 採用パッケージ7
*/
