@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  padding-block-start: 6rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-block-start: 4.375rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.l-footer a {
  color: inherit;
  text-decoration: none;
}
.l-footer a:hover {
  text-decoration: underline;
}
.l-footer__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-footer__bg img,
.l-footer__bg source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 3.125rem;
  padding: 50px 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 4.625rem;
    padding: 50px 16px 62px;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 2.125rem 4.5rem;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding-block: 1.5rem 4.5rem;
  }
}
.l-footer__bottom::before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 1px;
  width: 100vw;
  top: -0.375rem;
  left: 50%;
  translate: -50%;
}
@media (max-width: 768px) {
  .l-footer__bottom {
    flex-direction: column;
    gap: 16px;
  }
}

.l-footer__bg {
  background-size: cover;
  background-position: center;
}

.c-green-btn {
  margin-block-start: 10.625rem;
  padding-block: 2rem 2.1875rem;
  background: #8fcd29;
  color: #ffffff;
  text-align: center;
  border-radius: 2.6875rem;
  display: block;
  width: 26.8125rem;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  /* 矢印 */
}
@media screen and (max-width: 767px) {
  .c-green-btn {
    width: 21.875rem;
    padding-block: 1.25rem;
    border-radius: 30px;
    margin-block-start: 3.75rem;
    letter-spacing: 0.1em;
    padding-inline-end: 0.625rem;
    line-height: 1;
  }
}
.c-green-btn::after {
  content: "→";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-52%);
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-green-btn::after {
    right: 1.25rem;
  }
}

.c-contact__btn {
  transition: all 0.3s ease;
  display: block;
  width: 28rem;
  display: inline-block;
  padding: 6px 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  /* 矢印 */
}
@media screen and (max-width: 767px) {
  .c-contact__btn {
    font-size: 1.25rem;
    width: 21.875rem;
    padding: 26px 30px 29px;
    line-height: 0.6;
    display: block;
    margin-inline: auto;
  }
}
.c-contact__btn::after {
  content: "→";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-52%);
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-contact__btn::after {
    right: 1.5625rem;
  }
}
.c-contact__btn--download {
  padding: 2.5rem 3.75rem;
  background: #8fcd29;
}
@media (max-width: 1400px) {
  .c-contact__btn--download {
    padding: 1.875rem 1.875rem;
  }
}
.c-contact__btn--contact {
  padding: 2.5rem 1.875rem;
  background: #ff7800;
}
@media (max-width: 1400px) {
  .c-contact__btn--contact {
    padding: 1.875rem 0.9375rem;
  }
}
.c-drawer__btn {
  border-radius: 1.71875rem;
  padding-block: 1.1875rem;
  text-align: center;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-section-title {
  display: inline-flex;
  align-items: center;
  gap: 1.875rem;
  line-height: 1;
  color: #222;
  /* 区切りバー（縦線でもOKな細いバー） */
}
@media screen and (max-width: 767px) {
  .c-section-title {
    flex-direction: column;
    gap: 0.625rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title__xs {
    flex-direction: row;
    align-items: center;
    gap: 1.75rem;
  }
}
.c-section-title__ja {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
.c-section-title__ja span {
  font-size: 1.125rem;
}
.c-section-title__ja::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: -0.1875rem;
  height: 1.5rem;
  background-color: #8fcd29;
  right: -0.75rem;
}
.c-section-title__bar {
  width: 1px;
  height: 1.5rem;
  background-color: #8fcd29;
  transform: translateY(0.06em);
}
.c-section-title__en {
  font-size: 1rem;
  letter-spacing: 0.001em;
  font-weight: 700;
  /* 英字の上下位置を微調整したい場合 */
  transform: translateY(0.02em);
}

/* 見出しの上下余白（任意） */
.u-section-title-space {
  margin-block: clamp(16px, 4vw, 40px);
}

.c-page-mv__bg {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-mv__bg {
    height: 9.5rem;
  }
}
.c-page-mv__bg .c-page-mv__bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  inset: 0;
}

.c-page-title {
  position: absolute;
  left: 3rem;
  top: calc(50% - 6.875rem);
  translate: 0 -50%;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    top: calc(50% - 4.625rem);
    left: 0;
    letter-spacing: 0.2em;
  }
}

.c-page-title__ja {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-title__ja {
    font-size: 1.5rem;
  }
}

.c-page-title__en {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 3rem;
  color: #ffffff;
  margin-block-start: -1.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__en {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-page-title__en-people {
    font-size: 1.5rem;
    padding-left: 3.8em; /* 2行目以降の開始位置を右へ */
    text-indent: -3.8em;
  }
}

/* フィルター（チップ） */
.c-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #f7f8f9;
  padding: 10px 0;
  margin-block-start: 0.75rem;
  margin-block-end: 4rem;
}
@media screen and (max-width: 767px) {
  .c-nav {
    margin-block-start: 0.75rem;
    margin-block-end: 4.625rem;
  }
}
.c-nav p {
  font-size: 1.25rem;
  font-weight: bold;
  padding-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-nav p {
    padding-block-start: 2.4375rem;
  }
}

.c-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.125rem;
  padding-block: 1.9375rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .c-nav__list {
    gap: 0.5625rem;
    padding-block: 1.3125rem 2.4375rem;
  }
}

.c-nav__btn {
  display: inline-block;
  padding-block: 1.3125rem 1.25rem;
  text-align: center;
  border-radius: 999px;
  font-size: 14px;
  background: #fff;
  color: #333;
  text-decoration: none;
  border: 1px solid #a9a9a9;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .c-nav__btn {
    padding-block: 0.8125rem 0.875rem;
    width: 6.875rem;
  }
}

.c-nav__btn:hover {
  nav: brightness(0.98);
}

.c-nav__btn.is-active {
  background: #c6c6c6;
  border-color: #c6c6c6;
}

.p-header {
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding-inline-start: 2.5rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1.25rem;
    padding-top: 0;
    z-index: 100;
    height: 4.4375rem;
  }
}

.p-header__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 21.625rem 1fr;
}
@media (max-width: 1400px) {
  .p-header__inner {
    grid-template-columns: 12.6875rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 1.25rem;
  }
}

.p-header__logo {
  width: 21.625rem;
  margin-left: 20rem;
}
@media (max-width: 1800px) {
  .p-header__logo {
    margin-left: 10rem;
  }
}
@media (max-width: 1600px) {
  .p-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 12.6875rem;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
@media (max-width: 1400px) {
  .p-header__nav {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
}
@media (max-width: 1400px) {
  .p-header__list {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.p-header__list li a {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.p-header__buttons {
  display: flex;
}

.p-header__btn {
  padding: 2.3125rem 1.875rem;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  transition: all 0.3s ease;
}
.p-header__btn--download {
  padding: 2.25rem 3.375rem;
  background: #8fcd29;
}
@media (max-width: 1400px) {
  .p-header__btn--download {
    padding-inline: 1.875rem 1.875rem;
  }
}
.p-header__btn--contact {
  padding: 2.3125rem 1.875rem;
  background: #ff7800;
}
@media (max-width: 1400px) {
  .p-header__btn--contact {
    padding-inline: 1.875rem 1.875rem;
  }
}
.inner__breadcrumb {
  padding-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .inner__breadcrumb {
    padding-block-start: 1.25rem;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 102;
  top: 1.25rem;
  right: 1.25rem;
  width: 43px;
  height: 29px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #333333;
}

.p-drawer__icon.js-show {
  z-index: 102;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -16.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 43.75rem;
  background-color: rgb(255, 255, 255);
  opacity: 0.902;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

body:has(.p-drawer.js-show) {
  overflow: hidden;
}

.p-drawer__body {
  width: 100%;
  padding-block: 6.3125rem 5.25rem;
  text-align: center;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}
.p-drawer__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  margin-top: 32px;
}

.p-drawer__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}
.p-drawer__btn--download {
  padding: 2.3125rem 3.75rem;
  background: #8fcd29;
}
.p-drawer__btn--contact {
  padding: 2.3125rem 1.875rem;
  background: #ff7800;
}
.p-download-thanks {
  margin-block: 6.25rem;
}

.p-download-thanks__btn {
  color: #ffffff;
  margin-block-start: 5rem;
}

.p-update {
  background: #e1f2e9;
  display: flex;
  flex-direction: column;
  row-gap: 1.625rem;
  text-align: center;
  padding-block: 3rem 1.625rem;
}

.p-update-txt {
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.p-update-icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 3.25rem;
  height: auto;
}
.p-update-icon img {
  width: 100%;
  height: auto;
}

.p-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 17.375rem;
    display: block;
    margin-inline: auto;
  }
}
.p-footer__logo p {
  font-size: 6px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-footer__logo p {
    font-size: 4px;
  }
}

.p-footer__navs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .p-footer__navs {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-footer__nav {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-footer__nav :not(:last-child) {
    padding-block-end: 1.5rem;
    border-bottom: #ffffff 1px solid;
  }
}
.p-footer__nav .p-footer__heading {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-footer__nav .p-footer__heading {
    font-size: 1rem;
    text-align: center;
  }
}
.p-footer__nav .p-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-block-start: 0.5rem;
}
.p-footer__nav .p-footer__list li {
  margin: 0.625rem 0;
}

.p-footer__copy {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    letter-spacing: 0.1em;
  }
}

.p-footer__privacy {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.p-fv {
  position: relative;
}

.p-fv__bg {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__bg {
    margin-block-start: -3.75rem;
  }
}
.p-fv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}

.p-fv__content {
  position: absolute;
  top: 14.375rem;
  margin-left: 22.375rem;
}
@media (max-width: 1800px) {
  .p-fv__content {
    margin-left: 10rem;
    top: 11.25rem;
  }
}
@media (max-width: 1400px) {
  .p-fv__content {
    margin-left: 2.5rem;
    top: 9.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    top: 6.625rem;
    margin-left: 1.125rem;
  }
}

.p-fv__title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2.364375rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.415rem;
    line-height: 1.5;
  }
}

.p-fv__text {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.145rem;
  letter-spacing: 0.2em;
  padding-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
    line-height: 1.55;
    padding-block-start: 0.75rem;
  }
}

.p-fv__button {
  align-items: center;
  background: #ff7800;
  border-radius: 50%;
  width: 12.11625rem;
  height: 12.11625rem;
  position: absolute;
  right: 5.625rem;
  bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    right: 1.25rem;
    bottom: 1.625rem;
    width: 7.674375rem;
    height: 7.674375rem;
  }
}
.p-fv__button img {
  width: 2.5rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button img {
    width: 1.875rem;
    height: 1.5rem;
  }
}

.p-fv__button-txt {
  color: #ffffff;
  font-size: 1.34625rem;
  line-height: 1.18;
  padding-block-end: 0.5rem;
  padding-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button-txt {
    font-size: 0.875rem;
    line-height: 1;
    padding-block-start: 1rem;
    padding-block-end: 1.0625rem;
  }
}

/* 背景色は画像に合わせて淡いクリーム色 */
.p-top-about {
  position: relative;
  background: #fafff4;
  padding-block: 10.625rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 6.25rem 5rem;
  }
}

.p-top-about__content {
  display: flex;
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    flex-direction: column;
  }
}

.p-top-about__grid {
  margin-block-start: 4rem;
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content; /* 行の引き伸び抑制 */
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 16px;
}

.p-top-about__lead {
  grid-column: 1;
  grid-row: 1;
}

.p-top-about__text {
  grid-column: 1;
  grid-row: 2;
} /* ← 同じ左列に固定 */
.p-top-about__figure {
  grid-column: 2;
  grid-row: 1/span 2;
} /* 画像を2行ぶん跨がせる */
@media screen and (max-width: 767px) {
  .p-top-about__grid {
    margin-block-start: 1.25rem;
    gap: 0.625rem;
    grid-template-columns: 1fr;
    grid-template-areas: "lead" "figure" "text";
  }
  .p-top-about__figure {
    grid-area: figure;
    margin-block-start: 0;
  }
  .p-top-about__text {
    grid-area: text;
  }
}
.p-top-about__lead {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.1;
  padding-block-end: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__lead {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__text {
    padding-block-start: 3.75rem;
  }
}
.p-top-about__text p {
  line-height: 2;
  font-size: 1rem;
  line-height: 1.43;
  letter-spacing: 0.116em;
}
@media screen and (max-width: 767px) {
  .p-top-about__text p {
    letter-spacing: 0.09375rem;
    line-height: 1.5;
  }
}
.p-top-about__text p + p {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text p + p {
    margin-top: 1.5rem;
  }
}

.p-top-about__figure {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 31.75rem;
  margin-block-start: -0.625rem;
  padding-inline-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__figure {
    width: 21.875rem;
    padding-inline-start: 2.875rem;
    display: block;
    margin-inline: auto;
    margin-block-start: 0rem;
  }
}
.p-top-about__figure .p-top-about__deco {
  aspect-ratio: 508/395;
  width: 31.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__figure .p-top-about__deco {
    aspect-ratio: 307/239;
    width: 19.1875rem;
  }
}
.p-top-about__figure .p-top-about__img {
  position: absolute;
  top: 2.625rem;
  right: -0.875rem;
  aspect-ratio: 508/395;
  width: 31.75rem;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-about__figure .p-top-about__img {
    top: 1.5625rem;
    right: 2.5rem;
    aspect-ratio: 307/239;
    width: 19.1875rem;
  }
}
.p-top-about__figure picture,
.p-top-about__figure img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* 余白の微調整（任意） */
.p-top-service {
  padding-block: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-block: 5rem 3rem;
  }
}

.p-top-service__lead {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  margin-block: 3.25rem 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__lead {
    font-size: 1.5rem;
    margin-block: 1.625rem 4rem;
    line-height: 1.7;
  }
}

.p-top-service__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-top-service__grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 1.9375rem;
  }
}

.p-top-service__card {
  border: 1px solid #646464;
  background: #fff;
  padding: 1.75rem 1.0625rem 1.8125rem 1.3125rem;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card {
    padding: 0.75rem 0.4375rem 2rem 0.625rem;
    gap: 1.375rem;
  }
}

.p-top-service__cardTitle {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
}
.p-top-service__cardTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  width: 19px;
  left: 50%;
  translate: -50%;
  bottom: -0.75rem;
  background: #8fcd29;
}

.p-top-service__figure {
  display: inline-block;
  text-align: center;
  margin-inline: auto;
  width: 12.75rem;
  height: 12.5rem;
  aspect-ratio: 204/200;
  margin-block-start: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__figure {
    margin-block-start: 0.25rem;
  }
}
.p-top-service__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-service__body p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.p-top-service__body p + p {
  margin-top: 1.75rem;
}

.u-marker {
  color: #8fcd29;
  font-weight: bold;
  display: inline;
  text-decoration-line: underline;
  text-decoration-color: #8fcd29; /* 色 */
  text-decoration-thickness: 2px; /* 太さ */
  text-underline-offset: 0.25em; /* 文字からの距離 */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 画面下がりの文字も貫通 */
}

/* リストは前回のままでOK（wrap） */
.p-top-service__chips {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__chips {
    flex-direction: column;
    margin-block-start: 2rem;
    gap: 1.75rem;
  }
}

/* ピルボタン */
.c-pill {
  --border: #5d5d5d; /* 枠線 */
  --bg: #fff; /* 通常背景 */
  --bg-filled: #eef7f3; /* アクティブ背景（薄緑） */
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2.5rem 2.8125rem; /* 右に余白（矢印用） */
  min-height: 5.375rem;
  width: 18.25rem;
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 43px;
  background: var(--bg);
  color: #333;
  font-size: 1.25rem;
  line-height: 1.875;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  /* 矢印 */
  /* hover/focus */
}
.c-pill::after {
  content: "→";
  position: absolute;
  right: 2.9em;
  top: 50%;
  transform: translateY(-52%);
  font-size: 16px;
  color: #8fcd29;
  line-height: 1;
}
.c-pill:hover, .c-pill:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 30%, transparent);
  outline: none;
}

/* 文字が2行でも中央に綺麗に収まるよう調整（可変） */
@media (max-width: 767px) {
  .c-pill {
    width: 100%;
    min-height: 5.125rem;
    text-align: center;
  }
}
/* セクション（背景と左右ライン） */
.p-top-works {
  position: relative;
  margin-block: 5.5rem 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    margin-block: 3.5rem 5.625rem;
  }
}

/* 2カラム */
.p-top-works__grid {
  display: flex;
  justify-content: space-between;
  margin-block-start: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__grid {
    flex-direction: column;
    margin-block-start: 1.5rem;
  }
}

/* 見出し */
.p-top-works__headline {
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  margin-block-end: 5.75rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .p-top-works__headline {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
    margin-block-end: 2rem;
  }
}

/* 事例名（左バー） */
.p-top-works__case {
  position: relative;
  margin: 0 0 clamp(14px, 2.4vw, 22px);
  padding-left: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-size: 1.5rem;
}
.p-top-works__case .p-top-works__caseBar {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.1em;
  background: #8fcd29;
  content: "";
  display: inline-block;
}
.p-top-works__case .p-top-works__small {
  font-size: 1.3125rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

/* 定義リスト（ラベル＋本文） */
.p-top-works__facts {
  margin-block-start: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__facts {
    margin-block-start: 2.375rem;
  }
}

.p-top-works__row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 1.25rem;
  align-items: start;
}
.p-top-works__row + .p-top-works__row {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-works__row + .p-top-works__row {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-works__row {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

.p-top-works__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8fcd29;
  color: #ffffff;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  padding: 0.4375rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  white-space: nowrap;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-works__label {
    width: 8.6875rem;
    display: block;
    margin-inline: auto;
    text-align: center;
  }
}

.p-top-works__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-top-works__figure {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.p-top-works__figure .p-top-works__deco {
  aspect-ratio: 318/380;
  width: 19.875rem;
  height: auto;
  margin-block-start: 1rem;
  margin-inline-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__figure .p-top-works__deco {
    aspect-ratio: 319/363;
    width: 19.9375rem;
    margin-inline-end: 0;
    margin-block-start: 2.875rem;
    margin-inline-start: 1.8125rem;
  }
}
.p-top-works__figure .p-top-works__img {
  position: absolute;
  top: 3.375rem;
  right: 7.5rem;
  aspect-ratio: 335/412;
  width: 20rem;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-works__figure .p-top-works__img {
    top: 5.25rem;
    right: 1.875rem;
    aspect-ratio: 319/363;
    width: 19.9375rem;
  }
}
.p-top-works__figure picture, .p-top-works__figure img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.p-top-works__subtext {
  margin-block-start: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__subtext {
    margin-block-start: 5.375rem;
  }
}
.p-top-works__subtext p + p {
  margin-block-start: 1.5rem;
}
.p-top-works__subtext p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-top-works__box {
  border: 2px solid #646464;
  padding-block: 0.75rem 1.3125rem;
  width: 35.125rem;
  display: block;
  margin-inline: auto;
  text-align: center;
  margin-block-start: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__box {
    width: 21.875rem;
    margin-block-start: 3.375rem;
    padding-block: 2rem 1.875rem;
  }
}
.p-top-works__box h4 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.1em;
  position: relative;
}
.p-top-works__box h4::after {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 1px;
  background: #8fcd29;
  margin-top: 13px;
  left: 50%;
  translate: -50%;
  bottom: -0.8125rem;
}
.p-top-works__box p {
  padding-block-start: 1.625rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.1em;
}

.p-top-company {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    overflow: clip; /* or overflow: hidden; */
    isolation: isolate;
  }
}

.p-top-company__bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-top-company__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-top-company__inner {
  padding-block-start: 11.375rem;
  padding-block-end: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__inner {
    padding-block: 3.75rem 4.5rem;
  }
}

.p-top-company__contents {
  padding-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__contents {
    padding-block-start: 1.5rem;
    display: flex;
    flex-direction: column;
  }
}

.p-top-company__text p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-bottom: 1.75rem;
  padding-inline-start: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__text p {
    padding-inline-start: 0rem;
  }
}
.p-top-company__text p:last-child {
  margin-bottom: 0;
}

.p-top-company__headline {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-block-end: 10.75rem;
  letter-spacing: 0.22em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top-company__headline {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-block-end: 2.75rem;
  }
}

.p-top-company__btn {
  margin-inline: 11.75rem auto;
  margin-block-start: 6.25rem;
  box-shadow: 0px 6px 16px 0px rgba(202, 202, 202, 0.004);
}
@media screen and (max-width: 767px) {
  .p-top-company__btn {
    margin-block-start: 30.25rem;
    margin-inline: auto;
  }
}

.p-top-company__visual {
  display: block;
  position: relative;
}

.p-top-company__deco {
  position: absolute;
  top: calc(50% - 7.75rem);
  left: calc(50% + 31.375rem);
  translate: -50% -50%;
  aspect-ratio: 508/395;
  width: 21.375rem;
  height: auto;
  z-index: 0;
}
@media (max-width: 1400px) {
  .p-top-company__deco {
    left: calc(50% + 28.125rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__deco {
    aspect-ratio: 206/161;
    width: 12.875rem;
    right: unset;
    top: 14.125rem;
    left: calc(50% + 4.375rem);
  }
}

.p-top-company__ph--top {
  position: absolute;
  top: calc(50% - 18.875rem);
  left: calc(50% + 23.25rem);
  translate: -50% -50%;
  aspect-ratio: 344/268;
  width: 21.5rem;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-company__ph--top {
    aspect-ratio: 207/161;
    width: 12.9375rem;
    top: 7.25rem;
    left: 50%;
  }
}

.p-top-company__ph--bottom {
  position: absolute;
  top: calc(50% + 2.875rem);
  left: calc(50% + 16.5rem);
  translate: -50% -50%;
  aspect-ratio: 344/268;
  width: 21.5rem;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-company__ph--bottom {
    aspect-ratio: 207/161;
    width: 12.9375rem;
    top: 20.375rem;
    left: calc(50% - 4.375rem);
  }
}

.p-top-info {
  padding-block: 10.5rem 9.625rem;
  background: #fafff4;
}
@media screen and (max-width: 767px) {
  .p-top-info {
    padding-block: 6.25rem 3.875rem;
  }
}

.p-top-info__list {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-top-info__lead {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-block: 2.25rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-info__lead {
    font-size: 1.5rem;
    margin-block: 30px 12px;
  }
}

.p-top-info-card__sp-wrap {
  display: flex;
  gap: 0.6875rem;
}

.p-top-info-card {
  display: grid;
  grid-template-columns: 16.125rem 1fr;
  align-items: center;
  gap: 3.5rem;
  padding: 1.375rem 3rem 0.8125rem 3rem;
  background: #fff;
  border-radius: 1.125rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(121, 198, 71, 0.18); /* 薄緑の縁 */
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.p-top-info-card:hover {
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px 0px rgba(237, 237, 237, 0.004);
}
@media screen and (max-width: 767px) {
  .p-top-info-card {
    grid-template-columns: 1fr; /* SPは縦並び（画像→本文） */
    gap: 1.25rem;
    padding: 1.5rem 0.5625rem 1.4375rem 0.6875rem;
  }
}

.p-top-info-card__thumb {
  overflow: hidden;
  aspect-ratio: 258/141;
  width: 16.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-info-card__thumb {
    aspect-ratio: 163/89;
    width: 10.1875rem;
  }
}
.p-top-info-card__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-top-info-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-info-card__body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 48%;
    gap: 0;
  }
}

.p-top-info-card__cat {
  display: inline-block;
  align-self: start;
  font-size: 0.78rem;
  line-height: 1;
  color: #fff;
  background: #2bb6e6; /* 青いカテゴリバッジ */
  padding: 0.5em 0.7em;
}
@media screen and (max-width: 767px) {
  .p-top-info-card__cat {
    width: 6.375rem;
  }
}

.p-top-info-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-block-start: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-info-card__title {
    font-size: 1rem;
    margin-block-start: 0rem;
    line-height: 1.5;
  }
}

.p-top-info-card__excerpt {
  color: #5a5a5a;
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-top-info__btn {
  margin-block-start: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__btn {
    margin-block-start: 4rem;
  }
}

.p-top-cta {
  background: #fafff4;
  padding-block-end: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta {
    padding-block-end: 4.75rem;
  }
}

.p-top-cta__inner {
  max-width: 77.5rem;
  padding: 0 1.25rem;
}

.p-top-cta__list {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__list {
    gap: 1.25rem;
  }
}

.p-top-cta__item {
  list-style: none;
  position: relative;
  display: block;
  margin-inline: auto;
}

.p-top-cta__title {
  position: absolute;
  top: 40%;
  left: 5.75rem;
  z-index: 2;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.875rem;
  letter-spacing: 0.23em;
  line-height: 1.3;
  padding-inline-start: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__title {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    top: 1.625rem;
    left: 0.625rem;
    padding-inline-start: 1.25rem;
  }
}
.p-top-cta__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0.1875rem;
  height: 1.9375rem;
  background: #8fcd29;
}

.p-top-cta__visual {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  width: 75rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__visual {
    width: 21.875rem;
  }
}
.p-top-cta__visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ボタンを右下に配置 */
.p-top-cta__btn {
  position: absolute;
  right: 1.25rem;
  bottom: 0.875rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3.25rem 1rem 2.9375rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.125rem;
  background: #ffffff;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.06em;
  pointer-events: none; /* 親aでリンク全体を遷移可能に */
  /* 矢印 */
}
@media screen and (max-width: 767px) {
  .p-top-cta__btn {
    right: 0rem;
    bottom: 0.3125rem;
    background-color: rgb(255, 255, 255);
    opacity: 0.902;
    position: absolute;
    width: 152px;
    height: 33px;
    font-weight: 300;
    font-size: 1rem;
    padding: 0.5625rem 1.875rem 0.5625rem 1.25rem;
    border-radius: unset;
  }
}
.p-top-cta__btn::after {
  content: "→";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-52%);
  font-size: 18px;
  color: #8fcd29;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-cta__btn::after {
    right: 0.625rem;
    font-size: 16px;
    top: 70%;
  }
}

.p-top-contact {
  padding-block: 7.875rem 5.625rem;
  background: #f3ffde;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-contact {
    padding-block: 2rem 3.625rem;
  }
}

.p-top-contact__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-block-end: 0.5rem;
  letter-spacing: 0.05em;
}
.p-top-contact__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  translate: 0 -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.4375rem;
  height: 0.0625rem;
  background: #8fcd29;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__title::after {
    bottom: -5px;
  }
}

.p-top-contact__lead {
  margin-block: 3.625rem 5rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-contact__lead {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-block: 1.875rem 2.5rem;
  }
}

.p-top-contact__btns {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__btns {
    flex-direction: column;
  }
}

.p-download__items {
  margin-block-start: 6.25rem;
  margin-block-end: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-download__items {
    margin-block-start: 3.125rem;
    margin-block-end: 4.375rem;
  }
}

.p-contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__form {
    gap: 1.5rem;
  }
}

.p-contact-form__label {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.p-contact-form__label span {
  color: #8fcd29;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  background: #f3f1f1;
  border: none;
  height: 4.3125rem;
  padding: 10px;
}
textarea {
  resize: vertical;
  height: 9.375rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
  margin-block-start: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    margin-block-start: 0.375rem;
  }
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__acceptance {
  /* チェック時：✓表示（クラスあり/なし両対応） */
  /* フォーカス可視 */
}
.contact__acceptance .wpcf7-list-item-label span {
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__acceptance .wpcf7-list-item-label span {
    padding-left: 2px;
    font-size: 1.125rem;
  }
}
.contact__acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .contact__acceptance .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    top: 5.5px;
  }
}
.contact__acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact__acceptance .wpcf7-list-item-label::after {
    top: 0px;
  }
}
.contact__acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.contact__acceptance input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact__acceptance input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before,
.contact__acceptance input[type=checkbox]:focus-visible + span::before {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.contact__data-radio span {
  display: inline-block;
  position: relative;
}
.contact__data-radio span::before {
  content: "";
  position: absolute;
}
.contact__data-radio span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

.wpcf7-form-control.wpcf7-radio.your-type {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio.your-type {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
  }
}
.wpcf7-form-control.wpcf7-radio.your-type .wpcf7-list-item {
  margin: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  justify-content: center;
}

.contact__submit,
.c-submit-btn {
  text-align: center;
  background: #ff7800;
  border-radius: 2.5rem;
  padding-block: 1.8125rem;
  display: block;
  margin-inline: auto;
  width: 26.8125rem;
  position: relative;
  /* 矢印 */
}
@media screen and (max-width: 767px) {
  .contact__submit,
  .c-submit-btn {
    width: 21.875rem;
  }
}
.contact__submit::after,
.c-submit-btn::after {
  content: "→";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-52%);
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__submit::after,
  .c-submit-btn::after {
    right: 1.25rem;
  }
}
.contact__submit input[type=submit],
.c-submit-btn input[type=submit] {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}

.wpcf7-spinner {
  display: none;
}

.p-contact {
  margin-block-start: 9.375rem;
  margin-block-end: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-block-start: 6.5rem;
    margin-block-end: 4.375rem;
  }
}

.p-thanks {
  margin-block: 6.25rem;
}

.p-thanks__btn {
  margin-block-start: 2.5rem;
  color: #ffffff;
}

.p-service {
  padding-block-start: 5.875rem;
}
.p-service__lead {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.24em;
  line-height: 1.5;
  margin-block-end: 4.375rem;
  margin-block-start: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.2em;
    margin-block-end: 3.375rem;
    margin-block-start: 0.4375rem;
  }
}
.p-service__content {
  display: flex;
  gap: 2.5rem;
  padding-block-end: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    flex-direction: column;
    gap: 5rem;
    padding-block-end: 8.75rem;
  }
}
.p-service__text {
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
.p-service__img {
  width: 34.125rem;
  aspect-ratio: 546/338;
  margin-block-start: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    width: 21.875rem;
    aspect-ratio: 350/214;
    display: block;
    margin-inline: auto;
  }
}
.p-service__img img {
  width: 100%;
  height: auto;
}

.p-service__figure {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  padding-block: 8.3125rem 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service__figure {
    padding-block: 4.25rem 5.25rem;
  }
}
.p-service__figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(193, 223, 196, 0.62) 0%, rgba(222, 236, 221, 0.62) 100%);
  z-index: 0;
  pointer-events: none;
}
.p-service__figure .p-service__figure-img {
  position: relative;
  z-index: 1;
  width: 75rem;
  aspect-ratio: 907/340;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service__figure .p-service__figure-img {
    width: 22rem;
    aspect-ratio: 352/862;
  }
}
.p-service__figure .p-service__figure-text {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  text-align: center;
  padding-block-start: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-service__figure .p-service__figure-text {
    text-align: left;
    padding-block-start: 3.5rem;
    line-height: 1.4;
  }
}

.p-service-types {
  padding-block-start: 10.1875rem;
  padding-block-end: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service-types {
    padding-block-start: 5.625rem;
    padding-block-end: 6.25rem;
  }
}
.p-service-types__list-large {
  display: flex;
  flex-direction: column;
  gap: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-types__list-large {
    gap: 6.125rem;
  }
}
.p-service-types__list-small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 7rem;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  padding-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-types__list-small {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    padding-block-start: 5.75rem;
  }
}
.p-service-types__body {
  display: flex;
  gap: 5rem;
  margin-block-start: 2.375rem;
  flex-shrink: 0;
  justify-content: space-between;
  margin-inline-end: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-types__body {
    flex-direction: column-reverse;
    margin-inline-end: 0;
    gap: 2.375rem;
  }
}
.p-service-types__body-small {
  display: flex;
  padding-block-start: 4.375rem;
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-service-types__body-small {
    gap: 1.0625rem;
    padding-block-start: 2.125rem;
  }
}
.p-service-types__text {
  flex: 1 1 auto;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-service-types__text {
    letter-spacing: 0.11em;
  }
}
.p-service-types__text p + p {
  margin-block-start: 1.5625rem;
}
.p-service-types__figure {
  flex: 0 0 15.25rem;
  width: 15.25rem;
  aspect-ratio: 244/277;
}
@media screen and (max-width: 767px) {
  .p-service-types__figure {
    display: block;
    margin-inline: auto;
  }
}
.p-service-types__figure img {
  width: 100%;
  height: auto;
}
.p-service-types__figure-small {
  flex: 0 0 15rem;
  width: 15rem;
  aspect-ratio: 240/150;
}
@media screen and (max-width: 767px) {
  .p-service-types__figure-small {
    flex: 0 0 9.6875rem;
    width: 9.6875rem;
    height: 6.375rem;
    aspect-ratio: 155/102;
  }
}
.p-service-types__figure-small img {
  width: 100%;
  height: auto;
}

.p-service-flow {
  margin-block-end: 11.875rem;
}

.c-section-title__en--ser {
  letter-spacing: 0.06em;
}

.p-case {
  padding-block-start: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-block-start: 5.625rem;
  }
}

.p-case__lead {
  font-size: 2.25rem;
  font-family: "Ten Mincho", "貂明朝", serif;
  color: #8fcd29;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-case__lead {
    line-height: 1.4;
    font-size: 1.875rem;
  }
}

.p-case__lead-sub {
  font-size: 1.875rem;
  font-family: "Ten Mincho", "貂明朝", serif;
  text-align: center;
  padding-block-end: 3.875rem;
  position: relative;
  padding-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-case__lead-sub {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-block-end: 2.5rem;
    padding-block-start: 0rem;
  }
}
.p-case__lead-sub::after {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 2px;
  background-color: #8fcd29;
  left: 50%;
  translate: -50%;
  bottom: 0;
}

.p-case-content-title {
  padding-block-start: 3.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-case-content-title {
    line-height: 1.5;
    letter-spacing: 0.09em;
    padding-block-start: 2.875rem;
  }
}

.p-case-content__list {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
  padding-block-start: 8rem;
}
@media screen and (max-width: 767px) {
  .p-case-content__list {
    flex-direction: column;
    padding-block-start: 3.375rem;
    gap: 3rem;
  }
}

.p-case-content__item {
  border: 1px solid #333333;
  border-radius: 19px;
  padding-block: 5.625rem 1.375rem;
  background: #fff;
  position: relative;
  width: 23.375rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-content__item {
    width: 21.875rem;
    padding-block: 4rem 0.9375rem;
    border-radius: 22px;
    display: block;
    margin-inline: auto;
  }
}

.p-case-content__text {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-case-content__text {
    letter-spacing: 0.2em;
    line-height: 1.7;
  }
}

.p-case-content__icon {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -3.75rem;
  width: 6.875rem;
  height: 6.875rem;
  margin-inline: auto;
  border-radius: 50%;
  background: #8fcd29;
}
@media screen and (max-width: 767px) {
  .p-case-content__icon {
    top: -1rem;
    width: 1.9375rem;
    height: 1.9375rem;
  }
}
.p-case-content__icon .p-case-content__icon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-case-content__icon .p-case-content__icon-text {
    color: #8fcd29;
    top: 3.375rem;
  }
}

.p-case-content__body-text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-case-content__body-text p + p {
  margin-block-start: 1.5rem;
}

.p-case-content__body {
  margin-block-start: 6.25rem;
  display: flex;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-case-content__body {
    margin-block-start: 3.875rem;
    flex-direction: column;
    gap: 3.875rem;
  }
}

.p-case-content__img {
  width: 19.9375rem;
  height: 22.6875rem;
  aspect-ratio: 319/363;
}
@media screen and (max-width: 767px) {
  .p-case-content__img {
    display: block;
    margin-inline: auto;
  }
}
.p-case-content__img img {
  width: 100%;
  height: auto;
}

.p-case-study {
  margin-block-start: 13.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-case-study {
    margin-block-start: 7.6875rem;
  }
}

.p-case-study__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 5rem;
  padding-block-start: 2.875rem;
  padding-block-end: 6.25rem;
}
@media (max-width: 1200px) {
  .p-case-study__content {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case-study__content {
    grid-template-columns: 1fr;
    padding-block-start: 2.8125rem;
    row-gap: 3.375rem;
  }
}

.p-case-study__company {
  font-size: 1.5rem;
  color: #8fcd29;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-block-end: 1.25rem;
  padding-inline-start: 1.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-case-study__company {
    white-space: nowrap;
  }
}
@media (max-width: 1600px) {
  .p-case-study__company {
    letter-spacing: 0.001em;
    white-space: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-case-study__company {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-block-end: 1.75rem;
    line-height: 1.7;
    letter-spacing: 0.3em;
  }
}
.p-case-study__company::before {
  content: "";
  position: absolute;
  height: 1.1875rem;
  width: 0.125rem;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  background: #8fcd29;
}
@media screen and (max-width: 767px) {
  .p-case-study__company::before {
    height: 3.5rem;
  }
}

.p-case-study__period {
  font-size: 1.125rem;
  font-weight: bold;
  background: #8fcd29;
  color: #ffffff;
  padding-block: 0.625rem 0.375rem;
  padding-inline-start: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-block-end: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-case-study__period {
    margin-block-end: 3.25rem;
  }
}

.p-case-study__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-block-end: 1.5625rem;
  letter-spacing: 0.1em;
}

.p-case-study__status {
  font-size: 1.125rem;
  font-weight: bold;
  margin-block-end: 1.875rem;
}

.p-case-study__list li {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1rem;
  text-indent: -0.8em;
}
@media screen and (max-width: 767px) {
  .p-case-study__list li {
    letter-spacing: 0.1em;
    line-height: 1.55;
  }
}
.p-case-study__list li::before {
  content: "・";
}
.p-case-study__list p {
  font-size: 1rem;
  line-height: 1.5;
}

.p-case-study__block + .p-case-study__block {
  margin-block-start: 3.25rem;
}

.p-before-after {
  background: #f8f7f1;
  padding-block: 4.125rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-before-after {
    padding-block-end: 3.9375rem;
  }
}

.p-before-after__lead {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  padding-inline-start: 1.1875rem;
  margin-block-end: 4.375rem;
  margin-block-start: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-before-after__lead {
    padding-inline-start: 1.25rem;
    margin-block-end: 2.875rem;
    margin-block-start: 2.1875rem;
    letter-spacing: 0.01em;
  }
}
.p-before-after__lead::before {
  content: "";
  position: absolute;
  height: 1.1875rem;
  width: 0.125rem;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  background: #8fcd29;
}
@media screen and (max-width: 767px) {
  .p-before-after__lead::before {
    height: 3.0625rem;
  }
}

.p-before-after__grid {
  display: grid;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-before-after__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-block-end: 4.625rem;
    row-gap: 4.125rem;
  }
}

.p-ba-card {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-ba-card {
    grid-template-columns: 1fr;
  }
}

.p-ba-card__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-block-end: 10px;
}
@media screen and (max-width: 767px) {
  .p-ba-card__header {
    flex-direction: row;
    gap: 2.1875rem;
    padding-inline-start: 1.875rem;
  }
}

.p-ba-card__icon {
  width: 6.125rem;
  height: 6.125rem;
  display: block;
  margin-inline: auto;
  margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .p-ba-card__icon {
    margin-inline: 0;
    margin-block-end: 0.625rem;
  }
}
.p-ba-card__icon img {
  width: 100%;
  height: auto;
}

.p-ba-card__profile {
  text-align: center;
}

.p-ba-card__profile-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-ba-card__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-block-end: 1.125rem;
}

.p-ba-card__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-ba-card__arrow {
  width: 3.875rem;
  height: 2.5625rem;
  display: block;
  margin-inline: auto;
  margin-block: 1.6875rem;
}
.p-ba-card__arrow img {
  width: 100%;
  height: auto;
}

.p-before-after__company .p-before-after__list {
  margin-block-start: 3.75rem;
  padding-inline-start: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-before-after__company .p-before-after__list {
    padding-inline-start: 0;
  }
}

.p-case__figure {
  padding-block-start: 5.9375rem;
  padding-block-end: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__figure {
    padding-block-end: 4.75rem;
  }
}
.p-case__figure .p-case__figure-img {
  margin-block-start: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-case__figure .p-case__figure-img {
    margin-block-start: 5rem;
  }
}

.p-case-partner {
  padding-block: 8.125rem 7.25rem;
}

.p-company {
  background: #fffafa;
}

.p-greeting {
  margin-block-end: 7.875rem;
  margin-block-start: 6.625rem;
  /* 各要素をエリアに割り当て（HTMLはそのままでOK） */
}
@media screen and (max-width: 767px) {
  .p-greeting {
    margin-block-end: 7rem;
    margin-block-start: 5.25rem;
  }
}
.p-greeting__lead {
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-block-start: 3.75rem;
  padding-left: 4.6875rem;
  text-indent: -4.6875rem;
  padding-block-end: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__lead {
    font-size: 1.5rem;
    padding-left: 3.625rem;
    text-indent: -3.625rem;
    padding-block-end: 2.75rem;
    letter-spacing: 0.01em;
  }
}
.p-greeting__grid {
  display: grid;
  gap: 4.875rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "text1 photo" "subs  text2";
}
@media screen and (max-width: 767px) {
  .p-greeting__grid {
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
    grid-template-areas: "text1" "photo" "text2" "subs";
    gap: 3.375rem;
  }
}
.p-greeting__col--text:first-of-type {
  grid-area: text1;
}
.p-greeting__col--photo {
  grid-area: photo;
}
.p-greeting__col--text:last-of-type {
  grid-area: text2;
}
.p-greeting__sub-images {
  grid-area: subs;
}
.p-greeting__col--text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.p-greeting__col--text p + p {
  margin-block-start: 1.5rem;
}
.p-greeting__sub-images {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-greeting__sub-images {
    flex-direction: column;
    gap: 2.6875rem;
    margin-inline: auto;
  }
}
.p-greeting__sub-image p {
  margin-top: 6px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-block-start: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__sub-image p {
    text-align: center;
  }
}
.p-greeting__sub-img {
  flex: 1 1 45%;
  text-align: center;
  font-size: 0.875rem;
  color: #555;
  width: 16.25rem;
  height: 16.25rem;
}
.p-greeting__sub-img img {
  width: 100%;
  height: auto;
}
.p-greeting__main-img {
  width: 35.375rem;
  height: 21.125rem;
  margin-block-start: -1.125rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__main-img {
    width: 21.875rem;
    height: 12.5rem;
    display: block;
    margin-inline: auto;
  }
}
.p-greeting__main-img img {
  width: 100%;
  height: auto;
}
.p-greeting__sign {
  text-align: right;
  margin-top: 2.5rem;
}
.p-greeting__sign .p-greeting__company {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-greeting__sign .p-greeting__name {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-ceo-profile {
  margin-block-end: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-ceo-profile {
    margin-block-end: 7.25rem;
  }
}

.p-company-profile {
  margin-block-end: 8.375rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile {
    margin-block-end: 6.4375rem;
  }
}
.p-company-profile__table {
  margin-top: 2.8125rem;
  display: grid;
  gap: 0;
}
.p-company-profile__row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  align-items: center;
  gap: 0.375rem;
  padding-block: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-profile__row {
    grid-template-columns: 1fr;
    padding-block: 3rem 0rem;
    gap: 1.5rem;
  }
}
.p-company-profile__row--com {
  padding-block: 2.25rem;
}
@media (min-width: 768px) {
  .p-company-profile__row:last-child .p-company-profile__term::after,
  .p-company-profile__row:last-child .p-company-profile__desc::after {
    content: none;
  }
}
.p-company-profile__term {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-inline-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-company-profile__term::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0; /* ← dt のカラム幅だけに効く */
    bottom: 0;
    width: 8.75rem;
    height: 1px; /* スクショが少し太めなら 2px */
    background: #8fcd29; /* 緑 */
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile__term {
    position: relative;
    padding-inline-start: 0;
    padding-block-end: 0.875rem;
  }
  .p-company-profile__term::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0; /* ← dt のカラム幅だけに効く */
    bottom: 0;
    width: 100%;
    height: 1px; /* スクショが少し太めなら 2px */
    background: #8fcd29; /* 緑 */
  }
}
.p-company-profile__desc {
  line-height: 2;
  padding-inline-start: 2.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-company-profile__desc::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 65.4375rem;
    background: #d3d3d3; /* ddの下線色 */
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile__desc {
    padding-inline-start: 0;
  }
}

.p-company-access {
  margin-block-end: 8.375rem;
}

.p-access__heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin-block-end: 2.875rem;
  margin-block-start: 5.5625rem;
}

.p-access__grid {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 767px) {
  .p-access__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "info";
  }
}

@media screen and (max-width: 767px) {
  .p-access__grid {
    grid-area: info;
  }
  .p-access__photo {
    grid-area: photo;
  }
}
.p-access__desc {
  line-height: 2;
  padding-inline-start: 2.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-access__desc::after {
    content: "";
    position: absolute;
    right: 2.125rem;
    bottom: 0;
    height: 1px;
    width: 42.75rem;
    background: #d3d3d3; /* ddの下線色 */
  }
}
@media screen and (max-width: 767px) {
  .p-access__desc {
    padding-inline-start: 0;
  }
}

.p-access__photo {
  width: 20.8125rem;
  height: 14.0625rem;
  margin-inline: auto;
}
.p-access__photo img {
  width: 100%;
  height: auto;
}

.p-history {
  padding-block-end: 6.625rem;
}

.p-access__map {
  margin-top: 2.125rem;
}
.p-access__map iframe {
  width: 100%;
  height: 25rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    height: 15.625rem;
  }
}

.p-history-btn {
  margin-block-start: 6.5rem;
}

.p-problem__item {
  position: relative;
}

.p-problem {
  text-align: center;
  margin: 6.625rem 0;
}
.p-problem__title {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 6.75rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    margin-bottom: 6.375rem;
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
}
.p-problem__title span {
  color: #8fcd29;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-problem__title span {
    font-size: 1.75rem;
  }
}
.p-problem__list {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    flex-direction: column;
    gap: 2.25rem;
  }
}
.p-problem__item {
  border: 1px solid #333333;
  border-radius: 19px;
  padding-block: 4.125rem 4.1875rem;
  background: #fff;
  position: relative;
  width: 23.1875rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-problem__item {
    width: 21.875rem;
    padding-block: 3.5rem 2rem;
    border-radius: 22px;
    display: block;
    margin-inline: auto;
    letter-spacing: 0.2em;
    line-height: 1.7;
  }
}
.p-problem__icon {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -1.6875rem;
  width: 53px;
  height: 53px;
  margin-inline: auto;
  border-radius: 50%;
  background: #8fcd29;
  color: #fff;
}
.p-problem__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: 22px;
  transform: rotate(45deg);
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transition: opacity 0.3s ease;
}
.p-problem__icon__text {
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.u-color-accent {
  color: #ff7800;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .u-color-accent {
    letter-spacing: 0.2em;
  }
}

.p-for-agency {
  margin-block: 9.5625rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency {
    margin-block: 7.625rem 7.75rem;
  }
}

.p-for-agency__content {
  display: flex;
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-for-agency__content {
    flex-direction: column;
  }
}

.p-for-agency__grid {
  margin-block-start: 1.875rem;
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content; /* 行の引き伸び抑制 */
  -moz-column-gap: clamp(20px, 3vw, 40px);
       column-gap: clamp(20px, 3vw, 40px);
  row-gap: 16px;
}

.p-for-agency__lead {
  grid-column: 1;
  grid-row: 1;
}

.p-for-agency__text {
  grid-column: 1;
  grid-row: 2;
} /* ← 同じ左列に固定 */
.p-for-agency__figure {
  grid-column: 2;
  grid-row: 1/span 2;
} /* 画像を2行ぶん跨がせる */
@media screen and (max-width: 767px) {
  .p-for-agency__grid {
    margin-block-start: 0.75rem;
    gap: 0.625rem;
    grid-template-columns: 1fr;
    grid-template-areas: "lead" "figure" "text";
  }
  .p-for-agency__figure {
    grid-area: figure;
  }
  .p-for-agency__text {
    grid-area: text;
  }
}
.p-for-agency__lead {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.55;
  padding-block-end: 0rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-for-agency__lead {
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    white-space: nowrap;
    padding-block-start: 2.6875rem;
    padding-block-end: 2.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-for-agency__text {
    padding-block-start: 2.125rem;
  }
}
.p-for-agency__text p {
  line-height: 2;
  font-size: 1rem;
  line-height: 1.43;
  letter-spacing: 0.119em;
}
@media screen and (max-width: 767px) {
  .p-for-agency__text p {
    letter-spacing: 0.15em;
  }
}
.p-for-agency__text p + p {
  margin-top: 1.75rem;
}

.p-for-agency__figure {
  display: inline-block;
  margin-inline: auto;
  max-width: 100%;
  margin-block-start: 4.375rem;
  padding-inline-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency__figure {
    width: 21.875rem;
    padding-inline-start: 2.875rem;
    display: block;
    margin-inline: auto;
    padding: 0;
    margin-block-start: 0;
  }
}
.p-for-agency__figure .p-for-agency__img {
  aspect-ratio: 551/315;
  width: 34.4375rem;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-for-agency__figure .p-for-agency__img {
    aspect-ratio: 350/200;
    width: 21.875rem;
  }
}
.p-for-agency__figure picture,
.p-for-agency__figure img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.p-for-agency-point {
  margin-block: 6.25rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point {
    margin-block: 8.125rem;
  }
}
.p-for-agency-point__lead {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-block-end: 2.625rem;
  margin-block-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point__lead {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-block-start: 0.625rem;
    padding-block-end: 3.125rem;
  }
}
.p-for-agency-point__sub {
  color: #8fcd29;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 28px;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point__sub {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.9;
    margin-bottom: 3.25rem;
  }
}
.p-for-agency-point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-for-agency-point__item {
  list-style: none;
}

/* カード */
.p-for-agency-point-card {
  background: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-block: 1.125rem 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point-card {
    padding-block: 0;
  }
}
.p-for-agency-point-card__head {
  background: #8fcd29;
  color: #fff;
  position: relative;
  padding-block: 1.125rem 1.9375rem;
  text-align: center;
  min-height: 8.6875rem;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point-card__head {
    flex-direction: row;
    justify-content: space-between;
    gap: 7.875rem;
    padding-block: 1.1875rem;
    min-height: 5rem;
    align-items: center;
    padding-inline: 1.375rem 2.25rem;
  }
}
.p-for-agency-point-card__label {
  font-size: 1.125rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-for-agency-point-card__label span {
  font-size: 1.4375rem;
  font-style: italic;
}
.p-for-agency-point-card__icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point-card__icon {
    margin: 0;
  }
}
.p-for-agency-point-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.p-for-agency-point-card__title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-block: 2.0625rem 5.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-for-agency-point-card__title__01 {
    padding-block: 2.0625rem 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-for-agency-point-card__title {
    padding-block: 1.625rem 0.625rem;
    letter-spacing: 0.25em;
    font-size: 1.375rem;
    line-height: 1.9;
  }
}
.p-for-agency-point-card__text {
  font-size: 1rem;
  line-height: 1.9;
  text-align: left;
  margin: 0 auto;
  position: relative;
  margin-block-start: 0.75rem;
}
.p-for-agency-point-card__text::before {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 2px;
  left: 50%;
  translate: -50%;
  top: -1.875rem;
  background: #8fcd29;
}
@media screen and (max-width: 767px) {
  .p-for-agency-point-card__text::before {
    top: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-for-agency-point-card__text {
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-block-start: 1.5rem;
  }
}

.p-for-agency-partner {
  padding-block: 3.9375rem 5.4375rem;
  background: #f8f7f1;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner {
    padding-block: 4.5625rem 7.625rem;
  }
}
.p-for-agency-partner__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 71px;
  margin-block-start: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner__list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-block-start: 3.625rem;
  }
}
.p-for-agency-partner__item {
  list-style: none;
}

/* カード */
.p-for-agency-partner-card {
  background: #fff;
  box-shadow: 0px 4px 5.76px 0.24px rgba(218, 218, 218, 0.27);
  padding-block: 2.625rem 3.375rem;
  padding-inline: 3.125rem 3.1875rem;
  display: flex;
  flex-direction: column;
  min-height: 20.0625rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner-card {
    padding-inline: 0.625rem;
    padding-block: 1.875rem 1.5rem;
  }
}
.p-for-agency-partner-card__head {
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 2.5rem;
  height: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner-card__head {
    height: 4.5625rem;
    margin-bottom: 4.125rem;
  }
}
.p-for-agency-partner-card__head::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 2px;
  left: 50%;
  translate: -50%;
  bottom: 0;
  background: #8fcd29;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner-card__head::after {
    width: 2.5rem;
  }
}
.p-for-agency-partner-card__logo {
  width: 23.25rem;
  height: auto;
  display: block;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner-card__logo {
    width: 20.875rem;
  }
}
.p-for-agency-partner-card__name {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}
.p-for-agency-partner-card__title {
  font-weight: bold;
  font-size: 1rem;
  padding-block-end: 0.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner-card__title {
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
.p-for-agency-partner-card__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-for-agency-partner-card__text {
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

.p-for-agency-faq {
  padding-block: 7.6875rem 5.8125rem;
  /* Q行 */
  /* A行 */
}
@media screen and (max-width: 767px) {
  .p-for-agency-faq {
    padding-block: 6rem 7.625rem;
  }
}
.p-for-agency-faq__list {
  margin: 0;
}
.p-for-agency-faq__item {
  padding-block-start: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-faq__item {
    padding-block-start: 4.125rem;
  }
}
.p-for-agency-faq__q {
  position: relative;
  padding-left: 1.875rem;
  margin-block-end: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-for-agency-faq__q {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding-left: 1.5rem;
    margin-block-end: 1.5625rem;
  }
}
.p-for-agency-faq__q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  font-weight: 700;
  color: #8fcd29;
}
@media screen and (max-width: 767px) {
  .p-for-agency-faq__q::before {
    top: 0.9375rem;
  }
}
.p-for-agency-faq__a {
  margin: 0;
  position: relative;
  text-indent: 2em;
  line-height: 1.9;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-faq__a {
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-indent: 2em;
  }
}
.p-for-agency-faq__a::before {
  content: "A";
  position: absolute;
  left: -1.875rem;
  top: 8px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-for-agency-faq__a::before {
    left: -1.875rem;
    top: 0.25rem;
  }
}
.p-for-agency-faq__a__inner {
  /* 段落を複数入れてもOK */
}

.p-for-agency-faq + .p-for-agency-faq {
  margin-block-start: 4.5625rem;
}

.p-for-persons-problem {
  text-align: center;
  margin-block: 8.125rem 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-problem {
    margin-block: 6rem 7.1875rem;
  }
}
.p-for-persons-problem__title {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 5.625rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-for-persons-problem__title {
    margin-bottom: 2.875rem;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.p-for-persons-problem__list {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  margin-block-start: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-problem__list {
    flex-direction: column;
    margin-block-start: 2.625rem;
    gap: 2.5rem;
    align-items: center;
  }
}
.p-for-persons-problem__item {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-for-persons-problem__item {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.25rem;
    flex-direction: row;
    margin-inline: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-for-persons-problem__item--02 {
    flex-direction: row-reverse;
  }
}
.p-for-persons-problem__icon {
  width: 11.75rem;
  height: 11.75rem;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-for-persons-problem__icon {
    width: 7rem;
    height: 7rem;
    margin-inline: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-for-persons-problem__text {
    font-size: 1rem;
    text-align: left;
  }
  .p-for-persons-problem__text--01 {
    padding-inline-end: 3.8125rem;
  }
}

.p-for-persons-point {
  margin-block: 12.5rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point {
    margin-block: 7.125rem;
  }
}
.p-for-persons-point__lead {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-block-end: 3rem;
  margin-block-start: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point__lead {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-block-start: 1.875rem;
  }
}
.p-for-persons-point__sub {
  color: #8fcd29;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point__sub {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
.p-for-persons-point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point__list {
    grid-template-columns: 1fr;
    gap: 3.875rem;
  }
}
.p-for-persons-point__item {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point__item {
    margin-inline: auto;
  }
}

/* カード */
.p-for-persons-point-card {
  background: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point-card {
    padding-block: 0;
    width: 21.875rem;
  }
}
.p-for-persons-point-card__head {
  background: #8fcd29;
  color: #fff;
  position: relative;
  padding-block: 1.125rem 0.625rem;
  text-align: left;
  padding-inline-start: 1.25rem;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point-card__head {
    padding-block: 1.1875rem;
  }
}
.p-for-persons-point-card__label {
  font-size: 1.125rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-for-persons-point-card__label span {
  font-size: 1.4375rem;
}
.p-for-persons-point-card__img {
  width: 23.25rem;
  height: 14.75rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point-card__img {
    width: 21.875rem;
    height: 14.75rem;
    margin-block-start: -3.625rem;
  }
  .p-for-persons-point-card__img--03 {
    margin-block-start: -3.5rem;
  }
}
.p-for-persons-point-card__icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point-card__icon {
    margin: 0;
  }
}
.p-for-persons-point-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.p-for-persons-point-card__title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  padding-block: 1.3125rem 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point-card__title {
    letter-spacing: 0.2em;
    padding-block: 1.75rem 0.625rem;
  }
}
.p-for-persons-point-card__title::after {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 2px;
  left: 50%;
  translate: -50%;
  bottom: 0;
  background: #8fcd29;
  margin-top: 12px;
}
.p-for-persons-point-card__text {
  font-size: 1rem;
  line-height: 1.9;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-for-persons-point-card__text {
    letter-spacing: 0.15em;
    line-height: 1.5;
    padding-block-start: 30px;
  }
}

.p-for-persons-flow__sub {
  color: #8fcd29;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.19em;
  padding-block-start: 5.625rem;
  padding-block-end: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-for-persons-flow__sub {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5;
    padding-block-start: 3.375rem;
    padding-block-end: 3.625rem;
    text-align: center;
  }
}
.p-for-persons-flow__figure {
  display: block;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-for-persons-flow__figure {
    text-align: center;
  }
}

.p-for-agency-training {
  margin-block-start: 5rem;
  padding-block: 4.125rem 6rem;
  background: #f8f7f1;
}
@media screen and (max-width: 767px) {
  .p-for-agency-training {
    margin-block-start: 2.5rem;
    padding-block: 4.0625rem 4.4375rem;
  }
}
.p-for-agency-training__bottom .p-for-agency-training__bottom-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding-inline-start: 1.125rem;
  position: relative;
}
.p-for-agency-training__bottom .p-for-agency-training__bottom-title::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1.1875rem;
  background: #8fcd29;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.p-for-agency-training__bottom .p-for-persons-problem__bottom-item {
  display: flex;
  gap: 1.5rem;
  padding-inline-start: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-training__bottom .p-for-persons-problem__bottom-item {
    padding-inline-start: 0;
    align-items: center;
    gap: 1.875rem;
  }
}
.p-for-agency-training__bottom .p-for-persons-problem__bottom-icon {
  width: 1.4375rem;
  height: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-for-agency-training__bottom .p-for-persons-problem__bottom-icon {
    flex-shrink: 0;
  }
}
.p-for-agency-training__bottom .p-for-persons-problem__bottom-text {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-for-agency-training__bottom .p-for-persons-problem__bottom-text {
    line-height: 1.54;
  }
}

.p-for-persons-training__bottom-list {
  margin-block-start: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-training__bottom-list {
    margin-block-start: 3rem;
    gap: 2.375rem;
  }
}

.p-for-persons-faq {
  padding-block: 7.375rem;
}

.p-for-persons-target {
  padding-block: 4.8125rem 9.75rem;
  position: relative;
}
.p-for-persons-target__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  inset: 0;
}
.p-for-persons-target__bg .p-for-persons-target__bg-pic {
  display: block;
  width: 100%;
  height: 100%;
}
.p-for-persons-target__list {
  margin-block: 3.875rem 5.0625rem;
  background: #ffffff;
  padding: 2.75rem 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-target__list {
    padding: 2.0625rem 1rem;
    margin-block: 2.25rem 3.75rem;
  }
}
.p-for-persons-target__list li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-left: 1rem; /* マーカー分の余白を確保 */
  text-indent: -0.8em; /* 1行目だけ少し戻す */
}
.p-for-persons-target__list li::before {
  content: "・";
}
.p-for-persons-target__wrapper {
  display: flex;
  gap: 13.5625rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-target__wrapper {
    flex-direction: column;
    gap: 3.625rem;
  }
}
.p-for-persons-target__text-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-for-persons-target__text-wrap {
    width: 100%;
  }
}
.p-for-persons-target__lead {
  font-size: 1.875rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-block-end: 3.625rem;
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-target__lead {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-block-start: 1.125rem;
    padding-left: 3.1em; /* 2行目以降の開始位置を右へ */
    text-indent: -3.8em; /* 1行目だけ左へ戻す（= 2行目以降が右に下がる） */
    padding-block-end: 2.375rem;
  }
}
.p-for-persons-target__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-for-persons-target__text {
    letter-spacing: 0.17em;
  }
}
.p-for-persons-target__figure {
  position: relative;
}
.p-for-persons-target__figure .p-top-about__deco {
  position: absolute;
  top: calc(50% + 3.25rem);
  left: calc(50% + 5.1875rem);
  transform: translate(-50%, -50%);
  width: 20.875rem;
}
@media screen and (max-width: 767px) {
  .p-for-persons-target__figure .p-top-about__deco {
    width: 17.9375rem;
    top: calc(50% + 2.0625rem);
    left: calc(50% + 1.8125rem);
  }
}
.p-for-persons-target__figure .p-for-persons-target__img {
  position: relative;
  z-index: 1;
  width: 22.5625rem;
  aspect-ratio: 361/281;
}
@media screen and (max-width: 767px) {
  .p-for-persons-target__figure .p-for-persons-target__img {
    width: 18.8125rem;
    aspect-ratio: 301/235;
  }
}

.p-privacy {
  margin-block: 6.75rem;
}
.p-privacy p {
  font-size: 1rem;
}
.p-privacy p + P {
  margin-block-start: 2.25rem;
}

.p-sitemap {
  padding: 60px 0;
  font-size: 15px;
}

.p-sitemap__list > li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}

.p-sitemap__list > li::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 0;
  color: #c2a47d;
}

.p-sitemap__list a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.2s ease;
}

.p-sitemap__list a:hover {
  opacity: 0.6;
}

/* レイアウト */
#primary {
  padding: clamp(24px, 4vw, 56px) 0;
}

.p-useful-info--single {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 24px);
}

/* ヘッダー */
.p-useful-info__header-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(16px, 2vw, 24px);
  border-bottom: #979b9d 1px solid;
}

.p-useful-info__title {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.4;
}

.p-useful-info__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-useful-info__meta-date {
  font-size: 12px;
  color: #6b6b6b;
}

/* カテゴリのピル */
.c-catpill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e6f4ea; /* 薄いグリーン */
  color: #2e7d32; /* 文字グリーン */
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #c8e6c9;
}

/* アイキャッチ */
.p-useful-info__thumb {
  margin: clamp(16px, 2.5vw, 28px) 0 clamp(16px, 3vw, 36px);
  text-align: center;
}

.p-useful-info__thumb-img {
  width: 33.125rem;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-useful-info__thumb-img {
    width: 100%;
  }
}

/* 本文 */
.p-useful-info__content {
  line-height: 1.5;
  font-size: 1rem;
}

.p-useful-info__content p + p {
  margin-top: 1rem;
}

/* 前後・一覧ボタン（中央に3つ並び） */
.p-useful-info__nav {
  margin-top: clamp(24px, 4vw, 48px);
}

.p-useful-info__nav-inner {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.3125rem;
  justify-content: center;
  width: 34.125rem;
  text-align: center;
  margin-inline: auto;
}

.p-useful-info__nav-item a,
.p-useful-info__nav-item a:visited {
  display: inline-block;
  text-align: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #8fcd29;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.p-useful-info__nav-item a:hover {
  filter: brightness(0.98);
}

/* ボタン幅をテキストに合わせる（=画像のような見た目） */
.p-useful-info__nav-item > a {
  width: auto;
  padding: 14px 28px;
}

/* SP調整 */
@media (max-width: 640px) {
  .p-useful-info__header-row {
    grid-template-columns: 1fr;
  }
  .p-useful-info__meta {
    justify-items: start;
    order: -1; /* タイトルの上にカテゴリ・日付を表示したい場合は  -1 を外す/付け替える */
    display: none;
  }
  .p-useful-info__nav-inner {
    grid-template-columns: 1fr 1fr; /* 上段：2列 */
    gap: 14px;
  }
  /* 2番目（＝一覧リンク）を最後に回して下段で全幅に */
  .p-useful-info__nav-item:nth-child(2) {
    order: 3; /* 並び順を最後にする */
    grid-column: 1/-1; /* 2列ぶち抜き */
    width: 100%;
  }
  .p-useful-info__nav-item a {
    width: 100%;
  }
  /* 空要素（前後どちらかが存在しない時）は非表示にして崩れを防ぐ */
  .p-useful-info__nav-item:empty {
    display: none;
  }
  .p-useful-info__nav-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    justify-items: stretch; /* アイテムを列幅いっぱいに */
    width: 100%;
  }
  .p-useful-info__nav-item {
    min-width: 0; /* コンテンツ幅で広がるのを防止 */
    justify-self: stretch; /* 念のため */
  }
  /* 2番目＝一覧リンクを下段の全幅へ */
  .p-useful-info__nav-item:nth-child(2) {
    order: 3;
    grid-column: 1/-1;
  }
  /* ボタンをセルいっぱいにする */
  .p-useful-info__nav-item > a {
    display: block;
    width: 100%;
  }
}
/* コンテナ */
#primary {
  padding: clamp(20px, 4vw, 44px) 0;
}

/* 見出し */
.archive-head {
  margin-bottom: clamp(12px, 2.4vw, 24px);
}

.archive-title {
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 700;
}

/* グリッド */
.p-posts__grid {
  display: grid;
  row-gap: 7.1875rem;
  -moz-column-gap: 2.0625rem;
       column-gap: 2.0625rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-posts__grid {
    grid-template-columns: 1fr;
    gap: 4.75rem;
  }
}

@media (max-width: 1024px) {
  .p-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .p-posts-grid {
    grid-template-columns: 1fr;
  }
}
/* カード */
.p-posts-card {
  background: #fff;
  overflow: hidden;
}

.p-posts-card__head {
  display: grid;
}
@media screen and (max-width: 767px) {
  .p-posts-card__head {
    grid-template-columns: 10.9375rem 1fr;
    gap: 0.625rem;
    align-items: start;
  }
}

.p-posts-card__head-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-block-end: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-posts-card__head-wrap {
    gap: 1.25rem;
  }
}

.p-posts-card__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-posts-card__thumb {
    margin-block-end: 0.5rem;
  }
}

.p-posts-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-posts-card__body {
  display: grid;
  gap: 2.9375rem;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 767px) {
  .p-posts-card__body {
    gap: 10px;
  }
}

.p-posts-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-posts-card__title {
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    line-height: 1.7;
  }
}

.p-posts-card__excerpt {
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-posts-card__date {
  font-size: 16px;
  color: #888787;
  justify-self: end;
}

.p-posts-card__cat {
  background: var(--cat-bg, #c6c6c6);
  padding-block: 0.3125rem;
  text-align: center;
  display: inline-block;
  width: 6.375rem;
  color: #fff;
  margin-block-end: 0.25rem;
}

/* ページネーション（中央） */
.p-pagination {
  margin-block-start: 9.4375rem;
  margin-inline: auto;
  text-align: center;
}

.p-pagination .page-numbers {
  display: inline-block;
  min-width: 2.8125rem;
  padding: 14px 17px;
  border: 1px solid #959595;
  background: #fff;
  text-decoration: none;
  color: #898888;
  font-size: 1.4375rem;
}

.p-pagination .page-numbers.current {
  background: #959595;
  border-color: #959595;
  color: #ffffff;
  font-size: 1.4375rem;
}

.p-pagination .prev,
.p-pagination .next {
  background: #fff;
  color: #898888;
  font-size: 1.4375rem;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}