html {
  /* font-size: 62.5%; */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #333;
  font-weight: 400;
  font-style: normal;
}

:root {
  /* COLOR */
  --main--color: #3FC0B1;
  --kubo--color: #E84848;
  --hodumi--color: #4882E8;

  /* BASE */
  --wrap-width: 1200px;
  --content-width: 1000px;

  /* 余白・文字サイズ */
  --container-pad: 0px; /* スマホで上書き予定 */
  --fz-base: 1.6em;

  /* 見出し（clampで微調整いらず） */
  --fz-h1-min: 1.8rem;
  --fz-h1-fluid: 2vw;
  --fz-h1-max: 3rem;
  --fz-h2-min: 1.4rem;
  --fz-h2-fluid: 1.2vw;
  --fz-h2-max: 2.2rem;

  --font-base: "Noto Sans JP", sans-serif;
  --font-accent: "M PLUS Rounded 1c", "M PLUS 1p", "Noto Sans JP", sans-serif;

  /* --font-accent: "M PLUS 1p", sans-serif; */
}

/* =========================================
  共通レイアウト
========================================= */

.container__wrap {
  max-width: var(--wrap-width);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.container__wrap img {
  max-width: 1000px;
  margin: auto;
}

.container__content {
  max-width: var(--content-width);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.container__content img {
  width: 100%;
}

.p-section-front-page-content {
  padding-top: 1rem;
}

/* =========================================
  フォント
========================================= */

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* =========================================
  共通パーツ
========================================= */

.bg__main {
  background: url("/wp-content/uploads/common/bg/bg_main.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 3rem 0;
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  transition: all 1s ease 0s;
  text-decoration: none;
  font-size: 16px;
  font-weight: initial;
}

.btn__more {
  background: var(--main--color);
  color: white;
}

.btn__more:hover {
  color: var(--main--color);
  background: white;
  border: 1px solid var(--main--color);
}

.slick-slide {
  text-align: center;
}

.slick-slide img {
  display: inline-block;
  border-radius: 20px;
}

.hero img {
  max-width: 1000px;
}

/* =========================================
  ヘッダー
========================================= */

.p-drop-nav .c-container {
  justify-content: space-around;
}

.l-header {
  /* background: url("../img/common/bg/bg_header.svg");
  background-repeat: no-repeat; */
  position: relative;
  border-bottom: 1px solid var(--main--color);
  margin-bottom: 2rem;
  text-align: center;
  /* font-size: 1.4em; */
  background-color: #FDFFF8;
}

.l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/common/bg/bg_header.svg");
  background-repeat: no-repeat;
  z-index: 100;
  pointer-events: none;
}

.l-header__content .c-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100% !important;
  padding: 0;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.c-site-branding__title .custom-logo {
  display: block;
  width: 280px;
  max-width: 350px;
}

/* ナビの2グループ */
.header__nav {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.header__menu {
  display: flex;
  align-items: stretch;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 2rem 0 1.5rem;
}

.header__cta {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* メイン項目：リンク全体をブロック化して“全面クリック＆背景適用” */
.header__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  /* hoverで背景付けたいとき用 */
}

.header__icon {
  display: block;
  width: 65px;
  height: auto;
}

/* ← height="100%"はNG */

/* CTAボタン（採用/問い合わせ） */
.header__cta-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 3rem 1.5rem;
}

.header__cta-item--recruit .header__cta-link {
  background: #FFF0F0;
}

.header__cta-item--inquiry .header__cta-link {
  background: #F0FFFE;
}

.header__cta-icon {
  display: block;
  width: 65px;
  height: 65px;
}

.header__text {
  transition: transform .2s ease;
}

.header__text:hover {
  color: var(--main--color);
  transition: all 0.5s ease 0s;
}

/* WP HEADER アイコン */
.c-navbar__item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: #333;
}

.c-navbar__item > a::before {
  content: "";
  display: block;
  /*inline-size: clamp(80px, 9vw, 80px);
  block-size: clamp(80px, 9vw, 80px);*/
  inline-size:60px;
  block-size: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.header__item--recruit {
  background: #FFF0F0;
}

.header__item--inqury {
  background: #F0FFFE;
}

.header__item--hodumi > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_1@2x.webp");
}

.header__item--kubo > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_2@2x.webp");
}

.header__item--about > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_3@2x.webp");
}

.header__item--about-us > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_4@2x.webp");
}

.header__item--topics > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_5@2x.webp");
}

.header__item--recruit > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_6@2x.webp");
}

.header__item--inqury > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_7@2x.webp");
}

.header__item--sun > a::before {
  background-image: url("/wp-content/uploads/common/icon/icon_nav_8@2x.webp");
}
.p-global-nav .c-navbar__item>a>span{
  font-size: 12px;
}
.p-drop-nav .p-global-nav .c-navbar__item>a{
  font-size: 12px;
}
.l-header .c-container {
  max-width: none;
  padding-left: clamp(16px, 6vw, 72px);
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 24px);
}

.l-header .c-navbar {
  margin-left: auto;
}

.l-header .c-global-nav {
  margin-left: auto;
}

.l-header .c-site-branding {
  margin-left: clamp(8px, 4vw, 48px);
  min-width: 0;
}

.p-drop-nav {
  background: #FDFFF8;
}

.p-drop-nav .c-container {
  padding-right: 0;
}
.p-drop-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/uploads/common/bg/bg_header.svg);
  background-repeat: no-repeat;
  z-index: 100;
  pointer-events: none;
}

/* =========================================
  フロントページ
========================================= */

.front__news {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 3rem auto 5rem;
}

.front__news h2 {
  font-size: 1.6em;
  color: var(--main--color);
  text-align: center;
}

.front__news h2 span {
  font-size: 80%;
  display: block;
  position: relative;
  top: 0.3em;
}

.front__news h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.front__news h2:before {
  content: '';
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 30px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FAE06A;
  border-radius: 2px;
}

.front__news-ttl {
  font-family: var(--font-accent);
  text-align: center;
  background: url("/wp-content/uploads/common/img/common/bg/bg_top_topics.png");
}

.front__news img {
  margin: 1rem auto;
}

.post-item a {
  text-decoration: none;
}

.post-link:hover {
  color: #A5DDD6;
  transition: all 0.5s ease 0s;
}

.post-cat {
  font-size: 80%;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  display: inline-block;
  width: 130px;
}

.recent-posts-linked {
  list-style: none;
  padding: 0;
}

.front__news-content ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.front__news-content ul li {
  margin: 1.5rem auto;
}

.front__news-content a {
  color: var(--main--color);
}

.cat-kubo {
  background: #FFEBE8;
  color: var(--kubo--color);
}

.cat-hodumi {
  background: #E8F8FF;
  color: var(--hodumi--color);
}

.cat-topics {
  background: #FFFAE8;
  color: #EA6624;
}

.front__overview {
  padding: 5rem 0;
  display: flex;
}

.front__overview img {
  max-width: 500px;
}

.front__overview .btn {
  width: 350px;
}

.front__overview-txt {
  font-family: var(--font-accent);
  color: var(--main--color);
  line-height: 2.5;
  font-size: 1.3rem;
}

.front__overview-txt p {
  margin: 0;
}

.front__info {
  display: flex;
  justify-content: space-around;
  margin: 5rem 0;
  gap: 1rem;
  /* font-size: 1.6em; */
}

.front__info img {
  border-radius: 10px;
}

.info__ttl {
  margin-bottom: 1rem;
}

.info__ttl span {
  font-size: 70%;
  background: var(--hodumi--color);
  color: white;
  padding: 0.25em 1rem;
  border-radius: 20px;
}

.info__list {
  display: grid;
  grid-template-columns: 10em 1fr;
  /* row-gap: .75rem; */
  border-top: 1px solid #ccc;
}

.info__list dt,
dd {
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
}

.info__list--no-border {
  border-top: none;
  margin-top: 1.5rem;
}

.front__info .btn {
  width: 300px;
  margin: 3rem auto;
  display: block;
}

.svg-inline--fa.fa-rotate,
.c-meta__item--author,
.c-entry-aside__titl,
.wp-profile-box,
.p-comments,
.p-trackbacks {
  display: none;
}

.c-entry__footer {
  background: none;
}

/* =========================================
  フッター
========================================= */

footer {
  background: url("/wp-content/uploads/common/bg/bg_main.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__content {
  display: flex;
}

.footer__ttl--corp {
  /* font-size: 1.4em; */
  margin-bottom: 0.25em;
}

.footer__ttl--facility {
  /* font-size: 1.6em; */
  margin-bottom: 0.5rem;
}

.footer__info-list {
  /* font-size: 1.4rem; */
  margin-bottom: 1em;
}

.footer__nav {
    max-width: 700px;
    display: inline-flex;
    gap: .5em;
    font-size: 0.8em;
    line-height: 1.2;
    list-style: none;
    flex-wrap: wrap;
}

.footer__nav ul {
  list-style: none;
  padding-left: 0;
}

.footer__nav a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("/wp-content/uploads/common/icon/arrow_1.svg") no-repeat center / contain;
  vertical-align: middle;
}

.footer__policy {
  border-top: 1px solid #d7d7d7;
  padding-top: 1rem;
  text-align: right;
}

footer .btn {
  width: 200px;
}

/* - - - - - - - - - - - - - - - -

◾ 固定ページ

- - - - - - - - - - - - - - - - */

.smb-block-about,
.smb-block-about-us,
.smb-block-recruit,
.smb-block-hodumi,
.smb-block-kubo,
.smb-block-inquey {
  /* font-size: 1.6em; */
  line-height: 1.8;
}

.smb-block-about,
.smb-block-about-us,
.smb-block-recruit p {
  margin-bottom: 1rem;
}

.smb-block-eye-catch {
  margin-bottom: 3.5rem;
}

.sec__ttl {
  font-family: var(--font-accent);
  color: var(--main--color);
  text-align: center;
}

.spider__arrow {
  background: var(--main--color);
}

/* - - - - - - - - - - - - - - - -

◾ 保育・教育について

- - - - - - - - - - - - - - - - */

.about__read {
  /* font-size: 1.3em; */
  text-align: center;
  margin: 5rem auto;
  font-family: var(--font-accent);
  font-weight: 500;
}

.about__read h2 {
  /* font-size: 1em; */
  margin: 2rem auto;
  font-family: var(--font-accent);
  font-weight: 500;
}

.about__read h2::before,
.about__read h2::after {
  content: url(/wp-content/uploads/common/product/about/about_icon.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8);
  margin: 0 0.5rem;
}

.about__card {
  padding: 3rem;
  margin: 5rem auto;
  border-radius: 20px;
  text-align: center;
}

.about__list img {
  width: 750px;
  max-width: 100%;
  margin: 2rem auto;
  display: block;
}

.about__card-tag {
  /* font-size: 1em; */
  display: inline-block;
  border-radius: 30px;
  background: white;
  padding: 0.5rem 2rem;
  font-family: var(--font-accent);
  font-weight: 500;
}

.about__card-title {
  /* font-size: 1.5em; */
  margin: 1rem auto 2rem !important;
  font-family: var(--font-accent);
  font-weight: 500;
}

.about__card--brain {
  background: #EBFFD5;
}

.about__card--body {
  background: #FFF8D5;
}

.about__card--heart {
  background: #FFE5D5;
}

.about__lunch-title {
  /* font-size: 2em; */
  text-align: center;
  font-family: var(--font-accent);
  font-weight: 500;
}

.about__lunch-subtitle {
  display: block;
  width: fit-content;
  /* font-size: 1.8em; */
  text-align: center;
  border-bottom: 1.5px solid !important;
  margin: 2rem auto 3rem !important;
  font-family: var(--font-accent);
  font-weight: 500;
  margin: 5rem auto 3rem;
}

.about__lunch img {
  width: 1000px;
  max-width: 100%;
  border-radius: 20px;
  margin: 0 auto 2rem;
  display: block;
}

/* - - - - - - - - - - - - - - - -

◾ 穂積会について

- - - - - - - - - - - - - - - - */

.about-us__read {
  margin: 3rem auto;
}

.about-us__signature {
  text-align: right;
  margin: 2rem 0;
}

.history__item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  align-items: center;
}

.history__date {
  width: 100px;
  font-size: 90%;
}

.history__place {
  /* font-size: 90%; */
  margin-right: 2rem;
  padding: 0.5rem;
  width: 80px;
  text-align: center;
  border-radius: 0.5rem;
}

.history__place--hodumi {
  background: #D2F3EF;
}

.history__place--kubo {
  background: #FFE9E9;
}

.public-info__link:hover {
  color: var(--main--color);
}

.public-info__link-list {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.public-info__link-item {
  /* font-size: 90%; */
  border: 1px solid;
  padding: 1rem 2rem;
  border-radius: .5rem;
  transition: transform .2s ease;
}

.public-info__link-item:hover {
  color: var(--main--color);
}

.public-info__section {
  padding: 2rem 0;
}

.public-info__title {
  font-weight: bold;
}

.public-info__sub-title {
  margin: 2rem 0;
  font-weight: bold;
}

.public-info__title::before {
  content: "●";
  color: #FAE06A;
  margin-right: 1rem;
}

.public-info__sub-title {
  margin-bottom: 1.5rem;
}

.public-info__facility {
  margin-bottom: 3rem;
}

/* .リスト */
.public-info {
  margin-block: 2rem;
}

.public-info__facility {
  margin-block: 1.5rem;
}

.public-info__facility-title {
  margin: 0 0 .5rem;
}

.public-info__year-heading {
  margin: 0;
}

.public-info__year-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font: inherit;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

/* .public-info__year-toggle:focus { outline: 2px solid #0aa; outline-offset: 2px; } */

.public-info__facility-title {
  color: var(--main--color);
}

.public-info__chevron {
  inline-size: .625rem;
  block-size: .625rem;
  color: var(--main--color);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
}

.public-info__year-toggle[aria-expanded="true"] .public-info__chevron {
  transform: rotate(45deg);
}

.public-info__docs {
  margin: 0;
  padding: 0 1rem 1rem;
  list-style: none;
}

.public-info__doc-item + .public-info__doc-item {
  margin-top: .25rem;
}

.public-info__doc-link {
  text-decoration: underline;
}

.public-info__doc-link:hover {
  color: var(--main--color);
  transition: all 0.5s ease 0s;
}

.public-info--slow {
  --pi-speed: 1s;
}

/* 既存に追加 */
.public-info__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s ease, opacity .28s ease;
  opacity: 0;
}

.public-info__panel[aria-hidden="false"] {
  grid-template-rows: 1fr;
  opacity: 1;
}

.public-info__panel > .public-info__docs {
  overflow: hidden;
  margin: 0;
  padding: 0 1rem 1rem;
  list-style: none;
}

.public-info {
  --pi-speed: 1s;
  /* ← ここで速度を調整 .28s → .6s とか .8s に */
  --pi-ease: cubic-bezier(.22, 1, .36, 1);
  /* しっとり系の緩急 */
}

.public-info__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows var(--pi-speed) var(--pi-ease),
    opacity calc(var(--pi-speed) * .9) var(--pi-ease);
  opacity: 0;
}

.public-info__panel[aria-hidden="false"] {
  grid-template-rows: 1fr;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .public-info__panel {
    transition: none;
  }
}

/* .リスト */
.public-info__rule-ttl {
  font-weight: bold;
  margin-top: 1.5rem;
}

.public-info__rule-txt {
  padding: 0 0 1.5rem;
}

.public-info__rule-txt--attention {
  color: #555;
  /* font-size: 95%; */
  margin: 1rem 0;
}

.grievance {
  display: flex;
  justify-content: space-around;
}

.grievance__grid {
  text-align: center;
  width: 200px;
  padding: 1rem 0;
}

.grievance__unit-title {
  border: 1px solid var(--main--color);
  color: var(--main--color);
  text-align: center;
  padding: 0.5rem 1rem;
}

.contact-card__role span {
  display: block;
  /* font-size: 90%; */
}

.contact-card__role {
  margin: 1rem 0;
}

.contact-card__phone {
  color: var(--main--color);
  text-decoration: underline;
}

/* .contact-card__address {
  font-size: 80%;
} */

/* - - - - - - - - - - - - - - - -

◾ 採用情報

- - - - - - - - - - - - - - - - */

.recruit__interview-ttl {
  /* font-size: 2rem; */
  margin: 3rem auto;
  text-align: center;
  padding-top: 2rem;
  font-family: var(--font-accent);
}

.recruit__interview-ttl span {
  /* font-size: 90%; */
  display: block;
}

.recruit__interview-content {
  display: flex;
  padding-bottom: 5rem;
  gap: 3rem;
}

.recruit__interview-content img {
  max-width: 430px;
}

.recruit__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.recruit__reason-card {
  width: 300px;
}

.recruit__reason-card img {
  margin-bottom: 1rem;
}

.recruit__reason-ttl {
  color: var(--main--color);
  text-align: center;
  font-weight: bold;
}

.recruit__recommend {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.recruit__recommend-ttl {
  /* font-size: 1.3em; */
  padding-top: 3rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: bold;
}

.recruit__recommend-attention {
  font-weight: bold;
  background: white;
  color: var(--kubo--color);
  display: block;
  width: fit-content;
  margin: 2rem auto 3rem !important;
  padding: 1rem 3rem;
  text-align: center;
}

.recruit__recommend-attention p {
  /* font-size: 1.3em; */
  margin-bottom: 0 !important;
}

.recruit__recommend img {
  width: 450px;
}

.recruit__schedule img {
  width: 430px;
  height: 100%;
}

.recruit__schedule {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 2rem 0;
}

.schedule__content {
  margin-bottom: 1rem;
}

.recruit__schedule-time {
  display: flex;
  gap: 1rem;
  font-weight: bold;
}

.faq__content {
  margin-bottom: 5rem;
}

.smb-faq__item__question__label {
  color: var(--main--color);
  font-weight: bold;
}

.smb-faq__item__answer__label {
  color: #E84848;
  font-weight: bold;
}

.wp-block-table .has-fixed-layout {
  table-layout: initial;
}

/* - - - - - - - - - - - - - - - -

◾ 園の紹介ページ

- - - - - - - - - - - - - - - - */

.info__admission-ttl {
  /* font-size: 1.2em; */
  font-weight: bold;
  border-bottom: 1px solid var(--main--color);
}

.info__features {
  padding: 3rem 1.6rem;
}

.info__features img {
  width: 750px;
  margin: 2rem auto;
  display: block;
  border-radius: 10px;
}

.info__features-txt {
  text-align: center;
}

.info__event {
  --cols: 3;
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin: 3rem 0 5rem;
}

.info__event > div {
  /* flex: 0 0 calc((100% - 40px) / 3); */
  flex: 0 0 calc((100% - (var(--gap) * (var(--cols) - 1))) / var(--cols));
  box-sizing: border-box;
  text-align: center;
}

.info__event img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-inline: auto;
  display: block;
}

/* 2列にしたいページだけこれを足すだけ */
.info__event--2col {
  --cols: 2;
}

.info__introduction-list {
  display: flex;
  gap: 5rem;
  justify-content: space-evenly;
  /* font-size: 90%; */
}

.info__introduction-list img {
  width: 150px;
  display: block;
  margin: 1rem auto;
}

.info__introduction-ttl {
  text-align: center;
}

.info__blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-evenly;
  align-items: flex-end;
  align-content: stretch;
}

.attachment-medium.size-medium {
  border: 1px solid var(--main--color);
  margin-bottom: 0.5rem;
}

.info__cta {
  padding: 3rem 0;
}

.info__cta-content {
  display: flex;
  gap: 3rem;
}

.info__cta-content img {
  width: 450px;
  height: 100%;
}

.info__cta-attention {
  margin: 2.5rem 0;
}

.info__attention-ttl {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  padding-bottom: 0.25em;
}

.info__attention-list {
  list-style: disc;
  padding-left: 2rem;
}

.info__access {
  display: flex;
  gap: 3rem;
}

.info__access img {
  border-radius: 1rem;
}

.info__map {
  margin: 3rem 0;
}

.info__salon-ttl {
  color: var(--main--color);
  font-weight: bold;
}

.info__attention-salon {
  background: white;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 1rem;
}

.info__access img {
  width: auto;
  height: auto;
}

/* - - - - - - - - - - - - - - - -

◾ お問い合わせ・よくある質問

- - - - - - - - - - - - - - - - */

/*
.faq__content {
  font-size: 16px;
}
*/

.smf-form .smf-text-control__control {
  width: 100%;
}

.faq__head {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
}

.icon {
  color: var(--orange--color);
  /* font-size: 20px; */
  transition: transform 0.3s;
}

.faq__head.active .icon {
  transform: rotate(45deg);
}

.faq__body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.faq__txt {
  padding: 20px;
  border-top: 1px solid #C5C5C5;
}

.c-page-header {
  display: none;
}

/* - - - - - - - - - - - - - - - -

◾ おひさまsun

- - - - - - - - - - - - - - - - */

.btn-sun {
    width: 200px;
}

/* - - - - - - - - - - - - - - - -

◾ 投稿ページ

- - - - - - - - - - - - - - - - */

.wp-block-latest-posts__featured-image img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

/* - - - - - - - - - - - - - - - -

◾ お問い合わせ

- - - - - - - - - - - - - - - - */
.form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.form-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 1.5rem;
}

.form-label {
  width: 180px;
  flex-shrink: 0;
}

.required {
  display: inline-block;
  background: var(--kubo--color);
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  width: 50px;
  text-align: center;
  margin-right: .5rem;
}

.form-control {
  flex: 1;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  max-width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.form-control--radio .wpcf7-radio {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: fit-content;
}

.form-control .wpcf7-list-item {
  margin: 0;
  display: inline-block;
  width: auto;
}

.form-control .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.form-control .wpcf7-list-item-label {
  display: inline;
  width: auto;
  white-space: nowrap;
}
.wpcf7-spinner {
  display: none;
}

.form-submit {
    padding-top: 2rem;
    text-align: right;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 180px;
}

/* =========================================
  レスポンシブ
========================================= */

@media (max-width: 768px) {
  .container__wra,
  .container__content {
    padding-inline: 16px;
  }
  .container__wrap img{
    max-width: 100%;
  }

  .post-link {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "date cat"
      "title title";
    column-gap: 0.75rem;
    row-gap: 0.5rem;
    align-items: center;
  }

  .post-date {
    grid-area: date;
    white-space: nowrap;
  }

  .post-cat {
    grid-area: cat;
    white-space: nowrap;
    padding: 0.25rem 1rem;
  }

  .post-title {
    grid-area: title;
    display: block;
    line-height: 1.6;
  }

  .info__list dt,
  dd {
    padding: 0.5rem 0;
  }

  .front__overview {
    flex-direction: column;
    align-items: center;
  }

  .front__overview img {
    width: 90%;
    margin: auto;
  }

  .front__info {
    flex-direction: column;
    align-items: center;
  }

  .l-header__content {
    padding-top: 1.5rem;
  }

  .l-header .c-site-branding {
    margin-left: 0;
  }

  .l-header::before {
    background: url("/wp-content/uploads/common/bg/bg_header-sp.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .l-header .c-container {
    justify-content: center;
  }

  .c-site-branding__title .custom-logo {
    max-width: 250px;
  }

  header {
    margin-bottom: 0.5rem !important;
  }

  .front__news {
    gap: 0;
  }

  .front__overview-txt {
    padding: 0;
    text-align: center;
  }
  .front__overview .btn{
    width: 300px;
    height: 46px;
    padding: 0;
  }

  .footer__nav {
    flex-direction: column;
    list-style: none;
    padding: 0;
  }

  .about__card {
    padding: 1.5rem 1rem 2rem;
  }

  .grievance,
  .history__item {
    flex-wrap: wrap;
  }

  .history__place {
    padding: 0;
  }

  .history__item {
    padding: 1rem 0;
  }

  .history {
    padding-left: 0;
  }

  .history__date {
    width: 120px;
  }

  .public-info__link-list {
    gap: 1rem;
  }

  .public-info__link-item {
    font-size: 90%;
    padding: 0.5rem 1rem;
  }

  .grievance__grid {
    width: 100%;
  }

  .recruit__interview-content,
  .recruit__list,
  .recruit__schedule,
  .recruit__recommend {
    flex-direction: column;
    align-items: center;
  }

  .recruit__reason-card {
    width: 80%;
  }

  .recruit__schedule-right {
    flex-direction: column-reverse;
  }

  .schedule__content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
  }

  .info__introduction-list,
  .info__cta-content {
    flex-direction: column;
    align-items: center;
  }

  .info__access {
    flex-direction: column;
  }

  .info__cta-txt {
    padding-inline: 16px;
  }

  .info__blog-list {
    flex-direction: column;
    gap: 1rem;
    border-top: none;
    align-items: center;
  }

  .info__list {
    grid-template-columns: 1fr;
  }

  .info__list dt dd {
    grid-column: 1 / -1;
  }

  .info__admission-ttl {
    font-size: 1.3em;
    margin-bottom: 0.5rem;
  }
  .footer__content,.footer__nav{
  flex-direction: column;
  font-size: 1rem;
}
footer .btn {
    width: 145px;
    margin: 1rem 0;
}
.footer__nav li {
    margin-bottom: .5rem;
}
.footer__nav ul{
  margin: .25rem 0 0 1rem;
    font-size: 90%;
}
.footer__info {
    margin-bottom: 1rem;
}

.form-item{
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.form-control--radio .wpcf7-radio{
  gap: 1rem;
}

}

@media (min-width: 769px) and (max-width: 1023px) {
  .container__content {
    padding-inline: 1rem;
  }

  .l-header .c-container {
    flex-direction: column;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .container__content {
    padding-inline: 1rem;
  }

  .l-header .c-container {
    flex-direction: column;
  }

  .l-center-header__row:first-of-type .c-row {
    justify-content: center !important;
  }

  .c-site-branding {
    margin-inline: auto;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .l-header .c-container {
    flex-wrap: wrap;
  }

  .l-header .c-navbar,
  .l-header .c-global-nav {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}

@media (min-width: 1066px) and (max-width: 1366px){
  .p-global-nav .c-navbar__item>a>span{
    font-size: 10px;
  }
}

@media (max-width: 1287px) {
  .p-global-nav {
    display: none !important;
  }
  .u-invisible-lg-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .c-hamburger-btn {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .l-header .c-container {
    justify-content: center;
    padding: 1rem 0;
  }
  .c-row--lg-margin {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .faq__head {
    padding: 1.5rem 0;
  }

  .faq__txt {
    padding: 20px 0;
    /* font-size: 90%; */
    line-height: 1.6;
  }
}