body {
  font-family: var(--body-font);
  color: var(--text-color);
}
/* ===== common: 全ページ共通 ===== */

.p-page-header {
  background: #fff;
}

.p-page-header .l-container {
  padding-top: 24px;
  padding-bottom: 0;
}

.p-page-header .breadcrumb {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 8px;
}

/* ===== c-heading-section ===== */
.c-heading-section {
  display: flex;
  align-items: center;
  gap: 16px;
  width: auto;
  position: static;
  margin-bottom: 40px;
}

.c-heading-section::before {
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: var(--gradient-orange);
  flex-shrink: 0;
}

.c-heading-section__row {
  display: block;
}

.c-heading-section__en,
.c-heading-section__bar {
  display: none;
}

.c-heading-section__ja {
  font-size: 3.2rem;
  font-weight: 500;
  color: var(--text-color);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-heading-section {
    gap: 12px;
  }
  .c-heading-section::before {
    width: 3px;
    height: 24px;
  }
  .c-heading-section__ja {
    font-size: 2.2rem;
  }
}

/* ===== page-about ===== */

.p-about-philosophy .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-about-philosophy__body {
  margin-top: 48px;
  display: flex;
  gap: 48px;
  align-items: center;
}

.p-about-philosophy__box {
  flex: 1 1 0;
  min-width: 0;
  padding: 32px 40px;
  background: #f7f6f1;
  border-radius: 8px;
}

.p-about-philosophy__img {
  flex: 0 0 45%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

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

.p-about-philosophy__box .c-heading-section {
  margin-bottom: 24px;
}

.p-about-philosophy__lead {
  font-family: var(--heading-ja);
  font-size: 3.4rem;
  font-weight: 500;
  color: #f96801;
  margin: 32px 0;
  line-height: 1.5;
}

.p-about-philosophy__txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  font-weight: 400;
  color: #444;
  line-height: 2;
  margin: 0;
}

.p-about-overview {
  background: #f2f2f2;
}

.p-about-overview .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-about-overview .c-info-list {
  margin-top: 48px;
}

.p-about-memberships {
  background: #f2f2f2;
}

.p-about-memberships .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-about-memberships .c-icon-card-list {
  margin-top: 48px;
}

.p-about-access .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-about-access__map {
  margin-top: 48px;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f0eee8;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-about-access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.p-about-cta {
  background: #fff;
}

.p-about-cta .l-container {
  padding-top: 32px;
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .p-about-philosophy__body {
    flex-direction: column;
    gap: 24px;
    margin: 0;
  }
  .p-about-philosophy__box {
    padding: 20px;
  }
  .p-about-philosophy__lead {
    font-size: 2rem;
    margin: 16px 0;
  }
  .p-about-philosophy__img {
    flex-basis: auto;
    width: 100%;
  }
}

/* ===== page-expert ===== */

.p-expert-profile .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-expert-profile__inner {
  display: grid;
  grid-template-columns: 266px 1fr;
  gap: 32px;
  align-items: flex-start;
}

.p-expert-profile__photo {
  width: 266px;
  margin: 0;
}

.p-expert-profile__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-expert-profile__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #aaa;
}

.p-expert-profile__placeholder-icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #d6d6d6;
}

.p-expert-profile__placeholder-label {
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  letter-spacing: .04em;
}

.p-expert-profile__txt {
  padding-top: 4px;
}

.p-expert-profile__role {
  font-family: var(--heading-ja);
  font-size: 1.4rem;
  font-weight: 500;
  color: #f96801;
  letter-spacing: .04em;
  line-height: 1;
  margin: 0 0 16px;
}

.p-expert-profile__name {
  font-family: var(--heading-ja);
  font-size: 2.8rem;
  font-weight: 500;
  color: #444;
  line-height: 1;
  margin: 0 0 16px;
}

.p-expert-profile__name-en {
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  color: #888;
  letter-spacing: .04em;
  line-height: 1;
  margin: 0 0 12px;
}

.p-expert-profile__qualification {
  font-family: var(--heading-ja);
  font-size: 1.4rem;
  color: #444;
  line-height: 1;
  margin: 0 0 24px;
}

.p-expert-profile__bio {
  margin-top: 32px;
  padding-top: 0;
}

.p-expert-profile__bio p {
  font-family: var(--body-font);
  color: #444;
  line-height: 2;
  margin: 0;
}

.p-expert-profile__bio p + p {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-expert-profile__inner {
    grid-template-columns: 120px 1fr;
    column-gap: 16px;
    row-gap: 24px;
    align-items: center;
  }
  .p-expert-profile__txt {
    display: contents;
  }
  .p-expert-profile__photo {
    grid-column: 1;
    grid-row: 1;
    width: 120px;
    max-width: none;
    margin: 0;
  }
  .p-expert-profile__head {
    grid-column: 2;
    grid-row: 1;
  }
  .p-expert-profile__bio {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
  }
  .p-expert-profile__name {
    font-size: 2.4rem;
  }
}

.p-expert-history {
  background: #f2f2f2;
}

.p-expert-history .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-expert-cta {
  background: #fff;
}

.p-expert-cta .l-container {
  padding-top: 32px;
  padding-bottom: 64px;
  
}
/* ===== page-service ===== */

.p-service-intro .l-container {
  padding-top: 56px;
  padding-bottom: 72px;
}

.p-service-intro__txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-service-intro__txt p {
  font-family: var(--body-font);
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
  margin: 0;
}

/* 導入の一文目をリードとして強調 */
.p-service-intro__txt p:first-child {
  font-family: var(--heading-ja);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.7;
  color: #333e4e;
}

.p-service-intro__highlight {
  position: relative;
  margin: 56px auto 0;
  padding: 40px 48px;
  background: #f7f6f1;
  border-radius: 12px;
  border-left: 4px solid #f96801;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 装飾の引用符 */
.p-service-intro__highlight::before {
  content: '”';
  position: absolute;
  right: 24px;
  bottom: -28px;
  font-family: 'Marcellus', serif;
  font-size: 14rem;
  line-height: 1;
  color: rgba(249, 104, 1, .08);
  pointer-events: none;
}

.p-service-intro__highlight p {
  position: relative;
  z-index: 1;
  font-family: var(--body-font);
  font-size: 1.5rem;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

.p-service-intro__highlight .is-center {
  margin-top: 8px;
  font-family: var(--heading-ja);
  font-size: 1.7rem;
  font-weight: 500;
  color: #f96801;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-service-intro__txt p:first-child {
    font-size: 1.7rem;
  }

  .p-service-intro__txt p,
  .p-service-intro__highlight p {
    font-size: 1.4rem;
  }
  
  .p-service-intro__highlight {
    padding: 28px 24px;
  }
  
  .p-service-intro__highlight::before {
    font-size: 10rem;
    right: 12px;
    bottom: -20px;
    line-height: .5;
  }
  
  .p-service-intro__highlight .is-center {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-service-flow .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
  
}

.p-service-flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-service-flow__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: flex-start;
}

.p-service-flow__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb200, #f96801);
  color: #fff;
  font-family: var(--heading-ja);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.p-service-flow__body {
  padding-top: 4px;
}

.p-service-flow__ttl {
  font-family: var(--heading-ja);
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
  margin: 0 0 8px;
}

.p-service-flow__txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-service-flow__ttl {
    font-size: 1.6rem;
  }
}

.p-service-faq .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}
.p-service-cta {
  background: #fff;
}

.p-service-cta .l-container {
  padding-top: 32px;
  padding-bottom: 64px;
  
}
/* ===== page-advisor-contract ===== */

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

.p-advisor-intro .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}
.p-advisor-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 66px;
  align-items: start;
  margin-top: 48px;
}
.p-advisor-intro__txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-advisor-intro__txt p {
  font-family: var(--body-font);
  font-size: 1.8rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
}
.p-advisor-intro__lead-in {
  margin-top: 8px;
}
.p-advisor-intro__lead-in .is-accent {
  color: #f96801;
  font-weight: 500;
}

.p-advisor-intro__plans {
  display: flex;
  gap: 16px;
}

.p-advisor-plan {
  position: relative;
  width: 310px;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.p-advisor-plan--primary {
  filter: drop-shadow(8px 8px 0 #f98901);
}
.p-advisor-plan--secondary {
  filter: drop-shadow(8px 8px 0 #333e4e);
}
.p-advisor-plan__ttl {
  font-family: var(--heading-ja);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.p-advisor-plan--primary .p-advisor-plan__ttl {
  color: #f96801;
}
.p-advisor-plan--secondary .p-advisor-plan__ttl {
  color: #333e4e;
}
.p-advisor-plan__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  color: #fff;
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
.p-advisor-plan--primary .p-advisor-plan__label {
  background: linear-gradient(154deg, #ffb200 8.5%, #f98901 51.1%, #f25d01 96.2%);
}
.p-advisor-plan--secondary .p-advisor-plan__label {
  background: #333e4e;
}
.p-advisor-plan__txt {
  font-family: var(--body-font);
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
.p-advisor-plan__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.p-advisor-plan__bullets li {
  position: relative;
  padding-left: 32px;
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  color: #444;
  line-height: 1.6;
}
.p-advisor-plan__bullets li.is-muted {
  color: rgba(68, 68, 68, .4);
}
.p-advisor-plan__check {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f96801;
}
.p-advisor-plan--secondary .p-advisor-plan__check {
  background: #333e4e;
}
.p-advisor-plan__bullets li.is-muted .p-advisor-plan__check {
  background: rgba(68, 68, 68, .4);
}
.p-advisor-plan__check::before,
.p-advisor-plan__check::after {
  content: '';
  position: absolute;
  background: #fff;
}
.p-advisor-plan__check::before {
  left: 6px;
  top: 12px;
  width: 6px;
  height: 2px;
  transform: rotate(45deg);
  transform-origin: left center;
}
.p-advisor-plan__check::after {
  left: 9px;
  top: 14px;
  width: 11px;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.p-advisor-plan__note {
  position: relative;
  margin: 0;
  padding-top: 22px;
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.6;
  color: #444;
}
.p-advisor-plan__note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(68, 68, 68, .4);
}

@media screen and (max-width: 1100px) {
  .p-advisor-intro__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 24px;
  }
  .p-advisor-intro__plans {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-advisor-intro__txt p {
    font-size: 1.5rem;
  }
  .p-advisor-intro__plans {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .p-advisor-plan {
    width: 100%;
  }
}

.p-advisor-works {
  background: #f2f2f2;
}

.p-advisor-works .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-advisor-works__list {
  margin-bottom: 40px;
}

.p-advisor-works__callout {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}

.p-advisor-works__callout-ttl {
  font-family: var(--heading-ja);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #444;
  margin: 0 0 8px;
}

.p-advisor-works__callout-txt {
  font-family: var(--body-font);
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333e4e;
  margin: 0;
}

.p-advisor-works__callout-txt strong {
  color: #f96801;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-advisor-works__callout-ttl {
    font-size: 1.8rem;
  }
  .p-advisor-works__callout-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-advisor-excluded .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-advisor-excluded__lead {
  margin: 40px 0;
  font-family: var(--body-font);
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333e4e;
}

.p-advisor-excluded__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
}

.p-advisor-excluded__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  border-bottom: 1px solid rgba(68, 68, 68, .4);
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #444;
}

.p-advisor-excluded__check {
  flex: 0 0 24px;
  position: relative;
  width: 24px;
  height: 24px;
}

.p-advisor-excluded__check::before,
.p-advisor-excluded__check::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2px;
  background: #f96801;
  border-radius: 1px;
}

.p-advisor-excluded__check::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-advisor-excluded__check::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-advisor-excluded__txt {
  flex: 1 1 0;
}

@media screen and (max-width: 767px) {
  .p-advisor-excluded__list {
    grid-template-columns: 1fr;
  }
  .p-advisor-excluded__item {
    padding: 16px 0;
    font-size: 1.4rem;
  }
}

.p-advisor-pricing {
  background: #f2f2f2;
}

.p-advisor-pricing .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-advisor-pricing__lead {
  margin: 40px 0;
}

.p-advisor-pricing__lead p {
  font-family: var(--body-font);
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333e4e;
}

.p-advisor-pricing__notes {
  margin-top: 24px;
  padding: 32px 40px;
  background: #fff;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-advisor-pricing__notes-ttl {
  font-family: var(--heading-ja);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #f96801;
  margin: 0;
  flex: 0 0 auto;
}

.p-advisor-pricing__notes-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  flex: 1 1 0;
  min-width: 0;
}

.p-advisor-pricing__notes-list li {
  font-family: var(--body-font);
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333e4e;
}

@media screen and (max-width: 767px) {
  .p-advisor-pricing__lead {
    margin: 24px 0;
  }
  .p-advisor-pricing__lead p {
    font-size: 1.4rem;
  }
  .p-advisor-pricing__notes {
    padding: 20px 16px;
    gap: 12px;
    flex-direction: column;
  }
  .p-advisor-pricing__notes-ttl {
    font-size: 1.8rem;
  }
  .p-advisor-pricing__notes-list {
    padding-left: 0;
  }
  .p-advisor-pricing__notes-list li {
    font-size: 1.4rem;
  }
}

.p-advisor-flow .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}
.p-advisor-faq .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-advisor-cta {
  background: #fff;
}

.p-advisor-cta .l-container {
  padding-top: 32px;
  padding-bottom: 64px;
}

/* ===== page-payroll ===== */

.p-payroll-overview .l-container {
  padding-top: 48px;
  padding-bottom: 64px;
}

.p-payroll-services .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-payroll-pricing .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-payroll-pricing__notes {
  margin-top: 24px;
  padding: 20px 24px;
  background: #f7f6f1;
  border-radius: 6px;
}

.p-payroll-pricing__notes-ttl {
  font-family: var(--heading-ja);
  font-size: 1.4rem;
  font-weight: 500;
  color: #f96801;
  margin: 0 0 8px;
}

.p-payroll-pricing__notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-payroll-pricing__notes li {
  position: relative;
  padding-left: 16px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
}

.p-payroll-pricing__notes li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #f96801;
}

.p-payroll-flow .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-payroll-faq .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-payroll-cta {
  background: #fff;
}

.p-payroll-cta .l-container {
  padding-top: 32px;
  padding-bottom: 64px;
}

/* ===== page-work-rules ===== */

.p-rules-importance .l-container {
  padding-top: 48px;
  padding-bottom: 64px;
}

.p-rules-concept .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-rules-concept__body {
  display: flex;
  gap: 48px;
  align-items: center;
}

.p-rules-concept__box {
  flex: 1 1 0;
  min-width: 0;
}

.p-rules-concept__box .c-heading-section {
  margin-bottom: 32px;
}

.p-rules-concept__img {
  flex: 0 0 40%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

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

.p-rules-concept__txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-rules-concept__txt p {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-rules-concept__body {
    flex-direction: column;
    gap: 24px;
  }
  .p-rules-concept__img {
    flex-basis: auto;
    width: 100%;
  }
}

.p-rules-services .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-rules-problems .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-rules-problems__lead {
  margin: 40px 0;
  font-family: var(--body-font);
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333e4e;
}

.p-rules-problems__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
}

.p-rules-problems__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  border-bottom: 1px solid rgba(68, 68, 68, .4);
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #444;
}

.p-rules-problems__check {
  flex: 0 0 24px;
  position: relative;
  width: 24px;
  height: 24px;
}

.p-rules-problems__check::before,
.p-rules-problems__check::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2px;
  background: #f96801;
  border-radius: 1px;
}

.p-rules-problems__check::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-rules-problems__check::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-rules-problems__txt {
  flex: 1 1 0;
}

@media screen and (max-width: 767px) {
  .p-rules-problems__list {
    grid-template-columns: 1fr;
  }
  .p-rules-problems__item {
    padding: 16px 0;
    font-size: 1.4rem;
  }
}

.p-rules-pricing .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-rules-pricing__notes {
  margin-top: 24px;
  padding: 20px 24px;
  background: #f7f6f1;
  border-radius: 6px;
}

.p-rules-pricing__notes-ttl {
  font-family: var(--heading-ja);
  font-size: 1.4rem;
  font-weight: 500;
  color: #f96801;
  margin: 0 0 8px;
}

.p-rules-pricing__notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-rules-pricing__notes li {
  position: relative;
  padding-left: 16px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
}

.p-rules-pricing__notes li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #f96801;
}

.p-rules-flow .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
  
}
.p-rules-faq .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-rules-cta {
  background: #fff;
}

.p-rules-cta .l-container {
  padding-top: 32px;
  padding-bottom: 64px;
}

/* ===== page-subsidy-support ===== */

.p-subsidy-intro .l-container {
  padding-top: 48px;
  padding-bottom: 64px;
  
}
.p-subsidy-intro__box {
  padding: 32px 40px;
  background: #f7f6f1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-subsidy-intro__box p {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-subsidy-intro__box {
    padding: 24px 20px;
  }
}

.p-subsidy-types .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-subsidy-cases .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-subsidy-pricing .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-subsidy-pricing__highlight {
  background: #fff;
  border: 2px solid #f96801;
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 32px;
  text-align: center;
}

.p-subsidy-pricing__highlight-ttl {
  font-family: var(--heading-ja);
  font-size: 2rem;
  font-weight: 700;
  color: #f96801;
  margin: 0 0 12px;
  line-height: 1;
}

.p-subsidy-pricing__highlight-txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

.p-subsidy-pricing__block {
  background: #fff;
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 16px;
  border: 1px solid #e3e2e0;
}

.p-subsidy-pricing__block-ttl {
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f96801;
}

/* ===== p-subsidy-pricing A基準テーブル ===== */
.p-subsidy-pricing__table {
  width: 100%;
  min-width: 0;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-subsidy-pricing__table th,
.p-subsidy-pricing__table td {
  padding: 12px 16px;
  border: 1px solid #dcdddd;
  text-align: left;
  vertical-align: middle;
}
.p-subsidy-pricing__table thead th {
  background: #f96801;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.p-subsidy-pricing__table tbody th {
  background: #efefef;
  font-weight: 500;
  white-space: nowrap;
}
.p-subsidy-pricing__table tbody td {
  background: #fff;
}

@media screen and (max-width: 767px) {
  /* 契約形態ごとに1カード化（rowspan行＝上段, 続く行＝下段として連結） */
  .p-subsidy-pricing__table,
  .p-subsidy-pricing__table tbody,
  .p-subsidy-pricing__table tr,
  .p-subsidy-pricing__table th,
  .p-subsidy-pricing__table td {
    display: block;
    width: 100%;
  }
  .p-subsidy-pricing__table thead {
    display: none;
  }
  .p-subsidy-pricing__table th,
  .p-subsidy-pricing__table td {
    border: none;
    padding: 0;
  }
  .p-subsidy-pricing__table tr {
    border: 1px solid #dcdddd;
  }
  .p-subsidy-pricing__table .is-row-head {
    margin-top: 16px;
    border-bottom: none;
    overflow: hidden;
  }
  .p-subsidy-pricing__table .is-row-head:first-child {
    margin-top: 0;
  }
  .p-subsidy-pricing__table tr:not(.is-row-head) {
    border-top: none;
  }
  /* 契約形態（カード見出し） */
  .p-subsidy-pricing__table tbody th {
    background: #f96801;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    white-space: normal;
  }
  /* 各項目（ラベル＋値）。線は左右にインセットして薄く */
  .p-subsidy-pricing__table tbody td {
    padding: 10px 16px;
    margin: 0;
    border-top: none;
    border-bottom: none;
  }
  /* オレンジ見出し直下は線なし */
  .p-subsidy-pricing__table .is-row-head td:first-of-type {
    border-top: none;
  }
  /* 料金シナリオ（200万円以下／超）の区切り */
  .p-subsidy-pricing__table tr:not(.is-row-head) td:first-of-type {
    border-top: 1px solid #dcdddd;
  }
  .p-subsidy-pricing__table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 1.1rem;
    color: #999;
    margin-bottom: 2px;
  }
}

.p-subsidy-pricing__flat {
  text-align: center;
  padding: 16px 0;
}

.p-subsidy-pricing__flat-cond {
  font-family: var(--body-font);
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 12px;
}

.p-subsidy-pricing__flat-amount {
  font-family: var(--heading-ja);
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  margin: 0;
}

.p-subsidy-pricing__flat-amount strong {
  font-size: 2.4rem;
  color: #f96801;
  font-weight: 700;
  margin: 0 4px;
}

.p-subsidy-pricing__examples {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-subsidy-pricing__example {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 20px;
  background: #faf9f5;
  border-radius: 6px;
}

.p-subsidy-pricing__example-cond {
  font-family: var(--heading-ja);
  font-size: 1.3rem;
  font-weight: 500;
  color: #444;
}

.p-subsidy-pricing__example-detail {
  font-family: var(--body-font);
  font-size: 1.3rem;
  color: #555;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-subsidy-pricing__example {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.p-subsidy-pricing__notes {
  margin-top: 16px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e3e2e0;
  border-radius: 6px;
}

.p-subsidy-pricing__notes-ttl {
  font-family: var(--heading-ja);
  font-size: 1.4rem;
  font-weight: 500;
  color: #f96801;
  margin: 0 0 8px;
}

.p-subsidy-pricing__notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-subsidy-pricing__notes li {
  position: relative;
  padding-left: 16px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
}

.p-subsidy-pricing__notes li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #f96801;
}

@media screen and (max-width: 767px) {
  .p-subsidy-pricing__block,
  .p-subsidy-pricing__highlight {
    padding: 20px;
  }
}

.p-subsidy-flow .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-subsidy-faq .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
  
}

.p-subsidy-cta {
  background: #fff;
}

.p-subsidy-cta .l-container {
  padding-top: 32px;
  padding-bottom: 64px;
}

/* ===== page-labor-inspection ===== */

.page-labor-inspection .p-page-header {
  display: none;
}

.p-inspection-hero .l-container {
  padding-top: 48px;
  padding-bottom: 32px;
}

.p-inspection-expert .l-container {
  padding-top: 24px;
  padding-bottom: 48px;
}

.p-inspection-expert__inner {
  background: #333e4e;
  color: #fff;
  border-radius: 8px;
  padding: 28px 32px;
}

.p-inspection-expert__ttl {
  font-family: var(--heading-ja);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 8px;
}

.p-inspection-expert__txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-inspection-expert__inner {
    padding: 20px;
  }
}

.p-inspection-section .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-inspection-section + .p-inspection-section .l-container {
  padding-top: 32px;
}

.p-inspection-section__head-body {
  margin-bottom: 32px;
}

.p-inspection-section__lead {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.p-inspection-section__tag {
  display: inline-block;
  margin-top: 12px;
  background: #fef4ea;
  color: #f96801;
  font-family: var(--heading-ja);
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 4px;
  padding: 4px 12px;
  line-height: 1.4;
}

.p-inspection-subhead {
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  color: #444;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f96801;
}

.p-inspection-works {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-inspection-works__item {
  background: #f7f6f1;
  border-radius: 6px;
  padding: 24px 32px;
}

.p-inspection-works__ttl {
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  color: #f96801;
  line-height: 1.4;
  margin: 0 0 8px;
}

.p-inspection-works__txt {
  font-family: var(--body-font);
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* ===== p-inspection-table ===== */
.p-inspection-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-inspection-table th,
.p-inspection-table td {
  padding: 12px 16px;
  border: 1px solid #dcdddd;
  text-align: left;
  vertical-align: middle;
}
.p-inspection-table thead th {
  background: #f96801;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.p-inspection-table tbody th {
  background: #efefef;
  font-weight: 500;
  white-space: nowrap;
}
.p-inspection-table tbody td {
  background: #fff;
}

@media screen and (max-width: 767px) {
  /* 1行＝1カード */
  .p-inspection-table,
  .p-inspection-table tbody,
  .p-inspection-table tr,
  .p-inspection-table th,
  .p-inspection-table td {
    display: block;
    width: 100%;
  }
  .p-inspection-table thead {
    display: none;
  }
  .p-inspection-table th,
  .p-inspection-table td {
    border: none;
    padding: 0;
  }
  .p-inspection-table tr {
    border: 1px solid #dcdddd;
    margin-bottom: 16px;
  }
  .p-inspection-table tr:last-child {
    margin-bottom: 0;
  }
  /* カード見出し */
  .p-inspection-table tbody th {
    background: #f96801;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    white-space: normal;
  }
  /* 各項目（ラベル＋値） */
  .p-inspection-table tbody td {
    padding: 10px 16px;
    text-align: left;
  }
  .p-inspection-table tbody td + td {
    border-top: 1px solid #dcdddd;
  }
  .p-inspection-table tbody td::before {
    content: none;
  }
}

.p-inspection-section__closing {
  margin: 32px 0 0;
  text-align: center;
  font-family: var(--heading-ja);
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444;
  padding: 24px;
  background: #f7f6f1;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-inspection-section__closing {
    text-align: left;
  }
}

.p-inspection-notes {
  padding: 20px 24px;
  background: #fef9f0;
  border: 1px solid #f9d4a7;
  border-radius: 6px;
  margin-top: 24px;
}

.p-inspection-notes__ttl {
  font-family: var(--heading-ja);
  font-size: 1.4rem;
  font-weight: 500;
  color: #d97706;
  margin: 0 0 8px;
}

.p-inspection-notes__ttl span {
  margin-right: 4px;
}

.p-inspection-notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-inspection-notes li {
  position: relative;
  padding-left: 16px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
}

.p-inspection-notes li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #f96801;
}

.p-inspection-why .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-inspection-flow .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-inspection-cta {
  background: #333e4e;
  color: #fff;
}

.p-inspection-cta .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.p-inspection-cta__label {
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  color: #ffb200;
  letter-spacing: .15em;
  border: 1px solid #ffb200;
  border-radius: 4px;
  padding: 6px 16px;
  margin: 0 0 24px;
  line-height: 1;
}

.p-inspection-cta__heading {
  font-family: var(--heading-ja);
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 24px;
}

.p-inspection-cta__txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
  margin: 0 0 32px;
}

.p-inspection-cta__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.p-inspection-cta__hours {
  font-family: var(--body-font);
  font-size: 1.3rem;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-inspection-cta__heading {
    font-size: 2rem;
  }
  .p-inspection-cta__btns {
    flex-direction: column;
    align-items: center;
  }
  .p-inspection-cta__btns .c-pill-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ===== page-recruitment-support ===== */

.page-recruitment-support .p-page-header {
  display: none;
}

.p-recruit-hero .l-container {
  padding-top: 48px;
  padding-bottom: 64px;
}

.p-recruit-features__body {
  margin-top: 48px;
}

.p-recruit-services .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-recruit-issues .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-recruit-flow .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-recruit-cta {
  background: #333e4e;
  color: #fff;
}

.p-recruit-cta .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.p-recruit-cta__label {
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  color: #ffb200;
  letter-spacing: .15em;
  border: 1px solid #ffb200;
  border-radius: 4px;
  padding: 6px 16px;
  margin: 0 0 24px;
  line-height: 1;
}

.p-recruit-cta__heading {
  font-family: var(--heading-ja);
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 24px;
}

.p-recruit-cta__txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
  margin: 0 0 32px;
}

.p-recruit-cta__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.p-recruit-cta__hours {
  font-family: var(--body-font);
  font-size: 1.3rem;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-recruit-cta__heading {
    font-size: 2rem;
  }
  .p-recruit-cta__btns {
    flex-direction: column;
    align-items: center;
  }
  .p-recruit-cta__btns .c-pill-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ===== page-other-services ===== */

.page-other-services .p-page-header {
  display: none;
}

.p-other-hero .l-container {
  padding-top: 48px;
  padding-bottom: 64px;
}

.p-other-services .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-other-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-other-services__item {
  background: #fff;
  border: 1px solid #e3e2e0;
  border-radius: 8px;
  padding: 32px 40px;
}

.p-other-services__head-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.p-other-services__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffb200, #f96801);
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}

.p-other-services__icon svg {
  width: 24px;
  height: 24px;
}

.p-other-services__item-ttl {
  font-family: var(--heading-ja);
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
  margin: 0;
}

.p-other-services__item-txt {
  font-family: var(--body-font);
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.p-other-services__sub {
  margin-top: 20px;
  padding-left: 18px;
  border-left: 2px solid #f96801;
}

.p-other-services__sub-ttl {
  font-family: var(--heading-ja);
  font-size: 1.4rem;
  font-weight: 700;
  color: #444;
  margin: 0 0 8px;
}

.p-other-services__sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 16px;
}

.p-other-services__sub-list li {
  position: relative;
  padding-left: 14px;
  font-family: var(--body-font);
  font-size: 1.3rem;
  color: #555;
  line-height: 1.7;
}

.p-other-services__sub-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f96801;
}

@media screen and (max-width: 767px) {
  .p-other-services__item {
    padding: 24px;
  }
  .p-other-services__sub-list {
    grid-template-columns: 1fr;
  }
}

.p-other-issues .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-other-issues__box {
  margin-top: 40px;
  background: #fff;
  border: 1px dashed #e3e2e0;
  border-radius: 8px;
  padding: 24px 32px;
  text-align: center;
}

.p-other-issues__box p {
  font-family: var(--body-font);
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

.p-other-issues__box p + p {
  margin-top: 4px;
}

.p-other-cta {
  background: #333e4e;
  color: #fff;
}

.p-other-cta .l-container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.p-other-cta__label {
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  color: #ffb200;
  letter-spacing: .15em;
  border: 1px solid #ffb200;
  border-radius: 4px;
  padding: 6px 16px;
  margin: 0 0 24px;
  line-height: 1;
}

.p-other-cta__heading {
  font-family: var(--heading-ja);
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 24px;
}

.p-other-cta__txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
  margin: 0 0 32px;
}

.p-other-cta__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.p-other-cta__hours {
  font-family: var(--body-font);
  font-size: 1.3rem;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-other-cta__heading {
    font-size: 2rem;
  }
  .p-other-cta__btns {
    flex-direction: column;
    align-items: center;
  }
  .p-other-cta__btns .c-pill-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ===== page-recruit ===== */

.p-recruit-intro .l-container {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-recruit-intro__thumb {
  max-width: 720px;
  margin: 48px auto 0;
}

.p-recruit-intro__thumb img {
  width: 100%;
  height: auto;
}

.p-recruit-intro__copy {
  margin-top: 40px;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  color: #f96801;
}

@media screen and (max-width: 767px) {
  .p-recruit-intro__copy {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}

.p-recruit-intro__body {
  margin-top: 32px;
  font-family: var(--body-font);
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444;
}

.p-recruit-intro__body > * + * {
  margin-top: 1em;
}

.p-recruit-requirement .l-container {
  padding-top: 48px;
  padding-bottom: 64px;
}

.p-recruit-requirement .c-table {
  min-width: 0;
}

.p-recruit-requirement .c-table tbody td {
  text-align: left;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-recruit-requirement .c-table tbody th {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-requirement .c-table tbody th {
    padding: 10px 12px;
    font-size: 1.4rem;
  }
  .p-recruit-requirement .c-table tbody td {
    display: block;
    padding: 12px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-recruit-requirement .c-table tbody td::before {
    display: none;
  }
}

.p-recruit-faq .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-recruit-entry {
  background: #f2f2f2;
}

.p-recruit-entry .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-recruit-entry__lead {
  margin-top: 40px;
  font-family: var(--body-font);
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444;
}

.p-recruit-entry__form {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-recruit-entry__lead {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .p-recruit-entry__form {
    margin-top: 24px;
  }
}

/* ===== page-faq ===== */

.p-faq .l-container {
  padding-top: 48px;
  padding-bottom: 64px;
}

.p-faq__group {
  margin-bottom: 48px;
}

.p-faq__group:last-child {
  margin-bottom: 0;
}

.p-faq__category {
  font-family: var(--heading-ja);
  font-size: 2rem;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f96801;
}

.p-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-faq__item {
  margin: 0;
  padding: 0;
}

.p-faq__details {
  background: #fff;
  border: 1px solid #e3e2e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.p-faq__details[open] {
  border-color: #ffb200;
  box-shadow: 0 4px 12px rgba(249, 104, 1, .08);
}

.p-faq__q {
  display: grid;
  grid-template-columns: 32px 1fr 20px;
  gap: 12px;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.p-faq__q::-webkit-details-marker {
  display: none;
}

.p-faq__q::marker {
  content: '';
}

.p-faq__q-txt {
  font-family: var(--heading-ja);
  font-size: 1.5rem;
  font-weight: 500;
  color: #444;
  line-height: 1.6;
}

.p-faq__chevron {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #f96801;
  border-bottom: 2px solid #f96801;
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-top: -4px;
  justify-self: center;
}

.p-faq__details[open] .p-faq__chevron {
  transform: rotate(225deg);
  margin-top: 4px;
}

.p-faq__a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 0 28px 24px;
  margin-top: -8px;
  border-top: 1px solid #f7f6f1;
  padding-top: 16px;
}

.p-faq__a-txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
}

.p-faq__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f96801;
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  line-height: 1;
}

.p-faq__mark--a {
  background: #333e4e;
}

@media screen and (max-width: 767px) {
  .p-faq__q {
    padding: 16px;
    gap: 8px;
    grid-template-columns: 28px 1fr 16px;
  }
  .p-faq__q-txt {
    font-size: 1.4rem;
  }
  .p-faq__a {
    padding: 16px;
    gap: 8px;
  }
  .p-faq__a-txt {
    font-size: 1.3rem;
  }
}

.p-faq-cta .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-faq-cta__inner {
  text-align: center;
}

.p-faq-cta__label {
  display: inline-block;
  font-family: var(--heading-ja);
  font-size: 1.2rem;
  font-weight: 500;
  color: #f96801;
  border: 1px solid #ffb200;
  border-radius: 60px;
  padding: 6px 16px;
  margin: 0 0 24px;
  line-height: 1;
}

.p-faq-cta__heading {
  font-family: var(--heading-ja);
  font-size: 2.2rem;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
  margin: 0 0 12px;
}

.p-faq-cta__hours {
  font-family: var(--body-font);
  font-size: 1.3rem;
  color: #666;
  margin: 0 0 32px;
}

.p-faq-cta__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-faq-cta__heading {
    font-size: 1.8rem;
  }
  .p-faq-cta__btns {
    flex-direction: column;
    align-items: center;
  }
  .p-faq-cta__btns .c-pill-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ===== page-contact ===== */

.p-contact-info .l-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-contact-info__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.p-contact-info__card {
  background: #fff;
  border: 1px solid #e3e2e0;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.p-contact-info__head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.p-contact-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffb200, #f96801);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

.p-contact-info__ttl {
  font-family: var(--heading-ja);
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  line-height: 1.2;
  margin: 0 0 4px;
}

.p-contact-info__sub {
  font-family: var(--body-font);
  font-size: 1.2rem;
  color: #888;
  margin: 0;
  line-height: 1;
}

.p-contact-info__txt {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin: 0 0 16px;
}

.p-contact-info__txt small {
  font-size: 1.2rem;
  color: #888;
}

.p-contact-info__photo {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f0eee8;
}

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

.p-contact-info__photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
}

.p-contact-info__note {
  background: #faf9f5;
  border-radius: 6px;
  padding: 16px;
  margin-top: auto;
}

.p-contact-info__note p {
  font-family: var(--body-font);
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.p-contact-info__tel {
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #f96801;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: .02em;
}

.p-contact-info__tel:hover {
  color: #f96801;
  opacity: .8;
}

.p-contact-info__hours {
  font-family: var(--body-font);
  font-size: 1.3rem;
  color: #666;
  margin: 0 0 16px;
}

.p-contact-info__hours span {
  color: #f96801;
  margin-right: 4px;
}

@media screen and (max-width: 1000px) {
  .p-contact-info__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-info__card {
    padding: 24px;
  }
}

.p-contact-form .l-container {
  padding-top: 64px;
  padding-bottom: 80px;
}

.p-contact-form__layout {
  display: grid;
  grid-template-columns: 436px minmax(0, 1fr);
  gap: 100px;
  align-items: start;
  margin-top: 48px;
}

.p-contact-form__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-contact-form__lead {
  font-family: var(--body-font);
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333e4e;
  margin: 0;
}

.p-contact-form__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-contact-form__info-name {
  font-family: var(--heading-ja);
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  margin: 0;
}

.p-contact-form__address {
  font-family: var(--body-font);
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
  font-style: normal;
  margin: 0;
}

.p-contact-form__address p {
  margin: 0;
}

.p-contact-form__address a {
  color: inherit;
}

/* ===== c-cf7: CF7フォーム共有スタイル (contact / recruit) ===== */
.c-cf7 {
  padding: 0;
}

.c-cf7 table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.c-cf7 th,
.c-cf7 td {
  vertical-align: top;
  text-align: left;
  padding: 16px 0;
  border: 0;
}

.c-cf7 th {
  width: 200px;
  padding-right: 24px;
  background: transparent;
  color: #333e4e;
  font-family: var(--heading-ja);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.c-cf7 td {
  background: transparent;
}

.c-cf7 td > p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-cf7 tr:first-child th,
  .c-cf7 tr:first-child td,
  .c-cf7 tr:first-child td > p {
    margin-top: 0;
    padding-top: 0;
  }
}

.c-cf7 .required {
  display: inline-block;
  margin-left: 6px;
  padding: 0;
  background: none;
  color: #e8412b;
  font-family: var(--body-font);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.c-cf7 .wpcf7-form-control-wrap {
  display: block;
}

.c-cf7 .acceptance-369 {
text-align: center;
}

.c-cf7 input[type="text"],
.c-cf7 input[type="email"],
.c-cf7 input[type="tel"],
.c-cf7 input[type="url"],
.c-cf7 input[type="number"],
.c-cf7 textarea,
.c-cf7 select {
  box-sizing: border-box;
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #d0cdc6;
  border-radius: 6px;
  font-family: var(--body-font);
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  transition: border-color .2s ease, box-shadow .2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.c-cf7 input:focus,
.c-cf7 textarea:focus,
.c-cf7 select:focus {
  outline: none;
  border-color: #f96801;
  box-shadow: 0 0 0 3px rgba(249, 104, 1, .12);
}

.c-cf7 input::placeholder,
.c-cf7 textarea::placeholder {
  color: #b5b1a8;
}

.c-cf7 select {
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23333e4e' stroke-width='1.6' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

.c-cf7 input.zip {
  max-width: 200px;
}

.c-cf7 textarea {
  min-height: 180px;
  resize: vertical;
}

.c-cf7 .wpcf7-radio,
.c-cf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 8px;
}

.c-cf7 .wpcf7-radio .wpcf7-list-item,
.c-cf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.c-cf7 .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--body-font);
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

.c-cf7 .wpcf7-list-item input[type="radio"],
.c-cf7 .wpcf7-list-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #f96801;
}

#consent-box {
  margin-top: 32px;
  padding: 0;
  background: none;
  text-align: left;
  font-family: var(--body-font);
  font-size: 1.5rem;
  color: #444;
  line-height: 1.8;
}

#consent-box .wpcf7-list-item {
  margin: 0;
}

#consent-box input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #f96801;
  vertical-align: middle;
}

#consent-box .underline {
  color: #f96801;
  text-decoration: underline;
}

#submit-box {
  margin-top: 32px;
}

#submit-box .wpcf7-response-output {
  margin: 0 0 16px;
  text-align: center;
  border-radius: 6px;
}

#btn-submit {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#btn-submit .wpcf7-submit {
  min-width: 320px;
  height: 64px;
  padding: 0 32px;
  background: linear-gradient(135deg, #ffb200, #f96801);
  color: #fff;
  border: 0;
  font-family: var(--heading-ja);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

#btn-submit .wpcf7-submit:hover {
  opacity: .92;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 104, 1, .25);
}

#btn-submit .wpcf7-submit:focus {
  outline: 2px solid #f96801;
  outline-offset: 2px;
}

#btn-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .p-contact-form__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-form__head {
    gap: 20px;
  }
  .p-contact-form__lead {
    font-size: 1.5rem;
  }
  .p-contact-form__info-name {
    font-size: 1.6rem;
  }
  .p-contact-form__address {
    font-size: 1.3rem;
  }
  .c-cf7 {
    padding: 0;
  }
  .c-cf7 tr {
    display: block;
  }
  .c-cf7 tr + tr {
    margin-top: 14px;
  }
  .c-cf7 th,
  .c-cf7 td {
    display: block;
    width: 100%;
    border: 0;
  }
  .c-cf7 th {
    padding: 0 0 6px;
    font-size: 1.4rem;
  }
  .c-cf7 td {
    padding: 0;
    background: transparent;
  }
  .c-cf7 input[type="text"],
  .c-cf7 input[type="email"],
  .c-cf7 input[type="tel"],
  .c-cf7 input[type="url"],
  .c-cf7 input[type="number"],
  .c-cf7 textarea,
  .c-cf7 select {
    padding: 11px 14px;
  }
  .c-cf7 select {
    padding-right: 40px;
    background-position: right 14px center;
  }
  .c-cf7 textarea {
    min-height: 140px;
  }
  #consent-box,
  #submit-box {
    margin-top: 24px;
  }
  #btn-submit,
  #btn-submit .wpcf7-submit {
    width: 100%;
  }
  #btn-submit .wpcf7-submit {
    height: 56px;
  }
}

/* ===== SP: 各セクション .l-container 上下padding共通化 (CTA・heroは個別指定) ===== */
@media screen and (max-width: 767px) {
  .l-container.l-container--section {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
