@charset "UTF-8";
/*
Theme Name: 品川景徳学園
Author: Adver
Version: 1.0
*/
html {
  scroll-behavior: auto;
}
html ::-moz-selection {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--pink);
}
html ::selection {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--pink);
}

:focus {
  outline: 2px ridge #ccc !important;
  outline-offset: 8px !important;
  border-radius: 5px !important;
}
:focus:not(:focus-visible) {
  outline: 0 !important; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

body {
  background-image: url(../shinagawakeitokugakuen/assets/images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  -webkit-padding-before: clamp(4.5rem, -858rem + 2300vw, 5.938rem);
          padding-block-start: clamp(4.5rem, -858rem + 2300vw, 5.938rem);
}

ol {
  list-style-position: outside;
  padding-left: 1em !important;
}

ul {
  list-style-position: outside;
  padding-left: 1.5em !important;
}

.has-inline-color.has-pink-color {
  font-weight: 500;
}

h1 .has-inline-color.has-pink-color {
  font-weight: 400;
}

.wp-block-navigation-submenu .wp-block-navigation-item__content {
  font-weight: 400;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--pink);
}

.front-post .wp-block-group {
  max-width: 740px;
  margin-inline: auto;
}
.front-post li.wp-block-post a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .front-post li.wp-block-post a:hover {
    opacity: 0.55;
  }
}
.front-post li.wp-block-post:first-child > div {
  border: none;
}

.wp-block-post-content ul.wp-block-post-template {
  max-width: 740px;
  margin-inline: auto;
  -webkit-margin-after: var(--wp--preset--spacing--170);
          margin-block-end: var(--wp--preset--spacing--170);
}
.wp-block-post-content ul.wp-block-post-template li.wp-block-post a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .wp-block-post-content ul.wp-block-post-template li.wp-block-post a:hover {
    opacity: 0.55;
  }
}
.wp-block-post-content ul.wp-block-post-template li.wp-block-post:first-child > div {
  border: none;
}
.wp-block-post-content .wp-block-query-pagination {
  gap: var(--wp--preset--spacing--90);
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-previous:hover,
  .wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-next:hover {
    opacity: 0.55;
  }
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--90);
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
    opacity: 0.55;
  }
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers span.page-numbers {
  border-radius: 1.875rem;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--pink);
}

.aboutus-history {
  position: relative;
}
.aboutus-history::before {
  position: absolute;
  content: "";
  border-left: 5px dotted #ffdcdc;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 13px;
  height: 95%;
}
@media (max-width: 600px) {
  .aboutus-history::before {
    display: none;
  }
}
.aboutus-history-box::before {
  content: "";
  min-width: 30px;
  min-height: 30px;
  background: #ffdcdc;
  left: 0;
  top: 0;
  border-radius: 1000px;
}
@media (max-width: 600px) {
  .aboutus-history-box::before {
    display: none;
  }
}
.aboutus-history-numbers {
  min-width: 59px;
}
.aboutus-history-month {
  min-width: 30px;
}

.cta-entry-wrap {
  padding-inline: 20px;
}
.cta-entry-wrap-btns > div {
  width: 100%;
}
.cta-entry-wrap-btns .wp-block-button__link {
  margin-inline: auto;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  font-size: clamp(1.25rem, 1.192rem + 0.26vw, 1.5rem);
}
@media (max-width: 740px) {
  .cta-entry-wrap-btns .wp-block-button__link {
    padding: 20px !important;
  }
}
.cta-entry-wrap-btns .wp-block-button__link::before {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url(../shinagawakeitokugakuen/assets/images/cta-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 100vmax;
  width: 1.5625rem;
  height: 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 740px) {
  .cta-entry-wrap-btns .wp-block-button__link::before {
    right: 20px;
  }
}
@media (any-hover: hover) {
  .cta-entry-wrap-btns .wp-block-button__link:hover::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: var(--wp--preset--color--white);
    border-radius: 100vmax;
  }
}
.cta-recruit {
  overflow: visible;
  position: relative;
}
@media (max-width: 740px) {
  .cta-recruit {
    padding-inline: 20px !important;
  }
}
.cta-recruit-wrap {
  position: relative;
  max-width: 40.625rem;
}
@media (max-width: 740px) {
  .cta-recruit-wrap {
    -webkit-margin-after: 100px !important;
            margin-block-end: 100px !important;
    padding-inline: 20px !important;
  }
}
.cta-recruit-wrap > p {
  max-width: 31.875rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 740px) {
  .cta-recruit-wrap > p {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: start;
  }
}
@media (max-width: 740px) {
  .cta-recruit-wrap > h2 {
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    text-align: start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cta-recruit-wrap-figure {
  position: absolute;
  top: -10%;
  left: -5%;
  z-index: 1;
  max-width: 5.375rem;
  height: auto;
}
@media (max-width: 740px) {
  .cta-recruit-wrap-figure {
    top: -6%;
    left: initial;
    right: -2.5%;
    max-width: 4rem;
  }
}
.cta-recruit-wrap-figure__right {
  pointer-events: none;
  position: absolute;
  bottom: 1.25rem;
  right: 25%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 1;
  max-width: 7.125rem;
  height: auto;
}
@media (max-width: 1360px) {
  .cta-recruit-wrap-figure__right {
    right: 2%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: clamp(4.2rem, 8vw, 7.125rem);
  }
}
@media (max-width: 740px) {
  .cta-recruit-wrap-figure__right {
    right: 2%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: clamp(3.3rem, 9.5vw, 7.125rem);
  }
}
.cta-recruit-wrap-figure__left {
  pointer-events: none;
  position: absolute;
  bottom: 1.25rem;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  max-width: 24.5625rem;
  height: auto;
}
@media (max-width: 1360px) {
  .cta-recruit-wrap-figure__left {
    left: 2%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: clamp(13.1rem, 27vw, 24.5625rem);
  }
}
@media (max-width: 740px) {
  .cta-recruit-wrap-figure__left {
    left: 2%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: clamp(10.8rem, 33vw, 24.5625rem);
  }
}
.cta-btn-jobDescription a {
  position: relative;
  background-image: url(../shinagawakeitokugakuen/assets/images/cta-btn-bg-jobDescription.svg);
  background-repeat: no-repeat;
  background-position: right 5rem center;
  background-size: 35%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-btn-jobDescription a::after {
  content: "JOB DESCRIPTION";
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .cta-btn-jobDescription a:hover {
    letter-spacing: 2px;
    background-size: 22%;
  }
  .cta-btn-jobDescription a:hover::after {
    letter-spacing: 2px;
  }
}
@media (max-width: 740px) {
  .cta-btn-jobDescription a {
    background-position: right 2.5rem center;
    background-size: 40%;
  }
}
.cta-btn-entry a {
  position: relative;
  background-image: url(../shinagawakeitokugakuen/assets/images/cta-btn-bg-entry.svg);
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
  background-size: 46%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-btn-entry a::after {
  content: "ENTRY";
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .cta-btn-entry a:hover {
    letter-spacing: 2px;
    background-size: 33%;
  }
  .cta-btn-entry a:hover::after {
    letter-spacing: 2px;
  }
}
@media (max-width: 740px) {
  .cta-btn-entry a {
    background-position: right 1rem center;
    background-size: 55%;
  }
}

.fab {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-padding-end: var(--wp--preset--spacing--30);
          padding-inline-end: var(--wp--preset--spacing--30);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.fab.visible {
  opacity: 1;
  pointer-events: all;
}
.fab.hidden {
  opacity: 0;
  pointer-events: none;
}
.fab-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--30);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-padding-before: 50px !important;
          padding-block-start: 50px !important;
}
.fab-btn__recruit a {
  width: 9.3125rem;
  border: 2px solid var(--wp--preset--color--green) !important;
  position: relative;
}
.fab-btn__recruit a::before {
  content: url(../shinagawakeitokugakuen/assets/images/fab-icon__recruit.svg);
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fab-btn__recruit a::after {
  content: url(../shinagawakeitokugakuen/assets/images/fab-icon__recruit____hover.svg);
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .fab-btn__recruit a:hover {
    letter-spacing: 2px;
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--green) !important;
  }
  .fab-btn__recruit a:hover::before {
    opacity: 0;
  }
  .fab-btn__recruit a:hover::after {
    content: url(../shinagawakeitokugakuen/assets/images/fab-icon__recruit____hover.svg);
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.fab-btn__contact a {
  width: 9.3125rem;
  border: 2px solid var(--wp--preset--color--pink) !important;
  position: relative;
}
.fab-btn__contact a::before {
  content: url(../shinagawakeitokugakuen/assets/images/fab-icon__contact.svg);
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fab-btn__contact a::after {
  content: url(../shinagawakeitokugakuen/assets/images/fab-icon__contact__hover.svg);
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .fab-btn__contact a:hover {
    letter-spacing: 2px;
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--pink) !important;
  }
  .fab-btn__contact a:hover::before {
    content: url(../shinagawakeitokugakuen/assets/images/fab-icon__contact__hover.svg);
  }
  .fab-btn__contact a:hover::before {
    opacity: 0;
  }
  .fab-btn__contact a:hover::after {
    content: url(../shinagawakeitokugakuen/assets/images/fab-icon__contact__hover.svg);
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 550px) {
  .fab {
    width: 100%;
    gap: 0.62rem;
    left: 0;
    -webkit-margin-after: 0.31rem;
            margin-block-end: 0.31rem;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .fab-btn {
    width: calc(50% - 0.6225rem);
  }
  .fab-btn a {
    width: 100%;
    border: none !important;
    border-radius: 100vmax !important;
    padding: 0.3125rem !important;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fab-btn a::before {
    position: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .fab-btn a::after {
    display: none;
  }
}

#to_top_scrollup {
  border: 1px solid var(--wp--preset--color--pink);
}

header {
  position: relative;
  position: fixed;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
header .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, header .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, header .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, header .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  right: auto;
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--pink);
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation-item {
  cursor: pointer;
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation-item .wp-block-navigation__submenu-container {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.4588235294);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation-item .wp-block-navigation__submenu-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation-item .wp-block-navigation__submenu-container li::after {
  position: absolute;
  right: 1.25rem;
  content: "";
  border-radius: 100vmax;
  background-size: 15px 15px;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation-item .wp-block-navigation__submenu-container li:hover::after {
    right: 1rem;
    background-image: none;
    background-color: var(--wp--preset--color--pink);
    content: "";
    width: 7px;
    height: 7px;
  }
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 nav.wp-block-navigation .wp-block-navigation__responsive-container-close,
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 nav.wp-block-navigation .wp-block-navigation__responsive-container-open {
  color: var(--wp--preset--color--pink);
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 nav.wp-block-navigation .wp-block-navigation__responsive-container-close {
  top: 5px;
  right: -6px;
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 nav.wp-block-navigation ul {
  border-radius: 0.3125rem !important;
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  min-width: auto !important;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
@media (max-width: 600px) {
  header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
  header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
  header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    -webkit-transform: none;
            transform: none;
  }
}
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container > li > a,
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container > li > a,
header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-3 .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container > li > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-margin-end: 1.5em;
          margin-inline-end: 1.5em;
}
@media (max-width: 1000px) {
  header .wp-container-core-group-is-layout-4 .wp-container-core-group-is-layout-2 .wp-block-site-logo {
    width: clamp(2.2rem, 5vw, 5rem);
  }
  header .wp-container-core-group-is-layout-4 .wp-block-home-link,
  header .wp-container-core-group-is-layout-4 .wp-block-navigation-item:nth-child(6),
  header .wp-container-core-group-is-layout-4 .wp-block-navigation-item:last-child {
    display: none;
  }
}
@media (max-width: 740px) {
  header .wp-container-core-group-is-layout-4 {
    padding-top: var(--wp--preset--spacing--30) !important;
    padding-right: var(--wp--preset--spacing--30) !important;
    padding-bottom: var(--wp--preset--spacing--30) !important;
    padding-left: var(--wp--preset--spacing--30) !important;
  }
}
header .wp-block-navigation__submenu-container {
  padding-left: 0 !important;
}
header .wp-block-navigation__container {
  padding-left: 0 !important;
}
header .header-logo {
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
header .header-logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(2.5rem, 2.298rem + 0.9vw, 3.375rem);
}
header .header-nav-sp_logo {
  display: none !important;
}
@media (max-width: 600px) {
  header .header-nav-home {
    display: none !important;
  }
  header .header-nav-sp_logo {
    display: block !important;
  }
  header .header-nav-sp_logo > a {
    color: rgba(255, 255, 255, 0.0039215686) !important;
    display: block !important;
    width: 180px !important;
    height: 46px;
    background: url(../shinagawakeitokugakuen/assets/images/logp-sp.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  header .header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 0 !important;
  }
  header .header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background: linear-gradient(273deg, #FFFAFA 27.91%, #FFE8E8 117.61%);
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-social-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-social-links .wp-block-social-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container > li {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container > li > a {
    color: var(--wp--preset--color--pink);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05625rem;
    -webkit-margin-after: 0.62rem;
            margin-block-end: 0.62rem;
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container > li > a:last-child {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.44rem 1.25rem !important;
    padding: 0 !important;
    width: 100% !important;
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container > li > ul > li {
    display: block !important;
    width: calc(50% - 1.25rem);
  }
  header .header .wp-block-navigation__responsive-container-content .wp-block-navigation__container > li > ul > li > a > span {
    text-align: left;
  }
}

footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -ms-flex-preferred-size: content;
      flex-basis: content;
}
@media (max-width: 740px) {
  footer .footer-wrapper {
    padding-top: var(--wp--preset--spacing--90) !important;
    padding-right: var(--wp--preset--spacing--30) !important;
    padding-bottom: var(--wp--preset--spacing--30) !important;
    padding-left: var(--wp--preset--spacing--30) !important;
  }
  footer .footer-wrapper-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: var(--wp--preset--spacing--180) var(--wp--preset--spacing--120);
  }
  footer .footer-wrapper-nav-other {
    gap: var(--wp--preset--spacing--30);
  }
  footer .footer-wrapper-nav-other ul {
    padding-left: 0 !important;
  }
  footer .footer-wrapper-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6125rem 1.25rem;
  }
  footer .footer-wrapper-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer-wrapper-bottom > p {
    width: 100%;
    text-align: center;
  }
  footer .footer-wrapper-tels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: var(--wp--preset--spacing--30);
  }
}

.wp-block-heading.is-style-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-heading.is-style-h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--wp--preset--gradient--pink-white);
}

.wp-block-button.is-style-link .wp-block-button__link {
  background: none;
  border-radius: 0;
  font-family: var(--wp--preset--font-family--main-font);
  color: var(--wp--preset--color--pink);
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-link .wp-block-button__link::after {
  content: "";
  background-image: url(../shinagawakeitokugakuen/assets/images/arrow.svg);
  background-color: var(--wp--preset--color--pink);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  border-radius: 100vmax;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 0.3s ease, background-image 0.3s ease, width 0.3s ease, height 0.3s ease;
  transition: background-color 0.3s ease, background-image 0.3s ease, width 0.3s ease, height 0.3s ease;
}
@media (any-hover: hover) {
  .wp-block-button.is-style-link .wp-block-button__link:hover {
    letter-spacing: 2px;
    padding-left: 10px;
  }
  .wp-block-button.is-style-link .wp-block-button__link:hover::after {
    background-image: none;
    content: "";
    width: 7px;
    height: 7px;
  }
}

.wp-block-button.is-style-recruit .wp-block-button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 3.5rem 4rem !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-recruit .wp-block-button__link::after {
  position: absolute;
  right: 1.25rem;
  content: "";
  background-image: url(../shinagawakeitokugakuen/assets/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  border-radius: 100vmax;
  width: 18px;
  height: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .wp-block-button.is-style-recruit .wp-block-button__link:hover {
    letter-spacing: 2px;
    padding-inline: 4rem 4.5rem !important;
  }
  .wp-block-button.is-style-recruit .wp-block-button__link:hover::after {
    right: 1rem;
    background-image: none;
    background-color: var(--wp--preset--color--white);
    content: "";
    width: 7px;
    height: 7px;
  }
}

td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.31rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
td a::before {
  content: "";
  background-image: url(../shinagawakeitokugakuen/assets/images/window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
}
@media (any-hover: hover) {
  td a:hover {
    opacity: 0.55;
  }
}

.is-style-targetBlank a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.31rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-style-targetBlank a::before {
  content: "";
  background-image: url(../shinagawakeitokugakuen/assets/images/window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
}
@media (any-hover: hover) {
  .is-style-targetBlank a:hover {
    opacity: 0.55;
  }
}

.is-style-commonLink a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .is-style-commonLink a:hover {
    opacity: 0.55;
  }
}

.table-of-contents > p {
  border-right: 1px solid var(--wp--preset--color--pink);
}
.table-of-contents > p:last-child {
  border: none;
}
@media (max-width: 790px) {
  .table-of-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--wp--preset--spacing--90) 0;
  }
  .table-of-contents > p {
    border: none;
    min-width: 58px;
    text-align: center;
  }
}

.breadcrumb {
  -webkit-padding-start: var(--wp--preset--spacing--170);
          padding-inline-start: var(--wp--preset--spacing--170);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.35rem, 0.269rem + 0.36vw, 0.7rem);
}
.breadcrumb > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.breadcrumb .current-page {
  font-weight: 500;
  color: var(--wp--preset--color--pink);
}

.page-en {
  color: var(--wp--preset--color--pink);
  font-family: var(--wp--preset--font-family--main-font);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04688rem;
}
.page-description {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--sub-font);
  font-size: clamp(1.125rem, 1.067rem + 0.26vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.06875rem;
}

.l-top-mv {
  overflow: hidden;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
.l-top-mv-box h1 {
  min-width: 31.5rem;
}
.l-top-mv-box-text {
  min-width: 18rem;
  margin: 0 !important;
}
.l-top-mv-img {
  mix-blend-mode: multiply;
}
.l-top-mv .scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 210px;
  -webkit-margin-before: 3.59rem;
          margin-block-start: 3.59rem;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
.l-top-mv .scroll p {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0375rem;
  color: #cb6565;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.l-top-mv .scroll p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 1px;
  height: 9.3125rem;
  background: rgba(203, 101, 101, 0.2509803922);
}
.l-top-mv .scroll p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 1px;
  height: 9.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.53%, #cb6565), color-stop(49.46%, #ffbebe), to(rgba(255, 190, 190, 0)));
  background: linear-gradient(180deg, #cb6565 14.53%, #ffbebe 49.46%, rgba(255, 190, 190, 0) 100%);
  -webkit-animation: scroll-bar 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll-bar 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media (max-width: 790px) {
  .l-top-mv {
    padding-right: var(--wp--preset--spacing--160) !important;
    gap: var(--wp--preset--spacing--170);
  }
  .l-top-mv-box h1 {
    min-width: 100%;
    font-size: clamp(1.5549rem, 6.5vw, 1.8rem) !important;
  }
  .l-top-mv-box-text {
    min-width: 100%;
  }
  .l-top-mv-img {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  .l-top-mv .scroll {
    position: absolute;
  }
}
.l-top-news {
  position: relative;
}
.l-top-news-post {
  padding-left: 0 !important;
}
@media (max-width: 600px) {
  .l-top-news-post-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: var(--wp--preset--spacing--10);
    padding: var(--wp--preset--spacing--30);
  }
  .l-top-news-post-detail h3 {
    padding: 0 !important;
  }
}
.l-top-news::before {
  position: absolute;
  bottom: 8%;
  left: 0;
  content: "";
  background: url(assets/images/news-leaf-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: clamp(9rem, 5.103rem + 7.88vw, 14.563rem);
  height: clamp(13rem, 6.913rem + 12.31vw, 21.688rem);
  opacity: 0.7;
}
@media (max-width: 790px) {
  .l-top-news::before {
    display: none;
  }
}
.l-top-news::after {
  position: absolute;
  top: 8%;
  right: 0;
  content: "";
  background: url(assets/images/news-leaf-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: clamp(7rem, 4.329rem + 5.4vw, 10.813rem);
  height: clamp(15rem, 9.789rem + 10.54vw, 22.438rem);
  opacity: 0.7;
}
@media (max-width: 790px) {
  .l-top-news::after {
    display: none;
  }
}
.l-top-aboutUs {
  max-width: 1080px;
  margin-inline: auto;
}
.l-top-aboutUs-img {
  mix-blend-mode: multiply;
}
@media (max-width: 790px) {
  .l-top-news {
    border-radius: 0.94rem !important;
  }
  .l-top-aboutUs-img figure {
    max-width: 80%;
    margin-inline: auto;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.l-philosophy img {
  mix-blend-mode: multiply;
}
.l-philosophy ol,
.l-philosophy ul {
  list-style-position: inside;
}
.l-philosophy ol li,
.l-philosophy ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.l-philosophy .wp-block-media-text {
  gap: var(--wp--preset--spacing--180);
}
.l-philosophy .wp-block-media-text .wp-block-media-text__content {
  padding: 0 !important;
}
.l-philosophy .wp-block-media-text .wp-block-media-text__content h3 {
  position: relative;
}
.l-philosophy .wp-block-media-text .wp-block-media-text__content h3::before {
  position: absolute;
  top: -0.35em;
  right: 100%;
  content: "";
  -webkit-margin-end: var(--wp--preset--spacing--30);
          margin-inline-end: var(--wp--preset--spacing--30);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 600px) {
  .l-philosophy .wp-block-media-text .wp-block-media-text__content h3::before {
    position: initial;
  }
}
.l-philosophy-detail-01 h3::before {
  background: url(../shinagawakeitokugakuen/assets/images/icon-number-01.png);
}
.l-philosophy-detail-02 h3::before {
  background: url(../shinagawakeitokugakuen/assets/images/icon-number-02.png);
}
.l-philosophy-detail-03 h3::before {
  background: url(../shinagawakeitokugakuen/assets/images/icon-number-03.png);
}
.l-philosophy-detail-04 h3::before {
  background: url(../shinagawakeitokugakuen/assets/images/icon-number-04.png);
}
.l-philosophy-detail-05 h3::before {
  background: url(../shinagawakeitokugakuen/assets/images/icon-number-05.png);
}
.l-aboutus-detail-maps {
  width: 100%;
  height: 100%;
}
.l-aboutus-detail-maps iframe {
  border-radius: 1rem;
  width: 100%;
  height: 720px;
}
@media (max-width: 600px) {
  .l-aboutus-detail-maps iframe {
    max-height: 40vh;
  }
}
@media (max-width: 600px) {
  .l-aboutus table {
    min-width: 538px;
  }
}
.l-yoursupport-donation details {
  -webkit-margin-before: var(--wp--preset--spacing--20);
          margin-block-start: var(--wp--preset--spacing--20);
  background: #fff;
  border-radius: 5px;
  -webkit-margin-after: var(--wp--preset--spacing--60) !important;
          margin-block-end: var(--wp--preset--spacing--60) !important;
}
.l-yoursupport-donation details > div {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.l-yoursupport-donation details summary {
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .l-yoursupport-donation details summary:hover {
    opacity: 0.55;
  }
}
.l-yoursupport-donation ol li, .l-yoursupport-donation ul li {
  list-style: none;
}
.l-yoursupport-donation-account_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-yoursupport-payment-transfer-account_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-yoursupport-payment-transfer-account_info ol li,
.l-yoursupport-payment-transfer-account_info ul li {
  list-style: none;
}
@media (max-width: 790px) {
  .l-recruit-message {
    padding: 0 !important;
  }
  .l-recruit-message-wrapper {
    padding: var(--wp--preset--spacing--90) !important;
  }
  .l-recruit-interview-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-recruit h3, .l-recruit p {
    text-align: start;
  }
}
.l-workflow #early-shift table::before {
  position: absolute;
  top: 5%;
  right: 5%;
  content: "";
  background: url(../shinagawakeitokugakuen/assets/images/workflow-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 7.25rem;
  height: 25rem;
}
@media (max-width: 790px) {
  .l-workflow #early-shift table::before {
    top: initial;
    bottom: 5%;
    width: 6rem;
    height: 20.7rem;
  }
}
@media (max-width: 600px) {
  .l-workflow #early-shift table::before {
    display: none;
  }
}
.l-workflow #late-shift table::before {
  position: absolute;
  top: 5%;
  right: 5%;
  content: "";
  background: url(../shinagawakeitokugakuen/assets/images/workflow-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 21.875rem;
  height: 13.25rem;
}
@media (max-width: 790px) {
  .l-workflow #late-shift table::before {
    top: 9%;
    right: 0;
    width: 16.5rem;
    height: 10rem;
  }
}
@media (max-width: 600px) {
  .l-workflow #late-shift table::before {
    display: none;
  }
}
.l-workflow #night-shift table::before {
  position: absolute;
  top: 5%;
  right: 5%;
  content: "";
  background: url(../shinagawakeitokugakuen/assets/images/workflow-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 18.75rem;
  height: 16.625rem;
}
@media (max-width: 790px) {
  .l-workflow #night-shift table::before {
    right: -5%;
    width: 16rem;
    height: 14.19rem;
  }
}
@media (max-width: 600px) {
  .l-workflow #night-shift table::before {
    display: none;
  }
}
.l-workflow #early-shift table,
.l-workflow #late-shift table,
.l-workflow #night-shift table {
  width: 100%;
  position: relative;
  max-width: 1000px !important;
  margin-inline: auto;
}
.l-workflow #early-shift table tbody,
.l-workflow #late-shift table tbody,
.l-workflow #night-shift table tbody {
  display: block;
}
.l-workflow #early-shift table tbody td,
.l-workflow #late-shift table tbody td,
.l-workflow #night-shift table tbody td {
  width: 100%;
}
.l-workflow #early-shift table tbody td mark,
.l-workflow #late-shift table tbody td mark,
.l-workflow #night-shift table tbody td mark {
  display: block;
  min-width: 67px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.l-workflow #early-shift table tbody td:has(mark),
.l-workflow #late-shift table tbody td:has(mark),
.l-workflow #night-shift table tbody td:has(mark) {
  width: 115px !important;
}
.l-workflow #schedule table {
  margin-inline: auto;
  max-width: 1000px;
}
.l-intern-wrapper > div {
  padding-left: 1em;
}
.l-intern-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-intern ol li > ul {
  padding-left: 0 !important;
  list-style: none;
}
.l-transition figure {
  display: block;
  position: relative;
  overflow-x: auto; /* 横方向にスクロールを許可 */
  -webkit-overflow-scrolling: touch; /* スムーズスクロールを有効化 (モバイル対応) */
  width: 100%; /* 親要素の幅を画面幅に合わせる */
  padding: 0; /* 必要に応じて削除 */
  margin: 0; /* 必要に応じて削除 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを幅計算に含める */
}
.l-transition figure table {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  min-width: 857px;
  width: 100%; /* 必要に応じて指定。省略可 */
  border-collapse: collapse; /* 表示の最適化 */
}
.l-interview-icon_none .vk_balloon_icon {
  display: none !important;
}
.l-interview .vk_balloon_content {
  max-width: 43.75rem !important;
}
.l-interview .vk_balloon_content .wp-block-list {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media (max-width: 600px) {
  .l-attraction-box {
    width: 100%;
  }
}
.l-attraction-text {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-jobdescription {
  margin-inline: auto;
  max-width: 1000px;
}
.l-jobdescription th {
  padding: var(--wp--preset--spacing--110) !important;
  width: 128px !important;
}
.l-jobdescription-flow {
  position: relative;
}
.l-jobdescription-flow::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "▼";
  color: var(--wp--preset--color--pink);
}
@media (max-width: 790px) {
  .l-jobdescription-flow::before {
    display: none;
  }
}
.l-jobdescription-btns-link {
  margin-inline: auto;
  max-width: 50rem;
}
.l-life-days > div {
  position: relative;
}
.l-life-days > div .l-life-days-img {
  position: absolute;
  margin: 0;
}
@media (max-width: 790px) {
  .l-life-days > div .l-life-days-img {
    display: none;
  }
}
.l-life-days > div .l-life-days-img-01 {
  top: 0;
  left: 4%;
  width: clamp(8rem, 0.708rem + 14.77vw, 14rem);
  height: auto;
}
.l-life-days > div .l-life-days-img-02 {
  bottom: 10%;
  left: 0;
  width: clamp(11.25rem, -5.082rem + 33.08vw, 24.688rem);
  height: auto;
}
.l-life-days > div .l-life-days-img-04 {
  top: 7.5%;
  right: 5%;
  width: clamp(12.5rem, 5.663rem + 13.85vw, 18.125rem);
  height: auto;
}
.l-life-days > div .l-life-days-img-03 {
  bottom: 0;
  right: 2.5%;
  width: clamp(13.75rem, 3.115rem + 21.54vw, 22.5rem);
  height: auto;
}
.l-life-events-detail {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
.l-life-events-detail > div {
  height: 100%;
}
.l-life-events-detail-season {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem 0rem 0rem 0.625rem;
}
.l-lower-mv {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-lower-mv-ttl {
  min-width: 347px;
}
.l-lower-mv-ttl > figure {
  width: clamp(3.75rem, 3.173rem + 2.56vw, 6.25rem);
}
@media (max-width: 600px) {
  .l-lower-mv-ttl > figure {
    display: none;
  }
}
.l-lower-mv-img {
  max-width: clamp(43.75rem, -10.714rem + 71.43vw, 75rem);
}
.l-lower-mv-img > img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 790px) {
  .l-lower-mv {
    -webkit-margin-before: var(--wp--preset--spacing--170);
            margin-block-start: var(--wp--preset--spacing--170);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-lower-mv-img {
    max-width: none;
  }
  .l-lower-mv-img > img {
    border-radius: 0px !important;
  }
}
.l-lower-mv__recruit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-end: clamp(0rem, -7.714rem + 11.43vw, 6rem);
          margin-inline-end: clamp(0rem, -7.714rem + 11.43vw, 6rem);
}
.l-lower-mv__recruit-ttl > figure {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  min-width: 60px;
}
.l-lower-mv__recruit-img {
  margin-inline: var(--wp--preset--spacing--170) !important;
  max-width: clamp(20rem, -10rem + 33.33vw, 30rem);
}
.l-lower-mv__recruit-img > img {
  min-height: auto;
}
@media (max-width: 790px) {
  .l-lower-mv__recruit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--wp--preset--spacing--170) !important;
  }
  .l-lower-mv__recruit-ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-contact .cf7 {
  /* 必須・任意 */
}
.l-contact .cf7__required, .l-contact .cf7__optional {
  margin-right: 10px;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
  border-radius: 4px;
}
.l-contact .cf7__required {
  background: #be1d1d;
}
.l-contact .cf7__optional {
  background: #878d8e;
}
.l-contact .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.l-contact .form-container .wpcf7-spinner {
  display: none !important;
}
.l-contact .form-container .form-item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.l-contact .form-container .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  color: #333;
}
.l-contact .form-container .form-label .wpcf7-form-control-wrap {
  width: 70%;
}
.l-contact .form-container .form-label .form-input,
.l-contact .form-container .form-label .form-textarea,
.l-contact .form-container .form-label .form-select {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #333;
}
.l-contact .form-container .form-label .form-input:focus,
.l-contact .form-container .form-label .form-textarea:focus,
.l-contact .form-container .form-label .form-select:focus {
  border-color: #3498db;
  outline: none;
  -webkit-box-shadow: 0 0 3px rgba(52, 152, 219, 0.5);
          box-shadow: 0 0 3px rgba(52, 152, 219, 0.5);
}
.l-contact .form-container .form-label .form-input::-webkit-input-placeholder, .l-contact .form-container .form-label .form-textarea::-webkit-input-placeholder, .l-contact .form-container .form-label .form-select::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic;
}
.l-contact .form-container .form-label .form-input::-moz-placeholder, .l-contact .form-container .form-label .form-textarea::-moz-placeholder, .l-contact .form-container .form-label .form-select::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
.l-contact .form-container .form-label .form-input:-ms-input-placeholder, .l-contact .form-container .form-label .form-textarea:-ms-input-placeholder, .l-contact .form-container .form-label .form-select:-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
}
.l-contact .form-container .form-label .form-input::-ms-input-placeholder, .l-contact .form-container .form-label .form-textarea::-ms-input-placeholder, .l-contact .form-container .form-label .form-select::-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
}
.l-contact .form-container .form-label .form-input::placeholder,
.l-contact .form-container .form-label .form-textarea::placeholder,
.l-contact .form-container .form-label .form-select::placeholder {
  color: #aaa;
  font-style: italic;
}
.l-contact .form-container .form-label .form-textarea {
  resize: vertical;
  min-height: 150px;
}
.l-contact .form-container .form-acceptance {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; /* チェックボックスとラベル間の間隔 */
  color: #333;
}
.l-contact .form-container .form-acceptance br {
  display: none;
}
.l-contact .form-container .form-acceptance .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contact .form-container .form-acceptance input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0;
}
.l-contact .form-container .form-acceptance input[type=checkbox]:checked {
  background-color: #3498db;
  border-color: #3498db;
}
.l-contact .form-container .form-acceptance input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}
.l-contact .form-container .form-acceptance input[type=checkbox]:focus {
  border-color: #2980b9;
}
.l-contact .form-container .form-acceptance label {
  cursor: pointer; /* チェックボックスとラベルを一体化 */
}
.l-contact .form-container .form-acceptance a {
  text-decoration: underline;
}
.l-contact .form-container .form-acceptance a:hover {
  text-decoration: none;
}
.l-contact .form-container .cf7__button {
  text-align: center;
}
.l-contact .form-container .cf7__button .form-button {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100vmax;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-contact .form-container .cf7__button .form-button:hover {
  background-color: #2980b9;
}
.l-contact .form-container .cf7__button .form-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 4px rgba(52, 152, 219, 0.8);
          box-shadow: 0 0 4px rgba(52, 152, 219, 0.8);
}
.l-contact .form-container .cf7__button .form-button:active {
  background-color: #1f78b4;
}
@media (max-width: 790px) {
  .l-contact .form-container {
    width: auto;
  }
  .l-contact .form-container .form-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
  .l-contact .form-container .form-label .wpcf7-form-control-wrap {
    width: 100%;
  }
  .l-contact .form-container .form-item_name {
    width: 100%;
  }
  .l-contact .form-container br {
    display: none;
  }
}
@media (max-width: 790px) {
  .l-contact h3 {
    text-align: start;
  }
}
.l-news ul {
  padding-left: 0 !important;
}
@media (max-width: 600px) {
  .l-news-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: var(--wp--preset--spacing--10);
    padding: var(--wp--preset--spacing--30);
  }
  .l-news-detail h3 {
    padding: 0 !important;
  }
}

.max_width-1000px {
  max-width: 1000px;
}

.asterisk {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asterisk::before {
  content: "※";
}