@charset "UTF-8";
/******************************************************************
Theme Name: sanpohkodomoen-theme
Theme URI: https://sanpohkodomoen.org/
Description: 三宝認定こども園様用のオリジナルテーマです。
Version: 1.0.0
******************************************************************/
/* ========================================
   CSS Variables
======================================== */
:root {
  --black: #574d0f;
  --black02: #444444;
  --base-color: #f9f4f0;
  --primary: #7b8d41;
  --secondary: #f9f5f1;
  --secondary02: #c38f43;
  --secondary02-hover: #7d5418;
  --secondary03: #bd6d54;
  --secondary03-hover: #80412e;
  --secondary04: #667534;
  --key: #db7734;
  --timeline-gray: #a8a0a0;
  --gray: #a69b8f;
}
.text-black {
  color: var(--black) !important;
}
.bg-primary {
  background-color: var(--primary);
}
.text-primary {
  color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.text-secondary {
  color: var(--secondary);
}
.bg-secondary-1 {
  background-color: var(--secondary02);
}
.text-secondary-1 {
  color: var(--secondary02);
}
.bg-secondary-2 {
  background-color: var(--secondary03);
}
.text-secondary-2 {
  color: var(--secondary03);
}
.bg-secondary-3 {
  background-color: var(--secondary04);
}
.text-secondary-3 {
  color: var(--secondary04);
}
/* ========================================
   Theme Default Classes
======================================== */
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  padding-left: 0;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb ol li a::after {
  color: var(--black);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#breadcrumb li a {
  text-decoration: none;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
input[type="email"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
.asterisk {
  color: var(--bs-red);
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--bs-gray-400);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--bs-gray-100);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.policy ul {
  list-style: none;
  padding-left: 0;
}
.policy ul li {
  position: relative;
  padding-left: 25px;
}
.program-card .policy ul li {
  letter-spacing: 0.7px;
}
.policy ul li span {
  position: absolute;
  left: 0;
}
#page-top {
  right: 10px;
  z-index: 2;
  cursor: pointer;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}
#not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul::marker {
  color: var(--primary);
}
#not-found ul li a {
  text-decoration: underline;
}
#not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
#post-not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}
#post-not-found ul {
  list-style-type: disc;
  list-style-type: disc;
  list-style-type: disc;
  margin-left: 15px;
  margin-left: 15px;
  margin-left: 15px;
}
#post-not-found ul::marker {
  color: var(--primary);
}
#post-not-found ul li a {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline;
}
#post-not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}
#post-not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
table {
  border-collapse: collapse;
}
table th,
table td {
  width: 100%;
  display: inline-block;
  padding: 0.85em 0;
  text-align: left;
}
table th + td {
  padding-top: 0;
}
table td {
  border-bottom: 1px solid var(--bs-gray-400);
}
table.form {
  margin-top: -15px;
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
table.sp-block-table tr th {
  display: block;
  width: 100%;
  text-align: left;
}
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.contact-btn-flex-box button {
  margin: 0 7.5px;
}
.category-name {
  padding: 0.2em 0.5em;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  font-size: 65%;
}

@media print, screen and (min-width: 768px) {
  #breadcrumb {
    font-size: 70%;
    margin: 1em auto 0;
  }
  #page-top {
    right: 20px;
  }
  #page-top img {
    height: 50px;
    width: 50px;
  }
  #not-found {
    padding: 40px;
  }
  #not-found h2 {
    font-size: 2.5em;
  }
  #post-not-found {
    padding: 40px;
  }
  #post-not-found h2 {
    font-size: 2.5em;
  }
  table th,
  table td {
    display: table-cell;
    width: auto;
  }
  table tr {
    border-bottom: 1px solid var(--bs-gray-400);
  }
  table th + td {
    padding-top: 0.85em;
  }
  table td {
    border-bottom: none;
  }
  table.sp-block-table tr th {
    display: table-cell;
    width: auto;
  }
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  table.form.sp-block-table tr th {
    padding: 20px 10px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
  }
  .company-table th {
    width: 40%;
  }
}
/* ========================================
   Title Classes
======================================== */
.primary-ttl01 {
  font-size: 1.428rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
@media print, screen and (min-width: 768px) {
  .primary-ttl01 {
    font-size: clamp(1.428rem, 6.5vw, 2rem);
  }
}
@media print, screen and (min-width: 1400px) {
  .primary-ttl01 {
    font-size: 2rem;
  }
}
/* ========================================
   Button Classes
======================================== */
.primary-btn01 {
  background: var(--primary);
  color: var(--bs-white);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 60px;
  padding: 0.75rem 1.5rem;
  position: relative;
  --svg-fill-color: var(--bs-white);
  --svg-fill-opacity: 0.5;
  transition: all 0.3s;
}
.primary-btn01::after {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  transition: all 0.3s;
}
.primary-btn01:hover {
  background: var(--secondary02);
  opacity: 1;
}
.primary-btn01.rev {
  background: var(--bs-white);
  color: var(--primary);
}
.primary-btn01.rev:hover {
  background: var(--secondary02);
  color: var(--bs-white);
  --svg-fill-color: var(--bs-white);
  --svg-fill-opacity: 1;
}
.primary-btn01:hover {
  background: var(--secondary02);
  opacity: 1;
}
.primary-btn02 {
  color: var(--primary);
  font-size: 1.143rem;
  font-weight: 700;
  padding-right: 6rem;
  transition: all 0.2s ease-in;
  position: relative;
}
.primary-btn02::before,
.primary-btn02::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in;
}
.primary-btn02::before {
  width: 10px;
  height: 10px;
  right: 1%;
  top: 50%;
  transform: translateY(-49%) rotate(45deg);
  border-top: 1px solid var(--black02);
}
.primary-btn02::after {
  width: 5.357rem;
  height: 1px;
  right: 0;
  top: 53%;
  transform: translateY(-40%);
  background: var(--black02);
}
.primary-btn02:hover::before {
  border-top: 1px solid var(--primary);
}
.primary-btn02:hover::after {
  width: 3.142rem;
  background: var(--primary);
}
a.primary-btn02:hover,
a.primary-btn02:hover::before,
.primary-btn02:hover::after {
  opacity: 1;
}
.primary-btn03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--secondary02);
  color: var(--bs-white);
  font-size: 1.143rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0.875rem 2.5rem;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 20rem;
  margin-left: 1.143rem;
  margin-right: 1.143rem;
}
.primary-btn03::after {
  content: "";
  color: var(--bs-white);
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 15"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5px" d="M8.6,14.2l6.8-6.8L8.6.8M14.4,7.5H.8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  transition: all 0.3s;
}
.primary-btn03:hover {
  background-color: var(--secondary02-hover);
  opacity: 1;
}
.about .primary-btn03 {
  max-width: 19.142rem;
}
.about .primary-btn03 {
  justify-content: flex-start;
}
.external-btn {
  background: var(--bs-white);
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 60px;
  padding: 0.75rem 1.5rem;
  position: relative;
  transition: all 0.3s;
}
.external-btn::after {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23444" d="M11.7,13.8H2.3c-.6,0-1.1-.2-1.5-.6s-.6-.9-.6-1.5V2.3c0-.6.2-1.1.6-1.5s.9-.6,1.5-.6h3.3c.4,0,.8.3.8.8s-.3.8-.8.8h-3.3c-.2,0-.3,0-.4.2s-.2.3-.2.4v9.3c0,.2,0,.3.2.4s.3.2.4.2h9.3c.2,0,.3,0,.4-.2s.2-.3.2-.4v-3.3c0-.4.3-.8.8-.8s.8.3.8.8v3.3c0,.6-.2,1.1-.6,1.5s-.9.6-1.5.6ZM8,6.8c-.2,0-.4,0-.5-.2-.3-.3-.3-.8,0-1.1l3.7-3.7h-1.5c-.4,0-.8-.3-.8-.8s.3-.8.8-.8h3.3c.1,0,.2,0,.3,0,0,0,.2,0,.2.2s.1.2.2.2c0,0,0,.2,0,.3v3.3c0,.4-.3.8-.8.8s-.8-.3-.8-.8v-1.5l-3.7,3.7c-.1.1-.3.2-.5.2Z"/></svg>');
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.external-btn.rev::after {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="%23fff" d="M11.7,13.8H2.3c-.6,0-1.1-.2-1.5-.6s-.6-.9-.6-1.5V2.3c0-.6.2-1.1.6-1.5s.9-.6,1.5-.6h3.3c.4,0,.8.3.8.8s-.3.8-.8.8h-3.3c-.2,0-.3,0-.4.2s-.2.3-.2.4v9.3c0,.2,0,.3.2.4s.3.2.4.2h9.3c.2,0,.3,0,.4-.2s.2-.3.2-.4v-3.3c0-.4.3-.8.8-.8s.8.3.8.8v3.3c0,.6-.2,1.1-.6,1.5s-.9.6-1.5.6ZM8,6.8c-.2,0-.4,0-.5-.2-.3-.3-.3-.8,0-1.1l3.7-3.7h-1.5c-.4,0-.8-.3-.8-.8s.3-.8.8-.8h3.3c.1,0,.2,0,.3,0,0,0,.2,0,.2.2s.1.2.2.2c0,0,0,.2,0,.3v3.3c0,.4-.3.8-.8.8s-.8-.3-.8-.8v-1.5l-3.7,3.7c-.1.1-.3.2-.5.2Z"/></svg>');
}
@media (min-width: 393px) {
  .primary-btn03 {
    max-width: 22.35rem;
  }
}
@media print, screen and (min-width: 768px) {
  .primary-btn01 {
    max-width: 370px;
  }
  .primary-btn03 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    padding: 1.2rem 2.5rem;
    max-width: 26rem;
  }
  .about .primary-btn03 {
    justify-content: center;
    max-width: 26rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .primary-btn01 {
    padding: 1rem 2.5rem;
  }
  .primary-btn01::after {
    right: 1.25rem;
  }
  .primary-btn03 {
    max-width: 33.625rem;
  }
}
/* ========================================
   Header
======================================== */
.header {
  z-index: 10;
}
.header-container {
  background: var(--base-color);
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 64px;
  padding: 1rem clamp(1.714rem, 2.03vw, 2.6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.page-template-frontpage .header-container {
  background-color: transparent;
}
.page-template-frontpage .smaller .header-container {
  background-color: var(--base-color);
}
.page-template-frontpage .smaller .header-logo-sub,
.page-template-frontpage .smaller .header-logo-main {
  color: var(--black);
}
.header-logo {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.header-logo-sub,
.header-logo-main {
  font-weight: 700;
}
.page-template-frontpage .header-logo-sub,
.page-template-frontpage .header-logo-main {
  color: var(--bs-white);
}
.header-logo-sub {
  font-size: clamp(0.625rem, 1.73vw, 0.875rem);
  letter-spacing: 0.14em;
}
.header-logo-main {
  font-size: clamp(1.125rem, 2.67vw, 2rem);
  letter-spacing: 0.2em;
  line-height: 1;
}
.header-menu-btn {
  position: relative;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  z-index: 11;
  transition: all 0.3s ease;
}
.header-menu-btn.is-active {
  justify-content: center;
}
.header-menu-btn-bars {
  width: clamp(1.79rem, 2.6vw, 3.125rem);
  height: clamp(1.34rem, 1.46vw, 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.header-menu-btn-bar {
  height: 0.125rem;
  background: var(--secondary02);
  border-radius: 0.125rem;
  transition: all 0.3s ease;
  transform-origin: center;
}
.page-template-frontpage .header-menu-btn-bar {
  background: var(--bs-white);
}
.page-template-frontpage .smaller .header-menu-btn-bar {
  background: var(--secondary02);
}
.page-template-frontpage .is-active .header-menu-btn-bar.header-menu-btn-bar:nth-child(3) {
  background: var(--secondary02);
}
.header-menu-btn-bar:nth-child(1),
.header-menu-btn-bar:nth-child(2) {
  width: 100%;
}
.header-menu-btn-bar:nth-child(3) {
  width: 50%;
  margin-left: auto;
  text-align: right;
}
.header-menu-btn.is-active .header-menu-btn-bar:nth-child(1),
.header-menu-btn.is-active .header-menu-btn-bar:nth-child(2),
.header-menu-btn.is-active .header-menu-btn-bar:nth-child(3) {
  width: 120%;
}
.header-menu-btn.is-active .header-menu-btn-bar:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
  background: var(--primary);
}
.header-menu-btn.is-active .header-menu-btn-bar:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.is-active .header-menu-btn-bar:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
  margin-left: 0;
}
.header-menu-btn-text {
  color: var(--secondary04);
  font-size: clamp(0.625rem, 0.73vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}
.page-template-frontpage .header-menu-btn-text {
  color: var(--bs-white);
}
.page-template-frontpage .smaller .header-menu-btn-text {
  color: var(--primary);
}
.header-menu-btn.is-active .header-menu-btn-text {
  display: none;
}
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
}
.header-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.header-nav-content {
  position: absolute;
  width: 100%;
  max-width: clamp(50rem, 65.63vw, 85rem);
  padding: clamp(2.56rem, 7.66vw, 2.571rem) clamp(1.5rem, 2.6vw, 3.28rem)
    clamp(6.56rem, 5.21vw, 8.571rem);
  background: var(--base-color);
  min-height: 100%;
  top: 0;
  right: 0;
}
.is-active .header-nav-content {
  background: var(--bs-white);
}
.header-nav-menu {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.92vw, 3.75rem);
  margin-bottom: clamp(3rem, 5.21vw, 6.56rem);
}
.header-nav-menu-col {
  width: 100%;
}
.header-nav-menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0 20%;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.56vw, 2rem);
}
.header-nav-menu-list #menu-sp-menu li,
.header-nav-menu-list #menu-sp-menu li a {
  min-width: calc(100% / 2);
  margin-left: auto;
  margin-right: auto;
}
.header-nav-menu-list li a:hover {
  color: var(--secondary02);
}
.header-nav-menu-list li a {
  font-size: clamp(1.4286rem, 1.04vw, 1.25rem);
  transition: color 0.3s ease;
}
.header-nav-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.6vw, 3.28rem);
}
.header-nav-contact-info {
  display: none;
}
.header-nav-contact-label {
  color: var(--primary);
  font-size: clamp(1.2rem, 1.35vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin: 0;
}
.header-nav-contact-time {
  font-size: clamp(0.75rem, 0.95vw, 0.875rem);
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 0;
}
.header-nav-contact-tel-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
  margin-top: 0.5rem;
}
.header-nav-contact-tel-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.header-nav-contact-tel {
  color: var(--primary);
  font-size: clamp(1.75rem, 2.75vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
.header-nav-contact-tel:hover {
  opacity: 0.7;
}
.header-nav-buttons {
  display: flex;
  gap: clamp(0.75rem, 3vw, 3rem);
  width: 100%;
  justify-content: center;
  gap: 1.714rem;
  flex-wrap: wrap;
}
.header-nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.25rem;
  background-color: var(--primary);
  color: var(--bs-white);
  max-width: 8.214rem;
}
.header-nav-btn.header-nav-btn-reservation {
  background-color: var(--secondary02);
}
.header-nav-btn.header-nav-btn-recruit {
  background-color: var(--secondary03);
}
a.header-nav-btn:hover,
a.header-nav-btn:hover img {
  opacity: 1;
}
.header-nav-btn.header-nav-btn-contact:hover {
  background-color: var(--secondary02);
}
.header-nav-btn.header-nav-btn-reservation:hover {
  background-color: var(--secondary02-hover);
}
.header-nav-btn.header-nav-btn-recruit:hover {
  background-color: var(--secondary03-hover);
}
.header-nav-btn-contact {
  display: none;
}
.header-nav-btn.header-nav-btn-reservation .header-nav-btn-icon {
  width: 46px;
}
.header-nav-btn.header-nav-btn-recruit .header-nav-btn-icon {
  width: 35px;
}
.header-nav-btn-arrow,
.button-icon {
  width: 1.04rem;
}
.header-nav-btn-arrow {
  display: none;
}
.header-nav-btn-txt {
  font-size: 1.143rem;
}
.header-nav-support-outer {
  margin-top: clamp(2rem, 5vw, 2.5rem);
  gap: 2rem;
  display: flex;
  justify-content: center;
}
.header-nav-support {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(0.285rem, 3.65vw, 0.625rem);
  padding: clamp(0.75rem, 1.25vw, 1.56rem) clamp(1.5rem, 2.19vw, 2.73rem);
  text-decoration: none;
  overflow: hidden;
}
.header-nav-support-text-wrap {
  display: flex;
}
.header-nav-support-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  z-index: 1;
}
.header-nav-support-label {
  font-size: clamp(0.7em, 0.83vw, 0.95rem);
}
.header-nav-support-name {
  font-size: clamp(1rem, 0.83vw, 1.3rem);
}
.header-social-txt {
  font-size: 10px;
  letter-spacing: 0.05em;
}
.header-nav-illustration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.357rem;
  width: 12.357rem;
  height: auto;
  pointer-events: none;
}
.header-nav-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .header-container {
    height: 147px;
    padding: 2.44rem 2.485rem;
    background-color: var(--base-color);
    display: flex;
    flex-direction: row-reverse;
  }
  .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-template-frontpage .header-container {
    background-color: var(--base-color);
  }
  .page-template-frontpage .header-logo-sub,
  .page-template-frontpage .header-logo-main {
    color: var(--black);
  }
  .header-menu-btn {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .page-template-frontpage .header-menu-btn-text {
    color: var(--primary);
  }
  .page-template-frontpage .header-menu-btn-bar {
    background: var(--secondary02);
  }
  .header-nav-content {
    max-width: 50%;
  }
  .is-active .header-nav-content {
    background: var(--base-color);
  }
  .header-nav {
    top: 147px;
    height: calc(100% - 147px);
  }
  .header-nav-menu {
    flex-direction: row;
    gap: clamp(3rem, 5.21vw, 6.56rem);
  }
  .header-nav-menu-col {
    width: auto;
  }
  .header-nav-menu-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }
  .header-nav-menu-list > ul > li.menu-item {
    text-align: left;
  }
  .header-nav-menu-list #menu-sp-menu li,
  .header-nav-menu-list #menu-sp-menu li a {
    margin-left: initial;
    margin-right: initial;
  }
  .header-nav-menu-list > ul > li.menu-item > a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
  }
  .header-nav-contact-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .header-nav-contact-tel-wrap {
    margin-top: 0;
  }
  .header-nav-buttons {
    gap: 1rem;
  }
  .header-nav-btn {
    flex-direction: row;
    max-width: inherit;
    border-radius: 20rem;
    padding: 0.85rem 1.5rem;
  }
  .header-nav-btn .header-nav-btn-icon {
    display: none;
  }
  .header-nav-btn-contact {
    display: flex;
  }
  header .header-nav-btn-reservation {
    display: none;
  }
  .header-nav-btn-txt {
    font-size: 12px;
    font-weight: 700;
  }
  .header-nav-btn-arrow {
    display: block;
  }
  .header-nav-support-outer {
    align-items: flex-end;
    gap: 1rem;
  }
  .header-nav-support {
    gap: .45rem;
    min-width: 230px;
  }
  .header-nav-sns-content {
    display: flex;
    gap: 0.45rem;
    flex-direction: column;
    align-items: center;
  }
  .header-nav-sns-content img {
    width: 30px;
    height: 30px;
  }
  .header-nav-illustration {
    width: clamp(1.5rem, 90vw, 2.98rem);
    left: inherit;
    right: clamp(1.5rem, 2.6vw, 3.28rem);
  }
}

@media (min-width: 992px) {
  .header-logo-sub {
    font-size: 0.875rem;
  }
  .header-logo-main {
    font-size: 2rem;
  }
  .header-nav-content {
    max-width: calc(50% - 1rem);
    padding: 3rem;
  }
  .header-nav-btn-txt {
    font-size: 1rem;
  }
  .header-nav-support-outer {
    padding-bottom: 5rem;
    gap: 2rem;
  }
  .header-nav-support {
    margin-left: 0;
    min-width: 265px;
  }
  .header-nav-sns img {
    width: 2.96rem;
    height: 2.96rem;
  }
  .header-nav-illustration {
     width: clamp(1.5rem, 90vw, 2.50rem);
  }
}
@media (min-width: 1000px) {
  .header-nav-content {
    padding: 5rem 3rem 0;
  }
  .header-nav-support-outer {
    padding-bottom: 0;
  }
  .header-nav-illustration {
    top: 18%;
    bottom: inherit;
  }
}
@media (min-width: 1200px) {
  .header-nav-menu-list ul {
    column-gap: 3rem;
  }
  .header-nav-support-outer {
    padding-bottom: 0;
  }
  .header-menu-btn {
    padding: 1rem;
  }
  .header-nav-illustration {
    bottom: inherit;
  }
}
@media (min-width: 1400px) {
  .header-nav-content {
    padding: 5rem 6rem 0;
  }
  .header-social-txt {
    font-size: 0.75rem;
  }
}
@media (min-width: 1441px) {
  .header-container {
    height: 196px;
  }
  .header-nav {
    top: 184px;
    height: calc(100% - 184px);
  }
  .header-menu-btn {
    padding: 0.5rem;
  }
  .header-nav-content {
    padding: 3rem;
  }
  .header-nav-btn-txt {
    font-size: 0.777rem;
  }
}
@media (min-width: 1600px) {
  .header-nav-contact-info {
    flex-direction: row;
    align-items: center;
  }
  .header-nav-contact-tel {
    font-size: 2.85vw;
  }
  .header-nav-support-outer {
    padding-bottom: 0;
  }
}

/* ========================================
   Footer
======================================== */
.footer {
  position: relative;
}
.footer-decoration {
  position: relative;
}
.footer-decoration img {
  position: absolute;
  top: -3.75rem;
  right: 8.333vw;
  width: 5.521rem;
  bottom: -0.15rem;
  pointer-events: none;
}
.footer-main {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-left: 1.714rem;
  padding-right: 1.714rem;
}
.footer-brand {
  order: 1;
}
.footer-nav {
  order: 2;
}
.footer-contact {
  order: 3;
}
.footer-buttons {
  order: 4;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1.143rem;
  padding-right: 1.143rem;
}
.footer-logo-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-logo img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.footer-logo-sub {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
.footer-logo-main {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
}
.footer-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 3rem;
  row-gap: 0.5rem;
  justify-content: space-between;
}
.footer-nav-list li a {
  color: var(--bs-white);
  font-size: 1rem;
  transition: 0.3s ease;
  line-height: 1.2;
  letter-spacing: 0.09em;
}
.footer-nav-list li a:hover {
  color: var(--secondary02);
  opacity: 1;
}
.footer-contact {
  padding: 1.714rem;
}
.footer-contact-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0 1.5rem;
}
.footer-contact-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.footer-contact-tel-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
}
.footer-contact-tel-label {
  font-size: clamp(1.25rem, 5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}
.footer-contact-tel {
  font-size: clamp(2.2rem, 8.5vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
.footer-contact-hours {
  margin: 0;
  line-height: 1.2;
}
.footer-buttons-area {
  display: flex;
  gap: 0.75rem;
  align-items: flex-end;
}
.footer-btn-support {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.25rem;
  padding: 1.7rem 1.5rem;
  border-radius: 0.285rem;
  transition: 0.3s ease;
  position: relative;
  max-width: calc(100% - 110px);
  width: 100%;
}
.footer-btn-text-small {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.footer-btn-text-large {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.footer-btn-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1.125rem;
  height: 1.125rem;
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex: 1;
}
.footer-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.07rem;
  height: 3.07rem;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.footer-social-txt {
  font-size: 10px;
  letter-spacing: 0.05em;
}
.footer-social-icon:hover {
  opacity: 0.7;
}
.footer-btn-icon-area {
  gap: 1rem;
}
.footer-btn {
  width: 50%;
  max-width: calc(100% / 2 - 0.5rem);
  border-radius: 3rem;
}
.footer-btn-contact,
.footer-btn-recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
}
.footer-btn-contact {
  background-color: var(--primary);
}
.footer-btn-contact:hover {
  background-color: var(--secondary02);
  opacity: 1;
}
.footer-btn-recruit {
  background-color: var(--secondary03);
}
.footer-btn-recruit:hover {
  background-color: var(--secondary03-hover);
  opacity: 1;
}
.footer-btn .button-icon {
  display: none;
}
.footer-btn-text {
  color: var(--bs-white);
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-align: center;
}
.footer-links-area {
  display: flex;
  gap: 1rem;
  margin-top: 1.143rem;
}
.footer-link-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem 0.75rem 1rem;
  border-radius: 0.285rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  transition: all 0.3s ease;
  position: relative;
  min-width: 7rem;
}
.footer-link-btn.external-btn::after {
  right: 1rem;
}
.footer-link-btn-sanpo {
  background-color: var(--bs-white);
  color: var(--black02);
}
.footer-link-btn-external {
  background-color: var(--bs-white);
  width: auto;
}
.footer-link-icon {
  width: 0.75rem;
  height: 0.75rem;
  border: 1.5px solid currentColor;
  flex-shrink: 0;
}
.footer-copyright {
  padding: 0 0 1.25rem;
}
.footer-copyright-text {
  margin: 0;
  color: var(--bs-white);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .footer-nav-list li a {
    letter-spacing: 0.16em;
  }
}
@media (min-width: 768px) {
  .footer-decoration img {
    left: 31vw;
    top: -4.5rem;
  }
  .footer-grid {
    grid-template-columns: 48% 1fr;
    grid-template-rows: minmax(1rem, 4rem) minmax(1rem, 2rem) 1fr;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .footer-brand {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-nav {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .footer-contact {
    grid-column: 1;
    grid-row: 2 / span 2;
  }
  .footer-buttons {
    grid-column: 2;
    grid-row: 3;
  }
  .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-logo-area {
    flex-direction: row;
    align-items: center;
  }
  .footer-logo img {
    width: 4.25rem;
    height: 4.25rem;
  }
  .footer-logo-sub {
    font-size: 0.875rem;
  }
  .footer-contact-label {
    display: none;
  }
  .footer-nav-area {
    gap: 2rem;
  }
  .footer-buttons-area {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-btn {
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 0.75rem;
  }
  a.footer-btn:hover,
  a.footer-btn:hover img {
    opacity: 1;
  }
  .footer-btn .button-icon {
    display: block;
  }
  .footer-copyright-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-nav-list li {
    letter-spacing: 0.005em;
  }
}
@media (min-width: 992px) {
  .footer-main {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .footer-grid {
    column-gap: 3rem;
  }
  .footer-logo-text {
    justify-content: center;
  }
  .footer-nav-area {
    flex-direction: row;
    gap: 3rem;
  }
  .footer-contact-area {
    align-items: center;
    gap: 0.15rem;
    padding: 0;
    border: none;
  }
  .footer-contact-label {
    font-size: 1.25rem;
    line-height: 2.5;
  }
  .footer-contact-tel {
    font-size: clamp(2.25rem, 2.5vw, 2.5rem);
  }
  .footer-contact-hours {
    font-size: 1rem;
    margin-top: 0.25rem;
    font-weight: 700;
  }
  .footer-btn-contact-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer-btn-support {
    margin: 0;
    max-width: calc(100% - 120px);
  }
  .footer-social-icon {
    margin: 0;
  }
  .footer-buttons-area {
    gap: 1.5rem;
  }
  .footer-btn-support {
    padding: 0.9375rem 2.5rem;
  }
  .footer-btn-icon-area {
    margin-top: 1.5rem;
  }
  .footer-btn-text-small {
    font-size: 1rem;
  }
  .footer-btn-text-large {
    font-size: 1.25rem;
  }
  .footer-btn-contact,
  .footer-btn-recruit {
    padding: 0.75rem 2rem;
  }
  .footer-links-area {
    gap: 1.5rem;
    align-items: center;
  }
  .footer-link-btn {
    flex: 1;
    min-width: 14.875rem;
  }
  .footer-link-btn-sanpo {
    justify-content: space-between;
    min-width: 17rem;
    padding: 1.2rem 1.5rem;
  }
  .footer-link-btn-external {
    min-width: 9rem;
    justify-content: center;
    padding: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .footer-nav-list ul {
    grid-template-columns: repeat(3, max-content);
    column-gap: 0.5rem;
  }
  .footer-nav-list li a {
    font-size: clamp(0.85rem, 1.2vw, 1.125rem);
  }
  .footer-btn-contact,
  .footer-btn-recruit {
    width: auto;
    max-width: max-content;
  }
  .footer-nav-list ul {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1.9fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas:
      "a d g"
      "b e h"
      "c f .";
  }
  .footer-nav-list li:nth-child(1) {
    grid-area: a;
  }
  .footer-nav-list li:nth-child(2) {
    grid-area: b;
  }
  .footer-nav-list li:nth-child(3) {
    grid-area: c;
  }
  .footer-nav-list li:nth-child(4) {
    grid-area: d;
  }
  .footer-nav-list li:nth-child(5) {
    grid-area: e;
  }
  .footer-nav-list li:nth-child(6) {
    grid-area: f;
  }
  .footer-nav-list li:nth-child(7) {
    grid-area: g;
  }
  .footer-nav-list li:nth-child(8) {
    grid-area: h;
  }
  .footer-btn-contact, .footer-btn-recruit {
    padding: 1rem 1.5rem;
  }
  .footer-btn-contact {
    flex: 1;
    max-width: 63%;
  }
  .footer-btn-icon-recruit {
    width: 37%;
  }
}
@media (min-width: 1400px) {
  .footer-main {
    padding-top: 5.4375rem;
    padding-bottom: 4.625rem;
  }
  .footer-grid {
    grid-template-columns: 45.766% 1fr;
    column-gap: 6.3125rem;
    padding-left: 5.125rem;
    padding-right: 5.125rem;
  }
  .footer-link-btn-sanpo {
    max-width: calc(100% - 32%);
    gap: 1.25rem;
  }
  .footer-social-txt {
    font-size: 0.75rem;
  }
  .footer-link-btn-external {
    min-width: 12.9375rem;
  }
  .footer-btn-icon-area {
    gap: 2.5rem;
  }
  .footer-btn {
    gap: 0.75rem;
  }
  .footer-btn-icon-mail {
    width: 2.2rem;
    height: 2.2rem;
  }
  .footer-btn-icon-recruit {
    height: 2.5rem;
    width: 2.5rem;
  }
  .footer-btn-text {
    font-size: clamp(0.875rem, 1.11vw, 1rem);
  }
}
@media (min-width: 1441px) {
  .footer-contact-tel {
    white-space: nowrap;
  }
  .footer-btn-text-small,
  .footer-link-btn {
    font-size: 0.75rem;
  }
  .footer-btn-text-large {
    font-size: 0.94rem;
  }
  .footer-btn-text {
    font-size: clamp(.7rem, 1vw, .9rem);
  }
}
/* ========================================
   slider CSS
======================================== */
.slider-swiper,
.slider-swiper * {
  pointer-events: none;
}
.swiper-section-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1600px;
  margin: 0 auto;
}
[class*="swiper"]:focus {
  outline: none;
}
.slide-media {
  position: relative;
  overflow: hidden;
}
.slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.swiper-section {
  overflow: hidden;
}
.swiper-section .swiper {
  overflow: visible;
}
.swiper-section .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-section .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.swiper-section .slide {
  width: 12rem;
}
.swiper-section .slide-media {
  padding-top: 100%;
}
.swiper-section .slide-media img {
  height: calc(100% - 10px);
}
.recruit-flow .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.recruit-flow .swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
}
.swiper-button-prev {
  left: 1.143rem !important;
}
.swiper-button-next {
  right: 1.143rem !important;
}
@media only screen and (min-width: 768px) {
  .swiper-section .slide {
    width: 20rem;
  }
}

/* ========================================
  フローティングバナー用CSS
======================================== */
.floating-banner {
  --floating-banner-transition-duration: 0.2s;
  --floating-banner-transition-delay-show: 0.08s;
  --floating-banner-transition-delay-hide: 0s;
  --floating-banner-height-padding: 0.5rem;
  --floating-banner-height-text: 4.5em;
  --floating-banner-text-top-offset: 5.25rem;
  display: none;
  position: fixed;
  right: 2rem;
  top: calc(50% + 64px);
  transform: translateY(-50%);
  z-index: 7;
  flex-direction: column;
  gap: 1.67vw;
}
.floating-banner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 3.33vw;
  min-width: 2.75rem;
  height: auto;
}
a.floating-banner-item:hover,
a.floating-banner-item:hover img {
  opacity: 1;
}
.floating-banner-contact {
  background-color: var(--primary);
}
.floating-banner-visit {
  background-color: var(--secondary02);
}
.floating-banner-visit:hover {
  background-color: var(--secondary02-hover);
}
.floating-banner-recruit {
  background-color: var(--secondary03);
}
.floating-banner-recruit:hover {
  background-color: var(--secondary03-hover);
}
.floating-banner-icon {
  width: 1.94vw;
  height: 1.46vw;
}
.floating-banner-icon svg {
  width: 100%;
  height: 100%;
}
.floating-banner-text {
  position: absolute;
  left: 50%;
  top: calc(100% - var(--floating-banner-text-top-offset));
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  white-space: nowrap;
  transition: opacity var(--floating-banner-transition-duration) ease,
    transform var(--floating-banner-transition-duration) ease;
  color: var(--bs-white);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
}
.floating-banner-item::after {
  content: "";
  display: block;
  height: 0;
  transition: height var(--floating-banner-transition-duration) ease;
  transition-delay: var(--floating-banner-transition-delay-show);
}
.floating-banner-item:hover::after,
.floating-banner-item:focus-visible::after {
  height: calc(
    var(--floating-banner-height-padding) + var(--floating-banner-height-text)
  );
  transition-delay: var(--floating-banner-transition-delay-hide);
}
.floating-banner-item:hover .floating-banner-text {
  opacity: 1;
  transition-delay: var(--floating-banner-transition-delay-show);
}
.floating-banner-item.is-auto-expanded::after {
  height: calc(
    var(--floating-banner-height-padding) + var(--floating-banner-height-text)
  );
  transition-delay: var(--floating-banner-transition-delay-hide);
}
.floating-banner-item.is-auto-expanded .floating-banner-text {
  opacity: 1;
  transition-delay: var(--floating-banner-transition-delay-show);
}
.floating-banner-item:not(.is-auto-expanded):hover
  ~ .floating-banner-item.is-auto-expanded::after,
.floating-banner:hover
  .floating-banner-item:not(.is-auto-expanded):hover
  ~ .floating-banner-item.is-auto-expanded::after {
  height: 0;
  transition-delay: var(--floating-banner-transition-delay-show);
}
.floating-banner-item:not(.is-auto-expanded):hover
  ~ .floating-banner-item.is-auto-expanded
  .floating-banner-text,
.floating-banner:hover
  .floating-banner-item:not(.is-auto-expanded):hover
  ~ .floating-banner-item.is-auto-expanded
  .floating-banner-text {
  opacity: 0;
  transition-delay: var(--floating-banner-transition-delay-hide);
}
.floating-banner-item.is-auto-expanded:hover::after {
  height: calc(var(--floating-banner-height-padding) + var(--floating-banner-height-text));
  transition-delay: var(--floating-banner-transition-delay-hide);
}
.floating-banner-item.is-auto-expanded:hover .floating-banner-text {
  opacity: 1;
  transition-delay: var(--floating-banner-transition-delay-show);
}
@media (min-width: 992px) {
  .floating-banner {
    display: flex;
  }
  .floating-banner-item {
    padding-top: 1.67vw;
    padding-bottom: 1.67vw;
    justify-content: center;
    align-items: center;
  }
  .floating-banner-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .floating-banner-item {
    width: clamp(2.91625rem, 3.24vw, 3rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: clamp(1.46rem, 1.62vw, 1.95rem);
    padding-bottom: clamp(1.46rem, 1.62vw, 1.95rem);
  }
  .floating-banner-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(1.69875rem, 1.89vw, 2.26875rem);
    height: clamp(1.278125rem, 1.42vw, 1.70625rem);
  }
}
/* ========================================
   フロントページ・共通用CSS
======================================== */
.text-black-1 {
  color: var(--black02);
}
.mt-6 {
  margin-top: 3.5rem;
}
.ls-sm {
  letter-spacing: 0.05rem;
}
.section {
  padding: 2rem 0 6rem;
}
.border-radius-md {
  border-radius: 20px;
}
.page-template-frontpage main {
  padding-top: 0;
}
.first-view-bg {
  max-width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: -2;
}
.first-view-text-box-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
}
.first-view-text-box {
  position: absolute;
  top: 25%;
}
.first-view-text {
  font-size: 1.714rem;
  font-weight: 600;
  line-height: 1.74;
  letter-spacing: 0.35rem;
  margin: 0;
  padding: 0 1.714rem;
  text-shadow: 0 0 15px rgb(233 99 0), 0 0 15px rgb(203 100 9), 0 0 15px rgb(255 119 0);
}
.news-section {
  margin-top: -2rem;
  position: relative;
}
.news-item {
  display: block;
  text-decoration: none;
}
.news-item-inner {
  position: relative;
  border-radius: 0.5rem;
  padding: 1rem 2.285rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 6.625rem;
}
.news-item-label {
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.14em;
}
.news-item-dots {
  display: none;
}
.news-item-content {
  flex: 1;
}
.news-item-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.43;
  letter-spacing: 0.14em;
  margin: 0;
  word-break: break-word;
}
.news-item-arrow {
  display: none;
}
.icon-arrow-black,
.coral-st1 {
  fill: var(--black);
}
.icon-arrow-st0 {
  fill-rule: evenodd;
  isolation: isolate;
  opacity: 0.5;
}
a.icon-arrow.icon-arrow-black:hover {
  fill: var(--black);
}
.philosophy-section {
  padding: 0 0 3.5rem;
  position: relative;
}
.philosophy-section::after {
  background-image: url(./library/images/content/illust-cityscape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% center;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(4rem, 5vw, 10rem);
}
.life-section-deco01 {
  bottom: -8rem;
  left: 1.714rem;
  z-index: 2;
  width: 3.785rem;
}
.life-section-deco02 {
  right: 3.333vw;
  width: 5.521rem;
  bottom: -3.15rem;
}
.life-section-deco03 {
  right: 3.333vw;
  width: 5.521rem;
  bottom: -3.15rem;
  z-index: 2;
}
.philosophy-content {
  position: relative;
  padding: 3rem 1.5rem;
}
.philosophy-content-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 4rem);
}
.philosophy-title {
  color: var(--secondary04);
  font-size: clamp(1.5rem, 6.1vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 1.5rem;
}
.philosophy-text {
  font-size: clamp(1rem, 4.07vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.16em;
  text-align: center;
}
.philosophy-content-inner .primary-btn01 {
  max-width: 19.857rem;
}
.move-btn:hover::after {
  right: 0.755rem;
}
.philosophy-deco {
  position: relative;
  width: 100%;
}
.philosophy-deco-1,
.philosophy-deco-2 {
  display: block;
  position: relative;
}
.philosophy-deco-1 {
  width: 65%;
  top: 0;
}
.philosophy-deco-2 {
  width: 45%;
  bottom: 0;
  right: -0.143rem;
  z-index: 1;
  margin-top: -20%;
  margin-left: auto;
}
.philosophy-deco-3 {
  display: none;
}
.life-section {
  position: relative;
  padding: 3rem 0;
  background-color: var(--bs-white);
}
.life-section-title-decoration {
  width: 10rem;
  height: 0.85rem;
  margin: 0 auto 4rem;
  position: relative;
}
.life-section-cards {
  margin-top: 1.714rem;
  margin-bottom: 3rem;
}
.life-section-card {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.life-section-card img {
  border-radius: 0;
}
.life-section-card-label {
  position: absolute;
  top: -1.25rem;
  left: 0;
  z-index: 2;
  width: 7.8rem;
  height: 6.7rem;
}
.life-section-card-image {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  margin-bottom: 1.5rem;
}
.life-section-card-arrow {
  transform: rotate(90deg);
  width: 1.4375rem;
  height: 1.4375rem;
  flex-shrink: 0;
}
.life-section-card-link:hover {
  opacity: 0.8;
}
.section {
  padding: 4rem 0;
}
.category-news .section {
  padding: 2rem 0 6rem;
}

/*** お問い合わせセクション ***/
.contact-section {
  position: relative;
  padding: 3rem 0 4rem;
  z-index: 1;
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.contact-title {
  font-size: clamp(1.25rem, 5.33vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin-bottom: 1.714rem;
}
.contact-description {
  color: var(--black);
  font-size: clamp(0.88rem, 3.67vw, 1rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
.contact-card {
  position: relative;
  padding: 2rem 1.5rem;
}
.contact-section-decoration img {
  right: 1vw;
  top: -3.857rem;
  width: 3.428rem;
  height: 3.857rem;
}
.contact-phone-area {
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.contact-phone-icon {
  width: 1.63rem;
  height: 1.63rem;
  flex-shrink: 0;
  border-radius: 50%;
}
.contact-phone-content {
  flex: 1;
}
.contact-phone-label,
.contact-mail-label {
  font-size: clamp(0.88rem, 3.67vw, 1.13rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.25rem;
}
.contact-mail-label {
  letter-spacing: 0.12em;
}
.contact-phone-label {
  letter-spacing: 1px;
}
.contact-phone-number {
  font-size: clamp(1.5rem, 6.25vw, 2rem);
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-bottom: 0.25rem;
}
.contact-phone-tel-label {
  color: var(--black);
  font-size: clamp(0.88rem, 3.67vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.contact-phone-hours {
  color: var(--black);
  font-size: clamp(0.88rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.contact-divider {
  display: none;
}
.contact-form-btn {
  gap: 0.5rem;
  color: var(--bs-white);
  border-radius: 2rem;
  padding: 0.75rem 2.13rem 0.75rem 2rem;
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  transition: background-color 0.3s ease;
}
.contact-form-arrow {
  width: 1.44rem;
  height: 1.44rem;
  transform: rotate(90deg);
}
.nav-btns {
  gap: 1rem;
  justify-content: center;
}
.nav-btn {
  width: 115px;
  height: 115px;
  color: var(--bs-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  background-color: var(--secondary03);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 0 0.5rem 0.5rem;
}
.nav-btn.nav-btn-admission {
  background-color: var(--secondary02);
}
a.nav-btn:hover,
a.nav-btn:hover img {
  opacity: 1;
}
.nav-btn:hover {
  background-color: var(--secondary03-hover);
}
.nav-btn.nav-btn-admission:hover {
  background-color: var(--secondary02-hover);
}
.nav-btn img {
  width: 30px;
  height: 30px;
}
.nav-btn-text {
  color: var(--bs-white);
  font-size: clamp(1.143rem, 1.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.16em;
  text-align: center;
}
/*** アクセスセクション ***/
.access-section {
  position: relative;
  padding: 4rem 0 9rem;
}
.access-section-decoration img {
  right: 0.5rem;
  top: 2.5rem;
  width: 74px;
  height: 79px;
}
.access-title {
  color: var(--black);
  font-size: clamp(1.25rem, 5.33vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 1.714rem;
}
.access-details {
  display: flex;
  flex-direction: column;
  gap: 1.67rem;
  text-align: center;
}
.access-organization {
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.286rem;
}
.access-address {
  color: var(--black);
  font-size: clamp(0.88rem, 3.67vw, 1rem);
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.12em;
}
.access-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.access-phone-number {
  color: var(--primary);
  font-size: clamp(1.5rem, 6.25vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.access-phone-label {
  color: var(--black);
  font-size: clamp(0.88rem, 3.67vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
}
.access-phone-hours {
  color: var(--black);
  font-size: clamp(0.88rem, 3.67vw, 1rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
.access-method {
  padding-top: 1rem;
}
.access-method-header {
  gap: 0.2rem;
  justify-content: center;
  margin-bottom: 0.42rem;
}
.access-method-icon {
  width: 1.25rem;
}
.access-method-title {
  color: var(--primary);
  font-size: clamp(0.88rem, 3.67vw, 1rem);
  font-weight: 900;
  line-height: 1.94;
  letter-spacing: 0.12em;
}
.access-method-text {
  color: var(--black);
  font-size: clamp(0.88rem, 3.67vw, 1rem);
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.12em;
}
.access-method .policy ul li span {
  position: relative;
}
.access-wrapper {
  padding-right: calc(var(--bs-gutter-x) * 1.143);
  padding-left: calc(var(--bs-gutter-x) * 1.143);
}
.access-map-wrapper {
  width: 100%;
}
.access-map {
  width: 100%;
}
.access-map iframe {
  width: 100%;
  height: 289px;
}
/*** ページヘッダー ***/
:root {
  --header-height-sp: 64px;
  --header-height-pc: 147px;
}
.header-spacer {
  height: var(--header-height-sp);
}
.page-top-visual {
  position: relative;
  overflow: hidden;
}
.page-top-visual-inner {
  position: absolute;
  inset: 0;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-top-visual-title {
  color: var(--primary);
  font-size: 1.25rem;
  margin: 0;
  text-shadow: 0 0 10px var(--bs-white), 1px 1px 10px var(--bs-white),
    0px 1px 10px var(--bs-white), -1px -1px 10px var(--bs-white),
    1px 0px 10px var(--bs-white), -1px 0px 10px var(--bs-white),
    0px -1px 10px var(--bs-white), 0 0 10px var(--bs-white),
    1px 1px 10px var(--bs-white), 0px 1px 10px var(--bs-white),
    -1px -1px 10px var(--bs-white), 1px 0px 10px var(--bs-white),
    -1px 0px 10px var(--bs-white), 0px -1px 10px var(--bs-white);
}
.page-top-visual-image {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  object-position: 50% 30%;
  display: block;
}
.recruit .page-top-visual-image {
  object-position: 50% 10%;
}
@media print, screen and (min-width: 768px) {
  .page-template-frontpage main {
    padding-top: 147px;
  }
  .section {
    padding: 4.5rem 0 6rem;
  }
  .first-view-text-box {
    left: 5rem;
    transform: translateY(-50%);
  }
  .first-view-text {
    font-size: 1.75rem;
  }
  .news-section-inner {
    position: absolute;
    left: 0;
    bottom: clamp(2rem, 3vw, 3.9375rem);
  }
  .news-item-inner {
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 1rem 1.5625rem;
    min-height: 3.9375rem;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    margin-left: -1.75rem;
  }
  .news-item-label {
    color: var(--black02);
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0.16em;
    flex-shrink: 0;
  }
  .news-item-dots {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex-shrink: 0;
    padding: 0 0.5rem;
  }
  .news-item-dot {
    width: 0.25rem;
    height: 0.25rem;
    background-color: var(--black);
    border-radius: 50%;
  }
  .news-item-content {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .news-item-content section {
    overflow: hidden;
    width: 335px;
  }
  .news-item-title {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.16em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-item-arrow {
    display: block;
    flex-shrink: 0;
    width: 1.9375rem;
    height: 1.9375rem;
  }
  :root {
    --header-height-sp: var(--header-height-pc);
  }
  .page-top-visual-inner {
    position: relative;
    inset: auto;
    padding: 2rem 1.5rem;
  }
  .page-top-visual-title {
    text-shadow: none;
    font-size: clamp(1.75rem, 2vw, 2.25rem);
  }
  .page-top-visual-image {
    height: 17.625rem;
  }
  .philosophy-section {
    margin-top: 2rem;
  }
  .philosophy-content {
    padding: 4rem 0 8rem;
  }
  .philosophy-content-box {
    flex: 1;
  }
  .philosophy-title {
    font-size: clamp(1.75rem, 2.34vw, 2rem);
    margin-bottom: 2rem;
    text-align: left;
  }
  .philosophy-text {
    font-size: clamp(1.125rem, 1.46vw, 1.25rem);
    line-height: 2.5;
    text-align: left;
  }
  .life-section {
    padding: 6rem 0;
  }
  .life-section-cards {
    margin-top: 2.5rem;
  }
  .life-section-deco01 {
    width: 6.375rem;
    left: -2.858rem;
  }
  .life-section-deco02 {
    bottom: -0.15rem;
  }
  .contact-section {
    padding: 7.78rem 0 5.56rem;
  }
  .contact-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-section-decoration img {
    left: 1vw;
    right: inherit;
  }
  .contact-phone-label,
  .contact-mail-label {
    font-size: clamp(0.88rem, 3.67vw, 1.13rem);
  }
  .contact-divider {
    display: block;
    width: 1px;
    height: auto;
    background-color: var(--black);
    margin: 0 1.5rem;
  }
  .access-section {
    padding: 9.8125rem 0 9.8125rem;
  }
  .access-section-decoration img {
    right: 10%;
    width: 10rem;
    height: 10rem;
  }
  .access-details {
    text-align: left;
    flex-direction: row;
    align-items: flex-end;
  }
  .access-organization,
  .access-phone {
    align-items: flex-start;
  }
  .access-method-header {
    justify-content: flex-start;
  }
  .access-method-header:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--primary);
    margin-left: 1rem;
  }
  .access-map {
    display: flex;
    height: 100%;
  }
  .access-map iframe {
    width: 100%;
    height: 100%;
    min-height: 465px;
  }
}
@media (min-width: 992px) {
  .philosophy-content-inner {
    flex-direction: row-reverse;
    align-items: center;
  }
  .philosophy-decos {
    width: calc(50% - clamp(4rem, 4vw, 5rem));
  }
  .philosophy-deco-1 {
    width: 80%;
  }
  .philosophy-deco-2 {
    width: 50%;
    right: clamp(-2rem, -8vw, -1rem);
    margin-top: 1.5rem;
    z-index: -1;
  }
  .philosophy-deco-3 {
    display: block;
    width: 16vw;
    bottom: 0rem;
    position: absolute;
  }
  .contact-section-decoration img {
    left: 5vw;
    top: -7.125rem;
    width: 6.375rem;
    height: 7.125rem;
  }
  .life-section-card {
    margin-bottom: 0;
  }
  .life-section-deco01 {
    top: 1rem;
    bottom: inherit;
  }
  .contact-section {
    padding: 8rem 0 7.5rem;
  }
  .contact-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .nav-btns {
    gap: 2rem;
  }
  .access-wrapper {
    display: flex;
    gap: 3rem;
  }
  .access-details {
    flex-direction: column;
    align-items: flex-start;
    width: 38.33%;
  }
  .access-method .policy ul li span {
    position: absolute;
  }
  .access-map-wrapper {
    width: 56.33%;
  }
}
@media print, screen and (min-width: 1200px) {
  .philosophy-deco-2 {
    bottom: 5.5rem;
  }
  .section {
    padding: 5rem 0;
  }
  .contact-card {
    justify-content: space-evenly;
  }
  .contact-phone-area {
    margin-bottom: 0;
    flex-direction: row;
    gap: 2rem;
  }
  .contact-form-btn {
    min-width: 300px;
  }
  .contact-divider {
    min-height: 10rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .page-top-visual-inner {
    padding: 4rem 1.5rem 2rem;
  }
  .first-view-text {
    font-size: 2rem;
  }
  .philosophy-section {
    padding: 3rem 0;
  }
  .philosophy-content {
    padding: 4.938rem 0;
  }
  .philosophy-deco-2 {
    top: inherit;
    bottom: 3.5rem;
  }
  .philosophy-deco-3 {
    bottom: 3rem;
  }
  .philosophy-title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.16em;
    margin-bottom: 2.313rem;
  }
  .philosophy-text {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.16em;
    margin-left: auto;
    margin-right: auto;
  }
  .life-section {
    padding: 5.5rem 0;
  }
  .life-section-title-decoration {
    width: 13.1875rem;
    height: 1.0625rem;
    margin-bottom: 4rem;
  }
  .life-section-cards {
    margin-top: 3.5rem;
    margin-bottom: 0;
  }
  .life-section-card {
    margin-bottom: 0;
    padding-right: calc(var(--bs-gutter-x) * 1.143);
    padding-left: calc(var(--bs-gutter-x) * 1.143);
  }
  .life-section-card-label {
    top: -2rem;
    left: 0;
    width: 8.6875rem;
    height: 7.5625rem;
  }
  .life-section-card-image {
    aspect-ratio: 519 / 328;
    margin-bottom: 2rem;
  }
  .contact-section-decoration img {
    left: 13vw;
  }
  .contact-section {
    padding: 11.67rem 0 9.72rem;
  }
  .contact-title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.16em;
    margin-bottom: 3.5rem;
  }
  .contact-description {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
  .contact-phone-icon {
    width: 1.88rem;
    height: 1.88rem;
  }
  .contact-phone-label,
  .contact-mail-label {
    font-size: 1.25rem;
    line-height: 2;
  }
  .contact-phone-number {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .contact-phone-tel-label,
  .contact-phone-hours {
    font-size: 1rem;
  }
  .contact-form-btn {
    font-size: 1rem;
    padding: 0.75rem 2.5rem;
    max-width: max-content;
  }
  .nav-btn {
    max-width: 11.75rem;
    padding: 2.5rem 1.25rem;
    width: 9.75rem;
    height: 9.75rem;
  }
  .nav-btn img {
    width: 2rem;
    height: 2rem;
  }
  .nav-btn-text {
    font-size: 1.25rem;
  }
  .access-wrapper {
    gap: 4rem;
    align-items: flex-end;
  }
  .access-section {
    padding: 10.187rem 0;
  }
  .access-title {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
  .access-details {
    gap: 2rem;
  }
  .access-organization {
    font-size: 1.25rem;
  }
  .access-address {
    font-size: 1rem;
    line-height: 1.44;
  }
  .access-phone {
    flex-direction: row;
    align-items: baseline;
    gap: 0;
    flex-wrap: wrap;
  }
  .access-phone-number {
    font-size: 1.5rem;
  }
  .access-phone-label,
  .access-phone-hours {
    font-size: clamp(0.88rem, 1vw, 1rem);
  }
  .access-method-title {
    font-size: 1rem;
  }
  .float-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 1rem;
  }
  .float-lis li {
    width: auto;
    max-width: 80%;
  }
  .access-method-text {
    font-size: 1rem;
  }
}
@media (min-width: 1441px) {
  .header-spacer {
    display: none;
  }
  .page-top-visual,
  .page-template-frontpage main {
    padding-top: 196px;
  }
  .page-top-visual-image {
    height: clamp(22.4375rem, 23.33vw, 29.5rem);
  }
  .philosophy-deco-2 {
    bottom: 1.5rem;
  }
  .philosophy-deco-3 {
    bottom: 1rem;
  }
  .page-top-visual-title {
    top: 250px;
    bottom: inherit;
  }
  .section {
    padding: 6rem 0;
  }
  .first-view-text {
    font-size: clamp(2rem, 2.08vw, 2.6667rem);
    line-height: clamp(2.5rem, 2.6vw, 3.3333rem);
    letter-spacing: clamp(0.32rem, 0.42vw, 0.4267rem);
  }
  .move-btn {
    min-width: clamp(17.375rem, 18.08vw, 23.167rem);
    height: clamp(3.688rem, 3.84vw, 4.917rem);
    border-radius: clamp(1.844rem, 1.92vw, 2.458rem);
  }
  .access-organization {
    font-size: 1.25rem;
  }
  .life-section {
    padding: clamp(5.5rem, 6.15vw, 8.875rem) 0;
  }
  .life-section-title {
    font-size: clamp(2rem, 2.24vw, 3.227rem);
  }
  .life-section-title-decoration {
    width: clamp(13.1875rem, 14.76vw, 21.31rem);
    height: clamp(1.0625rem, 1.19vw, 1.718rem);
  }
  .life-section-card-label {
    width: clamp(8.6875rem, 9.72vw, 14.03rem);
    height: clamp(7.5625rem, 8.46vw, 12.22rem);
  }
  .contact-section {
    padding: clamp(11.67rem, 12.15vw, 14rem) 0 clamp(9.72rem, 10.1vw, 11.67rem);
  }
  .nav-btn {
    max-width: 156px;
    max-height: 156px;
  }
  .nav-btn-text {
    font-size: clamp(1rem, 1.25vw, 1.25rem);
  }
  .nav-btn-txt {
    font-size: 0.777rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .philosophy-deco-1 {
    top: -3rem;
  }
  .philosophy-deco-2 {
    width: 17.5rem;
    bottom: 6.5rem;
  }
  .philosophy-deco-3 {
    bottom: 6.5rem;
  }
  .contact-card {
    justify-content: space-between;
  }
  .nav-btns {
    flex: 1;
  }
  .nav-btn {
    max-width: 11.75rem;
    max-height: inherit;
  }
  .access-phone-hours {
    font-size: 1rem;
  }
}
/* ========================================
   下層ページ用CSS
======================================== */
/*** 園についてページ ***/
.about-philosophy-section {
  position: relative;
  padding: 3rem 0;
}
.about-main {
  position: relative;
  z-index: 1;
  padding-top: 2.857rem;
  padding-bottom: 2.857rem;
}
.about-main::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bs-white);
  width: 100%;
  height: 100%;
  z-index: -2;
}
.about-decoration {
  position: absolute;
}
.about-decoration img {
  width: 100%;
  height: 100%;
}
.about-decoration-1 {
  top: -1.5rem;
  left: -0.25rem;
  width: 4.285rem;
}
.about-decoration-2 {
  top: -0.5rem;
  right: 0;
  width: 58px;
}
.about-decoration-3 {
  bottom: -3.5rem;
  left: 0;
  width: 3.785rem;
}
.about-decoration-4 {
  bottom: -2.5rem;
  right: -0.25rem;
  width: 4.875rem;
}
.about-catchphrase {
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.about-philosophy {
  text-align: center;
}
.about-philosophy-title {
  font-size: 1.143rem;
  font-weight: 900;
  letter-spacing: 0.16rem;
  margin-bottom: 1.5rem;
  line-height: 2.2;
}
.about-philosophy-text {
  color: var(--black);
  letter-spacing: 0.14rem;
  line-height: 2;
  margin: 0;
  padding: 0 0.25rem;
}
/* 教育・保育理念セクション */
.about-philosophy-goals-section {
  padding: 3rem 0;
  position: relative;
}
.about-philosophy-goals-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.about-philosophy-goals-title {
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.about-philosophy-goals-subtitle {
  font-weight: 500;
  letter-spacing: 0.14rem;
  line-height: 2;
  margin: 0;
}
.about-philosophy-goal-item {
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.about-philosophy-goal-illustration {
  width: 10.4375rem;
  height: 7.0575rem;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.about-philosophy-goal-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-philosophy-goal-text {
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
  min-height: 3.65rem;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 12px;
  color: var(--primary);
}
.about-philosophy-goal-text:before,
.about-philosophy-goal-text::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.696rem;
  height: 1.806rem;
  bottom: -0.25rem;
}
.about-philosophy-goal-text:before {
  background-image: url(./library/images/content/speech-bubble-left.svg);
  left: 1.25rem;
}
.about-philosophy-goal-text::after {
  background-image: url(./library/images/content/speech-bubble-right.svg);
  right: 1.25rem;
}
/* 教育・保育方針セクション */
.about-policy-section {
  width: 100%;
  padding: 3.5rem 0 2rem;
  position: relative;
}
.about-policy-title {
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.about-policy-item {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
.about-policy-item-1 .about-policy-image,
.about-policy-item-3 .about-policy-image {
  width: calc(100% - 2.857rem);
  height: auto;
  object-fit: cover;
  margin-right: 2.857rem;
  display: block;
}
.about-policy-item-2 .about-policy-image {
  width: calc(100% - 2.857rem);
  height: auto;
  object-fit: cover;
  margin-left: 2.857rem;
  display: block;
}
.about-policy-content {
  padding: 1.143rem 1.714rem;
  position: relative;
  max-width: calc(100% - 2.857rem);
  margin-right: auto;
  background-color: var(--bs-white);
}
.about-policy-item-2 .about-policy-content {
  margin-right: inherit;
  margin-left: auto;
}
.about-policy-text {
  letter-spacing: 0.07rem;
  line-height: 1.82;
  margin-bottom: 0;
}
.about-policy-item-1 .about-policy-text,
.about-policy-item-3 .about-policy-text {
  margin-left: auto;
}
.about-policy-item-2 .about-policy-text {
  margin-right: auto;
}
/* 施設紹介セクション */
.about-facilities-section {
  margin-top: 1.714rem;
}
.about-facilities-illustration {
  position: absolute;
  top: -6.5rem;
  right: 1.5rem;
  width: 4.682rem;
}
.about-facilities-title {
  font-weight: 700;
  color: var(--secondary04);
  letter-spacing: 0.24rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.about-facilities-text {
  letter-spacing: 0.16rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2.3rem;
}
.childcare-support-section {
  padding: 3rem 0;
}
.txt-mb-lg {
  margin-bottom: 2.285rem;
}
.about-section-title {
  margin-bottom: 1rem;
}
.childcare-support-decoration-1,
.childcare-support-decoration-2 {
  content: "";
  position: absolute;
}
.childcare-support-decoration-1 {
  top: -1rem;
  left: 0.25rem;
  width: 4.571rem;
}
.childcare-support-decoration-2 {
  top: 0.5rem;
  right: -0.85rem;
  width: 6.857rem;
}
/* 園の概要テーブル */
.about-overview-section {
  padding: 3rem 0 9rem;
}
.about-overview-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary04);
  letter-spacing: 0.24rem;
}
.about-overview-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.border-bottom-table {
  width: 100%;
  border-collapse: collapse;
}
.border-bottom-table tr {
  border-bottom: 0.0625rem solid #cfc8c0;
  display: flex;
  align-items: center;
}
.border-bottom-table th,
.border-bottom-table td {
  text-align: left;
  vertical-align: top;
}
.border-bottom-table th {
  color: var(--gray);
  font-weight: 400;
  letter-spacing: 0.04375rem;
  line-height: 1.57;
  width: 24%;
  padding: clamp(1.5rem, 6.56vw, 1.71rem) clamp(0.5rem, 1.04vw, 1.25rem)
    clamp(1.5rem, 6.56vw, 1.71rem) 0;
}
.border-bottom-table td {
  color: var(--black);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  width: 100%;
  padding: clamp(1.5rem, 6.56vw, 1.71rem) 0;
  flex: 1;
}
table.border-bottom-table td {
  border-bottom: none;
}
.border-bottom-table.primary td {
  color: var(--primary);
}
.border-bottom-table td.text-nowrap {
  letter-spacing: 0;
}
/*** 保育プログラムページ ***/
.program-activities {
  position: relative;
  padding: 2rem 0 3rem;
}
.program-activities-title {
  color: var(--secondary04);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}
.program-activities-description {
  line-height: 1.75rem;
  letter-spacing: 0.16em;
  margin-bottom: 0;
}
.play-time-decoration-1 {
  top: -2rem;
  left: 1.143rem;
  width: 5.357rem;
}
.play-time-decoration-2 {
  top: -2.2rem;
  right: 1rem;
  width: 3.436rem;
}
.program-cards-wrapper {
  position: relative;
  padding: 0 1.143rem;
  display: flex;
  flex-direction: column;
  gap: 3.428rem;
}
.program-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.program-card-salary ul li {
  padding-left: 0;
}
.program-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.program-card-title {
  font-size: 1.285rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0;
}
.program-card-text {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
  letter-spacing: 0.7px;
}
.program-card-salary ul li {
  padding-left: 0;
}
.program-other-activities {
  position: relative;
  padding: 3rem 1.143rem 4rem;
  margin-top: 2rem;
}
.program-other-title {
  color: var(--secondary04);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.7rem;
}
.program-other-activities-decoration-1 {
  top: -4.714rem;
  left: 0.5rem;
  width: 3.546rem;
}
.program-other-activities-decoration-2 {
  top: -6.857rem;
  right: 0.5rem;
  width: 3.456rem;
}
.program-other-img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.program-decoration-children {
  position: absolute;
  bottom: 5rem;
  right: 7rem;
  width: 11.7rem;
  height: 6rem;
  z-index: 1;
  opacity: 0.8;
}
.program-decoration-children img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*** 園生活・行事ページ ***/
.dayflow {
  padding: 3rem 0;
}
.dayflow-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 2.5rem 0;
}
.dayflow-tab {
  border: none;
  width: calc(100% / 2 - 10px);
  height: 88px;
  transition: 0.3s;
  background-color: transparent;
  appearance: none;
  position: relative;
}
button.dayflow-tab {
  -webkit-tap-highlight-color: transparent;
}
.dayflow-tab.flow-0-2,
.dayflow-tab.flow-0-2.active,
.dayflow-tab.flow-3-5,
.dayflow-tab.flow-3-5.active {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dayflow-tab.flow-0-2 {
  background-image: url(./library/images/content/dayflow-tab-0-2.svg);
}
.dayflow-tab.flow-0-2::before,
.dayflow-tab.flow-3-5::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(90px, 10vw, 8.9375rem);
  height: clamp(55px, 5.25vw, 4.875rem);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 60%;
}
.dayflow-tab.flow-0-2::before {
  background-image: url(./library/images/content/dayflow-tab-0-2-txt.svg);
}
.dayflow-tab.flow-0-2.active {
  background-image: url(./library/images/content/dayflow-tab-0-2-hover.jpg);
}
.dayflow-tab.flow-3-5 {
  background-image: url(./library/images/content/dayflow-tab-3-5.svg);
}
.dayflow-tab.flow-3-5::before {
  background-image: url(./library/images/content/dayflow-tab-3-5-txt.svg);
}
.dayflow-tab.flow-3-5.active {
  background-image: url(./library/images/content/dayflow-tab-3-5-hover.jpg);
}
.dayflow-content {
  display: none;
  position: relative;
}
.dayflow-content::before {
  content: "";
  position: absolute;
  left: 0.857rem;
  top: 8px;
  width: 3px;
  height: 100%;
  border-radius: 0.2rem;
  background-image: repeating-linear-gradient(
    180deg,
    var(--timeline-gray),
    var(--timeline-gray) 8px,
    transparent 8px,
    transparent 16px
  );
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 3px 100%;
}
.dayflow-content.is-active {
  display: flex;
  flex-direction: column;
  gap: 2.285rem;
}
.dayflow-row {
  display: flex;
  flex-direction: column;
  gap: 0.57rem;
  margin-left: 3rem;
  position: relative;
}
.dayflow-row-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dayflow-row-content-lunch {
  object-position: 20% center;
}
.dayflow-row-content-morning-snack {
  object-position: 0%;
}
.dayflow-info {
  display: flex;
  flex-direction: column;
  gap: 0.93rem;
  flex: 1;
}
#flow-0-2 .dayflow-row .dayflow-time,
#flow-0-2 .dayflow-row .dayflow-label {
  color: var(--primary);
  line-height: 1.2;
}
#flow-0-2 .dayflow-row .dayflow-line {
  background-color: var(--primary);
}
#flow-3-5 .dayflow-row .dayflow-time,
#flow-3-5 .dayflow-row .dayflow-label {
  color: var(--secondary02);
}
#flow-3-5 .dayflow-row .dayflow-line {
  background-color: var(--secondary02);
}
.dayflow-row-ttl {
  position: relative;
}
.dayflow-row-ttl::before,
.dayflow-row-ttl::after {
  content: "";
  position: absolute;
}
.dayflow-row-ttl::before {
  left: -2.5825rem;
  top: 0.6rem;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  width: 1.165rem;
  height: 1.165rem;
}
#flow-0-2 .dayflow-row-ttl::before {
  background-color: var(--primary);
}
#flow-3-5 .dayflow-row-ttl::before {
  background-color: var(--secondary02);
}
.dayflow-row-ttl::after {
  top: 1.09rem;
  left: -2.14rem;
  width: 1.714rem;
  height: 3px;
}
#flow-0-2 .dayflow-row-ttl::after {
  background-color: var(--primary);
}
#flow-3-5 .dayflow-row-ttl::after {
  background-color: var(--secondary02);
}
.dayflow-time {
  font-size: clamp(1.714rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.228rem;
}
.dayflow-label {
  font-size: 1.143rem;
  font-weight: 700;
  margin-bottom: 0;
}
.dayflow-text {
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.dayflow-img-wrap {
  width: 9.64rem;
  border-radius: 0px !important;
}
.dayflow-img-wrap img.dayflow-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 135 / 124;
}
.clear-box {
  min-height: 3rem;
}
.annual-events-section {
  position: relative;
  padding: 3rem 0 6rem;
  background-color: white;
}
.annual-events-section .swiper-section .slide-media {
  background-color: white;
}
.title-mb {
  margin-bottom: 1.72rem;
}
.title-mb-lg {
  margin-bottom: 2.285rem;
}
.events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  padding-left: 1.143rem;
  padding-right: 1.143rem;
}
.events-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.75rem 0;
}
.event-month {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.month-badge {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.month-badge-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.month-badge.month-green {
  background-color: var(--primary);
}
.month-badge.month-ocher {
  background-color: var(--secondary02);
}
.month-number {
  color: var(--bs-white);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.month-label {
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-right: -0.25rem;
}
.event-items {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.event-items li {
  color: var(--secondary04);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  position: relative;
  padding-left: 1.25rem;
}
.event-items li + li {
  margin-top: 0.5rem;
}
.event-items.no-dot {
  padding-left: 0;
}
.event-items li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.event-items.no-dot li::before {
  content: "";
}
/*** 入園案内 ***/
.admission-requirements {
  padding: 3rem 0;
}
.admission-title {
  text-align: center;
  color: var(--secondary04);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin-bottom: clamp(0rem, 2.78vw, 2.5rem);
}
.border-bottom-table {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 2.22vw, 2rem);
}
.border-bottom-table.primary04 + .admission-title,
.admission-title {
  color: var(--secondary04);
}
.table-row {
  display: flex;
  gap: 1rem;
  padding-bottom: clamp(1.5rem, 2.22vw, 2rem);
  border-bottom: 1px solid #cfc8c0;
}
.table-row:last-child {
  border-bottom: none;
}
.table-label {
  flex-shrink: 0;
  width: 3.69rem;
  color: var(--secondary04);
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.table-content {
  flex: 1;
  color: var(--black);
  font-size: 1.143rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.small-text {
  font-size: 1rem;
  line-height: 1.71;
}
.admission-visit {
  padding: 2.5rem 0;
}
.fs-md {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
.fs-md-lg {
  font-size: 1.285rem;
  letter-spacing: 0.16em;
}
.pc-break {
  display: none;
}
/*** 採用情報ページ ***/
.recruit-header {
  padding: 2rem 0 0;
}
.recruit-header-title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 1.5rem;
}
.recruit-header-text {
  line-height: 2;
  text-align: center;
}
.recruit-features {
  padding: 1.143rem 0 2rem;
}
.recruit .policy ul li {
  font-weight: 400;
  line-height: 2;
}
.recruit-feature-card {
  margin-bottom: 2.75rem;
  display: flex;
  flex-direction: column;
}
.recruit-feature-card.feature-blue {
  align-items: flex-end;
}
.recruit-feature-card.feature-blue .recruit-feature-img {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.recruit-feature-card.feature-green {
  align-items: flex-start;
}
.recruit-feature-card.feature-green .recruit-feature-img {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.recruit-feature-card.feature-yellow {
  align-items: flex-end;
}
.recruit-feature-card.feature-yellow .recruit-feature-img {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.recruit-feature-img {
  width: 100%;
  max-width: 22rem;
  height: 11.75rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.recruit-feature-title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.feature-blue .recruit-feature-title {
  color: var(--secondary02);
}
.feature-green .recruit-feature-title {
  color: var(--secondary03);
}
.feature-yellow .recruit-feature-title {
  color: var(--secondary04);
}
.recruit-feature-text {
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.07em;
  max-width: 20.5625rem;
  margin-bottom: 1rem;
}
.recruit-feature-decoration {
  width: 20.5625rem;
  height: 0.4375rem;
  background-color: var(--secondary);
  position: relative;
  overflow: hidden;
}
.recruit-requirements {
  padding: 3rem 0;
}
.section-title {
  color: var(--secondary04);
  font-size: clamp(1.25rem, 5.1vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
.recruit-flow {
  padding: 3rem 0;
}
.recruit-flow-wrapper {
  margin-top: 2rem;
}
.recruit-flow-swiper {
  padding-bottom: 2rem !important;
}
.recruit-flow-box {
  border-radius: 1.25rem;
  text-align: center;
  padding: 1rem 6.142rem;
}
.recruit-flow-icon {
  width: 11.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.recruit-flow-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.recruit-flow-step {
  font-size: 1.428rem;
  font-weight: 700;
  margin-bottom: 1.72rem;
}
.recruit-flow-step-title {
  color: var(--primary);
  font-size: clamp(1.428rem, 1.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
.recruit-flow-step-text {
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: 0.16rem;
  text-align: left;
  margin-bottom: 0;
}
.recruit-flow-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.senior-section {
  padding: 3rem 0;
}
.senior-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 7.142rem;
  padding-left: 1.143rem;
  padding-right: 1.143rem;
  margin-top: 5rem;
}
.senior-decoration {
  top: -2.428rem;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 4.75rem;
}
.senior-section-box {
  padding: 5rem 1rem 1.428rem;
  letter-spacing: 0.01rem;
  font-size: 1.143rem;
  font-weight: 400;
}
.recruit-cta {
  padding: 3rem 0 6rem;
}
.recruit-cta-text {
  line-height: 2;
  letter-spacing: 0.16em;
  margin-bottom: 2rem;
}
.recruit-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--secondary03);
  color: var(--bs-white);
  font-size: 1.143rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0.875rem 2.5rem;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 20rem;
  margin-left: 1.143rem;
  margin-right: 1.143rem;
}
.recruit .recruit-cta-btn,
.contact .recruit-cta-btn {
  justify-content: flex-start;
  padding: 0.875rem 1rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.recruit-cta-btn::after {
  content: "";
  color: var(--bs-white);
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 15"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5px" d="M8.6,14.2l6.8-6.8L8.6.8M14.4,7.5H.8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  transition: all 0.3s;
}
.recruit .recruit-cta-btn::after,
.contact .recruit-cta-btn::after {
  right: 0.5rem;
}
.recruit-cta-btn:hover {
  background-color: var(--secondary03-hover);
  opacity: 1;
}
.about .recruit-cta-btn {
  max-width: 19.142rem;
}
.about .recruit-cta-btn {
  justify-content: flex-start;
}
.recruit-cta-arrow {
  font-size: 1.25rem;
}
@media (min-width: 393px) {
  .d-inline-block393 {
    display: inline-block !important;
  }
  .recruit-header-text {
    letter-spacing: 0.16em;
  }
  .recruit-cta-btn,
  .recruit .recruit-cta-btn,
  .contact .recruit-cta-btn {
    max-width: 22.35rem;
  }
  .recruit .recruit-cta-btn,
  .contact .recruit-cta-btn {
    padding: 0.875rem 1.5rem;
    margin-left: 1.143rem;
    margin-right: 1.143rem;
  }
  .recruit .recruit-cta-btn::after,
  .contact .recruit-cta-btn::after {
    right: 1rem;
  }
}
@media (min-width: 576px) {
  .about-policy-item-1 .recruit-feature-title,
  .about-policy-item-1 .about-policy-text,
  .about-policy-item-3 .recruit-feature-title,
  .about-policy-item-3 .about-policy-text {
    margin-left: 2.85rem;
  }
  .about-policy-item-2 .recruit-feature-title {
    max-width: 100%;
  }
  .about-policy-item-2 .about-policy-text {
    margin-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .md-bg-white {
    background-color: white !important;
  }
  .about-main::after {
    width: calc(100% - 5.714rem);
  }
  .philosophy-section::after {
    background-image: url(./library/images/content/illust-cityscape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: clamp(5rem, 5vw, 7.125rem);
  }
  .about-philosophy-goals-section {
    padding: 3rem 0 6rem;
  }
  .about-catchphrase {
    font-size: clamp(2rem, 2.75vw, 2.5rem);
    letter-spacing: 0.28rem;
  }
  .about-philosophy-title {
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
  }
  .about-philosophy-text {
    font-size: 1rem;
    letter-spacing: 0.16rem;
  }
  .about-policy-section {
    padding: 3.5rem 0 6rem;
  }
  .about-policy-item {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    max-width: 100vw;
    gap: 1rem;
  }
  .about-policy-item-1 .recruit-feature-title,
  .about-policy-item-1 .about-policy-text,
  .about-policy-item-3 .recruit-feature-title,
  .about-policy-item-3 .about-policy-text {
    margin-left: 0;
  }
  .about-policy-item.about-policy-item-3 {
    margin-bottom: 0;
  }
  .about-policy-item-1,
  .about-policy-item-3 {
    flex-direction: row;
  }
  .about-policy-item-1 .about-policy-image,
  .about-policy-item-3 .about-policy-image {
    width: 31.75rem;
    margin-right: 0;
  }
  .about-policy-item-2 {
    flex-direction: row-reverse;
  }
  .about-policy-item-2 .about-policy-image {
    width: 31.75rem;
    margin-left: 0;
  }
  .about-policy-content {
    margin-right: auto;
    position: absolute;
    right: 8.333vw;
    max-width: calc(50% - 2.857rem);
  }
  .about-policy-item-2 .about-policy-content {
    left: 8.333vw;
    right: inherit;
  }
  .about-policy-text {
    font-size: 1rem;
    letter-spacing: 0.14rem;
    max-width: 100%;
  }
  .about-policy-item-2 .about-policy-text,
  .recruit .about-policy-item-2 .recruit-feature-title {
    max-width: 100%;
  }
  .about-facilities-section {
    margin-top: 2.5rem;
  }
  .about-facilities-illustration {
    top: -10.5rem;
    right: 0.5rem;
    width: 8.535rem;
  }
  .about-facilities-title {
    letter-spacing: 0.32rem;
    margin-bottom: 3rem;
  }
  .about-facilities-text {
    letter-spacing: 0.2rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .childcare-support-decoration-1 {
    top: inherit;
    bottom: -3rem;
    width: 7.93751rem;
  }
  .childcare-support-decoration-2 {
    top: inherit;
    bottom: -3.25rem;
    width: 13rem;
  }
  .about-decoration-1 {
    left: 5rem;
    top: 3rem;
    width: clamp(4.5rem, 8vw, 9.334rem);
  }
  .about-decoration-2 {
    top: 1.5rem;
    right: 5rem;
    width: clamp(5.5rem, 10vw, 9.949rem);
  }
  .about-decoration-3 {
    width: clamp(5.5rem, 9vw, 8.625rem);
  }
  .about-decoration-4 {
    width: clamp(5.5rem, 10vw, 10.25rem);
    bottom: 1rem;
    right: 0.5rem;
  }
  .about-philosophy-goals-title {
    font-size: 1.5rem;
    letter-spacing: 0.24rem;
  }
  .about-philosophy-goals-subtitle {
    letter-spacing: 0.16rem;
  }
  .about-philosophy-goal-illustration {
    width: clamp(12rem, 15vw, 15.125rem);
    height: clamp(7.55rem, 15vw, 9.25rem);
  }
  .about-philosophy-goal-text {
    font-size: clamp(1rem, 1.125vw, 1rem);
    letter-spacing: 0.16rem;
    min-height: 3rem;
  }
  .title-mb-lg {
    margin-bottom: 2rem;
  }
  .about-overview-title {
    font-size: 2rem;
    letter-spacing: 0.32rem;
  }
  .border-bottom-table th {
    font-size: 1rem;
    letter-spacing: 0.04375rem;
    padding: clamp(1.5rem, 1.56vw, 1.875rem) clamp(0.85rem, 1.04vw, 1.25rem)
      clamp(1.5rem, 1.56vw, 1.875rem) 0;
  }
  .border-bottom-table td {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    padding: clamp(1.5rem, 1.56vw, 1.875rem) 0;
  }
  .program-activities {
    padding: 3rem 0 10rem;
  }
  .program-other-activities-decoration-1 {
    top: -7rem;
    left: 2.5rem;
    width: 5.5rem;
  }
  .program-other-activities-decoration-2 {
    top: -11.5rem;
    right: 3.5rem;
    width: 5.36rem;
  }
  .program-activities-title {
    margin-bottom: 2rem;
  }
  .program-activities-description {
    line-height: 2rem;
  }
  .program-cards-wrapper {
    padding: 0;
  }
  .program-card-title {
    font-size: 1.5rem;
    text-align: left;
  }
  .program-card-text {
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
  }
  .program-other-activities {
    padding: 5rem 0;
  }
  .program-other-title {
    margin-bottom: 2.5rem;
  }
  .program-other-img {
    margin-bottom: 2rem;
  }
  .section-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  }
  .schedule-details {
    gap: 1.5rem;
  }
  .schedule-img {
    width: clamp(8.4375rem, 14.06vw, 12rem);
    height: clamp(7.75rem, 12.92vw, 11rem);
  }
  /*** 入園案内 ***/
  .annual-events-section {
    padding: 0 0 8rem;
  }
  .table-content {
    font-size: 1rem;
  }
  .table-label {
    font-size: 1rem;
    line-height: 2;
  }
  .fs-md {
    font-size: clamp(1rem, 1.39vw, 1.25rem);
  }
  .recruit-cta-btn {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    padding: 1.2rem 2.5rem;
    max-width: 26rem;
  }
  .about .recruit-cta-btn {
    justify-content: center;
    max-width: 26rem;
  }
  .recruit-header {
    padding: 3rem 0 0;
  }
  .recruit-features {
    padding: 4rem 0;
  }
  .recruit-requirements {
    padding: 4rem 0 3rem;
  }
  .recruit-flow {
    padding: 4rem 0;
  }
  .recruit-flow-box {
    padding: 1rem 12rem;
  }
  .recruit-flow-step {
    font-size: 1.25rem;
  }
  .senior-section-box {
    padding: 5rem 2.142rem 1.428rem;
    font-size: 1rem;
  }
  .recruit-cta {
    padding: 4rem 0 8rem;
  }
}
@media (min-width: 992px) {
  .mt-6 {
    margin-top: 4rem;
  }
  .about-policy-content {
    max-width: 57%;
  }
  .about-overview-section {
    padding: 10rem 0;
  }
  .program-card {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 3rem;
  }
  .program-card-img {
    width: 50%;
  }
  .program-card-content {
    align-items: flex-start;
    gap: 1.25rem;
    flex: 1;
  }
  .about-philosophy-goal-text {
    font-size: clamp(0.85rem, 1.125vw, 1rem);
  }
  /*** 園生活・行事ページ ***/
  .title-mb {
    margin-bottom: 2.5rem;
  }
  .title-mb-lg {
    margin-bottom: 2.5rem;
  }
  .dayflow {
    padding: 3rem 0 6rem;
  }
  .dayflow-tabs {
    gap: 8rem;
  }
  .dayflow-tab {
    width: 20rem;
    height: 7.5rem;
  }
  .dayflow-content {
    margin-top: 5rem;
  }
  .dayflow-content::before {
    left: 50%;
    transform: translateX(-50%);
    background-size: 5px 100%;
  }
  #flow-0-2.dayflow-content::before {
    background-image: repeating-linear-gradient(
      180deg,
      var(--primary),
      var(--primary) 6px,
      transparent 6px,
      transparent 16px
    );
  }
  #flow-3-5.dayflow-content::before {
    background-image: repeating-linear-gradient(
      180deg,
      var(--secondary02),
      var(--secondary02) 6px,
      transparent 6px,
      transparent 16px
    );
  }
  .dayflow-row {
    display: grid;
    grid-template-columns: 1fr 8.75rem 1fr;
    grid-template-rows: 5.75rem auto;
    align-items: start;
    gap: 0;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
  }
  .dayflow-row:last-child {
    margin-bottom: 0;
  }
  .dayflow-row.right .dayflow-time {
    padding-left: 3.5vw;
  }
  .dayflow-row-ttl::before {
    top: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    left: -5.5rem;
  }
  .dayflow-row.right .dayflow-row-ttl::before {
    left: inherit;
    right: -5.5rem;
  }
  .dayflow-row-ttl::after {
    top: 3.125rem;
    left: -4.5rem;
    width: calc(100% + 4.5rem);
  }
  .dayflow-row.right .dayflow-row-ttl::after {
    left: inherit;
    right: -4.5rem;
  }
  .dayflow-label {
    font-size: clamp(1.143rem, 1.8vw, 1.5rem);
  }
  .dayflow-info {
    gap: 1.5rem;
  }
  .dayflow-text {
    line-height: 2;
  }
  .dayflow-row.left .dayflow-img-wrap {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
  }
  .dayflow-row.left .dayflow-row-ttl {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }
  .dayflow-row.left .dayflow-info {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    padding-right: 3.5vw;
  }
  .dayflow-row.right .dayflow-row-ttl {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  .dayflow-row.right .dayflow-info {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    padding-left: 3.5vw;
  }
  .dayflow-row.right .dayflow-img-wrap {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: start;
  }
  .dayflow-img-wrap {
    width: 100%;
  }
  .dayflow-row-content {
    display: contents;
  }
  .dayflow-content.is-active {
    gap: 6rem;
  }
  .dayflow-img-wrap img.dayflow-img {
    width: 33.125rem;
    object-fit: cover;
    aspect-ratio: 135 / 74;
  }
  .clear-box {
    display: none;
  }
  .play-time-decoration-1 {
    left: -4rem;
    width: 9.312rem;
  }
  .play-time-decoration-2 {
    right: -2rem;
    width: 6.013rem;
  }
  .admission-requirements {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .admission-visit {
    padding: 8rem 0 8rem;
  }
  /*** 採用情報ページ ***/
  .recruit-flow-swiper {
    padding-bottom: 0 !important;
  }
  .recruit-flow .swiper-slide {
    width: calc(100% / 3 - 10px);
  }
  .recruit-flow-box {
    padding: 1rem 2rem;
  }
  .recruit-flow .swiper-slide::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.75rem;
    transform: translateY(-50%);
    background-image: url(./library/images/icon/icon-arrow-right-black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.875rem;
    height: 1.356rem;
    z-index: 1;
  }
  .recruit .recruit-flow .swiper-slide::after {
    top: 0.75rem;
  }
  .recruit-flow .swiper-slide:last-child:after {
    content: none;
  }
  .swiper-pagination,
  .recruit-flow .swiper-button-prev,
  .recruit-flow .swiper-button-next {
    display: none;
  }
  .senior-section-wrapper {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 2.5rem;
    margin-top: 6rem;
  }
  .senior-section-content {
    max-width: calc(100% / 2);
    width: 50%;
  }
  .senior-section-box {
    height: 100%;
  }
  .senior-decoration {
    top: -5.428rem;
    width: 7.142rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    gap: 1.75rem;
  }
  .events-grid .event-month:nth-child(-n + 6) {
    grid-column: 1;
  }
  .events-grid .event-month:nth-child(n + 7) {
    grid-column: 2;
  }
  .month-badge.month-green.chenge-coler-2col {
    background-color: var(--secondary02);
  }
  .month-badge.month-ocher.chenge-coler-2col {
    background-color: var(--primary);
  }
}
@media (min-width: 1200px) {
  .about-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about-philosophy-goals-section {
    padding: 6rem 0 8rem;
  }
  .txt-mb-lg {
    margin-bottom: 4rem;
  }
  .about-section-title {
    margin-bottom: 2.5rem;
  }
  .about-policy-item-1 .about-policy-image,
  .about-policy-item-3 .about-policy-image {
    width: 42.08vw;
    height: 22.43vw;
  }
  .about-policy-content {
    padding: 2rem 5rem;
    max-width: 46.875rem;
    width: 62.5%;
  }
  .about-policy-item-1 .about-policy-content,
  .about-policy-item-3 .about-policy-content {
    text-align: left;
  }
  .about-policy-item-1 .recruit-feature-title,
  .about-policy-item-1 .about-policy-text,
  .about-policy-item-3 .recruit-feature-title,
  .about-policy-item-3 .about-policy-text {
    margin-left: 0;
  }
  .about-policy-item-1 .about-policy-text,
  .about-policy-item-3 .about-policy-text {
    margin-left: 0;
  }
  .about-policy-item-2 .about-policy-image {
    width: 42.08vw;
    height: 22.43vw;
    border-radius: 0;
    margin-right: 0;
  }
  .about-policy-item-2 .about-policy-content {
    padding-left: 8.333vw;
    text-align: left;
  }
  .about-policy-item-2 .about-policy-text {
    margin-right: 0;
  }
  .about-facilities-text {
    margin-bottom: 3.5rem;
  }
  .title-mb-lg {
    margin-bottom: 5rem;
  }
  .events-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas:
      "m1 m2 m3"
      "m4 m5 m6"
      "m7 m8 m9"
      "m10 m11 m12";
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .event-month:nth-child(-n + 4) {
    grid-column: 1;
  }
  .event-month:nth-child(n + 5):nth-child(-n + 8) {
    grid-column: 2;
  }
  .event-month:nth-child(n + 9) {
    grid-column: 3;
  }
  .event-month:nth-child(1) {
    grid-area: m1;
  }
  .event-month:nth-child(5) {
    grid-area: m2;
  }
  .event-month:nth-child(9) {
    grid-area: m3;
  }
  .event-month:nth-child(2) {
    grid-area: m4;
  }
  .event-month:nth-child(6) {
    grid-area: m5;
  }
  .event-month:nth-child(10) {
    grid-area: m6;
  }
  .event-month:nth-child(3) {
    grid-area: m7;
  }
  .event-month:nth-child(7) {
    grid-area: m8;
  }
  .event-month:nth-child(11) {
    grid-area: m9;
  }
  .event-month:nth-child(4) {
    grid-area: m10;
  }
  .event-month:nth-child(8) {
    grid-area: m11;
  }
  .event-month:nth-child(12) {
    grid-area: m12;
  }
  .month-badge.month-green.chenge-coler-3col {
    background-color: var(--secondary02);
  }
  .month-badge.month-ocher.chenge-coler-3col {
    background-color: var(--primary);
  }
  .event-items li {
    font-size: 1.25rem;
  }
  .program-card-img {
    width: 50.375%;
    flex-shrink: 0;
  }
  .recruit-feature-title {
    padding-left: 2rem;
    margin-bottom: 0;
  }
  .about-policy-item-2 .recruit-feature-title {
    padding-left: 0;
    padding-right: 2rem;
  }
  .recruit-flow-box {
    padding: 0 3.5rem;
  }
  .recruit-cta-btn {
    max-width: 33.625rem;
  }
}
@media (min-width: 1400px) {
  .about-main::after {
    width: calc(100% - 13.25rem);
  }
  .about-catchphrase {
    letter-spacing: 0.32rem;
  }
  .about-philosophy-title {
    font-size: 1.5rem;
    letter-spacing: 0.24rem;
  }
  .about-philosophy-text {
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    letter-spacing: 0.2rem;
    line-height: 2;
    max-width: 72.86vw;
    margin-left: auto;
    margin-right: auto;
  }
  .about-philosophy-goals-section {
    padding: 10rem 0;
  }
  .about-philosophy-goals-header {
    margin-bottom: 4rem;
  }
  .about-decoration-1 {
    left: 9rem;
    top: 3.75rem;
  }
  .about-decoration-3 {
    bottom: -4.5rem;
    left: 3rem;
  }
  .about-philosophy-goals-section {
    padding: 10rem 0;
  }
  .about-philosophy-goals-section {
    padding: 10rem 0;
  }
  .about-policy-title {
    letter-spacing: 0.36vw;
    margin-bottom: 4rem;
  }
  .about-policy-text {
    letter-spacing: 0.12rem;
  }
  .program-activities {
    padding: 5rem 0 10rem;
  }
  .program-activities-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .program-activities-description {
    line-height: 2.5rem;
  }
  .program-cards-wrapper {
    gap: 5rem;
  }
  .program-other-title {
    margin-bottom: 4.8rem;
  }
  .program-other-activities {
    padding: 5rem 0 8rem;
  }
  .program-decoration-children {
    bottom: 8rem;
    right: 10rem;
    width: 21.4rem;
    height: 11.2rem;
  }
  .daily-schedule-section {
    padding: 4rem 0;
  }
  .play-time-decoration-1 {
    left: 2.5rem;
  }
  .play-time-decoration-2 {
    right: 5rem;
  }
  .annual-events-section {
    padding: 5rem 0 8rem;
  }
  .section-title {
    font-size: clamp(1.5rem, 1.56vw, 1.875rem);
  }
  /*** 園生活・行事ページ ***/
  .dayflow-tabs {
    gap: 10rem;
  }
  .dayflow-tab {
    width: 27.6875rem;
    height: 8.375rem;
    max-width: 443px;
  }
  .dayflow-img-wrap img.dayflow-img {
    height: 18.25rem;
    aspect-ratio: 530 / 292;
  }
  .month-badge {
    width: clamp(3.75rem, 6.25vw, 6rem);
    height: clamp(3.75rem, 6.25vw, 6rem);
  }
  .month-number {
    font-size: clamp(1.5rem, 2.25vw, 2rem);
  }
  .month-label {
    font-size: clamp(1rem, 1.45vw, 1.25rem);
  }
  .border-bottom-table {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    gap: 2rem;
  }
  .program-card {
    justify-content: space-between;
    gap: 5rem;
  }
  .program-card-content {
    gap: 2.5rem;
    max-width: 100%;
  }
  .table-row {
    gap: 2rem;
    padding-bottom: 2rem;
  }
  .table-label {
    width: 10.25rem;
  }
  .recruit-header {
    padding: 5rem 0 0;
  }
  .recruit-header-title {
    line-height: 1.4;
    margin-bottom: 2.5rem;
  }
  .recruit-features {
    padding: 6rem 0 4rem;
  }
  .recruit-feature-card {
    align-items: center !important;
    margin-bottom: 0;
  }
  .recruit-feature-img {
    max-width: 100%;
    height: clamp(11.75rem, 13.06vw, 14.688rem);
    border-radius: 1.25rem !important;
  }
  .recruit-feature-title {
    max-width: 100%;
  }
  .recruit-feature-text {
    font-size: clamp(0.875rem, 1.11vw, 1.25rem);
    line-height: 1.82;
    text-align: center;
    max-width: 100%;
  }
  .recruit-feature-decoration {
    width: 100%;
    max-width: 20.5625rem;
    margin: 0 auto;
  }
  .recruit-requirements {
    padding: 6rem 0 3rem;
  }
  .recruit-flow {
    padding: 6rem 0;
  }
  .recruit-flow-wrapper {
    margin-top: 3rem;
  }
  .recruit-flow-icon {
    width: clamp(11.75rem, 13.75vw, 15.438rem);
  }
  .recruit-flow-icon img {
    width: clamp(5.75rem, 10.14vw, 11.396rem);
  }
  .recruit-flow-box {
    padding: 0 5rem;
  }
  .recruit-flow-step-title {
    font-size: clamp(1.25rem, 1.67vw, 1.875rem);
    margin-bottom: 1.5rem;
  }
  .recruit-flow-step-text {
    font-size: 1rem;
    line-height: 1.82;
  }
  .senior-section-content {
    width: calc(50% - 2.875rem);
  }
  .recruit-cta {
    padding: 6rem 0;
  }
  .recruit-cta-text {
    font-size: clamp(1.25rem, 1.39vw, 1.25rem);
    margin-bottom: 3rem;
  }
}
@media (min-width: 1441px) {
  .border-bottom-table th {
    width: 24%;
  }
  .program-other-img {
    height: clamp(14.25rem, 11.88vw, 17.1rem);
  }
  .recruit-feature-img {
    height: clamp(14.688rem, 13.06vw, 19.584rem);
  }
  .recruit-flow-icon {
    width: clamp(15.438rem, 13.75vw, 20.584rem);
  }
  .recruit-flow-icon img {
    width: clamp(11.396rem, 10.14vw, 15.195rem);
  }
}
@media (min-width: 1600px) {
  .about-policy-text {
    max-width: 46vw;
    width: 40.82rem;
  }
}
/* ========================================
   投稿用CSS
======================================== */
.wp-block-search__inside-wrapper {
  display: flex;
}
.news-archive-header {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.news-archive-title {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.news-archive-item:first-child {
  padding-top: 1.714rem;
}
.news-archive-item + .news-archive-item {
  padding-top: 1rem;
}
.news-archive-link {
  text-decoration: none;
  display: block;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid #cfc8c0;
  padding-bottom: 1rem;
}
.news-archive-link:hover {
  opacity: 0.7;
}
.news-archive-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news-archive-date {
  color: var(--primary);
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.news-archive-text {
  color: var(--black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.news-archive-not-found {
  padding: 3rem 0;
  text-align: center;
}
.news-archive-not-found h2 {
  color: var(--primary);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.news-archive-not-found p {
  color: var(--black);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .related-box {
    padding-bottom: 6rem;
  }
  .news-archive-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .news-archive-title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .news-archive-content {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .news-archive-date {
    min-width: 10.25rem;
    flex-shrink: 0;
  }
  .news-archive-text {
    flex: 1;
  }
}
@media (min-width: 1400px) {
  .news-archive-header {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .category-news .section {
    padding: 4rem 0 9rem;
  }
  .news-archive-title {
    font-size: 2rem;
    letter-spacing: 0.16em;
    line-height: 1.4;
  }
  .news-archive-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .news-archive-item:first-child {
    padding-top: 5rem;
  }
  .news-archive-item + .news-archive-item {
    padding-top: 2rem;
  }
  .news-archive-link {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1441px) {
  .news-archive-title {
    font-size: clamp(2rem, 2.22vw, 3.2rem);
    letter-spacing: clamp(0.16em, 0.35vw, 0.512em);
  }
  .news-archive-date,
  .news-archive-text {
    font-size: clamp(1rem, 1.11vw, 1.6rem);
  }
}
/* ========================================
   フォーム用CSS
======================================== */
.mb-intro {
  margin-bottom: 1.72rem;
}
.contact-intro {
  margin-bottom: 3.4285rem;
}
.recruit-cta-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3.4285rem;
}
.contact-form-title {
  font-size: clamp(1.428rem, 1.46vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 2rem;
}
.contact-form-table {
  width: 100%;
  margin-bottom: 2rem;
}
table.contact-form-table tr,
table.contact-form-table td {
  border-bottom: none;
}
.contact-form-table th {
  padding: 1rem 0 0;
  vertical-align: top;
  color: var(--primary);
  font-size: clamp(14px, 4.5vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact-form-table td {
  padding: 1rem 0;
  align-items: center;
}
.contact-label-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.contact-required,
.contact-optional {
  display: inline-block;
  padding: 0.5rem 1.57rem;
  border-radius: 1.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  width: 5.75rem;
  text-align: center;
}
.contact-required {
  background-color: var(--primary);
  color: var(--bs-white);
}
.contact-optional {
  background-color: #d9d9d9;
  color: #707070;
}
.contact-form-table input[type="text"],
.contact-form-table input[type="email"],
.contact-form-table input[type="tel"],
.contact-form-table select,
.contact-form-table textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  background-color: var(--bs-white);
  border: none;
  font-size: 1rem;
  color: var(--black);
}
.contact-form-table .mwform-tel-field input[type="text"] {
  display: inline-block;
  width: auto;
}
.contact-form-table input::placeholder,
.contact-form-table textarea::placeholder {
  color: #d9d9d9;
}
.contact-form-table textarea {
  min-height: 9.6875rem;
  resize: vertical;
}
select.is-hide-first option:first-child {
  display: none;
}
.contact-date-wrapper select {
  flex: 1;
  background-color: var(--bs-white);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 8px;
  padding-right: 2rem;
  appearance: none;
  width: auto;
}
.contact-radio-wrapper {
  display: flex;
  gap: 1.5rem;
}
.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center;
}
.contact-radio-wrapper.sp-column {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  padding-left: 1.64rem;
}
.mw_wp_form
  .contact-radio-wrapper.sp-column
  .horizontal-item
  + .horizontal-item {
  margin-left: 0;
}
.contact-form-table input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.75rem;
  accent-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.contact-form-table input[type="radio"]:checked {
  background-color: var(--bs-white);
}
.contact-form-table input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mw_wp_form_confirm .mwform-radio-field label,
.mw_wp_form_confirm .contact-radio-wrapper.sp-column {
  padding-left: 0;
}
.contact-privacy-wrapper {
  margin-bottom: 1.5rem;
}
.contact-privacy-scroll {
  max-height: 10.5rem;
  overflow-y: auto;
  padding: 1rem 1.5rem;
  background-color: var(--bs-white);
  border: 0.0625rem solid var(--black);
  border-radius: 0.3125rem;
  letter-spacing: 0.02rem;
}
.contact-privacy-scroll h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.contact-privacy-scroll h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.contact-privacy-scroll p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
.contact-privacy-check {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-privacy-check .mwform-checkbox-field {
  display: inline-block;
}
.contact-privacy-check input[type="checkbox"] {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-right: 0.75rem;
  accent-color: var(--primary);
}
.contact-privacy-check label {
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: 0.05em;
}
.contact-submit-wrapper {
  text-align: center;
}
.contact-submit-btn,
.contact-back-btn {
  display: inline-block;
  padding: 0.8125rem 2rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  min-width: 21.5625rem;
}
.contact-submit-btn {
  background-color: var(--primary);
  color: var(--bs-white);
}
.contact-submit-btn:hover {
  opacity: 0.8;
}
.contact-back-submit-wrapper {
  display: none;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}
.contact-back-btn {
  background-color: #e0e0e0;
  color: var(--black);
}
.contact-back-btn:hover {
  opacity: 0.8;
}
.entry-form .contact-form-table th,
.entry-form .contact-privacy-check label {
  color: var(--primary);
}
.entry-form .contact-form-table .contact-required,
.entry-form .contact-submit-btn {
  background-color: var(--primary);
}
.entry-form .contact-form-table select {
  background-image: url(./library/images/material/select-arrow-recruit.svg);
  background-size: 14px;
}
.entry-form .contact-form-table input[type="radio"] {
  accent-color: var(--primary);
  border: 1px solid var(--primary);
}
.entry-form .contact-form-table input[type="radio"]:checked::after {
  background-color: var(--primary);
}
.entry-form .contact-privacy-check input[type="checkbox"] {
  accent-color: var(--primary);
}
.mw_wp_form .error {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.contact-date-wrapper select {
  color: #222;
}
.contact-date-wrapper select.is-placeholder {
  color: #bdbdbd;
}
.contact-date-wrapper select option {
  color: #222;
}
.contact-date-wrapper select option[value=""] {
  color: #bdbdbd;
}
.space-column select {
  width: calc(100% / 3 - 1rem);
}
@media (min-width: 480px) {
  .contact-required,
  .contact-optional {
    padding: 0.4375rem 1.375rem;
    width: 5.14rem;
  }
  .contact-form-table th {
    font-size: clamp(16px, 1.46vw, 1rem);
  }
}
@media (max-width: 767px) {
  .contact-submit-wrapper input {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mb-intro {
    margin-bottom: 3rem;
  }
  .recruit .recruit-cta-btn,
  .contact .recruit-cta-btn {
    justify-content: center;
    padding: 1.2rem 2.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 33.625rem;
  }
  table.sp-block-table.contact-form-table th,
  table.sp-block-table.contact-form-table td {
    display: block;
    width: 100%;
  }
  .recruit-cta-btn-wrapper,
  .contact-intro {
    margin-bottom: 4rem;
  }
  .space-column select {
    width: calc(100% / 3 - 3rem);
  }
  .contact-radio-wrapper {
    flex-direction: row;
    gap: 2rem;
  }
  .contact-privacy-scroll p {
    line-height: 2;
  }
}
@media (min-width: 992px) {
  table.sp-block-table.contact-form-table th,
  table.sp-block-table.contact-form-table td {
    display: table-cell;
    vertical-align: middle;
  }
  table.sp-block-table.contact-form-table th.text-top {
    vertical-align: text-top;
  }
  .contact-form-title {
    margin-bottom: 3rem;
  }
  table.sp-block-table.contact-form-table th {
    padding: 0.75rem 0;
    width: 33%;
  }
  table.sp-block-table.contact-form-table td {
    padding: 0.75rem 0 0.75rem 2rem;
    width: 67%;
  }
  .contact-label-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .contact-radio-wrapper.sp-column {
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    padding-left: 0;
  }
  .mw_wp_form
    .contact-radio-wrapper.sp-column
    .horizontal-item
    + .horizontal-item {
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .recruit-cta-btn-wrapper {
    margin-bottom: 5rem;
  }
  .contact-form-title {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  .contact-form-table {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  table.sp-block-table.contact-form-table th {
    width: 30%;
  }
  table.sp-block-table.contact-form-table td {
    width: 70%;
  }
}
@media (min-width: 1441px) {
  table.sp-block-table.contact-form-table th {
    min-width: 33%;
  }
  table.sp-block-table.contact-form-table td {
    width: auto;
  }
}
