@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

@media screen and (max-width: 1300px) and (min-width: 769px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  color: #333333;
  font-size: max(13px, 1rem);
  -webkit-font-smoothing: antialiased;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

p {
  font-size: max(1.125rem, 14px);
}
@media screen and (max-width: 767px) {
  p {
    font-size: max(13px, 0.8125rem);
  }
}

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

strong {
  font-weight: 700;
}

.en {
  font-family: "Quicksand", sans-serif;
}

.u-tb {
  display: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .u-tb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: max(13px, 0.875rem);
  }
  a {
    font-size: max(13px, 0.875rem);
  }
  p {
    font-size: max(13px, 0.875rem);
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.l-wrap {
  width: calc(100% - 6.25rem);
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-wrap {
    width: calc(100% - 12.5rem);
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .l-wrap {
    width: calc(100% - 5rem);
  }
}

/* -----------------------------------
  component
  -----------------------------------*/
/* ----- title ----- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    gap: 0.125rem;
  }
}
.c-ttl__en {
  font-size: max(13px, 1.25rem);
  line-height: 1.75;
}
.c-ttl__ja {
  font-size: max(24px, 2.5rem);
  font-weight: 700;
  line-height: 1.66;
}
.c-ttl.center {
  -ms-flex-align: center;
      align-items: center;
}

.c-text {
  font-size: max(13px, 1.25rem);
  font-size: max(13px, 1.25rem);
  line-height: 1.75;
}
.c-text.center {
  text-align: center;
}

/* ----- btn ----- */
a.c-btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(13px, 1.25rem);
  background-color: #F7E14E;
  color: #111111;
  border-radius: 100px;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 250px;
  height: 3.75rem;
  height: max(36px, 3.75rem);
}
@media screen and (max-width: 480px) {
  a.c-btn {
    max-width: 180px;
    gap: 8px;
  }
}
a.c-btn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.125rem;
  background: url("../img/common/icon_arrow.svg") no-repeat center/100%;
  transition: 0.3s ease;
  margin-left: 0.5rem;
}
@media screen and (max-width: 480px) {
  a.c-btn::before {
    width: 10px;
    height: 14px;
  }
}
@media (hover: hover) {
  a.c-btn:hover {
    opacity: 0.7;
  }
}

.c-btn__border {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(14px, 1.25rem);
  color: #111111;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.625rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.c-btn__border::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1.9375rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-btn__border:hover {
    opacity: 0.7;
  }
}

/* -----------------------------------
  header
  ----------------------------------- */
.l-header {
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 1.75rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 1rem 1.25rem;
  }
}
.l-header__wrap {
  margin: 0 auto;
  transition: 0.5s;
}
.l-header__logo {
  position: relative;
  width: 7.5rem;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.l-header.is-logo-hidden .l-header__logo {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.75rem);
  pointer-events: none;
}
.l-header.is-open .l-header__logo {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 6.25rem;
  }
}
.l-header__logo a {
  display: inline-block;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__container {
  z-index: 9999;
  width: 40%;
  max-width: 26.875rem;
  background-color: white;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  padding: 1.875rem 1.875rem 4.625rem 4.0625rem;
  display: none;
  box-shadow: -4px 4px 20px #A0A0A0;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l-header__container {
    width: 60%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .l-header__container {
    padding: 1.875rem 1.875rem 4.625rem 2.5rem;
  }
}
.l-header__ttl {
  font-size: max(13px, 1.25rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
.l-header__ttl span {
  font-size: max(13px, 2.5rem);
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__list {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 1.875rem;
  position: relative;
  margin-bottom: 3.25rem;
}
.l-header__list li {
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__list li {
    width: 100%;
  }
}
.l-header__list li a {
  font-size: max(13px, 1.25rem);
  display: inline-block;
  line-height: 1.75;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__list li a:hover {
    opacity: 0.7;
  }
}
.l-header__btns {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 3.25rem;
}
.l-header__btn {
  font-size: max(13px, 1rem);
  color: #111111;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 315px;
  height: max(30px, 2.875rem);
  gap: 10px;
  transition: 0.3s ease;
}
.l-header__btn.contact {
  background-color: #F7E14E;
}
.l-header__btn.entry {
  background-color: #D9E265;
}
.l-header__btn.tel {
  background-color: #E5E5E5;
}
.l-header__btn .icon {
  width: 1.25rem;
  line-height: 1;
}
@media (hover: hover) {
  .l-header__btn:hover {
    opacity: 0.7;
  }
}
.l-header__other {
  display: grid;
  gap: 1.25rem;
}
.l-header__other a {
  font-size: max(13px, 1rem);
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__other a:hover {
    opacity: 0.7;
  }
}

.c-hamburger {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 3.125rem;
  width: 5.625rem;
  height: 6.875rem;
  z-index: 999999;
  display: block;
  background-color: #A0A0A0;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    right: 1.25rem;
    width: 5.125rem;
    height: 6.1875rem;
  }
}
.c-hamburger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 0.25rem;
  background-color: #fff;
  width: 3.125rem;
  left: 1.25rem;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .c-hamburger span {
    left: 1.125rem;
  }
}
.c-hamburger span:nth-of-type(1) {
  top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-hamburger span:nth-of-type(1) {
    top: 1.125rem;
  }
}
.c-hamburger span:nth-of-type(2) {
  top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .c-hamburger span:nth-of-type(2) {
    top: 2.125rem;
  }
}
.c-hamburger span:nth-of-type(3) {
  top: 3.375rem;
}
@media screen and (max-width: 768px) {
  .c-hamburger span:nth-of-type(3) {
    top: 3.125rem;
  }
}
.c-hamburger span:nth-child(4) {
  background: none;
  top: 3.875rem;
}
@media screen and (max-width: 768px) {
  .c-hamburger span:nth-child(4) {
    top: 3.625rem;
  }
}
.c-hamburger span:nth-child(4)::before {
  content: "MENU";
  font-size: max(13px, 1.0625rem);
  font-weight: 500;
  color: #fff;
}
.c-hamburger.is-active span {
  width: 2rem;
}
.c-hamburger.is-active span:not(:nth-of-type(4)) {
  left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-hamburger.is-active span:not(:nth-of-type(4)) {
    left: 1.625rem;
  }
}
.c-hamburger.is-active span:nth-of-type(1) {
  -ms-transform: translateY(1rem) rotate(-45deg);
      transform: translateY(1rem) rotate(-45deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  -ms-transform: translateY(-1rem) rotate(45deg);
      transform: translateY(-1rem) rotate(45deg);
}
.c-hamburger.is-active span:nth-of-type(4) {
  top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-hamburger.is-active span:nth-of-type(4) {
    top: 3.625rem;
  }
}
.c-hamburger.is-active span:nth-of-type(4)::before {
  content: "CLOSE";
}

/* ---------------------------------------------
  footer フッター
  --------------------------------------------- */
.l-footer {
  position: relative;
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url("../img/common/footer_border.svg") no-repeat center/cover;
}
.l-footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 2.625rem 0;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 2.5rem 1.25rem;
    gap: 1.75rem 0.625rem;
  }
}
.l-footer__logo {
  width: 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .l-footer__logo img {
    width: max(70px, 6.25rem);
  }
}
.l-footer__info {
  display: grid;
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    width: 43%;
  }
}
.l-footer__info address,
.l-footer__info .text {
  font-size: max(13px, 1rem);
  line-height: 1.5625;
}
.l-footer__ttl {
  font-size: max(13px, 1.25rem);
}
.l-footer__menu {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 28px;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    width: 58%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
    -ms-transform: translateX(0.875rem);
        transform: translateX(0.875rem);
  }
}
.l-footer__nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem 2rem;
}
@media screen and (max-width: 480px) {
  .l-footer__nav__list {
    gap: 1.25rem 0.5rem;
  }
}
.l-footer__nav__list a {
  display: inline-block;
  font-size: max(13px, 1rem);
  line-height: 1.5675;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer__nav__list a {
    line-height: 1.5;
  }
}
@media (hover: hover) {
  .l-footer__nav__list a:hover {
    opacity: 0.7;
  }
}
.l-footer__btns {
  display: grid;
  gap: 1.25rem;
  width: 50%;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .l-footer__btns {
    width: 100%;
    max-width: 340px;
  }
}
.l-footer__btn {
  font-size: max(13px, 1rem);
  color: #111111;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: max(30px, 2.875rem);
  gap: 10px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-footer__btn:hover {
    opacity: 0.7;
  }
}
.l-footer__btn.contact {
  background-color: #F7E14E;
}
.l-footer__btn.entry {
  background-color: #D9E265;
}
.l-footer__btn.tel {
  background-color: #E5E5E5;
}
.l-footer__btn .icon {
  width: 1.25rem;
  display: block;
  line-height: 1;
}
.l-footer__other {
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.l-footer__other a {
  color: #fff;
  font-size: max(13px, 1rem);
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-footer__other a:hover {
    opacity: 0.7;
  }
}
.l-footer__bottom {
  padding: 1rem 0;
  background-color: #C8BBA9;
  position: relative;
}
.l-footer__bottom__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-footer__copy small {
  font-size: max(13px, 0.8125rem);
  color: #fff;
}

/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-top-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1812 / 1000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    aspect-ratio: 1080 / 1500;
  }
}
.p-top-mv__illust {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-mv__illust picture {
  position: absolute;
  inset: 0;
}
.p-top-mv__illust picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__illust-pc {
  overflow: hidden;
}
.p-top-mv__illust-pc img {
  width: calc(100% + 16px) !important;
  height: calc(100% + 16px) !important;
  margin: -8px;
}
.p-top-mv__illust-sp {
  display: none;
}
.p-top-mv__draft-mask {
  position: absolute;
  z-index: 1;
  display: block;
  background: #fff;
}
.p-top-mv__draft-mask--logo {
  left: 3.2%;
  top: 2.2%;
  width: 11.5%;
  height: 16%;
}
.p-top-mv__draft-mask--menu {
  right: 3.6%;
  top: 2.2%;
  width: 10.5%;
  height: 15%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__illust-pc {
    display: none;
  }
  .p-top-mv__illust-sp {
    display: block;
  }
  .p-top-mv__draft-mask {
    display: none;
  }
}
.p-top-mv__part {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  pointer-events: none;
}
.part-left-u {
  width: 29%;
  left: -11.5%;
  top: 24.5%;
  transform: rotate(73deg);
}
.part-left-face {
  width: 2.8%;
  left: 8.8%;
  top: 31.5%;
}
.part-left-eye {
  width: 3.7%;
  left: 4.2%;
  top: 41.5%;
}
.part-bottom-u {
  width: 28%;
  left: 4.3%;
  top: 56.5%;
  transform: rotate(5deg);
  filter: saturate(1.18) brightness(0.98);
}
.part-bottom-brown {
  width: 4.2%;
  left: 14.8%;
  top: 59.7%;
  transform: rotate(8deg);
}
.part-bottom-lines {
  width: 16%;
  height: 16%;
  left: -2.3%;
  top: 69.5%;
  transform: rotate(-17deg);
}
.part-bottom-lines::before,
.part-bottom-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 66%;
  border-bottom: clamp(4px, 0.55vw, 9px) solid #bcbcbc;
  border-radius: 0 0 70% 45%;
}
.part-bottom-lines::after {
  top: 17%;
}
.part-bottom-red {
  width: 2.6%;
  left: 5.2%;
  top: 75.6%;
  transform: rotate(12deg);
}
.part-center-u {
  width: 22%;
  left: 24.5%;
  top: 40.5%;
  transform: rotate(-82deg);
  filter: saturate(0.72) brightness(0.98);
}
.part-center-orange {
  width: 3.6%;
  left: 34.2%;
  top: 50.8%;
  transform: rotate(-50deg);
}
.part-top-u {
  width: 25%;
  left: 66.5%;
  top: -5.7%;
  transform: rotate(51deg);
  filter: hue-rotate(34deg) saturate(0.52) brightness(1.04);
}
.part-top-dots {
  width: 5.3%;
  left: 68.5%;
  top: 0.5%;
  transform: rotate(-16deg);
}
.part-top-face {
  width: 3.1%;
  left: 69.5%;
  top: 17.7%;
}
.part-top-green {
  width: 5.5%;
  left: 76.2%;
  top: 8.4%;
  transform: rotate(38deg);
}
.part-right-gray {
  width: 11.5%;
  left: 70.5%;
  top: 30.5%;
  transform: rotate(176deg);
  filter: saturate(0.72) brightness(1.02);
}
.part-right-ocher {
  width: 3.1%;
  left: 74.3%;
  top: 45.9%;
  transform: rotate(8deg);
}
.part-right-red {
  width: 20.5%;
  left: 79.8%;
  top: 27.7%;
  transform: rotate(-42deg);
  filter: hue-rotate(10deg) saturate(0.88) brightness(1.01);
}
.part-right-navy {
  width: 6.2%;
  left: 82.2%;
  top: 31.5%;
  transform: rotate(39deg);
}
.part-flower {
  width: 2.8%;
}
.part-flower-1 {
  left: 48.5%;
  top: 5.8%;
}
.part-flower-2 {
  left: 92.4%;
  top: 58.5%;
}
.part-flower-3 {
  left: 34.5%;
  top: 77.2%;
}
@media screen and (max-width: 768px) {
  .part-left-u {
    width: 50%;
    left: -22%;
    top: 16%;
  }
  .part-left-face {
    width: 5.5%;
    left: 17%;
    top: 23.5%;
  }
  .part-left-eye {
    width: 7%;
    left: 5%;
    top: 29%;
  }
  .part-top-u {
    width: 47%;
    left: 67%;
    top: -3%;
  }
  .part-top-dots {
    width: 10%;
    left: 69%;
    top: 1%;
  }
  .part-top-face {
    width: 5.5%;
    left: 69%;
    top: 10.5%;
  }
  .part-top-green {
    width: 10%;
    left: 85%;
    top: 6%;
  }
  .part-right-gray {
    width: 21%;
    left: 60%;
    top: 27%;
  }
  .part-right-ocher {
    width: 5.5%;
    left: 68%;
    top: 35.5%;
  }
  .part-right-red {
    width: 39%;
    left: 76%;
    top: 24%;
  }
  .part-right-navy {
    width: 12%;
    left: 80%;
    top: 27%;
  }
  .part-center-u {
    width: 41%;
    left: 28%;
    top: 59%;
  }
  .part-center-orange {
    width: 7%;
    left: 48%;
    top: 65%;
  }
  .part-bottom-u {
    width: 48%;
    left: -5%;
    top: 75%;
  }
  .part-bottom-brown {
    width: 8%;
    left: 18%;
    top: 75.5%;
  }
  .part-bottom-lines {
    width: 28%;
    left: -10%;
    top: 82%;
  }
  .part-bottom-red {
    width: 5%;
    left: 3%;
    top: 87%;
  }
  .part-flower {
    width: 5.5%;
  }
  .part-flower-1 {
    left: 52%;
    top: 5%;
  }
  .part-flower-2 {
    left: 91%;
    top: 49%;
  }
  .part-flower-3 {
    left: 54%;
    top: 88%;
  }
}
.p-top-mv__tagline {
  position: absolute;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}
.p-top-mv__tagline--pc {
  display: none;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-top-mv__tagline--pc text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 39px;
  letter-spacing: 4px;
  fill: #3a3a3a;
}
.p-top-mv__tagline--sp {
  display: none;
  left: 8%;
  width: 84%;
  top: 39%;
  height: auto;
}
.p-top-mv__tagline--sp text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 2px;
  fill: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .p-top-mv__tagline--pc {
    display: none;
  }
  .p-top-mv__tagline--sp {
    display: none;
  }
}
.p-top-mv__block {
  position: absolute;
  top: 62%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv__block {
    top: 60%;
  }
}
.p-top-mv__ttl {
  font-family: "Baloo Bhai 2", "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: max(20px, 1.875rem);
  letter-spacing: 0.06em;
  color: #3a3a3a;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.p-top-mv__ttl::before, .p-top-mv__ttl::after {
  content: "";
  display: block;
  width: 5.625rem;
  height: 2px;
  background-color: #F7E14E;
  border-radius: 4px;
  margin: 0 auto;
}
.p-top-mv__ttl::before {
  margin-bottom: 10px;
}
.p-top-mv__ttl::after {
  margin-top: 10px;
}

/* ---------------------------------------------
    menu
  --------------------------------------------- */
.p-top-menu {
  padding: 11.75rem 0 6.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-top-menu {
    margin-top: 0;
    padding: 11.875rem 0 5.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-top-menu {
    margin-top: 0;
    padding: 15rem 0 5.625rem;
  }
}
.p-top-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/616;
  background: url("../img/top/menu_bg.png") no-repeat top center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-menu::before {
    background-image: url("../img/top/menu_bg_sp.png");
    height: 100%;
  }
}
.p-top-menu .l-wrap {
  position: relative;
}
.p-top-menu .c-ttl {
  color: #fff;
}
.p-top-menu .c-ttl__en {
  font-weight: 700;
}
.p-top-menu .c-ttl__ja {
  font-size: max(24px, 1.875rem);
}
.p-top-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.0625rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.p-top-menu__list li {
  background-color: #fff;
  border-radius: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
  padding: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-menu__list li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: max(16px, 1.25rem) 10rem;
    gap: 10px;
  }
}
.p-top-menu__list li .text {
  line-height: 1.75;
  font-size: max(14px, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-top-menu__list li .icon {
    width: max(28px, 2.5rem);
  }
}

/* ---------------------------------------------
   top news
  --------------------------------------------- */
.p-top-news {
  position: relative;
  margin: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    margin: 5rem 0 0;
  }
}
.p-top-news__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-top-news .c-ttl {
  width: 31.4%;
  border: 1px dashed #333;
  border-radius: 15px;
  overflow: hidden;
  padding: 3rem 0 2.625rem;
  gap: 2px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-top-news .c-ttl {
    width: 100%;
    padding: 1.5rem 0 1.75rem;
  }
}
.p-top-news .c-ttl__ja {
  font-size: max(13px, 1.875rem);
  font-size: max(24px, 1.875rem);
}
.p-top-news .p-news__list {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top-news .p-news__list {
    margin-top: 34px;
    width: 100%;
  }
}
.p-top-news .c-btn {
  margin: 3.125rem auto 0;
  height: 46px;
  font-size: max(13px, 1rem);
}
@media screen and (max-width: 768px) {
  .p-top-news .c-btn {
    margin-top: 3.75rem;
    height: max(32px, 2.875rem);
  }
}

/* ----- news list ----- */
.p-news__list {
  display: grid;
}
.p-news__list__item {
  background-image: repeating-linear-gradient(90deg, #000000, #000000 6px, transparent 6px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.p-news__list__item:first-child .p-news__list__link {
  padding-top: 0;
}
.p-news__list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.3s ease;
  padding: 0.8125rem 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news__list__link {
    padding: 1rem 0.625rem;
  }
}
@media (hover: hover) {
  .p-news__list__link:hover {
    opacity: 0.5;
  }
}
.p-news__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  font-size: max(13px, 1.25rem);
  gap: 2.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-news__text {
    font-size: max(13px, 1rem);
    gap: 1.25rem;
  }
}
.p-news__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -ms-flex: 1;
      flex: 1;
}

/* ---------------------------------------------
   top about
  --------------------------------------------- */
.p-top-about {
  position: relative;
  padding: 7.875rem 0 15rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 6.75rem 0 5.625rem;
  }
}
.p-top-about .c-ttl {
  gap: 4px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-about .c-ttl {
    margin-bottom: 2.375rem;
  }
  .p-top-about .c-ttl .c-ttl__ja {
    line-height: 1.5;
  }
}
.p-top-about .c-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.125rem;
  background: url("../img/top/about_border.svg") no-repeat center/100%;
}
.p-top-about .c-ttl__ja {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  font-size: max(13px, 3.125rem);
  font-size: max(28px, 3.125rem);
}
.p-top-about .c-ttl__ja::after {
  content: "";
  display: block;
  width: 4.0625rem;
  aspect-ratio: 1/1;
  background: url("../img/top/about_deco.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .p-top-about .l-wrap {
    width: 100%;
  }
}
.p-top-about .c-btn__border {
  width: max(260px, 19.75rem);
  height: max(64px, 5.1875rem);
  padding-right: 1.25rem;
  background-image: url("../img/top/about_btn_border.svg");
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-top-about .c-btn__border {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-top-about .c-btn__border {
    width: 220px;
    height: 58px;
  }
}
.p-top-about .c-btn__border:before {
  background-image: url("../img/top/about_btn_arrow.svg");
}
.p-top-about__container {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-about__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.375rem;
  }
}
.p-top-about__block {
  width: 45%;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .p-top-about__block {
    width: 100%;
    max-width: 100%;
    padding: 0 6.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 390px) {
  .p-top-about__block {
    padding: 0 2.5rem;
  }
}
.p-top-about__lead {
  font-size: max(13px, 1.875rem);
  font-size: max(20px, 1.875rem);
  line-height: 1.333;
  margin-bottom: 2.5rem;
}
.p-top-about__text p {
  font-size: max(13px, 1.25rem);
  line-height: 1.75;
}
.p-top-about__text p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.p-top-about__img {
  position: absolute;
  top: 4%;
  right: -3%;
  width: 53%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p-top-about__img {
    position: relative;
    top: 0;
    right: -12%;
    width: 102%;
    max-width: initial;
    margin-left: auto;
  }
}

/* ---------------------------------------------
   top instagram
  --------------------------------------------- */
.p-top-instagram {
  background: url("../img/top/instagram_bg.jpg") no-repeat center/cover;
  position: relative;
  padding: 8.25rem 0 9.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-instagram {
    padding: 5.875rem 0 5.5rem;
  }
}
.p-top-instagram::before, .p-top-instagram::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  background: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top-instagram::before {
  background-image: url("../img/top/instagram_border_top.svg");
  top: 0;
}
.p-top-instagram::after {
  background-image: url("../img/top/instagram_border_bottom.svg");
  bottom: 0;
}
.p-top-instagram .c-btn__border {
  width: max(260px, 19.75rem);
  height: max(64px, 5.1875rem);
  padding-right: 1.25rem;
  background-image: url("../img/top/instagram_btn_border.svg");
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-instagram .c-btn__border {
    margin-top: 56px;
    width: 19.75rem;
    height: 5.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-top-instagram .c-btn__border {
    width: 220px;
    height: 58px;
  }
}
.p-top-instagram .c-btn__border:before {
  background-image: url("../img/top/instagram_btn_arrow.svg");
}
.p-top-instagram .l-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-instagram .l-wrap {
    width: calc(100% - 1.625rem);
  }
}
.p-top-instagram__block {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-instagram__block {
    margin-top: 3.75rem;
  }
}
.p-top-instagram__list {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-instagram__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125rem;
  }
}
.p-top-instagram__deco {
  position: absolute;
}
.p-top-instagram__deco.deco01 {
  width: 19%;
  top: -11%;
  right: 9.5%;
  -ms-transform: rotate(9deg);
      transform: rotate(9deg);
}
@media screen and (max-width: 768px) {
  .p-top-instagram__deco.deco01 {
    width: 28%;
    top: -9%;
    right: 1.5%;
  }
}
.p-top-instagram__deco.deco02 {
  width: 12%;
  top: 11%;
  right: 2.5%;
  -ms-transform: rotate(-18deg);
      transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
  .p-top-instagram__deco.deco02 {
    top: 6%;
    right: 5%;
  }
}

/* ---------------------------------------------
   top movie
  --------------------------------------------- */
.p-top-movie {
  position: relative;
  padding: 8.75rem 0 4.375rem;
  padding: 9.7222222222vw 0 4.8611111111vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-movie {
    padding: 6.25rem 0 2.8125rem;
  }
}
.p-top-movie::before {
  content: "";
  display: block;
  width: 95.5%;
  aspect-ratio: 1377/673;
  background: url("../img/top/movie_bg.svg") no-repeat center/cover;
  position: absolute;
  right: -10.4%;
  top: 15%;
}
@media screen and (min-width: 1442px) {
  .p-top-movie::before {
    top: 12%;
  }
}
@media screen and (max-width: 1300px) {
  .p-top-movie::before {
    width: 98%;
    right: -4%;
    top: 18%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .p-top-movie::before {
    background-image: url("../img/top/movie_bg_sp.svg");
    aspect-ratio: 1377/960;
    width: 179.5%;
    top: 15.375rem;
    right: initial;
    left: -38%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) and (max-width: 420px) {
  .p-top-movie::before {
    height: 72%;
  }
}
.p-top-movie .l-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-movie .c-ttl__ja {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-movie .c-text {
    text-align: center;
  }
}
.p-top-movie .c-btn__border {
  width: max(300px, 23.4375rem);
  height: max(60px, 4.75rem);
  gap: 0.625rem;
  background-image: url("../img/top/movie_btn_border.svg");
  margin: 11.5277777778vw auto 0;
}
@media screen and (min-width: 1442px) {
  .p-top-movie .c-btn__border {
    margin-top: 13.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-movie .c-btn__border {
    margin-top: 7.5rem;
    width: 23.4375rem;
    height: 4.75rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-top-movie .c-btn__border {
    width: 260px;
    height: 70px;
  }
}
.p-top-movie .c-btn__border:before {
  width: 4.0625rem;
  height: 2.25rem;
  background-image: url("../img/top/movie_btn_arrow.svg");
}
@media screen and (max-width: 768px) {
  .p-top-movie .c-btn__border:before {
    width: 3.375rem;
    height: 1.875rem;
  }
}
.p-top-movie .c-btn__border::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/common/icon_ex.svg") no-repeat center/100%;
}
@media screen and (max-width: 480px) {
  .p-top-movie .c-btn__border::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-top-movie__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 2.875rem;
  margin-top: 8.6111111111vw;
}
@media screen and (max-width: 768px) {
  .p-top-movie__list {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 8.875rem;
    gap: 2.875rem;
  }
}
.p-top-movie__list__item {
  width: 42%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .p-top-movie__list__item {
    width: 100%;
    max-width: 100%;
  }
}
.p-top-movie__list__item .ttl {
  font-size: max(13px, 1.5625rem);
  font-size: max(14px, 1.5625rem);
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}
.p-top-movie__list a {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-top-movie__list a:hover {
    opacity: 0.7;
  }
}
.p-top-movie__img {
  padding: 1.8125rem 1.6875rem;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-movie__img {
    padding: 1.375rem 1.25rem;
  }
}
.p-top-movie__img img {
  border-radius: 10px;
  aspect-ratio: 446/243;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-movie__iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
}
.p-top-movie__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------------------------------------------
   top movie
  --------------------------------------------- */
.p-top-magazine {
  position: relative;
  padding: 4.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-magazine {
    padding: 3.75rem 0;
  }
}
.p-top-magazine .c-ttl {
  gap: 2px;
}
.p-top-magazine__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.125rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-magazine__list {
    margin-top: 3.125rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.1875rem 1.5625rem;
  }
}
.p-top-magazine__list a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-top-magazine__list a:hover {
    opacity: 0.7;
  }
}
.p-top-magazine__img img {
  aspect-ratio: 177/236;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-magazine__img img {
    aspect-ratio: 174/236;
  }
}
.p-top-magazine__ttl {
  font-size: max(13px, 1rem);
  line-height: 1.5625;
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .p-top-magazine__ttl {
    font-size: max(13px, 1.125rem);
  }
}

.p-top-img {
  overflow: hidden;
  margin: 6.875rem 0 4.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-img {
    margin: 3.125rem 0 5.625rem;
  }
}
.p-top-img__bottom {
  width: 70%;
  -ms-transform: translateX(-7.5%);
      transform: translateX(-7.5%);
}
@media screen and (max-width: 768px) {
  .p-top-img__bottom {
    width: 100%;
    -ms-transform: none;
        transform: none;
  }
}

/* ---------------------------------------------
  404
  --------------------------------------------- */
body.error404 .l-header__logo .color {
  display: block;
}
body.error404 .l-header__logo .white {
  display: none;
}

.p-error-sec {
  padding-top: 200px;
  padding-bottom: 120px;
  padding: 200px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-error-sec {
    padding: 140px 0 80px;
  }
}
.p-error-sec .error-num {
  font-size: max(50px, 5rem);
  letter-spacing: 0.02em;
  color: #A0D992;
  font-weight: 900;
  text-align: center;
}
.p-error-sec .ttl-en {
  font-size: max(18px, 2.125rem);
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #A0D992;
  text-align: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
.p-error-sec .ttl-ja {
  font-size: max(14px, 1.3125rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.p-error-sec .c-btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-error-sec .c-btn {
    margin-top: 60px;
  }
}

/* =====================================================================
   下層ページ共通
   ===================================================================== */
.l-main {
  overflow: hidden;
}
.l-wrap--narrow {
  max-width: 900px;
}

/* section title (center 補助) 下層で余白統一 */
.p-sec {
  padding: 6.875rem 0;
}
@media screen and (max-width: 768px) {
  .p-sec {
    padding: 3.75rem 0;
  }
}

/* ----- ボタン（button/span でも c-btn を効かせる） ----- */
button.c-btn,
span.c-btn {
  width: 100%;
  max-width: 250px;
  height: 3.75rem;
  height: max(36px, 3.75rem);
  font-size: max(13px, 1.25rem);
  font-weight: 700;
  background-color: #F7E14E;
  color: #111111;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-family: inherit;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
}
button.c-btn::before,
span.c-btn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.125rem;
  background: url("../img/common/icon_arrow.svg") no-repeat center/100%;
  transition: 0.3s ease;
  margin-left: 0.5rem;
}
@media screen and (max-width: 480px) {
  button.c-btn,
  span.c-btn {
    max-width: 180px;
    gap: 8px;
  }
  button.c-btn::before,
  span.c-btn::before {
    width: 10px;
    height: 14px;
  }
}
@media (hover: hover) {
  button.c-btn:hover {
    opacity: 0.7;
  }
}
/* カード内の擬似ボタン（リンクは親aが担う） */
.p-office-card__btn,
.p-newscard__btn {
  pointer-events: none;
}

/* ----- 戻るボタン（余白の原因になる base の ::before を無効化） ----- */
.c-btn__border--back {
  gap: 0.75rem;
  border: 2px solid #111111;
  border-radius: 100px;
  padding: 0.875rem 2.5rem;
  margin: 0 auto;
}
.c-btn__border--back::before {
  display: none;
  content: none;
}

/* ----- ページヘッダー（ヒーロー） ----- */
.p-hero {
  position: relative;
  overflow: hidden;
  background: #F6F4EE;
  min-height: 25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10rem 1.25rem 4.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-hero {
    min-height: 15rem;
    padding: 7.5rem 1.25rem 3rem;
  }
}
.p-hero__inner {
  position: relative;
  z-index: 2;
}
.p-hero__en {
  display: block;
  font-size: max(13px, 1rem);
  letter-spacing: 0.12em;
  color: #A0A0A0;
  margin-bottom: 0.75rem;
}
.p-hero__ttl {
  font-size: max(24px, 2.75rem);
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-hero__ttl {
    font-size: max(20px, 1.75rem);
  }
}
.p-hero__deco {
  position: absolute;
  z-index: 1;
  opacity: 0.85;
  pointer-events: none;
}
.p-hero__deco img {
  width: 100%;
}
.p-hero__deco--01 {
  width: 12.5rem;
  top: 14%;
  left: 4%;
  transform: rotate(-12deg);
}
.p-hero__deco--02 {
  width: 13.75rem;
  bottom: 6%;
  right: 5%;
  transform: rotate(8deg);
}
.p-hero__deco--03 {
  width: 4.5rem;
  bottom: 20%;
  left: 14%;
}
.p-hero__deco--04 {
  width: 6.5rem;
  top: 18%;
  right: 14%;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-hero__deco--01 {
    width: 6.5rem;
    left: 1%;
  }
  .p-hero__deco--02 {
    width: 7rem;
    right: 1%;
  }
  .p-hero__deco--03 {
    width: 3rem;
  }
  .p-hero__deco--04 {
    display: none;
  }
}

/* ----- パンくず ----- */
.p-breadcrumb {
  background: #F6F4EE;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
}
.p-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  font-size: max(13px, 0.875rem);
  font-weight: 700;
  color: #666;
}
.p-breadcrumb__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: ">";
  color: #B0B0B0;
  font-weight: 400;
}
.p-breadcrumb__item a {
  color: #666;
  transition: 0.3s ease;
}
.p-breadcrumb__item a:hover {
  color: #111;
}
.p-breadcrumb__item span {
  color: #333;
}

/* ----- ページネーション ----- */
.p-pagination {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-pagination {
    margin-top: 2.5rem;
  }
}
.p-pagination .page-numbers {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
  padding: 0;
}
.p-pagination .page-numbers li {
  line-height: 1;
}
.p-pagination .page-numbers a,
.p-pagination .page-numbers span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  font-size: max(13px, 1rem);
  font-weight: 700;
  color: #333;
  background: #fff;
  border: 1px solid #E5E5E5;
  transition: 0.3s ease;
}
.p-pagination .page-numbers a:hover {
  background: #F7E14E;
  border-color: #F7E14E;
}
.p-pagination .page-numbers .current {
  background: #F7E14E;
  border-color: #F7E14E;
  color: #111;
}

/* ----- ブロックエディター／本文共通 ----- */
.p-page {
  padding: 5rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-page {
    padding: 3rem 0 4rem;
  }
}
.p-page__content {
  font-size: max(14px, 1.0625rem);
  line-height: 1.9;
}
.p-page__content > * + * {
  margin-top: 1.5rem;
}
.p-page__content h2 {
  font-size: max(19px, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #F7E14E;
}
.p-page__content h3 {
  font-size: max(17px, 1.375rem);
  font-weight: 700;
  margin-top: 2.5rem;
}
.p-page__content h4 {
  font-size: max(15px, 1.1875rem);
  font-weight: 700;
  margin-top: 2rem;
}
.p-page__content ul,
.p-page__content ol {
  padding-left: 1.5rem;
}
.p-page__content ul li {
  list-style: disc;
}
.p-page__content ol li {
  list-style: decimal;
}
.p-page__content li + li {
  margin-top: 0.5rem;
}
.p-page__content a {
  color: #1a73b7;
  text-decoration: underline;
}
.p-page__content img {
  border-radius: 10px;
}
.p-page__content blockquote {
  border-left: 4px solid #E5E5E5;
  padding-left: 1.25rem;
  color: #666;
}
.p-page__content table {
  width: 100%;
  border-collapse: collapse;
}
.p-page__content th,
.p-page__content td {
  border: 1px solid #E5E5E5;
  padding: 0.75rem 1rem;
  text-align: left;
}
.p-page__content th {
  background: #FAF8F2;
}

/* Snow Monkey Forms ざっくり調整 */
.p-page__content .smf-form,
.p-page__content .smf-item {
  margin-top: 1.25rem;
}
.p-page__content .smf-text-control__control,
.p-page__content .smf-textarea-control__control,
.p-page__content .smf-select-control__control,
.p-page__content input[type=text],
.p-page__content input[type=email],
.p-page__content input[type=tel],
.p-page__content textarea,
.p-page__content select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  background: #fff;
  font-size: max(14px, 1rem);
  font-family: inherit;
}
.p-page__content .smf-button-control__control,
.p-page__content button[type=submit] {
  background: #F7E14E;
  color: #111;
  border: none;
  border-radius: 100px;
  padding: 0.9375rem 3rem;
  font-weight: 700;
  font-size: max(14px, 1.0625rem);
  cursor: pointer;
  transition: 0.3s ease;
}
.p-page__content .smf-button-control__control:hover,
.p-page__content button[type=submit]:hover {
  opacity: 0.8;
}

/* ----- Snow Monkey Forms を本文タイポグラフィの影響から保護 ----- */
/* 進捗トラッカー（入力→確認→完了）が ol/li の list-style や余白で崩れるのを防ぐ */
.p-page__content .smf-progress-tracker {
  list-style: none;
  padding-left: 0;
  margin: 0 auto 2rem;
}
.p-page__content .smf-progress-tracker > li,
.p-page__content .smf-progress-tracker__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* ::before / ::after はステップ間の連結線に使われているため content: none にしない */
.p-page__content .smf-progress-tracker__item::marker {
  content: none;
}
/* フォーム内のリスト・リンク・見出しに本文装飾を効かせない */
.p-page__content .smf ul,
.p-page__content .smf ol,
.p-page__content .smf-form ul,
.p-page__content .smf-form ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.p-page__content .smf li,
.p-page__content .smf-form li {
  list-style: none;
  margin: 0;
}
.p-page__content .smf-form a,
.p-page__content .smf a {
  text-decoration: none;
}
.p-page__content .smf-form h2,
.p-page__content .smf-form h3,
.p-page__content .smf-form h4,
.p-page__content .smf h2,
.p-page__content .smf h3,
.p-page__content .smf h4 {
  border: none;
  padding: 0;
  margin: 0;
}
/* チェックボックス（相談内容の分類など）を複数列で整列 */
.p-page__content .smf-checkboxes-control__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.p-page__content .smf-checkboxes-control .smf-label {
  width: auto;
  margin: 0;
}
/* フォーム内の長いラベルが窮屈にならないよう調整 */
.p-page__content .smf-item__col--label {
  line-height: 1.5;
}

/* ----- 見出しブロック h3 ----- */
.p-page__content h3,
.p-page__content h3.wp-block-heading {
  position: relative;
  margin-top: 2.5rem;
  padding: 0.2rem 0 0.2rem 1rem;
  border-left: 6px solid #F7E14E;
  border-bottom: none;
  line-height: 1.5;
}

/* ----- ボタンブロック（wp-block-button） ----- */
.p-page__content .wp-block-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}
.p-page__content .wp-block-button {
  margin: 0;
}
.p-page__content .wp-block-button__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.5rem;
  min-width: 220px;
  background-color: #F7E14E;
  color: #111111;
  font-weight: 700;
  font-size: max(14px, 1.0625rem);
  line-height: 1.4;
  border: none;
  border-radius: 100px;
  padding: 0.9375rem 2.5rem;
  text-decoration: none;
  transition: 0.3s ease;
}
.p-page__content .wp-block-button__link::after {
  content: "";
  width: 0.875rem;
  height: 1rem;
  background: url("../img/common/icon_arrow.svg") no-repeat center/100%;
  flex-shrink: 0;
}
.p-page__content .wp-block-button__link:hover {
  opacity: 0.7;
}
/* アウトライン型ボタン */
.p-page__content .wp-block-button.is-style-outline .wp-block-button__link,
.p-page__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: transparent;
  border: 2px solid #111111;
  color: #111111;
}

/* ----- 最新の投稿ブロック（wp-block-latest-posts） ----- */
.p-page__content .wp-block-latest-posts,
.p-page__content ul.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}
.p-page__content .wp-block-latest-posts li,
.p-page__content .wp-block-latest-posts__list > li {
  list-style: none;
  margin-top: 0;
  padding: 1rem 0.25rem;
  border-bottom: 1px dashed #D8D5CC;
}
.p-page__content .wp-block-latest-posts__list > li:first-child {
  border-top: 1px dashed #D8D5CC;
}
.p-page__content .wp-block-latest-posts__list a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  font-size: max(14px, 1.0625rem);
  transition: 0.3s ease;
}
.p-page__content .wp-block-latest-posts__list a:hover {
  color: #C9A227;
}
.p-page__content .wp-block-latest-posts__post-date {
  display: block;
  margin-top: 0.25rem;
  font-size: max(13px, 0.8125rem);
  font-weight: 400;
  color: #999;
}
.p-page__content .wp-block-latest-posts__post-excerpt {
  font-size: max(13px, 0.9375rem);
  color: #666;
  line-height: 1.7;
}

/* =====================================================================
   事業所一覧・検索
   ===================================================================== */
.p-office-search {
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-office-search {
    padding: 3rem 0 2rem;
  }
}
.p-office-search .c-ttl {
  margin-bottom: 2.5rem;
}
.p-office-search__box {
  background: #F6F4EE;
  border-radius: 20px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-office-search__box {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 1.5rem;
  }
}
.p-office-search__label {
  font-size: max(15px, 1.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-office-search__opts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem;
}
.p-office-search__opt {
  cursor: pointer;
}
.p-office-search__opt input {
  display: none;
}
.p-office-search__opt span {
  display: block;
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  font-size: max(13px, 0.9375rem);
  font-weight: 700;
  color: #333;
  background: #F0EFEA;
  transition: 0.3s ease;
}
.p-office-search__opt:hover span {
  background: #E5E4DE;
}
.p-office-search__opt input:checked + span {
  background: #111111;
  color: #fff;
}
.p-office-search__submit {
  text-align: right;
  margin-top: 1.5rem;
}
.p-office-search__submit .c-btn {
  max-width: 320px;
  margin-left: auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-office-search__submit {
    text-align: center;
  }
  .p-office-search__submit .c-btn {
    margin: 0 auto;
  }
}

.p-office-list {
  padding: 3rem 0 5rem;
}
.p-office-list .c-ttl {
  margin-bottom: 2.5rem;
}
.p-office-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-office-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-office-list__grid {
    grid-template-columns: 1fr;
  }
}
.p-office-card__link {
  display: block;
  height: 100%;
}
.p-office-card__img {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  background: #EAF2F8;
}
.p-office-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-office-card__area {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #fff;
  color: #333;
  font-size: max(13px, 0.8125rem);
  font-weight: 700;
  padding: 0.25rem 0.875rem;
  border-radius: 6px;
}
.p-office-card__body {
  padding-top: 1rem;
}
.p-office-card__service {
  display: inline-block;
  font-size: max(13px, 0.8125rem);
  font-weight: 700;
  color: #7C9E4E;
  margin-bottom: 0.375rem;
}
.p-office-card__ttl {
  font-size: max(16px, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-office-card__text {
  font-size: max(13px, 0.9375rem);
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
.p-office-card__btn {
  max-width: 100%;
  height: max(40px, 3rem);
  font-size: max(13px, 1rem);
}
.p-office-list__empty {
  text-align: center;
  font-size: max(14px, 1.125rem);
  line-height: 2;
  padding: 3rem 0;
}

/* エリアから探す */
.p-office-area {
  padding: 4rem 0 7rem;
}
.p-office-area .c-ttl {
  margin-bottom: 2.5rem;
}
.p-office-area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-office-area__list {
    grid-template-columns: 1fr;
  }
}
.p-office-area__list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.375rem;
  background: #F7E14E;
  border-radius: 100px;
  padding: 1.5rem 1rem;
  font-weight: 700;
  color: #111;
  transition: 0.3s ease;
}
.p-office-area__list a:hover {
  transform: translateY(-4px);
}
.p-office-area__name {
  font-size: max(18px, 1.5rem);
}
.p-office-area__en {
  font-size: max(13px, 0.9375rem);
}

/* 事業所 個別 */
.p-office-single {
  padding: 4rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-office-single {
    padding: 2.5rem 0 4rem;
  }
}
.p-office-single__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2rem;
}
.p-office-single__tag {
  font-size: max(13px, 0.875rem);
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 100px;
}
.p-office-single__tag.area {
  background: #EAF2F8;
  color: #3C6E9E;
}
.p-office-single__tag.service {
  background: #EEF6E6;
  color: #6E9440;
}
.p-office-single__back {
  margin-top: 4rem;
  text-align: center;
}

/* =====================================================================
   お知らせ 一覧・個別
   ===================================================================== */
.p-newslist {
  padding: 5rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-newslist {
    padding: 3rem 0 4rem;
  }
}
.p-newslist__items {
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-newslist__items {
    gap: 1.75rem;
  }
}
.p-newscard__link {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 2rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-newscard__link {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-newscard__link:hover {
  opacity: 0.8;
}
.p-newscard__img {
  aspect-ratio: 3/2;
  border-radius: 12px;
  overflow: hidden;
  background: #E3E3E3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-newscard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-newscard__noimg {
  color: #fff;
  font-size: max(14px, 1.25rem);
  font-weight: 700;
}
.p-newscard__body {
  padding-top: 0.25rem;
}
.p-newscard__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 0.75rem;
}
.p-newscard__ttl {
  font-size: max(16px, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-newscard__cat {
  font-size: max(13px, 0.8125rem);
  font-weight: 700;
  color: #333;
  background: #F0EFEA;
  padding: 0.25rem 0.875rem;
  border-radius: 6px;
  white-space: nowrap;
}
.p-newscard__date {
  display: block;
  font-size: max(13px, 0.9375rem);
  color: #999;
  margin-bottom: 0.5rem;
}
.p-newscard__excerpt {
  font-size: max(13px, 1rem);
  line-height: 1.8;
  color: #555;
  margin-bottom: 1rem;
}
/* span.c-btn より詳細度を上げて確実に小さく */
span.c-btn.p-newscard__btn {
  max-width: 128px;
  height: max(28px, 2.125rem);
  font-size: max(13px, 0.8125rem);
  gap: 0.375rem;
}
span.c-btn.p-newscard__btn::before {
  width: 0.6875rem;
  height: 0.8125rem;
  margin-left: 0.25rem;
}
.p-newslist__empty {
  text-align: center;
  padding: 3rem 0;
}

/* お知らせ 個別 */
.p-single {
  padding: 4rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding: 2.5rem 0 4rem;
  }
}
.p-single__head {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2.5rem;
}
.p-single__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.p-single__date {
  font-size: max(13px, 1rem);
  color: #999;
}
.p-single__cat {
  font-size: max(13px, 0.8125rem);
  font-weight: 700;
  background: #F0EFEA;
  padding: 0.25rem 0.875rem;
  border-radius: 6px;
}
.p-single__ttl {
  font-size: max(20px, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-single__eyecatch {
  margin-bottom: 2.5rem;
  border-radius: 14px;
  overflow: hidden;
}
.p-single__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #E5E5E5;
  font-weight: 700;
}
.p-single__nav__item {
  -ms-flex: 1;
      flex: 1;
}
.p-single__nav__item.list {
  text-align: center;
}
.p-single__nav__item.next {
  text-align: right;
}
.p-single__nav__item a {
  color: #333;
  transition: 0.3s ease;
  font-size: max(13px, 1rem);
}
.p-single__nav__item a:hover {
  color: #C9A227;
}

/* =====================================================================
   共通 FAQ（採用・FAQページ）
   ===================================================================== */
.p-faq__list {
  display: grid;
  gap: 1.25rem;
}
.p-faq__item {
  background: #fff;
  border: 1px solid #EDEBE4;
  border-radius: 14px;
  padding: 1.75rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    padding: 1.25rem 1.25rem;
  }
}
.p-faq__q,
.p-faq__a {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.7;
}
.p-faq__q {
  font-size: max(15px, 1.1875rem);
  font-weight: 700;
}
.p-faq__q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 1.75rem;
  height: 1.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #F7E14E;
  color: #111;
  border-radius: 50%;
  font-size: max(13px, 1rem);
}
.p-faq__a {
  margin-top: 1rem;
  font-size: max(13px, 1rem);
  color: #555;
}
.p-faq__a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 1.75rem;
  height: 1.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #A0D992;
  color: #fff;
  border-radius: 50%;
  font-size: max(13px, 1rem);
}

/* ページ内アンカーナビ（採用・FAQ） */
.p-recruit-nav,
.p-faq-nav {
  padding: 3rem 1.25rem 0;
}
.p-recruit-nav ul,
.p-faq-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
}
.p-recruit-nav a,
.p-faq-nav a {
  display: block;
  background: #F0EFEA;
  border-radius: 100px;
  padding: 0.75rem 1.75rem;
  font-size: max(13px, 1rem);
  font-weight: 700;
  color: #333;
  transition: 0.3s ease;
}
.p-recruit-nav a:hover,
.p-faq-nav a:hover {
  background: #F7E14E;
}

/* =====================================================================
   よくある質問ページ
   ===================================================================== */
.p-faq {
  padding: 4rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 2.5rem 0 4rem;
  }
}
.p-faq__block + .p-faq__block {
  margin-top: 4rem;
}
.p-faq__block-ttl {
  font-size: max(19px, 1.75rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

/* =====================================================================
   法人概要
   ===================================================================== */
.p-about-greeting {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-greeting {
    padding: 3.5rem 0;
  }
}
.p-about-greeting__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  -ms-flex-align: start;
      align-items: start;
}
@media screen and (max-width: 900px) {
  .p-about-greeting__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-about-greeting__lead {
  font-size: max(18px, 1.625rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 1.75rem 0 1.5rem;
}
.p-about-greeting__text p {
  line-height: 1.9;
  color: #555;
}
.p-about-greeting__text p + p {
  margin-top: 1.25rem;
}
.p-about-greeting__name {
  text-align: right;
  font-weight: 700;
  font-size: max(14px, 1.125rem);
  margin-top: 1.5rem;
}
.p-about-greeting__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 900px) {
  .p-about-greeting__img {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about-greeting__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about-greeting__deco {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  width: 5rem;
  z-index: 2;
}

.p-about-philosophy {
  background: #FAF7F0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy {
    padding: 3.5rem 0;
  }
}
.p-about-philosophy .c-ttl {
  margin-bottom: 3rem;
}
.p-about-philosophy__origin {
  text-align: center;
  margin-bottom: 2.5rem;
}
.p-about-philosophy__origin-ttl {
  font-size: max(15px, 1.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-about-philosophy__quote {
  font-size: max(19px, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.p-about-philosophy__origin-text {
  color: #555;
}
.p-about-philosophy__basic {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}
.p-about-philosophy__basic-ttl {
  font-size: max(15px, 1.25rem);
  font-weight: 700;
  color: #C9A227;
  margin-bottom: 1rem;
}
.p-about-philosophy__basic-text {
  font-size: max(15px, 1.375rem);
  font-weight: 700;
  line-height: 1.7;
}
.p-about-philosophy__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__cards {
    grid-template-columns: 1fr;
  }
}
.p-about-philosophy__card {
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem 1.75rem;
  text-align: center;
}
.p-about-philosophy__icon {
  display: block;
  width: 4.5rem;
  margin: 0 auto 1.25rem;
}
.p-about-philosophy__card-ttl {
  font-size: max(16px, 1.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-about-philosophy__card p {
  font-size: max(13px, 0.9375rem);
  line-height: 1.8;
  color: #555;
}
.p-about-philosophy__founder {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about-philosophy__founder {
    padding: 2rem 1.5rem;
  }
}
.p-about-philosophy__founder-ttl {
  text-align: center;
  font-size: max(15px, 1.25rem);
  font-weight: 700;
  color: #C9A227;
  margin-bottom: 0.5rem;
}
.p-about-philosophy__founder-sub {
  text-align: center;
  font-size: max(16px, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}
.p-about-philosophy__founder-text p {
  font-size: max(14px, 1rem);
  line-height: 2;
  color: #555;
}
.p-about-philosophy__founder-text p + p {
  margin-top: 1rem;
}
.p-about-philosophy__founder-sign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
.p-about-philosophy__founder-photo {
  width: max(72px, 5rem);
  height: max(72px, 5rem);
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about-philosophy__founder-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-about-philosophy__founder-name {
  font-weight: 700;
  font-size: max(15px, 1.125rem);
  line-height: 1.5;
}
.p-about-philosophy__founder-name .role {
  display: block;
  font-weight: 500;
  font-size: max(13px, 0.8125rem);
  color: #888;
}

.p-about-history {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-history {
    padding: 3.5rem 0;
  }
}
.p-about-history .c-ttl {
  margin-bottom: 3rem;
}
.p-about-history__list {
  display: grid;
  gap: 0;
}
.p-about-history__row {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 1.5rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px dashed #D8D5CC;
}
@media screen and (max-width: 600px) {
  .p-about-history__row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.p-about-history__row dt {
  font-weight: 700;
  font-size: max(13px, 1rem);
}
.p-about-history__row dd {
  font-size: max(13px, 1rem);
  color: #555;
  line-height: 1.7;
}

.p-about-outline {
  background: #FAF7F0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-outline {
    padding: 3.5rem 0;
  }
}
.p-about-outline__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 900px) {
  .p-about-outline__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-about-outline__dl {
  margin-top: 2rem;
}
.p-about-outline__dl > div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #E5E1D6;
}
@media screen and (max-width: 480px) {
  .p-about-outline__dl > div {
    grid-template-columns: 6rem 1fr;
  }
}
.p-about-outline__dl dt {
  font-weight: 700;
  font-size: max(13px, 1rem);
}
.p-about-outline__dl dd {
  font-size: max(13px, 1rem);
  color: #555;
  line-height: 1.7;
}
.p-about-outline__img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.p-about-outline__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================================================
   規約・定款
   ===================================================================== */
.p-terms {
  padding: 5rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-terms {
    padding: 3rem 0 4rem;
  }
}
.p-terms .c-ttl {
  margin-bottom: 3rem;
}
.p-terms__docs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-terms__docs {
    grid-template-columns: 1fr;
  }
}
.p-terms__doc a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #EDEBE4;
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  transition: 0.3s ease;
}
.p-terms__doc a:hover {
  border-color: #F7E14E;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.p-terms__doc-ttl {
  font-size: max(15px, 1.1875rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
}
.p-terms__doc-ttl .num {
  color: #C9A227;
}
.p-terms__doc-desc {
  font-size: max(13px, 0.9375rem);
  color: #666;
  line-height: 1.7;
}
.p-terms__icon {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: no-repeat center/contain;
  vertical-align: middle;
  flex-shrink: 0;
}
.p-terms__icon.pdf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A227' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");
}
.p-terms__icon.ext {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233C6E9E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
}
.p-terms__group {
  margin-top: 3rem;
  border: 1px solid #EDEBE4;
  border-radius: 16px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-terms__group {
    padding: 1.25rem;
  }
}
.p-terms__group-ttl {
  font-size: max(16px, 1.375rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.p-terms__group-ttl .num {
  color: #C9A227;
}
.p-terms__offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-terms__offices {
    grid-template-columns: 1fr;
  }
}
.p-terms__office {
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #D8D5CC;
}
.p-terms__office-name {
  font-weight: 700;
  font-size: max(14px, 1.0625rem);
  margin-bottom: 0.5rem;
}
.p-terms__office-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.p-terms__office-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.375rem;
  font-size: max(13px, 0.9375rem);
  color: #333;
  transition: 0.3s ease;
}
.p-terms__office-links a:hover {
  color: #C9A227;
}

/* ----- 規約・定款：固定ページ本文（Snow Monkey Blocks）の整形 ----- */
.p-terms__content > * + * {
  margin-top: 0;
}
/* 1〜8のグリッド（smb-items）と 9・10のボックス、ボックス同士の間隔 */
.p-terms__content .smb-items + .smb-box,
.p-terms__content .smb-box + .smb-box {
  margin-top: 2.5rem;
}
.p-terms__content h3 {
  font-size: max(15px, 1.1875rem);
  line-height: 1.5;
  border-left: 5px solid var(--c-yellow);
  padding-left: 0.875rem;
  margin: 0 0 0.5rem;
}
.p-terms__content h3 a {
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: #E4C94A;
          text-decoration-color: #E4C94A;
  transition: 0.3s ease;
}
.p-terms__content h3 a:hover {
  color: #C9A227;
}
.p-terms__content p {
  font-size: max(13px, 1rem);
  color: #555;
  line-height: 1.7;
}
.p-terms__content .smb-box__body > .wp-block-heading:first-child,
.p-terms__content .smb-items__item .wp-block-heading {
  margin-top: 0;
}

/* =====================================================================
   採用情報
   ===================================================================== */
.p-recruit-about,
.p-recruit-worklife {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-about,
  .p-recruit-worklife {
    padding: 3rem 0;
  }
}
.p-recruit-about__inner,
.p-recruit-worklife__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 900px) {
  .p-recruit-about__inner,
  .p-recruit-worklife__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-recruit-about__lead,
.p-recruit-worklife__lead {
  font-size: max(17px, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 1.5rem 0 1.25rem;
}
.p-recruit-about__text p,
.p-recruit-worklife__text p {
  line-height: 1.9;
  color: #555;
}
.p-recruit-about__text p + p,
.p-recruit-worklife__text p + p {
  margin-top: 1.25rem;
}
.p-recruit-about__img,
.p-recruit-worklife__img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-recruit-about__img img,
.p-recruit-worklife__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-recruit-worklife__img {
    -ms-flex-order: 2;
        order: 2;
  }
}

.p-recruit-video {
  background: #FAF7F0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-video {
    padding: 3.5rem 0;
  }
}
.p-recruit-video .c-ttl {
  margin-bottom: 1rem;
}
.p-recruit-video .c-text {
  margin-bottom: 2.5rem;
}
.p-recruit-video__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-video__list {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit-video__list a {
  display: block;
  transition: 0.3s ease;
}
.p-recruit-video__list a:hover {
  opacity: 0.85;
}
.p-recruit-video__img {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background-color: #000;
}
.p-recruit-video__img img,
.p-recruit-video__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.p-recruit-video__list .ttl {
  text-align: center;
  font-weight: 700;
  font-size: max(14px, 1.0625rem);
}
.p-recruit-video__btn {
  margin: 0 auto;
}

.p-recruit-voice {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-voice {
    padding: 3.5rem 0;
  }
}
.p-recruit-voice .c-ttl {
  margin-bottom: 3rem;
}
.p-recruit-voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-voice__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-recruit-voice__card {
  background: #FAF7F0;
  border-radius: 18px;
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  .p-recruit-voice__card {
    padding: 1.5rem;
  }
}
.p-recruit-voice__card-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.p-recruit-voice__avatar {
  width: max(112px, 8.5rem);
  height: max(112px, 8.5rem);
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-recruit-voice__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-recruit-voice__name {
  font-weight: 700;
  font-size: max(13px, 1rem);
}
.p-recruit-voice__role {
  font-size: max(13px, 0.8125rem);
  color: #888;
}
.p-recruit-voice__ttl {
  font-size: max(15px, 1.1875rem);
  font-weight: 700;
  margin-bottom: 0.875rem;
}
.p-recruit-voice__text {
  font-size: max(13px, 0.9375rem);
  line-height: 1.8;
  color: #555;
}

.p-recruit-flow {
  background: #FAF7F0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow {
    padding: 3.5rem 0;
  }
}
.p-recruit-flow .c-ttl {
  margin-bottom: 3rem;
}
.p-recruit-flow__steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 1.75rem 2.5rem;
}
.p-recruit-flow__step {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem 1rem;
  width: 13.75rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow__step {
    width: 100%;
    max-width: 22rem;
  }
}
.p-recruit-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.75rem;
  border-color: transparent transparent transparent #F7E14E;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow__step:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -1.375rem;
    transform: translateX(50%);
    border-width: 0.75rem 0.5rem 0 0.5rem;
    border-color: #F7E14E transparent transparent transparent;
  }
}
.p-recruit-flow__step .num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #F7E14E;
  color: #111;
  font-weight: 700;
  font-size: max(14px, 1.125rem);
}
.p-recruit-flow__step p {
  font-size: max(13px, 0.9375rem);
  font-weight: 700;
  line-height: 1.6;
}
.p-recruit-flow__note {
  margin-top: 3rem;
  text-align: center;
}
.p-recruit-flow__note .ttl {
  font-size: max(16px, 1.375rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-recruit-flow__note p {
  font-size: max(13px, 1.0625rem);
  line-height: 1.9;
}

.p-recruit-faq {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-faq {
    padding: 3.5rem 0;
  }
}
.p-recruit-faq .c-ttl {
  margin-bottom: 3rem;
}

.p-recruit-list {
  background: #FAF7F0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-list {
    padding: 3.5rem 0;
  }
}
.p-recruit-list .c-ttl {
  margin-bottom: 2.5rem;
}
.p-recruit-list__embed {
  background: #fff;
  border: 1px solid #EDEBE4;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.p-recruit-list__embed iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-list__embed iframe {
    height: 500px;
  }
}
.p-recruit-list__btn {
  margin: 0 auto;
}

/* ----- 求人情報一覧への追尾ボタン（採用ページのみ・スクロール追従） ----- */
.p-recruit-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 9990;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
  background-color: #D9E265;
  color: #111111;
  font-weight: 700;
  font-size: max(13px, 1rem);
  line-height: 1.2;
  padding: 0.875rem 1.5rem;
  border-radius: 100px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  transition: 0.3s ease;
  animation: houmonFloatIn 0.4s ease-out both;
}
/* 求人情報一覧セクションが画面内に入ったら隠す（重なり防止） */
.p-recruit-float.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
}
@keyframes houmonFloatIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (hover: hover) {
  .p-recruit-float:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  }
}
.p-recruit-float__icon {
  width: 1.375rem;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit-float__icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* SP は rem が vw 可変で極端に小さくなるため固定px（タップしやすいサイズを確保） */
  .p-recruit-float {
    right: 14px;
    bottom: 14px;
    padding: 14px 22px;
    gap: 8px;
    font-size: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  }
  .p-recruit-float__icon {
    width: 22px;
  }
}

/* =====================================================================
   後援会
   ===================================================================== */
.p-support-about {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-support-about {
    padding: 3.5rem 0;
  }
}
.p-support-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 900px) {
  .p-support-about__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-support-about__lead {
  font-size: max(18px, 1.75rem);
  font-weight: 700;
  line-height: 1.55;
  margin: 1.5rem 0 1.5rem;
}
.p-support-about__text p {
  line-height: 1.9;
  color: #555;
}
.p-support-about__text p + p {
  margin-top: 1.25rem;
}
.p-support-about__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-support-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-support-about__deco {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  width: 4.5rem;
  z-index: 2;
}

.p-support-use {
  background: #FAF7F0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-support-use {
    padding: 3.5rem 0;
  }
}
.p-support-use .c-ttl {
  margin-bottom: 1rem;
}
.p-support-use .c-text {
  margin-bottom: 2.5rem;
}
.p-support-use__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-support-use__list {
    grid-template-columns: 1fr;
  }
}
.p-support-use__list li {
  display: flex;
}
.p-support-use__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem 1.75rem 2rem;
  text-align: center;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.p-support-use__card:hover {
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.p-support-use__icon {
  display: block;
  width: 4.5rem;
  margin: 0 auto 1.25rem;
}
.p-support-use__ttl {
  font-size: max(16px, 1.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-support-use__card p {
  font-size: max(13px, 0.9375rem);
  line-height: 1.8;
  color: #555;
}
.p-support-use__more {
  display: inline-block;
  margin-top: auto;
  padding-top: 1.25rem;
  font-size: max(13px, 0.9375rem);
  font-weight: 700;
  color: #C9A227;
}
.p-support-use__more::after {
  content: "↓";
  margin-left: 0.4em;
}
.p-support-use__note {
  margin-top: 2rem;
  font-weight: 700;
}

.p-support-detail {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-support-detail {
    padding: 3rem 0;
  }
}
.p-support-detail--alt {
  background: #FAF7F0;
}
.p-support-detail .c-ttl {
  margin-bottom: 2rem;
}
.p-support-detail__body p {
  font-size: max(14px, 1rem);
  line-height: 2;
  color: #555;
}
.p-support-detail__note {
  margin-top: 1.75rem;
  text-align: center;
  font-weight: 700;
}

.p-support-member {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-support-member {
    padding: 3.5rem 0;
  }
}
.p-support-member .c-ttl {
  margin-bottom: 2.5rem;
}
.p-support-member__box {
  background: #FAF7F0;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-support-member__box {
    padding: 2rem 1.5rem;
  }
}
.p-support-member__ttl {
  font-size: max(16px, 1.375rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.p-support-member__text {
  font-size: max(14px, 1rem);
  line-height: 2;
  color: #555;
}

.p-support-how {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-support-how {
    padding: 3.5rem 0;
  }
}
.p-support-how .c-ttl {
  margin-bottom: 1rem;
}
.p-support-how .c-text {
  margin-bottom: 2.5rem;
}
.p-support-how__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-support-how__boxes {
    grid-template-columns: 1fr;
  }
}
.p-support-how__box {
  border: 1px solid #EDEBE4;
  border-radius: 16px;
  overflow: hidden;
}
.p-support-how__box-ttl {
  background: #F7E14E;
  color: #111;
  font-weight: 700;
  font-size: max(15px, 1.1875rem);
  text-align: center;
  padding: 1rem;
}
.p-support-how__box-body {
  padding: 1.75rem 1.5rem;
}
.p-support-how__box-body p {
  font-size: max(13px, 1rem);
  line-height: 1.9;
}
.p-support-how__box-body .label {
  font-weight: 700;
  margin-top: 0.75rem;
}
.p-support-how__box-body .label:first-child {
  margin-top: 0;
}

/* =====================================================================
   お問い合わせ先一覧
   ===================================================================== */
.p-contactlist {
  padding: 5rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-contactlist {
    padding: 3rem 0 4rem;
  }
}
.p-contactlist .c-ttl {
  margin-bottom: 2.5rem;
}
.p-contactlist__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .p-contactlist__items {
    grid-template-columns: 1fr;
  }
}
.p-contactlist__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background: #F7E14E;
  color: #111;
  font-weight: 700;
  font-size: max(13px, 1.0625rem);
  border-radius: 100px;
  padding: 1.25rem 1.5rem;
  transition: 0.3s ease;
}
.p-contactlist__btn:hover {
  opacity: 0.8;
}
.p-contactlist__note {
  background: #FAF7F0;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.p-contactlist__note p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.p-contactlist__note .c-btn {
  margin: 0 auto;
}

/* =====================================================================
   プライバシーポリシー
   ===================================================================== */
.p-privacy {
  padding: 5rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 3rem 0 4rem;
  }
}
.p-privacy__body {
  font-size: max(13px, 1rem);
  line-height: 1.9;
}
.p-privacy__body > p {
  color: #555;
}
.p-privacy__body h2 {
  font-size: max(16px, 1.375rem);
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 5px solid #F7E14E;
}
.p-privacy__body ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.p-privacy__body ul li {
  list-style: disc;
  margin-top: 0.5rem;
  color: #555;
}

/* =====================================================================
   下層ページ デザインブラッシュアップ（トップ #home には非適用）
   ===================================================================== */
:root {
  --c-yellow: #F7E14E;
  --c-blue:   #5FA9D8;
  --c-green:  #A0D992;
  --c-pink:   #F0A6C4;
  --c-orange: #F0A93F;
  --c-gold:   #C9A227;
}

/* ---- セクション英字ラベルにアクセント ---- */
body:not(#home) .c-ttl__en {
  color: var(--c-gold);
  letter-spacing: 0.08em;
  font-weight: 700;
}
body:not(#home) .c-ttl.center .c-ttl__en {
  position: relative;
  display: inline-block;
}
body:not(#home) .c-ttl.center .c-ttl__en::before,
body:not(#home) .c-ttl.center .c-ttl__en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.75rem;
  height: 2px;
  background: currentColor;
  opacity: 0.5;
}
body:not(#home) .c-ttl.center .c-ttl__en::before { right: 100%; margin-right: 0.75rem; }
body:not(#home) .c-ttl.center .c-ttl__en::after  { left: 100%;  margin-left: 0.75rem; }

/* ---- 写真のオフセット枠（縁取り＋背面カラーブロック） ---- */
body:not(#home) .p-about-greeting__img,
body:not(#home) .p-about-outline__img,
body:not(#home) .p-support-about__img,
body:not(#home) .p-recruit-about__img,
body:not(#home) .p-recruit-worklife__img {
  position: relative;
  overflow: visible;
  border-radius: 0;
}
body:not(#home) .p-about-greeting__img::before,
body:not(#home) .p-about-outline__img::before,
body:not(#home) .p-support-about__img::before,
body:not(#home) .p-recruit-about__img::before,
body:not(#home) .p-recruit-worklife__img::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(14px, 14px);
  border-radius: 24px;
  z-index: 0;
}
body:not(#home) .p-about-greeting__img img,
body:not(#home) .p-about-outline__img img,
body:not(#home) .p-support-about__img img,
body:not(#home) .p-recruit-about__img img,
body:not(#home) .p-recruit-worklife__img img {
  position: relative;
  z-index: 1;
  border: 6px solid #fff;
  border-radius: 24px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
}
body:not(#home) .p-about-greeting__img::before   { background: var(--c-yellow); }
body:not(#home) .p-about-outline__img::before    { background: var(--c-blue); }
body:not(#home) .p-support-about__img::before     { background: var(--c-green); }
body:not(#home) .p-recruit-about__img::before     { background: var(--c-blue); }
body:not(#home) .p-recruit-worklife__img::before  { background: var(--c-yellow); }
@media screen and (max-width: 768px) {
  body:not(#home) .p-about-greeting__img::before,
  body:not(#home) .p-about-outline__img::before,
  body:not(#home) .p-support-about__img::before,
  body:not(#home) .p-recruit-about__img::before,
  body:not(#home) .p-recruit-worklife__img::before {
    transform: translate(8px, 8px);
  }
}

/* ---- 事業所カードの質感アップ ---- */
body:not(#home) .p-office-card__link {
  background: #fff;
  border-radius: 18px;
  padding: 0.75rem 0.75rem 1.25rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  border-bottom: 5px solid var(--c-yellow);
}
body:not(#home) .p-office-card:nth-child(4n+2) .p-office-card__link { border-bottom-color: var(--c-blue); }
body:not(#home) .p-office-card:nth-child(4n+3) .p-office-card__link { border-bottom-color: var(--c-green); }
body:not(#home) .p-office-card:nth-child(4n) .p-office-card__link   { border-bottom-color: var(--c-pink); }
/* 事業所カードのホバーアニメーションは無効化（ご要望） */
body:not(#home) .p-office-card__link {
  transition: none;
}
body:not(#home) .p-office-card__link:hover {
  transform: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
body:not(#home) .p-office-card__body {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* ---- セクションにイラストを散りばめ（角に配置・SPは非表示） ---- */
body:not(#home) .p-about-philosophy,
body:not(#home) .p-support-use,
body:not(#home) .p-recruit-voice,
body:not(#home) .p-faq,
body:not(#home) .p-terms,
body:not(#home) .p-contactlist,
body:not(#home) .p-about-history {
  position: relative;
}
body:not(#home) .p-about-philosophy::after,
body:not(#home) .p-support-use::after,
body:not(#home) .p-recruit-voice::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 6%;
  width: 130px;
  height: 130px;
  background: url("../img/sub/deco/dots2.png") no-repeat center/contain;
  opacity: 0.9;
  pointer-events: none;
}
body:not(#home) .p-about-history::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 9%;
  width: 155px;
  height: 155px;
  background: url("../img/sub/deco/u_blue.png") no-repeat center/contain;
  transform: rotate(-10deg);
  opacity: 0.85;
  pointer-events: none;
}
body:not(#home) .p-contactlist::before {
  content: "";
  position: absolute;
  left: 4%;
  top: 4%;
  width: 120px;
  height: 120px;
  background: url("../img/sub/deco/flower1.png") no-repeat center/contain;
  opacity: 0.9;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  body:not(#home) .p-about-philosophy::after,
  body:not(#home) .p-support-use::after,
  body:not(#home) .p-recruit-voice::after,
  body:not(#home) .p-about-history::before,
  body:not(#home) .p-contactlist::before {
    display: none;
  }
}

/* ---- FAQ：ヒヤリングの「?」装飾＆番号付きカテゴリナビ ---- */
body:not(#home) .p-faq::before {
  content: "";
  position: absolute;
  right: 3%;
  top: 3%;
  width: 155px;
  height: 155px;
  background: url("../img/sub/deco/hatena1.png") no-repeat center/contain;
  opacity: 0.9;
  pointer-events: none;
}
body:not(#home) .p-faq::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: 6%;
  width: 120px;
  height: 120px;
  background: url("../img/sub/deco/hatena2.png") no-repeat center/contain;
  opacity: 0.85;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  body:not(#home) .p-faq::before,
  body:not(#home) .p-faq::after { display: none; }
}
/* FAQ / 採用ページ内ナビを番号付きバッジ化 */
body:not(#home) .p-faq-nav li,
body:not(#home) .p-recruit-nav li {
  counter-increment: navnum;
}
body:not(#home) .p-faq-nav ul,
body:not(#home) .p-recruit-nav ul {
  counter-reset: navnum;
}
body:not(#home) .p-faq-nav a,
body:not(#home) .p-recruit-nav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
}
body:not(#home) .p-faq-nav a::before,
body:not(#home) .p-recruit-nav a::before {
  content: "0" counter(navnum);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--c-yellow);
  color: #111;
  font-weight: 700;
  font-size: max(13px, 0.8125rem);
  font-family: "Quicksand", sans-serif;
}
body:not(#home) .p-faq-nav li:nth-child(2) a::before,
body:not(#home) .p-recruit-nav li:nth-child(2) a::before { background: var(--c-blue); color: #fff; }
body:not(#home) .p-faq-nav li:nth-child(3) a::before,
body:not(#home) .p-recruit-nav li:nth-child(3) a::before { background: var(--c-orange); color: #fff; }
body:not(#home) .p-recruit-nav li:nth-child(4) a::before { background: var(--c-green); color: #fff; }

/* FAQ 見出しに番号バッジ（ブロックごとに色替え） */
body:not(#home) .p-faq__block-ttl {
  counter-increment: faqblock;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
}
body:not(#home) .p-faq { counter-reset: faqblock; }
body:not(#home) .p-faq__block-ttl::before {
  content: "0" counter(faqblock);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--c-yellow);
  color: #111;
  font-family: "Quicksand", sans-serif;
  font-size: max(13px, 1.1875rem);
}
body:not(#home) .p-faq__block:nth-child(2) .p-faq__block-ttl::before { background: var(--c-blue); color: #fff; }
body:not(#home) .p-faq__block:nth-child(3) .p-faq__block-ttl::before { background: var(--c-orange); color: #fff; }

/* ---- お問い合わせ先ボタンをカラフルに ---- */
body:not(#home) .p-contactlist__items li:nth-child(2) .p-contactlist__btn { background: var(--c-blue); color: #fff; }
body:not(#home) .p-contactlist__items li:nth-child(3) .p-contactlist__btn { background: var(--c-green); color: #111; }
body:not(#home) .p-contactlist__items li:nth-child(4) .p-contactlist__btn { background: var(--c-pink); color: #111; }

/* ---- 手描き風ドット区切り ---- */
body:not(#home) .p-dot-divider {
  height: 1px;
  max-width: 1240px;
  margin: 0 auto;
  background-image: radial-gradient(circle, #C8BBA9 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  background-repeat: repeat-x;
  background-position: center;
}

/* =====================================================================
   スライダー（scroll-snap + 矢印）／ギャラリー
   ===================================================================== */
.p-gallery {
  padding: 6.25rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-gallery { padding: 3.5rem 0; }
}
.p-gallery .c-ttl { margin-bottom: 2.5rem; }
.p-slider { position: relative; }
.p-slider__track {
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0.5rem 0 1.5rem;
  scrollbar-width: none;
}
.p-slider__track::-webkit-scrollbar { display: none; }
.p-slider__item {
  scroll-snap-align: start;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 32%;
}
@media screen and (max-width: 992px) {
  .p-slider__item { width: 46%; }
}
@media screen and (max-width: 600px) {
  .p-slider__item { width: 82%; }
}
.p-slider__item figure {
  position: relative;
}
.p-slider__item img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.p-slider__item figcaption {
  text-align: center;
  font-weight: 700;
  font-size: max(13px, 0.9375rem);
  margin-top: 0.875rem;
}
.p-slider__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.p-slider__arrow {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 2px solid #111;
  background: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
}
.p-slider__arrow:hover { background: var(--c-yellow); }
.p-slider__arrow svg { width: 1rem; height: 1rem; }
.p-slider__arrow.prev svg { transform: scaleX(-1); }
.p-gallery__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.p-gallery__deco--01 { width: 150px; top: 8%; left: 3%; transform: rotate(-8deg); }
.p-gallery__deco--02 { width: 120px; bottom: 10%; right: 4%; }
@media screen and (max-width: 900px) {
  .p-gallery__deco { display: none; }
}
/* =====================================================================
   追加装飾（イラスト素材を各ページ内容に合わせて配置）
   ※トップ #home には非適用／900px以下は非表示
   ===================================================================== */
/* 本文（l-wrap）は常に装飾より前面に */
body:not(#home) .l-main .l-wrap {
  position: relative;
  z-index: 2;
}
/* 装飾を置くセクションに position 付与 */
body:not(#home) .p-about-greeting,
body:not(#home) .p-about-outline,
body:not(#home) .p-about-philosophy,
body:not(#home) .p-office-search,
body:not(#home) .p-office-area,
body:not(#home) .p-support-about,
body:not(#home) .p-support-how,
body:not(#home) .p-recruit-about,
body:not(#home) .p-recruit-flow,
body:not(#home) .p-recruit-list,
body:not(#home) .p-newslist,
body:not(#home) .p-terms {
  position: relative;
}
/* 装飾の共通指定 */
body:not(#home) .p-about-greeting::before,
body:not(#home) .p-about-outline::after,
body:not(#home) .p-about-philosophy::before,
body:not(#home) .p-office-search::before,
body:not(#home) .p-office-area::before,
body:not(#home) .p-office-area::after,
body:not(#home) .p-support-about::before,
body:not(#home) .p-support-how::before,
body:not(#home) .p-recruit-about::before,
body:not(#home) .p-recruit-flow::before,
body:not(#home) .p-recruit-list::before,
body:not(#home) .p-newslist::before,
body:not(#home) .p-newslist::after,
body:not(#home) .p-terms::before,
body:not(#home) .p-terms::after,
body:not(#home) .p-contactlist::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
/* 法人概要：家（訪問の家）・本 */
body:not(#home) .p-about-greeting::before {
  width: 120px; height: 120px; top: 1.5rem; right: 4%;
  background-image: url("../img/sub/deco/house_yellow.png");
  transform: rotate(6deg);
}
body:not(#home) .p-about-outline::after {
  width: 130px; height: 130px; bottom: 8%; left: 3%;
  background-image: url("../img/sub/deco/book.png");
  transform: rotate(-8deg);
}
body:not(#home) .p-about-philosophy::before {
  width: 96px; height: 96px; top: 9%; left: 4%;
  background-image: url("../img/sub/deco/ring_green.png");
}
/* 事業所一覧：家・建物 */
body:not(#home) .p-office-search::before {
  width: 130px; height: 130px; top: 6%; right: 4%;
  background-image: url("../img/sub/deco/house_wide_yellow.png");
  transform: rotate(-5deg);
}
body:not(#home) .p-office-area::before {
  width: 120px; height: 120px; top: 10%; left: 4%;
  background-image: url("../img/sub/deco/building_pink.png");
}
body:not(#home) .p-office-area::after {
  width: 130px; height: 130px; bottom: 8%; right: 4%;
  background-image: url("../img/sub/deco/house_wide_green.png");
  transform: rotate(4deg);
}
/* 後援会：花・メール（支援・振込） */
body:not(#home) .p-support-about::before {
  width: 96px; height: 96px; top: -1rem; left: 3%;
  background-image: url("../img/sub/deco/flower_star.png");
  transform: rotate(-8deg);
}
body:not(#home) .p-support-how::before {
  width: 110px; height: 110px; top: 6%; right: 4%;
  background-image: url("../img/sub/deco/mail_env.png");
  transform: rotate(6deg);
}
/* 採用：家・丘（歩み）・ドット */
body:not(#home) .p-recruit-about::before {
  width: 130px; height: 130px; top: 4%; right: 3%;
  background-image: url("../img/sub/deco/house_smoke.png");
}
body:not(#home) .p-recruit-flow::before {
  width: 150px; height: 90px; top: 8%; left: 4%;
  background-image: url("../img/sub/deco/hill_green.png");
}
body:not(#home) .p-recruit-list::before {
  width: 74px; height: 74px; top: 10%; right: 5%;
  background-image: url("../img/sub/deco/dot_yellow.png");
}
/* お知らせ：家・ドット */
body:not(#home) .p-newslist::before {
  width: 104px; height: 104px; top: 1%; right: 4%;
  background-image: url("../img/sub/deco/house_yellow.png");
  transform: rotate(-6deg);
}
body:not(#home) .p-newslist::after {
  width: 64px; height: 64px; bottom: 4%; left: 3%;
  background-image: url("../img/sub/deco/dot_blue.png");
}
/* 規約・定款：本・ドット */
body:not(#home) .p-terms::before {
  width: 120px; height: 120px; top: 2%; left: 4%;
  background-image: url("../img/sub/deco/book.png");
  transform: rotate(-6deg);
}
body:not(#home) .p-terms::after {
  width: 60px; height: 60px; bottom: 3%; right: 5%;
  background-image: url("../img/sub/deco/dot_pink.png");
}
/* お問い合わせ先一覧：メール（既存の花に追加） */
body:not(#home) .p-contactlist::after {
  width: 110px; height: 110px; bottom: 8%; right: 5%;
  background-image: url("../img/sub/deco/mail_env.png");
  transform: rotate(6deg);
}
@media screen and (max-width: 900px) {
  body:not(#home) .p-about-greeting::before,
  body:not(#home) .p-about-outline::after,
  body:not(#home) .p-about-philosophy::before,
  body:not(#home) .p-office-search::before,
  body:not(#home) .p-office-area::before,
  body:not(#home) .p-office-area::after,
  body:not(#home) .p-support-about::before,
  body:not(#home) .p-support-how::before,
  body:not(#home) .p-recruit-about::before,
  body:not(#home) .p-recruit-flow::before,
  body:not(#home) .p-recruit-list::before,
  body:not(#home) .p-newslist::before,
  body:not(#home) .p-newslist::after,
  body:not(#home) .p-terms::before,
  body:not(#home) .p-terms::after,
  body:not(#home) .p-contactlist::after {
    display: none;
  }
}
