@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background: #fff;
  overflow: auto;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

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

ul,
ol {
  list-style: none;
}

/* PC版電話のリンクの見た目 */
a.linkMute,
a.linkMute:hover {
  text-decoration: none !important;
  cursor: default !important;
}

/* モバイル版電話のリンクの見た目 */
.tel-link {
  text-decoration: underline;
}

.lower-wrap .tel-link {
  color: #0D6EFD;
}
.lower-wrap a.linkMute,
.lower-wrap a.linkMute:hover {
  color: #212529 !important;
}

.m-card-section,
.faq-section,
.sns-section {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.m-card-section.fade-in-visible,
.faq-section.fade-in-visible,
.sns-section.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

.important-notice {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 320px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 320px);
  height: 45px;
  padding: 0 30px;
  background: #408B00;
}
.important-notice .notice-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.important-notice .notice-content .important-message {
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  gap: 5px;
}
.important-notice .notice-content .important-message .notice-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.important-notice .notice-content .important-message .notice-icon-wrap .notice-icon {
  width: 20px;
  height: 20px;
  color: rgb(255, 187, 0);
  font-size: 1.1rem;
  margin-bottom: 9px;
}
.important-notice .notice-content .important-message span {
  font-size: 1.1rem;
  font-size: clamp(1rem, 1vw, 1.1rem);
  font-weight: bold;
}
.important-notice .notice-text {
  width: 100%;
  padding-right: 1rem;
  font-weight: bold;
  font-size: 1rem;
  font-size: clamp(0.95rem, 1vw, 1rem);
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s;
}
.important-notice .notice-text:hover {
  opacity: 0.85;
  text-decoration: underline;
}
.important-notice .notice-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.2s;
}
.important-notice .notice-close:hover {
  opacity: 0.8;
}
.important-notice .notice-close i {
  font-size: 2rem;
  color: #fff;
}

.page-container-wrap {
  width: 100%;
  height: 100vh;
}

.page-container {
  display: flex;
  flex-direction: row;
  min-width: 1330px;
  min-height: 100vh;
  min-height: clamp(768px, 100vh, 100%);
  background: #fff;
}

.sidebar-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 100vh;
  background: #fff;
  box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.logo-wrap {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  height: 75px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.logo-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-nav-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: start;
  min-height: 0;
  overflow: auto;
}
@media (min-width: 1340px) {
  .main-nav-wrap {
    justify-content: space-between;
  }
}
@media (max-height: 899px) {
  .main-nav-wrap {
    overflow-y: auto;
  }
}

.nav-group-section {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.nav-item {
  position: relative;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 23px;
  background: #fff;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  transition: background 0.2s;
}
.nav-item:hover {
  background: #D4E9C2;
}
.nav-item:hover i {
  color: #59C100;
}
.nav-item.active {
  background: #D4E9C2;
}
.nav-item span {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.1;
  color: #212529;
}
.nav-item span.multiline {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.2;
}
.nav-item .chevron-icon {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-size: 1.25rem;
}

.nav-bottom-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding-bottom: 10px;
}

.nav-bottom-section {
  padding: 10px 20px;
}

.nav-bottom-link {
  padding: 5px 15px 5px 15px;
}
.nav-bottom-link .nav-bottom-flex {
  display: flex;
  align-items: flex-start;
}
.nav-bottom-link .text-wrap-links {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  gap: 10px;
}
.nav-bottom-link .text-wrap-links .link-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-weight: 500;
  font-size: 0.82rem;
  font-size: clamp(0.73rem, 1vw, 0.82rem);
  line-height: 1.3;
  color: #212529;
  transition: color 0.2s;
}
.nav-bottom-link .text-wrap-links .link-item:hover {
  color: #59C100;
}
.nav-bottom-link .text-wrap-links .link-item .icon-left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-size: 1rem;
}
.nav-bottom-link .sns-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 5px;
  text-align: center;
}
.nav-bottom-link .sns-wrap .sns-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #212529;
}
.nav-bottom-link .sns-wrap .sns-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.nav-bottom-link .sns-wrap .sns-icons .sns-link svg {
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
}
.nav-bottom-link .sns-wrap .sns-icons .sns-link svg:hover {
  transform: scale(1.1);
}

.mega-menu {
  position: fixed;
  top: 0;
  left: 320px;
  z-index: 150;
  display: flex;
  flex-direction: column;
  width: 405px;
  height: 100vh;
  min-height: 350px;
  padding: 40px 25px 0;
  gap: 60px;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mega-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.mega-menu-content {
  display: none;
  flex-direction: column;
  gap: 40px;
}
.mega-menu-content.active {
  display: flex;
}

.mega-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega-menu-header i {
  color: #408B00;
  font-size: 1.4rem;
}

.mega-menu-title-wrap h3 {
  margin: 0 0 10px 0;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #408b00;
}

.mega-menu-subtitle {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #408b00;
}
.mega-menu-subtitle i {
  font-size: 1rem;
  padding-left: 10px;
}

.mega-menu-items {
  display: flex;
  flex-direction: column;
  max-height: none;
  overflow-y: visible;
}
@media (max-height: 768px) {
  .mega-menu-items {
    height: calc(100vh - 250px);
    overflow-y: auto;
  }
}

.mega-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  background: #fff;
  border-bottom: 0.3px solid rgb(218, 218, 218);
  transition: background 0.2s;
}
.mega-menu-item:hover {
  background: #D4E9C2;
}
.mega-menu-item span {
  font-weight: bold;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.5;
  color: #408b00;
}
.mega-menu-item i {
  font-size: 0.9375rem;
  color: #408b00;
}

.mega-menu-close {
  position: relative;
  bottom: unset;
  right: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.mega-menu-close:hover {
  opacity: 0.7;
}
.mega-menu-close i {
  font-size: 1.25rem;
  color: #408b00;
}
.mega-menu-close span {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #408b00;
}

@media (min-width: 1340px) {
  .mega-menu-close {
    position: absolute;
    bottom: 15px;
    right: 20px;
    margin-left: unset;
  }
}
.mega-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 320px;
  z-index: 140;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.mega-menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.main-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  margin-left: 320px;
  background: #D7EEC4;
  transition: padding-top 0.3s ease;
}
.main-content.notice-hidden {
  padding-top: 0;
}

.lower {
  background: transparent;
  padding-top: 0;
}

.top-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff7e2;
  padding-bottom: 100px;
}
.top-content .top-noise {
  position: absolute;
  bottom: 0;
  background-repeat: repeat;
  background-size: 300px;
  transform-origin: center bottom;
}
@keyframes scaleUp {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.top-content .top-noise-ob-1 {
  width: 10rem;
  height: 12rem;
  border-radius: 0px 80px 0px 0px;
  background-image: linear-gradient(rgba(183, 226, 126, 0.85)), url(../images/noise.png);
  animation: scaleUp 2.4s ease-in-out infinite;
}
.top-content .top-noise-ob-2 {
  width: 14rem;
  height: 6rem;
  border-radius: 0px 100px 0px 0px;
  background-image: linear-gradient(rgba(255, 210, 128, 0.85)), url(../images/noise.png);
  animation: scaleUp 1.8s ease-in-out infinite;
}
.top-content .top-noise-ob-3 {
  right: 0;
  width: 5.5rem;
  height: 14rem;
  border-radius: 80px 0px 0px 0px;
  background-image: linear-gradient(rgba(255, 214, 126, 0.85)), url(../images/noise.png);
  animation: scaleUp 2s ease-in-out infinite;
}
.top-content .top-noise-ob-4 {
  right: 0;
  width: 14.5rem;
  height: 8.5rem;
  border-radius: 140px 0px 0px 0px;
  background-image: linear-gradient(rgba(191, 228, 133, 0.85)), url(../images/noise.png);
  animation: scaleUp 3.2s ease-in-out infinite;
}

.lower-noise-t {
  position: absolute;
  top: 0;
  background-repeat: repeat;
  background-size: 300px;
  transform-origin: center top;
}

.lower-noise-b {
  position: absolute;
  bottom: 0;
  background-repeat: repeat;
  background-size: 300px;
  transform-origin: center bottom;
}

.lower-noise-ob-1 {
  width: 27%;
  height: 20rem;
  border-radius: 0px 0px 100px 0px;
  background-image: linear-gradient(rgba(250, 216, 153, 0.85)), url(../images/noise.png);
  animation: scaleUp 4s ease-in-out infinite;
}

.lower-noise-ob-2 {
  right: 0;
  width: 30%;
  height: 9rem;
  border-radius: 0px 0px 0px 100px;
  background-image: linear-gradient(rgba(255, 210, 128, 0.85)), url(../images/noise.png);
  animation: scaleUp 5s ease-in-out infinite;
}

.lower-noise-ob-3 {
  right: 0;
  width: 20%;
  height: 17rem;
  border-radius: 0px 0px 0px 100px;
  background-image: linear-gradient(rgba(183, 226, 126, 0.85)), url(../images/noise.png);
  animation: scaleUp 5.5s ease-in-out infinite;
}

.lower-noise-ob-4 {
  width: 15%;
  height: 30%;
  max-height: 650px;
  border-radius: 0px 150px 0px 0px;
  background-image: linear-gradient(rgba(183, 226, 126, 0.85)), url(../images/noise.png);
  animation: scaleUp 5.5s ease-in-out infinite;
}

.lower-noise-ob-5 {
  width: 20%;
  height: 18%;
  max-height: 300px;
  border-radius: 0px 200px 0px 0px;
  background-image: linear-gradient(rgba(255, 210, 128, 0.85)), url(../images/noise.png);
  animation: scaleUp 4.5s ease-in-out infinite;
}

.lower-noise-ob-6 {
  right: 0;
  width: 45%;
  height: 20%;
  max-height: 400px;
  border-radius: 350px 0px 0px 0px;
  background-image: linear-gradient(rgba(191, 228, 133, 0.85)), url(../images/noise.png);
  animation: scaleUp 4s ease-in-out infinite;
}

.lower-noise-ob-7 {
  right: 0;
  width: 25%;
  height: 35%;
  max-height: 600px;
  border-radius: 200px 0px 0px 0px;
  background-image: linear-gradient(rgba(255, 214, 126, 0.85)), url(../images/noise.png);
  animation: scaleUp 5s ease-in-out infinite;
}

.fv-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 602px;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider .hero-slide {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: inline-block;
}
.hero-slider .hero-slide img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.88;
}
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
}
.hero-slider .slick-slide {
  height: 100%;
}
.hero-slider .slick-slide > div {
  height: 100%;
}

.mask-group-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.mask-group-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fv-wrap {
  position: absolute;
  top: 44.5%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: 1320px;
  padding-left: 10px;
  transform: translate(-50%, -50%);
}

.fv-text-section {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 10px 0;
  gap: 13px;
}
.fv-text-section .fv-main-text {
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: calc(2.2vw + 1rem);
  font-size: clamp(2.5rem, 3.2vw, 3.35rem);
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.7);
}
.fv-text-section .fv-main-text p {
  margin: 0;
}
.fv-text-section .fv-sub-text {
  padding-left: 5px;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.9px;
}
.fv-text-section .fv-sub-text p {
  margin: 0;
}

.tab {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 60%;
  overflow: hidden;
}

.tabs-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  margin-bottom: 7px;
}
.tabs-top .fv-b-board-contents {
  padding: 8px 10px;
  background: transparent;
  grid-column: 2;
  text-align: center;
}
.tabs-top .fv-b-board-contents .board-label {
  margin-bottom: 12px;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: clamp(0.85rem, 1vw, 1rem);
  line-height: 1;
  color: #408B00;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.4);
}
.tabs-top .fv-b-board-contents .board-title {
  display: flex;
  align-items: first baseline;
  justify-content: center;
  gap: 8px;
}
.tabs-top .fv-b-board-contents .board-title .board-title-text {
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.5vw, 1.5625rem);
  line-height: 1;
  color: #000;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.4);
}
.tabs-top .fv-b-board-contents .board-title .board-title-icon {
  font-size: clamp(1.1rem, 1.5vw, 1.375rem);
  color: #59C100;
}
.tabs-top .info-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.tabs-inner {
  display: flex;
  width: 100%;
}

.tab-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  overflow-y: auto;
  height: clamp(363px, 363px + 55 * (100vw - 1330px) / 590, 418px);
  min-height: 363px;
  background: #fff;
}
.tab-content .info-list-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  border-bottom: 1px solid #dee2e6;
  transition: background 0.2s;
}
.tab-content .info-list-item:last-child {
  border-bottom: none;
}
.tab-content .info-list-item:hover {
  background: #ebc49d;
}
.tab-content .info-list-item:hover i {
  color: #ee861e;
}
.tab-content .info-list-item .text-wrap-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  gap: 5px;
  overflow: hidden;
}
.tab-content .info-list-item .chevron-icon {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-size: 1.25rem;
}

.info-date {
  font-size: clamp(0.675rem, 0.89vw, 0.875rem);
  line-height: 1.2;
  color: #6c757d;
  letter-spacing: 0.5px;
}

.info-title {
  font-weight: bold;
  font-size: clamp(0.85rem, 1.1vw, 1.02rem);
  line-height: 1.5;
  color: #212529;
}

.tab2 {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 53%;
  overflow: hidden;
}

.tabs-top2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  margin-bottom: 7px;
}
.tabs-top2 .fv-b-board-contents {
  padding: 8px 10px;
  background: transparent;
  grid-column: 2;
  text-align: center;
}
.tabs-top2 .fv-b-board-contents .board-label {
  margin-bottom: 12px;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: clamp(0.85rem, 1vw, 1rem);
  line-height: 1;
  color: #408B00;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.4);
}
.tabs-top2 .fv-b-board-contents .board-title {
  display: flex;
  align-items: first baseline;
  justify-content: center;
  gap: 8px;
}
.tabs-top2 .fv-b-board-contents .board-title .board-title-text {
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.5vw, 1.5625rem);
  line-height: 1;
  color: #000;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.4);
}
.tabs-top2 .fv-b-board-contents .board-title .board-title-icon {
  font-size: clamp(1.1rem, 1.5vw, 1.375rem);
  color: #59C100;
}
.tabs-top2 .info-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.tabs-inner2 {
  display: flex;
  width: 100%;
}

.tab-content2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  overflow-y: auto;
  height: clamp(309px, 309px + 37 * (100vw - 1330px) / 590, 346px);
  min-height: 309px;
  background: #fff;
}
.tab-content2 .info-list-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  border-bottom: 1px solid #dee2e6;
  transition: background 0.2s;
}
.tab-content2 .info-list-item:hover {
  background: #ebc49d;
}
.tab-content2 .info-list-item:hover i {
  color: #ee861e;
}
.tab-content2 .info-list-item .text-wrap-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  gap: 5px;
  overflow: hidden;
}
.tab-content2 .info-list-item .text-wrap-info .info-date {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: clamp(0.675rem, 0.89vw, 0.875rem);
  line-height: 1.2;
  color: #6c757d;
  letter-spacing: 0.5px;
}
.tab-content2 .info-list-item .text-wrap-info .info-title {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 1.5;
  color: #212529;
}
.tab-content2 .info-list-item .chevron-icon {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-size: 1.25rem;
}

.training-card-contents {
  position: relative;
  top: -45px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1320px;
  margin-bottom: -80px;
  transform: translateX(-50%);
}

.training-card-wrap {
  display: flex;
  width: 100%;
  gap: 24px;
}

.training-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.training-card .card-header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.training-card .card-header .card-subtitle {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #408b00;
}
.training-card .card-header .card-title-main {
  display: flex;
  align-items: first baseline;
  justify-content: center;
  gap: 10px;
}
.training-card .card-header .card-title-main h1,
.training-card .card-header .card-title-main h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1;
  color: #212529;
}
.training-card .card-header .card-title-main .card-icon {
  font-size: 1.5rem;
  color: #408b00;
}
.training-card .card-button-wrap {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  justify-content: center;
}

.dual-card {
  width: calc(66.666% - 12px);
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(66.666% - 12px);
  padding: 30px 40px;
}
.dual-card .card-body-split {
  display: flex;
  gap: 25px;
}
.dual-card .card-body-split .card-body-half {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc((100% - 50px - 0.5px) / 2);
}
.dual-card .card-body-split .card-body-half .mask-wrap {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.dual-card .card-body-split .card-body-half .mask-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: transform 0.4s ease;
  transform: scale(1);
}
.dual-card .card-body-split .card-body-half .card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 81px;
  font-weight: bold;
  font-size: clamp(0.7rem, 1vw, 1rem);
  line-height: 1.5;
  color: #212529;
}
.dual-card .card-body-split .card-body-half .card-text p {
  margin: 0;
}
.dual-card .card-body-split .card-body-half:has(.green-button:hover) .mask-wrap img {
  transform: scale(1.1);
}
.dual-card .card-body-split .divider-vertical {
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 0.5px;
  background: #408b00;
}

.single-card {
  width: calc(33.333% - 12px);
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.333% - 12px);
  padding: 30px 40px;
}
.single-card .card-body-single-wrap .card-body-single {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single-card .card-body-single-wrap .card-body-single .mask-wrap {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.single-card .card-body-single-wrap .card-body-single .mask-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: transform 0.4s ease;
  transform: scale(1);
}
.single-card .card-body-single-wrap .card-body-single .card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 81px;
  font-weight: bold;
  font-size: clamp(0.7rem, 1vw, 0.96rem);
  line-height: 1.5;
  color: #212529;
}
.single-card .card-body-single-wrap .card-body-single .card-text p {
  margin: 0;
}
.single-card .card-body-single-wrap .card-body-single:has(.green-button:hover) .mask-wrap img {
  transform: scale(1.1);
}

.green-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 9px 20px;
  gap: 10px;
  background: #59C100;
  border: 2.5px solid #59C100;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  font-size: clamp(0.85rem, 1vw, 1.1rem);
  line-height: 1.5;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
}
.green-button:hover {
  background: #fff;
  color: #59C100;
  transform: translateY(-1px);
}

.green-reverse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 9px 26px;
  gap: 10px;
  background: #fff;
  border: 2.5px solid #59C100;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  font-size: clamp(0.85rem, 1vw, 1.1rem);
  line-height: 1.5;
  color: #59C100;
  transition: all 0.2s;
  white-space: nowrap;
}
.green-reverse-button:hover {
  background: #59C100;
  color: #fff;
  transform: translateY(-1px);
}

.orange-button {
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 9px 16px;
  gap: 10px;
  background: #ee861e;
  border: 2.5px solid #ee861e;
  border-radius: 30px;
  font-weight: bold;
  font-size: clamp(0.7rem, 1vw, 1rem);
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
}
.orange-button:hover {
  background: #fff;
  color: #ee861e;
  transform: translateY(-1px);
}
.orange-button .arrow-icon {
  font-size: 1.125rem;
  font-size: clamp(0.7rem, 1vw, 1.125rem);
}

.gray-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 9px 26px;
  gap: 10px;
  background: #464F4F;
  border: 2.5px solid #464F4F;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  font-size: clamp(0.85rem, 1vw, 1.1rem);
  line-height: 1.5;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
}
.gray-button:hover {
  background: #fff;
  color: #464F4F;
  transform: translateY(-1px);
}
.gray-button i {
  padding-top: 5px;
}

.disable-button {
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 9px 16px;
  gap: 10px;
  background: #838383;
  border: 2.5px solid #838383;
  border-radius: 30px;
  font-weight: bold;
  font-size: clamp(0.7rem, 1vw, 1rem);
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
  pointer-events: none;
}
.disable-button .arrow-icon {
  font-size: 1.125rem;
  font-size: clamp(0.7rem, 1vw, 1.125rem);
}

.m-cards-contents {
  display: flex;
  width: 95%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 0px 24px;
  gap: 24px;
}

.m-card-section,
.faq-section {
  width: calc(50% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 12px);
}

.m-card-wrap {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.m-card-title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.m-card-title-inner {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.m-card-title-inner .section-subtitle {
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  color: #408b00;
  padding-bottom: 5px;
}
.m-card-title-inner .section-title-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.m-card-title-inner .section-title-main h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.384rem;
  line-height: 1.3;
  color: #212529;
}
.m-card-title-inner .section-title-main h2 .sp-br {
  display: none;
}
@media (max-width: 1689px) {
  .m-card-title-inner .section-title-main h2 .sp-br {
    display: inline;
  }
}
.m-card-title-inner .section-title-main .section-icon {
  font-size: 1.4rem;
  color: #408b00;
  margin-bottom: -10px;
  padding-left: 10px;
}
.m-card-title-inner .section-description {
  font-weight: 500;
  line-height: 1.4;
  color: #212529;
  padding-top: 14px;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.card-button-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 5px;
}

.divider-horizontal {
  position: relative;
  width: 100%;
  height: 20px;
}
.divider-horizontal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #408b00;
}

.region-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.region-card .region-img-wrap {
  border-radius: 10px;
  width: 360px;
  height: 125px;
  background-color: #0a58ca;
  overflow: hidden;
}
.region-card .region-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.region-card .card-body-region {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  padding: 5px 0;
  gap: 10px;
}
.region-card .card-body-region .badge {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 9px;
  background: #0a58ca;
  border-radius: 4px;
  font-weight: bold;
  font-size: clamp(0.7rem, 1vw, 0.9375rem);
  line-height: 1;
  color: #fff;
}
.region-card .card-body-region .region-title {
  font-weight: bold;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.5;
  color: #212529;
}
.region-card .card-body-region .region-date {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1;
  color: #212529;
}
.region-card .card-body-region .region-date .calendar-icon {
  font-size: 0.85rem;
}

.faq-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  min-height: 160px;
}
.faq-list ul {
  list-style: inside;
  padding-left: 12.5px;
  color: #212529;
}
.faq-list ul li {
  margin-bottom: 5px;
  white-space: nowrap;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.faq-list ul li:last-child {
  margin-bottom: 0;
}
.faq-list .faq-svg-wrap {
  display: flex;
  gap: 25px;
  padding-right: 25px;
}
.faq-list .faq-svg-wrap img:first-child {
  width: clamp(70px, 7.5vw, 120px);
}
.faq-list .faq-svg-wrap img:nth-child(2) {
  width: clamp(100px, 7.5vw, 140px);
}

.sns-section {
  width: 95%;
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.sns-section .m-card-wrap {
  display: none;
}

.title-wrap-sns {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.title-wrap-sns .title-inner-sns {
  display: flex;
  flex-direction: row;
  padding-bottom: 12px;
  gap: 40px;
}
.title-wrap-sns .title-inner-sns .secttion-wrap {
  display: flex;
  flex-direction: column;
}
.title-wrap-sns .title-inner-sns .secttion-wrap .section-subtitle {
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  color: #408b00;
  padding-bottom: 5px;
}
.title-wrap-sns .title-inner-sns .secttion-wrap .section-title-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.title-wrap-sns .title-inner-sns .secttion-wrap .section-title-main h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.384rem;
  line-height: 1;
  color: #212529;
}
.title-wrap-sns .title-inner-sns .secttion-wrap .section-title-main .section-icon {
  font-size: 1.4rem;
  color: #408b00;
}
.title-wrap-sns .section-description {
  font-weight: bold;
  font-size: 1.2rem;
  font-size: clamp(0.95rem, 1.1vw, 1.2rem);
  line-height: 1.4;
  color: #212529;
  padding-bottom: 7.5px;
}
.title-wrap-sns .section-description span {
  border-bottom: 5px dotted #408B00;
}
.title-wrap-sns .section-description .sp-br {
  display: none;
}
@media (max-width: 1560px) {
  .title-wrap-sns .section-description .sp-br {
    display: inline;
  }
}

.sns-buttons-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1340px) {
  .sns-buttons-wrap {
    gap: 25px;
  }
}
.sns-buttons-wrap.sns-buttons-wrap-vt {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .sns-buttons-wrap.sns-buttons-wrap-vt {
    flex-direction: row;
  }
}

.sns-button {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  border-radius: 25px;
  transition: all 0.2s;
  padding: 35px 17px;
}
.sns-buttons-wrap-vt .sns-button {
  width: 75%;
  height: 100px;
  justify-content: center;
}
@media (min-width: 1600px) {
  .sns-buttons-wrap-vt .sns-button {
    width: calc((100% - 25px) / 2);
  }
}
.sns-button:hover {
  transform: translateY(-2px);
}
.sns-button .sns-button-text {
  display: flex;
  flex-direction: column;
}
.sns-button .sns-button-text span:first-child {
  font-size: 0.75rem;
  font-weight: 600;
}
.sns-buttons-wrap-vt .sns-button .sns-button-text span:first-child {
  font-size: clamp(0.5rem, 0.125rem + 0.75vw, 0.688rem);
}
.sns-button .sns-button-text span:nth-child(2) {
  display: flex;
  font-size: 1rem;
  font-weight: bold;
}
.sns-buttons-wrap-vt .sns-button .sns-button-text span:nth-child(2) {
  font-size: clamp(0.625rem, 0.125rem + 1vw, 1rem);
}
.sns-button .sns-button-text i {
  font-size: 0.95rem;
  padding-left: 0.6rem;
}
.sns-button:first-child {
  background: #1877f2;
}
.sns-button:first-child span {
  color: #fff;
}
.sns-button:first-child:hover {
  background: rgb(10.0963114754, 83.8770491803, 179.4036885246);
}
.sns-button:last-child {
  background: linear-gradient(180deg, #6A20F5 0%, #E03598 24%, #EA3C6B 58%, #F7D147 100%);
  background-size: 200% 100%;
  padding: 35px 6px;
}
.sns-button:last-child .instagram-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  border-radius: 19px;
  transition: all 0.2s;
  background: #fff;
  padding: 30px 15px;
}
.sns-buttons-wrap-vt .sns-button:last-child .instagram-wrap {
  justify-content: center;
  width: 100%;
  height: 90px;
}
.sns-button:last-child .instagram-wrap:hover {
  background: #e7e7e7;
}
.sns-button:last-child span {
  color: #232828;
}

.facebook-w {
  font-size: 2rem;
  color: #fff;
}

.facebook-b {
  font-size: 2rem;
  color: #1877F2;
}

.instagram {
  font-size: 2rem;
  background: linear-gradient(171deg, #6A20F5 0%, #E03598 24%, #EA3C6B 58%, #F7D147 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  width: 100%;
  padding: 50px 20px 20px;
  background: #3e4349;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  gap: 1%;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-left .footer-logo-wrap {
  width: 400px;
}
@media (max-width: 1520px) {
  .footer-left .footer-logo-wrap {
    width: 350px;
  }
}
.footer-left .footer-logo-wrap .footer-logo {
  width: 100%;
  height: auto;
}
.footer-left .footer-address-wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
  gap: 30px;
}
.footer-left .footer-address-wrap .privacy-mark-wrap {
  max-width: 230px;
}
@media (max-width: 1520px) {
  .footer-left .footer-address-wrap .privacy-mark-wrap {
    width: 180px;
  }
}
.footer-left .footer-address-wrap .privacy-mark-wrap .privacy-mark {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.footer-left .footer-address-wrap .footer-address {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-left .footer-address-wrap .footer-address p {
  margin: 0;
  font-weight: 500;
  font-size: clamp(0.7rem, 1vw, 1rem);
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.9px;
}

.footer-center {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-center .footer-contact-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
.footer-center .footer-tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-center .footer-tel .tel-icon {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  color: #fff;
}
.footer-center .footer-tel .tel-number {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  font-size: clamp(1.9rem, 2.5vw, 2.5rem);
  line-height: 1;
  color: #fff;
}
.footer-center .footer-hours {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.1rem;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1390px) {
  .footer-center .footer-hours {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-center .footer-hours .hours-wrap {
  display: flex;
  gap: 10px;
}
.footer-center .footer-hours .hours-wrap .hours-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-center .footer-hours .hours-wrap .hours-label .clock-icon {
  padding-left: 0.3rem;
}
.footer-center .footer-hours .hours-wrap .hours-time {
  letter-spacing: 0.1em;
  padding-left: 0.3rem;
}
.footer-center .footer-hours .hours-note {
  margin-left: 5px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-right .footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 45px;
  padding: 10px 30px;
  background: transparent;
  border: 2.5px solid #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #fff;
  transition: all 0.2s;
}
.footer-right .footer-button:hover {
  background: #fff;
  color: #3e4349;
}

.footer-copyright {
  width: 100%;
  max-width: 1320px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.footer-copyright p {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.page-top-btn {
  position: fixed;
  right: 17px;
  bottom: 17px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 4vw, 75px);
  height: clamp(60px, 4vw, 75px);
  background: #59C100;
  border: 2.5px solid #59C100;
  border-radius: 40px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.page-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.page-top-btn i {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  color: #fff;
  transition: color 0.3s ease;
}
.page-top-btn:hover {
  background: #fff;
  transform: translateY(-1px);
}
.page-top-btn:hover i {
  color: #59C100;
}
.page-top-btn.is-contact-page {
  bottom: 95px;
}

.detail-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 95%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 120px;
}
.detail-layout .page-title-section {
  z-index: 1;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
}
.detail-layout .page-title-section .page-subtitle {
  display: flex;
  align-items: baseline;
  color: #408B00;
  height: 40.5px;
  padding-bottom: 2px;
}
.detail-layout .page-title-section .page-subtitle i {
  font-size: 1.5rem;
  padding-right: 8px;
}
.detail-layout .page-title-section .page-categorytitle {
  font-size: 1rem;
  padding-left: 8px;
}
.detail-layout .page-title-section span {
  font-weight: 500;
}
.detail-layout .page-title-section i {
  color: #408B00;
}
.detail-layout .main-column {
  display: flex;
  gap: 15px;
  width: 100%;
}
.detail-layout .white-content-box-wrap {
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  gap: 40px;
  width: 100%;
}
.detail-layout .white-content-box {
  display: grid;
  gap: 50px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.detail-layout .facility-detail-box {
  padding: 30px;
}
.detail-layout .lower-wrap .lower-page-area {
  display: grid;
  gap: 50px;
}
.detail-layout .lower-wrap .lower-page-top-wrap .page-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.detail-layout .lower-wrap .lower-page-top-wrap .page-title-bar {
  width: 6px;
  height: 35px;
  background: #408b00;
  flex-shrink: 0;
}
.detail-layout .lower-wrap .lower-page-top-wrap .page-title {
  font-size: clamp(1.3rem, 1.5vw, 1.55rem);
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.detail-layout .lower-wrap .lower-page-top-wrap .page-divider {
  width: 100%;
  height: 1px;
  background: #408b00;
  margin-bottom: 30px;
}
.detail-layout .lower-wrap .lower-page-top-wrap .faq-divider {
  margin-bottom: 10px;
}
.detail-layout .lower-wrap .lower-page-top-wrap p:last-child {
  margin-bottom: 1rem;
}
.detail-layout .lower-wrap .page-divider-gray {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-bottom: 30px;
}
.detail-layout .lower-wrap .lower-page-wrap {
  display: grid;
  gap: 20px;
  padding: 0 20px;
}
.detail-layout .lower-wrap .lower-page-wrap {
  display: grid;
  gap: 20px;
  padding: 0 20px;
}
.detail-layout .lower-wrap .lower-link {
  align-items: center;
  color: #0D6EFD;
  gap: 10px;
  text-decoration: underline;
}
.detail-layout .lower-wrap .lower-link::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  font-style: normal;
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 10px;
  color: #408b00;
}
.detail-layout .lower-wrap .pdf-link::after {
  content: "\f756";
  font-family: "bootstrap-icons";
  font-style: normal;
  display: inline-block;
  margin-left: 10px;
  color: #DC3545;
}
.detail-layout .lower-wrap .lower-page-wrap-sub {
  display: grid;
  gap: 20px;
  margin-top: 20px;
  padding: 0 10px;
}
.detail-layout .lower-wrap .lower-page-wrap-sub p {
  margin-bottom: 0;
}
.detail-layout .lower-wrap .lower-page-wrap-sub-wrap {
  display: grid;
  gap: 10px;
}
.detail-layout .lower-wrap .lower-page-wrap-sub-inner {
  margin-top: 5px;
  padding: 0 10px;
}
.detail-layout .lower-wrap .lower-page-wrap-sub-indent {
  padding: 0 20px;
}

.badge {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 2px 8px;
  height: 30px;
  color: #fff;
  font-size: 0.835rem;
  font-weight: 600;
  white-space: nowrap;
}

.scheduled {
  background: #EE861E;
}

.full-house {
  background: #838383;
}

.cat-name {
  background: #5089dd;
}

.category-wrap .cat-hot-topics {
  background: #59C100;
}
.category-wrap .cat-topics {
  background: #59C100;
}
.category-wrap .cat-topics {
  background: #59C100;
}
.category-wrap .cat-uncategorized {
  background: #838383;
}
.category-wrap .cat-author {
  background: #59C100;
}
.category-wrap .cat-director {
  background: #D93370;
}
.category-wrap .cat-leader {
  background: #ac37ac;
}
.category-wrap .cat-hokkaido {
  background: #6bc0cd;
}
.category-wrap .cat-tohoku {
  background: #8d77e5;
}
.category-wrap .cat-kanto {
  background: #4ab52f;
}
.category-wrap .cat-toukai {
  background: #F4A300;
}
.category-wrap .cat-kinki {
  background: #ef7135;
}
.category-wrap .cat-chugoku {
  background: #8ba113;
}
.category-wrap .cat-kyushu {
  background: #D93370;
}

.red-text {
  color: #D93370 !important;
  font-weight: 600;
}

.link-text {
  color: #0D6EFD;
  text-decoration: underline;
}

.side-link {
  padding-bottom: 3px;
  /* テキストと下線の間隔 */
  background-image: linear-gradient(#0A58CA, #0A58CA);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1.5px;
  transition: background-size 0.4s;
}
.side-link:hover {
  background-position: bottom left;
  background-size: 100% 1.5px;
}

.side-link-section-content .custom-archive-item a {
  padding-bottom: 3px;
  background-image: linear-gradient(#0A58CA, #0A58CA);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1.5px;
  transition: background-size 0.4s;
}
.side-link-section-content .custom-archive-item a:hover {
  background-position: bottom left;
  background-size: 100% 1.5px;
}

.no-items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1rem;
  color: #666;
}

.search-box {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border: 1px solid #adb5bd;
  border-radius: 4px;
}
.search-box form {
  display: flex;
}
.search-box input {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 10px 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  background: #fff;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
.search-box input::-moz-placeholder {
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: normal;
  color: #6c757d;
}
.search-box input::placeholder {
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: normal;
  color: #6c757d;
}
.search-box .search-btn {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 0 4px 4px 0;
  background: #59C100;
  transition: background 0.2s;
}
.search-box .search-btn:hover {
  background: #408b00;
}
.search-box .search-btn i {
  font-size: 1rem;
  color: #fff;
}

.search-wrap {
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-wrap #search-message {
  color: #5c5c5c;
  padding-bottom: 25px;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 600;
}

.page-anchor {
  padding-top: 50px;
  margin-top: -50px;
}

.blue-icon {
  margin-left: 5px;
  color: #1877F2;
}

.page-header-wrapper {
  height: 0;
}

.page-header-common {
  position: relative;
  width: 100%;
  min-width: 1010px;
  background: transparent;
  padding: 15px 0;
  z-index: 80;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.page-header-common.is-fixed {
  position: fixed;
  top: 0;
  left: 320px;
  right: 0;
  width: calc(100% - 320px);
  z-index: 90;
  background: #408b00;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  animation: slideIn 0.3s ease forwards;
}
.page-header-common.is-fixed .breadcrumb-nav {
  background: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.page-header-common.is-fixed .breadcrumb-nav .breadcrumb-item {
  color: rgba(255, 255, 255, 0.9);
}
.page-header-common.is-fixed .breadcrumb-nav .breadcrumb-item.current {
  color: #fff;
}
.page-header-common.is-fixed .breadcrumb-nav .breadcrumb-item:hover {
  color: #fff;
}
.page-header-common.is-fixed .breadcrumb-nav .breadcrumb-item i {
  color: rgba(255, 255, 255, 0.9);
}
.page-header-common.is-fixed .breadcrumb-nav .breadcrumb-separator {
  color: rgba(255, 255, 255, 0.7);
}
.page-header-common.is-fixed .page-header-buttons .page-header-btn {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.page-header-common.is-fixed .page-header-buttons .btn-st i {
  color: #59C100;
}
.page-header-common.is-fixed .page-header-buttons .btn-st:hover {
  background: #59C100;
  color: #fff;
}
.page-header-common.is-fixed .page-header-buttons .btn-st:hover i {
  color: #fff;
}
.page-header-common.is-fixed .page-header-buttons .btn-vt i {
  color: #EE861E;
}
.page-header-common.is-fixed .page-header-buttons .btn-vt:hover {
  background: #EE861E;
  color: #fff;
}
.page-header-common.is-fixed .page-header-buttons .btn-vt:hover i {
  color: #fff;
}

@keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.page-header-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
  max-width: 1320px;
  margin: 0 auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.breadcrumb-nav-wrap {
  flex-grow: 1;
  width: 595px;
}

.breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 30px;
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(0.7rem, 1vw, 0.9rem);
  color: #408b00;
  transition: color 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.breadcrumb-item.current, .breadcrumb-item.nolink {
  display: block;
  flex: 1;
  color: #212529;
  font-weight: 500;
  text-decoration: none;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-item i {
  font-size: 1rem;
  transition: color 0.2s ease;
}

.breadcrumb-separator {
  font-size: 0.75rem;
  transition: color 0.2s ease;
}

.page-header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 344px;
  margin-left: auto;
}

.page-header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 25px;
  font-size: clamp(0.7rem, 1vw, 0.9rem);
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.page-header-btn:hover {
  background: #f8f9fa;
  border-color: #408b00;
  color: #408b00;
}
.page-header-btn:hover i {
  color: #408b00;
}
.page-header-btn i {
  font-size: 1.125rem;
  transition: color 0.2s ease;
}

.btn-st {
  color: #fff;
  background: #408b00;
  border: 1px solid #408b00;
}
.btn-st:hover {
  background: #f8f9fa;
  border-color: #408b00;
  color: #408b00;
}
.btn-st:hover i {
  color: #408b00;
}
.btn-st i {
  font-size: 1.125rem;
  transition: color 0.2s ease;
}

.btn-vt {
  color: #fff;
  background: #CC6600;
  border: 1px solid #CC6600;
}
.btn-vt:hover {
  background: #f8f9fa;
  border-color: #CC6600;
  color: #CC6600;
}
.btn-vt:hover i {
  color: #CC6600;
}
.btn-vt i {
  font-size: 1.125rem;
  transition: color 0.2s ease;
}

.dotted-line-gr {
  border-bottom: 4.5px dotted #75B400;
}

.dotted-line-red {
  border-bottom: 4.5px dotted #D93370;
}

.dotted-line-wh {
  border-bottom: 4.5px dotted white;
}

.bold-text {
  font-weight: bold;
}

.detail-sidebar {
  display: block;
  z-index: 1;
  min-width: 270px;
  width: 270px;
  height: auto;
  flex-grow: inherit;
}
.detail-sidebar .detail-sidebar-inner {
  position: sticky;
  top: 95px;
  display: inline-grid;
  gap: 15px;
  width: 100%;
}
.detail-sidebar .detail-sidebar-inner .sidebar-section {
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  padding: 20px;
}
.detail-sidebar .detail-sidebar-inner .sidebar-section .sidebar-section-title span,
.detail-sidebar .detail-sidebar-inner .sidebar-section .sidebar-section-title i {
  font-size: clamp(1rem, 1.2vw, 1.22rem);
}
.detail-sidebar .detail-sidebar-inner .sidebar-section .sidebar-section-subtitle {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  color: #6c757d;
  line-height: 1.5;
  margin-top: 4px;
  margin-bottom: 0;
}
.detail-sidebar .detail-sidebar-inner .sidebar-section .sidebar-divider {
  width: 100%;
  height: 1px;
  background: rgba(33, 37, 41, 0.25);
  margin: 15px 0;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-group {
  position: relative;
  display: grid;
  gap: 12px;
  overflow: hidden;
  text-align: center;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-group.hasbotton {
  height: calc((1lh + 15px) * 10);
  padding-bottom: 60px;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-group.hasbotton::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 2;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-group.open {
  height: auto;
  overflow: visible;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-group .list-button-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #1877F2;
  font-size: clamp(0.8rem, 1vw, 0.85rem);
  font-weight: bold;
}
.detail-sidebar .detail-sidebar-inner .side-link-section {
  /* 2番目以降のspanの「上」にだけ線を引く */
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-content span + span {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .hidden-view {
  display: grid;
}
.detail-sidebar .detail-sidebar-inner .side-link-section .gray-button::before {
  content: "もっと見る";
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-group.open .gray-button::before {
  content: "閉じる";
}
.detail-sidebar .detail-sidebar-inner .side-link-section .side-link-section-group.open .gray-button i {
  transform: rotate(180deg);
}
.detail-sidebar .detail-sidebar-inner .archive {
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100dvh - 318px);
  overflow-y: auto;
}
.detail-sidebar .detail-sidebar-inner .archive .side-link-section-content {
  gap: 10px;
}
.detail-sidebar .detail-sidebar-inner .category .side-link-section-content {
  gap: 10px;
}
.detail-sidebar .detail-sidebar-inner .various-section {
  max-height: calc(100dvh - 110px);
  overflow-y: auto;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section {
  display: block;
  flex-grow: inherit;
  max-height: calc(100dvh - 302px);
  min-height: 200px;
  overflow-y: auto;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .area-accordion {
  display: flex;
  flex-direction: column;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-item {
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
  background: #fff;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  color: #212529;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-header:hover {
  background: #D4E9C2;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-header.active {
  background: #D4E9C2;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-header.active .accordion-icon {
  transform: rotate(180deg);
  color: #408B00;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-content.active {
  max-height: -moz-max-content;
  max-height: max-content;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-link {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #dee2e6;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-link:hover {
  background: #eef8ee;
  color: #59C100;
}
.detail-sidebar .detail-sidebar-inner .facility-intro-section .accordion-none {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #dee2e6;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  font-weight: 500;
  text-decoration: none;
}
.detail-sidebar .detail-sidebar-inner .subnav-link-section {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-items: center;
  font-weight: bold;
  height: 85px;
  transition: all 0.2s;
  padding: 20px 0px 18px 15px;
}
.detail-sidebar .detail-sidebar-inner .subnav-link-section i {
  font-size: clamp(1.1rem, 1.15vw, 1.2rem);
  text-shadow: 0px 2px 0 #fff, 2px 2px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, -2px -2px 0 #fff, -2px 0px 0 #fff;
}
.detail-sidebar .detail-sidebar-inner .subnav-link-section .subnav-link-wrap {
  display: flex;
  flex-direction: column;
}
.detail-sidebar .detail-sidebar-inner .subnav-link-section .subnav-link-title {
  font-size: clamp(1.1rem, 1.15vw, 1.2rem);
  text-shadow: 0px 2px 0 #fff, 2px 2px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, -2px -2px 0 #fff, -2px 0px 0 #fff;
  white-space: nowrap;
}
.detail-sidebar .detail-sidebar-inner .subnav-link-section .subnav-link-subtitle {
  font-size: clamp(0.75rem, 0.9vw, 0.9rem);
  font-weight: bold;
}
.detail-sidebar .detail-sidebar-inner .subnav-link-section .subnav-link-img {
  position: absolute;
  right: 0;
  top: 50%;
  width: clamp(3.2rem, 3.5vw, 3.4rem);
  transform: translateY(-50%);
}
.detail-sidebar .detail-sidebar-inner .subnav-link-section:hover {
  background: #D4E9C2;
}

.table-wrap {
  margin-bottom: 50px;
  font-size: clamp(0.85rem, 1vw, 1rem);
}
.table-wrap .table-grid {
  display: grid;
  line-height: 1.7;
}
.table-wrap .table-wrap-inner {
  width: 100%;
  text-align: left;
}
.table-wrap .table-wrap-inner .sub {
  width: 30%;
}
.table-wrap .cell {
  padding: 14px 16px;
  min-width: 130px;
  border-bottom: 1px solid #ddd;
}
.table-wrap .head {
  background: #fff;
  font-weight: 600;
  width: 200px;
}
.table-wrap .sub {
  background: #fff;
}
.table-wrap .main {
  background: #fff;
  align-items: center;
}
.table-wrap .cell-link {
  text-decoration: underline;
  display: flex;
  color: #0D6EFD;
  gap: 10px;
}
.table-wrap .span-2 {
  grid-column: 2/-1;
  background: #fff;
}
.table-wrap .span-row {
  grid-row: span 2;
  display: flex;
  align-items: center;
}
.table-wrap .note {
  display: block;
  margin-top: 6px;
  font-size: 0.9em;
  color: #c40000;
}

.content-section .content-center {
  text-align: center;
}

.content-section-second {
  margin-bottom: 40px;
}

.content-section-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.content-section-bar {
  width: 6px;
  height: 28px;
  background: #408b00;
  flex-shrink: 0;
}

.content-section-title {
  font-size: clamp(1.1rem, 1.3vw, 1.23rem);
  font-weight: bold;
  color: #212529;
  line-height: 1.2;
  margin: 0;
}

.content-section-title-sub {
  font-weight: bold;
}
.content-section-title-sub .text-red {
  color: #D93370;
}

.content-section-body p {
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.9;
  color: #212529;
  margin-bottom: 1em;
}
.content-section-body p:last-child {
  margin-bottom: 0;
}
.content-section-body ul {
  list-style: outside;
}
.content-section-body ol {
  list-style: decimal outside;
}
.content-section-body li {
  margin-left: 25px;
  line-height: 2;
}
.content-section-body .no-marker {
  margin-left: 0;
  list-style: none;
}
.content-section-body .lower-link {
  align-items: center;
  color: #0D6EFD;
  gap: 10px;
  text-decoration: underline;
}
.content-section-body .lower-link::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  font-style: normal;
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 10px;
  color: #408b00;
}
.content-section-body .link-list {
  list-style: none;
  line-height: 2.5;
}
.content-section-body .link-list li {
  margin-left: 0;
}
.content-section-body .text-red {
  font-weight: bold;
  color: #D93370;
}
.content-section-body .text-right {
  text-align: right;
}

.lower-link-no-arrow {
  color: #0D6EFD;
  text-decoration: underline;
}

.pdf-icon::after {
  content: "\f756";
  font-family: "bootstrap-icons";
  font-style: normal;
  display: inline-block;
  margin-left: 10px;
  color: #DC3545;
}

.area-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.area-filter-btn {
  padding: 8px 17px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #212529;
  background: #fff;
  border: 2px solid #59C100;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.area-filter-btn:hover {
  background: #f0f8e8;
  transform: translateY(-2px);
}
.area-filter-btn.active {
  background: #59C100;
  color: #fff;
}
.area-filter-btn:active {
  transform: translateY(0);
}

.facility-area-wrap {
  display: grid;
  gap: 50px;
}

.facility-area-section {
  display: grid;
  gap: 15px;
}
.facility-area-section.hidden {
  display: none;
}

.area-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #212529;
  margin: 0 0 25px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #408b00;
}
.area-section-title i {
  font-size: 1.25rem;
  color: #408b00;
}

.facility-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 35px;
}

.facility-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.facility-card:hover {
  border-color: #408b00;
}
.facility-card:hover .facility-card-icon {
  transform: translateX(5px);
  color: #408b00;
}
.facility-card:hover .facility-card-image img {
  transform: scale(1.05);
}
.facility-card .facility-card-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8f9fa;
  box-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.1);
}
.facility-card .facility-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}

.facility-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.facility-card-title {
  flex: 1;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: bold;
  color: #212529;
  line-height: 1.4;
  margin: 0;
}

.facility-card-icon {
  flex-shrink: 0;
  font-size: 1rem;
  color: #408b00;
  transition: all 0.3s ease;
}

.facility-no-card {
  margin-bottom: 30px;
}

.video-section {
  margin-bottom: 30px;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.video-container .facility-video {
  width: 100%;
  height: 100%;
}

.facility-featured-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.facility-featured-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.facility-featured-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.activity-cards-section .activity-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  border: 3px dashed #408b00;
  border-radius: 10px;
  padding: 7px;
}
.activity-cards-section .activity-card {
  flex: 1;
  min-width: 0;
}
.activity-cards-section .activity-card-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px;
}
.activity-cards-section .activity-card-title-wrap {
  display: flex;
}
.activity-cards-section .activity-card-title-wrap .activity-card-title {
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: bold;
  color: #408b00;
  margin: 0;
}
.activity-cards-section .activity-card-image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.activity-cards-section .activity-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.activity-cards-section .activity-card-text {
  font-size: clamp(0.7em, 0.8vw, 0.8rem);
  line-height: 1.6;
  color: #212529;
  margin: 0;
}

.st-section {
  display: grid;
  gap: 30px;
}
.st-section .st-card {
  border-radius: 10px;
  padding: 20px;
}
.st-section .st-top-section-wrap {
  border: 6px solid #59C100;
  border-radius: 10px;
}
.st-section .st-top-section-wrap .st-top-section-title {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #fff;
  background-color: #59C100;
  font-size: clamp(1.1rem, 1.3vw, 1.35rem);
  font-weight: bold;
  padding: 3px 0 8px 0;
}
.st-section .st-top-section-wrap .st-top-section-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents {
  display: flex;
  gap: 30px;
}
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents .application-img {
  width: clamp(4.5rem, 5.5vw, 5.5rem);
}
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents .application-contents-wrap {
  display: flex;
  flex-direction: column;
}
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents .application-contents-wrap .application-sub-text {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 600;
}
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents .application-contents-wrap .application-sub-text i {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents .application-contents-wrap .application-period {
  color: #D93370;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  font-weight: bold;
  gap: 10px;
}
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents .application-contents-wrap .application-period i,
.st-section .st-top-section-wrap .st-top-section-inner .application-left-contents .application-contents-wrap .application-period span {
  font-size: clamp(1.3rem, 1.7vw, 1.67rem);
}
.st-section .st-top-section-wrap .st-top-section-inner .application-text {
  max-width: 300px;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
}
@media (max-width: 1665px) {
  .st-section .st-top-section-wrap .st-top-section-inner .application-text {
    max-width: none;
  }
}
@media (max-width: 1665px) {
  .st-section .st-top-section-wrap .st-top-section-inner {
    flex-direction: column;
  }
  .st-section .st-top-section-wrap .application-text {
    max-width: none;
  }
}
.st-section .st-dual-section-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.st-section .st-dual-section-wrap .st-new-system-wrap,
.st-section .st-dual-section-wrap .st-old-system-wrap {
  display: grid;
  text-align: center;
  gap: 20px;
  width: 100%;
  font-weight: bold;
}
.st-section .st-dual-section-wrap .st-new-system-wrap {
  border: 4px solid #11A5B5;
  transition: all 0.2s;
}
.st-section .st-dual-section-wrap .st-new-system-wrap:has(.st-new-button:hover) {
  background: #11A5B5;
}
.st-section .st-dual-section-wrap .st-new-system-wrap:has(.st-new-button:hover) .st-system-text,
.st-section .st-dual-section-wrap .st-new-system-wrap:has(.st-new-button:hover) .st-system-sub-text,
.st-section .st-dual-section-wrap .st-new-system-wrap:has(.st-new-button:hover) .st-system-notice-text {
  color: #fff;
}
.st-section .st-dual-section-wrap .st-old-system-wrap {
  border: 4px solid #F79C3C;
  transition: all 0.2s;
}
.st-section .st-dual-section-wrap .st-old-system-wrap:has(.st-old-button:hover) {
  background: #F79C3C;
}
.st-section .st-dual-section-wrap .st-old-system-wrap:has(.st-old-button:hover) .st-system-text,
.st-section .st-dual-section-wrap .st-old-system-wrap:has(.st-old-button:hover) .st-system-sub-text {
  color: #fff;
}
.st-section .st-dual-section-wrap .st-system-text {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
.st-section .st-dual-section-wrap .st-system-sub-text {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
.st-section .st-dual-section-wrap .st-system-notice-text {
  font-size: clamp(0.8rem, 1vw, 1rem);
  color: #D93370;
}
.st-section .st-dual-section-wrap .pc-br {
  display: inline;
}
@media (max-width: 1400px) {
  .st-section .st-dual-section-wrap .pc-br {
    display: none;
  }
}

.st-button {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  height: 50px;
  padding: 9px 26px;
  margin-top: 10px;
  gap: 10px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  font-size: clamp(0.85rem, 1vw, 1.1rem);
  line-height: 1.5;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
}
.st-button:hover {
  transform: translateY(-1px);
}

.st-new-button {
  background: #11A5B5;
  border: 2.5px solid #11A5B5;
}
.st-new-button:hover {
  background: #fff;
  color: #11A5B5;
}

.st-old-button {
  background: #F79C3C;
  border: 2.5px solid #F79C3C;
}
.st-old-button:hover {
  background: #fff;
  color: #F79C3C;
}

.st-new-system-wrap {
  border: 4px solid #757575 !important;
  transition: none;
}
.st-new-system-wrap:has(.st-new-button:hover) {
  background: white !important;
}
.st-new-system-wrap:has(.st-new-button:hover) .st-system-text,
.st-new-system-wrap:has(.st-new-button:hover) .st-system-sub-text {
  color: black !important;
}

.st-new-button {
  cursor: default;
  transform: none !important;
  background: #757575;
  border: 2.5px solid #757575;
}
.st-new-button:hover {
  background: #757575;
  color: white !important;
}

.st-system-notice-text {
  font-size: clamp(0.8rem, 1vw, 1rem);
  color: #D93370 !important;
}

.vt-section-wrap {
  display: grid;
  gap: 30px;
}
.vt-section-wrap .content-section-title-wrap {
  margin-top: 15px;
  margin-bottom: 0;
}
.vt-section-wrap .vt-section {
  border-radius: 30px;
  padding: 20px 25px;
  transition: all 0.2s;
}
.vt-section-wrap .vt-section .vt-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-head-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-head-wrap .vt-head {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 6px;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-head-wrap .vt-head span {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  line-height: 1.5;
  font-size: clamp(1rem, 1.22vw, 1.28rem);
  font-weight: bold;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-head-wrap .vt-head span::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 0.15em;
  height: 0.55em;
  border-radius: 6px;
  z-index: -1;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  padding-left: 6px;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner-group .vt-inner {
  font-size: clamp(0.9rem, 1vw, 0.95rem);
  font-weight: 500;
  padding-bottom: 3px;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner-group .vt-inner .vt-inner-contents {
  display: flex;
  align-items: baseline;
  font-weight: 400;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner-group .vt-inner .vt-inner-contents .vt-label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner-group .vt-inner .vt-inner-contents .vt-label .text {
  margin: 0 0.25em;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner-group .vt-inner .vt-inner-contents .vt-label .icon {
  margin: 0 0.15em;
  font-size: 1em;
}
@media (max-width: 1420px) {
  .vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-head-wrap {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner-group {
    align-items: baseline;
    padding-top: 3px;
    gap: 0 10px;
  }
  .vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-center .vt-inner {
    padding-top: 3px;
  }
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  height: 85px;
}
@media (max-width: 1520px) {
  .vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-left {
    height: 100%;
  }
  .vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-left .vt-image-wrap {
    width: 145px;
    height: 120px;
    gap: 15px 0;
  }
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-left .vt-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
  height: 100%;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-left .vt-image-wrap .vt-image {
  width: 110px;
  height: 100%;
  text-align: center;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-left .vt-image-wrap .vt-image img {
  width: auto;
  height: 100%;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-wrap .vt-inner-left .vt-image-wrap .badge {
  flex-grow: 0;
}
.vt-section-wrap .vt-section .vt-content .vt-inner-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}
.vt-section-wrap .vt-section .chevron-icon {
  font-size: 1.41rem;
  font-weight: bold;
  transition: transform 0.2s;
}
.vt-section-wrap .vt-section:hover {
  z-index: 1;
}
.vt-section-wrap .vt-section:hover .chevron-icon {
  transform: translateX(5px);
}
.vt-section-wrap {
  /* 専門職研修(看護師・栄養士) */
}
.vt-section-wrap .vt-section.nurse,
.vt-section-wrap .food {
  border: 5px solid #EA868F;
}
.vt-section-wrap .vt-section.nurse .vt-head span::before,
.vt-section-wrap .food .vt-head span::before {
  background-color: #f7e1e4 !important;
}
.vt-section-wrap .vt-section.nurse .chevron-icon,
.vt-section-wrap .food .chevron-icon {
  color: #EA868F;
}
.vt-section-wrap .vt-section.nurse:hover,
.vt-section-wrap .food:hover {
  background-color: #f9c7c7;
}
.vt-section-wrap {
  /* ユニットケアセミナー */
}
.vt-section-wrap .vt-section.seminar {
  border: 5px solid #20C997;
}
.vt-section-wrap .vt-section.seminar .vt-head span::before {
  background-color: #dcfff0 !important;
  transition: all 0.2s;
}
.vt-section-wrap .vt-section.seminar .chevron-icon {
  color: #20C997;
}
.vt-section-wrap .vt-section.seminar:hover {
  background-color: #d1fbe3;
}
.vt-section-wrap {
  /* じっくりコース・設計相談会 */
}
.vt-section-wrap .vt-section.consultation,
.vt-section-wrap .support {
  border: 5px solid #3D8BFD;
}
.vt-section-wrap .vt-section.consultation .vt-head span::before,
.vt-section-wrap .support .vt-head span::before {
  background-color: #dfefff !important;
}
.vt-section-wrap .vt-section.consultation .chevron-icon,
.vt-section-wrap .support .chevron-icon {
  color: #3D8BFD;
}
.vt-section-wrap .vt-section.consultation:hover,
.vt-section-wrap .support:hover {
  background-color: #cae3ff;
}
@media (max-width: 1620px) {
  .vt-section-wrap .vt-type-section-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
  .vt-section-wrap .vt-head {
    display: inline-flex;
    flex-direction: column;
  }
}

.various-wrap .various-apply-wrap {
  display: grid;
  gap: 30px;
}
.various-wrap .various-apply-wrap ol li {
  margin-bottom: 1rem;
}
.various-wrap .various-apply-wrap ol li:last-child {
  margin-bottom: 0;
}
.various-wrap .link-flex-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 1375px) {
  .various-wrap .link-flex-wrap {
    flex-direction: column;
  }
}

.coming-soon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.coming-soon img {
  width: 200px;
  padding-bottom: 5px;
}
.coming-soon .coming-soon-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: clamp(1rem, 1vw, 1.1rem);
  font-weight: 500;
}

.access-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1630px) {
  .access-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.access-wrap .table-wrap {
  margin-bottom: 0;
}
.access-wrap .table-wrap .access-grid {
  grid-template-columns: minmax(100px, 125px) minmax(300px, 500px);
}

.access-map {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: center;
}
@media (max-width: 1630px) {
  .access-map {
    gap: 20px;
  }
}

.recruit-wrap .table-wrap {
  margin-bottom: 0;
}
.recruit-wrap .table-wrap .table-grid {
  grid-template-columns: minmax(110px, 170px) minmax(230px, 280px) minmax(200px, 1fr);
}
.recruit-wrap .table-wrap .main {
  display: block;
}
.recruit-wrap .table-wrap .cell-link {
  display: inline-block;
}
.recruit-wrap .table-wrap .recruit-step {
  margin-top: 20px;
}
.recruit-wrap .table-wrap .recruit-step:first-child {
  margin: 0;
}

.privacy-flex {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

.sistmap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.sitemap-link {
  align-items: center;
  color: #212529;
  gap: 10px;
  text-decoration: underline;
}
.sitemap-link::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  font-style: normal;
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 10px;
  color: #408b00;
}

.sitmap-lower-link a {
  align-items: center;
  color: #0D6EFD;
  gap: 10px;
  text-decoration: underline;
}
.sitmap-lower-link a::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  font-style: normal;
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 10px;
  color: #408b00;
}

.infomation-area {
  display: grid;
}

.information-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 20px 10px;
  border-radius: 5px;
  transition: all 0.3s;
  overflow: hidden;
}
.information-section:hover {
  background: #D4E9C2;
}
.information-section:hover .circle-button {
  background: #59C100;
  transform: translateX(5px);
}
.information-section:hover .circle-button i {
  color: #fff;
}
.information-section:first-child {
  padding-top: 10px;
}
.information-section:first-child .circle-button {
  margin-top: 10px;
}

.info-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.info-wrap .info-top-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-divider-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.info-divider-wrap .info-divider {
  width: 99%;
  height: 1px;
  background: #212529;
  opacity: 0.25;
}
.info-divider-wrap:last-child {
  display: none;
}

.circle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  background: #fff;
  border: 2.5px solid #59C100;
  border-radius: 40px;
  transition: all 0.3s;
}
.circle-button i {
  font-size: 1.5rem;
  color: #59C100;
  transition: color 0.3s ease;
}

.category-wrap {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  gap: 10px;
}

.page-items {
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-items .pagination {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.page-items .page-btn {
  padding: 13px 20px;
  border: 2px solid #59C100;
  background: #fff;
  color: #59C100;
  cursor: pointer;
}
.page-items .page-btn:hover {
  background-color: #D4E9C2;
}
.page-items .prev {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.page-items .next {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.page-items .disabled {
  opacity: 0.7;
  pointer-events: none;
}
.page-items .page-numbers {
  display: flex;
  list-style: none;
  background: #fff;
}
.page-items a.page-numbers,
.page-items span.page-numbers {
  padding: 7px 17px;
  border: 2px solid #59C100;
  cursor: pointer;
  color: #59C100;
  font-size: 1rem;
  transition: all 0.2s;
}
.page-items a.page-numbers:not(:first-child),
.page-items span.page-numbers:not(:first-child) {
  border-left: none;
}
.page-items a.page-numbers:nth-last-child(2),
.page-items span.page-numbers:nth-last-child(2) {
  border-right: 0;
}
.page-items a.page-numbers:hover,
.page-items span.page-numbers:hover {
  background-color: #D4E9C2;
}
.page-items span.page-numbers.current {
  background: #59C100;
  color: #fff;
  cursor: auto;
}
.page-items span.page-numbers.dots {
  pointer-events: none;
}

.information-wrap .information-grid {
  grid-template-columns: minmax(110px, 170px) minmax(200px, 240px) minmax(200px, 1fr);
}
.information-wrap .lower-page-top-wrap {
  display: grid;
  gap: 30px;
  padding: 0 20px;
}
.information-wrap .post .lower-page-wrap h1,
.information-wrap .post .lower-page-wrap h2 {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.information-wrap .post .lower-page-wrap h1::before,
.information-wrap .post .lower-page-wrap h2::before {
  content: "";
  flex-grow: 1;
  position: absolute;
  left: 0;
  width: 6px;
  height: 35px;
  background: #408b00;
  flex-shrink: 0;
}
.information-wrap .post .lower-page-wrap h1 {
  font-size: clamp(1.3rem, 1.5vw, 1.55rem);
}
.information-wrap .post .lower-page-wrap h2 {
  font-size: clamp(1.1rem, 1.3vw, 1.23rem);
}
.information-wrap .post .lower-page-wrap hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-bottom: 30px;
}
.information-wrap .post .lower-page-wrap ul {
  list-style: outside;
}
.information-wrap .post .lower-page-wrap ol {
  list-style: decimal outside;
}
.information-wrap .post .lower-page-wrap li {
  margin-left: 25px;
  line-height: 2;
}
.information-wrap .post .lower-page-wrap a {
  align-items: center;
  color: #0D6EFD;
  gap: 10px;
  text-decoration: underline;
}
.information-wrap .post .lower-page-wrap a[href$=".pdf"]::after {
  content: "\f756";
  font-family: "bootstrap-icons";
  font-style: normal;
  display: inline-block;
  margin-left: 10px;
  color: #DC3545;
}
.information-wrap .post .lower-page-wrap a[href^=http]:not([href*="https://unit-care"]):not([href*="https://www.unit-care"])::after {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  font-style: normal;
  display: inline-block;
  margin-left: 10px;
  color: #0D6EFD;
}
.information-wrap .post .lower-page-wrap table {
  width: 100% !important;
}
.information-wrap .post .lower-page-wrap td {
  padding: 14px 16px;
  border-bottom: 1px solid #ddd;
}
.information-wrap .post .lower-page-wrap .wp-playlist,
.information-wrap .post .lower-page-wrap .wp-video-playlist,
.information-wrap .post .lower-page-wrap .wp-playlist-light {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.information-wrap .post .lower-page-wrap iframe[src*="youtube.com"],
.information-wrap .post .lower-page-wrap iframe[src*="youtu.be"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.introduction-blog {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1563px) {
  .introduction-blog {
    flex-flow: column;
    justify-content: start;
  }
}

.introduction-blog-inner {
  background-color: #59C100;
  border-radius: 15px;
  padding: 5px;
  margin-left: 80px;
  position: relative;
}
@media (max-width: 1563px) {
  .introduction-blog-inner {
    margin-top: 10px;
    margin-left: 0;
  }
}

.author-facility-wrap {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.author-facility-wrap .author-icon {
  background-color: #59C100;
  color: #fff;
  padding-left: 10px;
  min-width: 70px;
  vertical-align: middle;
}
.author-facility-wrap .author-facility-text {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  width: 100%;
}
.author-facility-wrap .author-facility-text .text-gap {
  margin-left: 10px;
}
.author-facility-wrap .author-facility-text .facility-name {
  margin-bottom: 0 !important;
}

.facility-intro-section .efforts-sidebar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  color: #212529;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}
.facility-intro-section .efforts-sidebar:hover {
  background: #D4E9C2;
}

.faq-page-layout {
  display: flex;
  gap: 30px;
  padding: 30px;
  padding-top: 30px;
  margin: 0 auto;
}

.faq-main-column {
  flex: 1;
  min-width: 0;
}

.faq-category-section {
  margin-top: 40px;
  margin-bottom: 50px;
}
.faq-category-section:first-of-type {
  margin-top: 40px;
}

.faq-category-divider {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
}

.faq-item-wrap {
  width: 100%;
  padding: 0 10px;
}
.faq-item-wrap .faq-item {
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-item-wrap .faq-item.active .faq-question-btn {
  background: #f8fcf4;
}
.faq-item-wrap .faq-item.active .faq-toggle-icon {
  transform: rotate(180deg);
  color: #408b00;
}
.faq-item-wrap .faq-item.active .faq-answer {
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  padding: 20px;
}

.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 20px 20px;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}
.faq-question-btn:hover {
  background: #f8fcf4;
}

.faq-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background: #59C100;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 25px;
  flex-shrink: 0;
}

.faq-question-text {
  flex: 1;
  font-size: 1.15rem;
  font-weight: bold;
  color: #212529;
  line-height: 1.6;
}

.faq-toggle-icon {
  font-size: 1.5rem;
  color: #408b00;
  flex-shrink: 0;
  transition: transform 0.2s ease-out;
}

.faq-answer {
  display: flex;
  gap: 20px;
  padding: 0 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.1s ease-out, opacity 0.3s ease-out, visibility 0.1s ease-out, padding 0.1s ease-out;
  background: #fff;
}

.faq-a-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #59C100;
  font-size: 0.9rem;
  font-weight: bold;
  border: 2px solid #59C100;
  border-radius: 25px;
  flex-shrink: 0;
}

.faq-answer-content {
  display: grid;
  gap: 20px;
  flex: 1;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #212529;
  line-height: 1.8;
}
.faq-answer-content p {
  margin: 0 0 15px 0;
}
.faq-answer-content p:last-child {
  margin-bottom: 0;
}
.faq-answer-content ul {
  list-style: inside;
  margin: 10px 0;
  padding-left: 20px;
}
.faq-answer-content ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.faq-answer-content .content-section-title {
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.faq-book-section {
  display: grid;
  grid-template-columns: minmax(50px, 235px) 1fr;
  gap: 16px;
}
.faq-book-section .faq-book-image-wrap {
  height: 100%;
}
.faq-book-section .faq-book-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.faq-book-section .faq-book-inner-wrap p {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
.faq-book-section .faq-book-inner-wrap .table-wrap {
  margin-bottom: 10px;
}
.faq-book-section .faq-book-inner-wrap .table-wrap .cell {
  padding: 5px 0;
}
.faq-book-section .faq-book-inner-wrap .table-grid {
  grid-template-columns: minmax(80px, 170px) minmax(160px, 280px) minmax(200px, 1fr);
}

@media (max-width: 1563px) {
  .faq-book-section {
    grid-template-columns: 1fr;
  }
  .faq-book-section .faq-book-image-wrap img {
    width: 50%;
  }
}
.diploma-wrap .table-wrap {
  margin-bottom: 20px;
}
.diploma-wrap .table-wrap .head {
  width: auto;
}
.diploma-wrap .table-grid {
  grid-template-columns: minmax(200px, 300px) minmax(300px, 500px) minmax(100px, 130px);
}
.diploma-wrap .side-note {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
.diploma-wrap .text-line {
  text-decoration: underline;
}
.diploma-wrap hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-bottom: 30px;
}

.tos-box-wrap {
  display: grid;
  gap: 20px;
  width: 100%;
  height: 200px;
  border: 1px solid #CED4DA;
  border-radius: 10px 0 0 10px;
  padding: 20px;
  margin-top: 20px;
  overflow-y: scroll;
}
.tos-box-wrap .tos-box-section {
  display: grid;
  gap: 5px;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
.tos-box-wrap .tos-box-section .tos-box-head {
  font-weight: bold;
}

.contact-table {
  padding-top: 20px;
}
.contact-table .table-wrap {
  margin-bottom: 20px;
}
.contact-table .table-grid {
  display: grid;
  grid-template-columns: minmax(155px, 350px) minmax(230px, 280px) minmax(40px, 1fr);
  line-height: 1.7;
}
.contact-table .table-grid .limit-text {
  font-size: clamp(0.7rem, 0.9vw, 0.8rem);
  margin: 0.25rem 0 0 0.3rem;
}
.contact-table .table-grid .head {
  display: flex;
  width: auto;
}
.contact-table .table-grid .red-text {
  margin-left: 5px;
}
@media (max-width: 1624px) {
  .contact-table .table-grid .head {
    flex-wrap: wrap;
  }
}
.contact-table .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.contact-table .wpcf7-list-item {
  margin: 0;
}
.contact-table .checkbox-item-wrap {
  display: flex;
}
.contact-table .checkbox-item {
  display: flex;
  align-items: center;
}
.contact-table {
  /* 元のチェックボックスを隠す */
}
.contact-table .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contact-table {
  /* □ の枠 */
}
.contact-table .checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.contact-table {
  /* チェック時 */
}
.contact-table .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #59C100;
  border-color: #59C100;
}
.contact-table {
  /* チェックマーク */
}
.contact-table .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 6px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.contact-table .radio-button {
  display: flex;
  flex-direction: column;
}
.contact-table {
  /* ラジオ本体を隠す */
}
.contact-table .radio-button input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contact-table {
  /* 外枠の○ */
}
.contact-table .radio-button .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  background: #fff;
}
.contact-table {
  /* 選択時：外枠も緑に */
}
.contact-table .radio-button label input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  border-color: #59C100;
  background-color: #59C100;
}
.contact-table {
  /* 選択時の内側の● */
}
.contact-table .radio-button label input[type=radio]:checked ~ .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #fff;
  /* ← 緑 */
  border-radius: 50%;
}
.contact-table .textbox {
  width: 100%;
  padding: 2px 10px;
  border: 1px solid #CED4DA;
  border-radius: 3.2px;
  color: #3a3a3a;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-table .tell {
  display: flex;
  gap: 10px;
}
.contact-table .textarea {
  resize: none;
  width: 100%;
  min-height: 200px;
  padding: 8px 10px;
  border: 1px solid #CED4DA;
  border-radius: 3.2px;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}

.wpcf7-response-output {
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
}

.contact-button {
  width: 100%;
  padding-left: 72px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contact-button .gray-button {
  font-weight: bold;
}
.contact-button .gray-button i {
  padding-bottom: 2px;
}

.error-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.error-wrap .error-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 91%;
}
.error-wrap .error-content-wrap .error-illust-wrap {
  width: 25%;
}
.error-wrap .error-content-wrap .error-illust-wrap .error-illust {
  width: 100%;
  height: auto;
}
.error-wrap .error-content-wrap .error-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12.5px;
}
@media (max-width: 1500px) {
  .error-wrap .error-content-wrap .error-text-wrap {
    align-items: baseline;
  }
}
.error-wrap .error-content-wrap .error-text-wrap .error-text {
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 500;
}
.error-wrap .error-content-wrap .error-searchbox-wrap {
  width: 60%;
}
@media (max-width: 1500px) {
  .error-wrap .error-content-wrap .error-searchbox-wrap {
    width: 80%;
  }
}

.gsc-wrapper,
.gsc-above-wrapper-area {
  max-width: 100% !important;
}/*# sourceMappingURL=style.css.map */