@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
ul,
li,
th,
td {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #68615c;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  white-space: normal;
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

/* =========================
   ブレイクポイント
========================= */
/* =========================
   カラー
========================= */
/* =========================
   フォント
========================= */
/* =========================
   配置
========================= */
/* =========================
   CTA
========================= */
/* =========================
   シャドウ
========================= */
/* =========================
   width
========================= */
body {
  background: #fefcf9;
}

.section-top {
  width: 100%;
  height: 100%;
}
@media (width >= 768px) {
  .section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    height: calc(100dvh - 56px);
    margin: 56px auto 0;
  }
}
@media (width >= 1024px) {
  .section-inner {
    height: calc(100dvh - 88px);
    margin-top: 88px;
  }
}
@media (width >= 1280px) {
  .section-inner {
    width: 80%;
  }
}

.section-page {
  width: 100%;
  margin-bottom: 120px;
}
@media (width >= 1280px) {
  .section-page {
    margin-bottom: 160px;
  }
}

.section-inner-page {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .section-inner-page {
    width: 80%;
    max-width: none;
  }
}
@media (width >= 1280px) {
  .section-inner-page {
    max-width: 1200px;
  }
}

.section-inner-page-s {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .section-inner-page-s {
    width: 80%;
    max-width: 800px;
  }
}

/* =========================
   font
========================= */
p,
dl,
dt,
dd,
ul,
li,
th,
td {
  font-size: 14px;
}
@media (width >= 768px) {
  p,
  dl,
  dt,
  dd,
  ul,
  li,
  th,
  td {
    font-size: 16px;
  }
}

.tbpc-br {
  display: none;
}
@media (width >= 768px) {
  .tbpc-br {
    display: block;
  }
}

@media (width >= 768px) {
  .sp_br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (width >= 768px) {
  .tb-br {
    display: block;
  }
}
@media (width >= 1280px) {
  .tb-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media (width >= 1280px) {
  .pc-br {
    display: block;
  }
}

.sppc-br {
  display: block;
}
@media (width >= 768px) {
  .sppc-br {
    display: none;
  }
}
@media (width >= 1280px) {
  .sppc-br {
    display: block;
  }
}

.txt-orange {
  color: #f69e33;
}

/* =========================
   波型背景
========================= */
.wave-back {
  position: relative;
  background: #fff8ef;
  padding: 6% 0px;
  z-index: 0;
}
@media (width >= 768px) {
  .wave-back {
    padding: 0;
  }
}
.wave-back::before {
  content: "";
  position: absolute;
  top: -398px;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url(../images/page/bg-wave-top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: -100;
}
.wave-back::after {
  content: "";
  position: absolute;
  bottom: -398px;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url(../images/page/bg-wave-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  z-index: -100;
}

/* =========================
   下層mv
========================= */
.page-mv {
  width: 100%;
  height: clamp(192px, (100vw - 375px) * 148 / 292 + 192px, 340px);
  margin-top: 56px;
  background-image: url(../images/page/page-mv-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (width >= 768px) {
  .page-mv {
    height: 500px;
    background-image: url(../images/page/page-mv-pc.webp);
    background-position: bottom;
  }
}
@media (width >= 1280px) {
  .page-mv {
    height: 600px;
  }
}

/* =========================
   下層トップテキスト
========================= */
.c__txt-top {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (width >= 768px) {
  .c__txt-top {
    margin-bottom: 80px;
  }
}

/* =========================
   ホバー
========================= */
@media (width >= 768px) {
  a:hover {
    color: #f69e33;
  }
}

/* =========================
   アニメーション
========================= */
.u-fade-type-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.u-fade-type-up.is-active {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* =========================
   スライダーページネーション
========================= */
.splide__pagination__page {
  background: #6ec8e2;
}
.splide__pagination__page.is-active {
  background: #6ec8e2;
}

/* =========================
   スクリーンリーダー用テキスト
========================= */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================
   パンくずリスト
========================= */
#breadcrumbs {
  display: inline-block;
  font-size: 10px;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  #breadcrumbs {
    font-size: 14px;
  }
}

/* =========================
   ページネーション
========================= */
.navigation {
  margin-top: 32px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.page-numbers {
  color: #6ec8e2;
  padding: 4px 12px;
  border: 1px solid #6ec8e2;
  border-radius: 4px;
}
.page-numbers.prev, .page-numbers.next {
  padding: 4px 8px;
  border: none;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  color: #6ec8e2;
  background: #fefcf9;
}
.page-numbers.current {
  color: #fff;
  background: #6ec8e2;
}
.page-numbers:hover {
  color: #fff;
  background: #6ec8e2;
}
.page-numbers.dots {
  border: none;
}
.page-numbers.dots:hover {
  color: #6ec8e2;
  background: #fefcf9;
}

/* =========================
   header-top
========================= */
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  background: #fff;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
@media (width >= 1024px) {
  .header-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 88px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}
@media (width >= 1024px) {
  .header-logo {
    width: 16%;
    max-width: 160px;
    height: 88px;
  }
}
.header-logo__pc-img {
  display: none;
}
@media (width >= 1024px) {
  .header-logo__pc-img {
    display: block;
    height: 76px;
  }
}
.header-logo__sp-img {
  height: 36px;
}
@media (width >= 1024px) {
  .header-logo__sp-img {
    display: none;
  }
}

.header-container {
  display: block;
  top: 40px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: #fff;
  cursor: pointer;
  margin-right: 16px;
}
@media (width >= 1024px) {
  .header-container {
    width: calc(100% - 160px - 16px);
    height: 88px;
    margin-right: 0px;
  }
}
.header-container__sp-btn {
  width: 56px;
  height: 56px;
}
@media (width >= 1024px) {
  .header-container__sp-btn {
    display: none;
  }
}
.header-container__sp-btn span {
  display: block;
  position: relative;
  top: 28px;
  left: 13px;
  width: 32px;
  height: 3px;
  background: #6ec8e2;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-container__sp-btn span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  width: 32px;
  height: 3px;
  background: #6ec8e2;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-container__sp-btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  width: 32px;
  height: 3px;
  background: #6ec8e2;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-container__sp-btn.open span {
  background: transparent;
}
.header-container__sp-btn.open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-container__sp-btn.open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-pc-nav {
  display: none;
}
@media (width >= 1024px) {
  .header-pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}

.header-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header-top-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
.header-top-area__item:last-of-type {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  background: #6ec8e2;
  padding: 8px 16px;
  border-radius: 0px 0px 0px 8px;
}
.header-top-area__item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-top-area__item-txt:hover {
  color: #6ec8e2;
}
.header-top-area__icon-link {
  display: block;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_icon_link.svg);
}
@media (width >= 768px) {
  .header-top-area__icon-link {
    width: 16px;
    height: 16px;
  }
}
.header-top-area__icon-insta {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_icon_insta.svg);
}
@media (width >= 768px) {
  .header-top-area__icon-insta {
    width: 17px;
    height: 17px;
  }
}
.header-top-area__icon-tel {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_icon_tel_white.svg);
}
@media (width >= 768px) {
  .header-top-area__icon-tel {
    width: 16px;
    height: 16px;
  }
}

.header-pc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 800px;
}
@media (width >= 1024px) {
  .header-pc-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin-right: 4px;
    padding-left: 16px;
  }
}
.header-pc-menu__item {
  position: relative;
}
.header-pc-menu__item:hover .header-pc-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-pc-menu__item-txt {
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
.header-pc-menu__item-txt:hover {
  color: #6ec8e2;
}
@media (width >= 1024px) {
  .header-pc-menu__item-txt {
    text-align: center;
    padding: 10px 5px 10px 5px;
  }
}

.header-pc-submenu {
  position: absolute;
  top: 56px;
  left: -8px;
  padding: 4px 0px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 1024px) {
  .header-pc-submenu {
    top: 42px;
    min-width: 144px;
  }
}
.header-pc-submenu__item-txt {
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 22px;
}
.header-pc-submenu__item-txt:hover {
  color: #6ec8e2;
}

/* =========================
   spメニュー
========================= */
.header-sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: -10;
}
.header-sp-nav.is-open {
  display: block;
}
.header-sp-nav__list {
  max-width: 500px;
}
.header-sp-nav__list--top {
  width: 80%;
  margin: 64px auto 0;
}
.header-sp-nav__list--middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.header-sp-nav__list--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  padding-bottom: 32px;
  margin: 16px auto 0;
}
.header-sp-nav__item {
  max-width: 500px;
}
.header-sp-nav__item--top {
  padding: 8px 0px 8px 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #6ec8e2;
}
.header-sp-nav__item--middle {
  width: 40%;
  padding: 8px 0px 8px 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #6ec8e2;
}
.header-sp-nav__item--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px;
}
.header-sp-nav__txt--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-sp-nav__icon-link--bottom {
  display: block;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_icon_link.svg);
  background-size: contain;
}
@media (width >= 768px) {
  .header-sp-nav__icon-link--bottom {
    width: 12px;
    height: 12px;
  }
}
.header-sp-nav__icon-insta--bottom {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_icon_insta.svg);
  background-size: contain;
}
@media (width >= 768px) {
  .header-sp-nav__icon-insta--bottom {
    width: 14px;
    height: 14px;
  }
}

.header-accordion {
  max-width: 500px;
  margin-right: 16px;
}
.header-accordion summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #68615c;
  cursor: pointer;
}
.header-accordion summary::-webkit-details-marker {
  display: none;
}
.header-accordion summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 1px solid #68615c;
  border-right: 1px solid #68615c;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-accordion__list a {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 8px 0 0 8px;
  color: #68615c;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.header-accordion[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header-accordion[open] a {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/* =========================
   header-side
========================= */
.header-side-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  width: 100%;
  background: #fefcf9;
  z-index: 9999;
}
@media (width >= 768px) {
  .header-side-wrap {
    top: 112px;
    left: auto;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 4%;
    background: none;
  }
}
@media (width >= 1280px) {
  .header-side-wrap {
    top: auto;
    bottom: 120px;
    width: 8%;
  }
}

.header-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-align: center;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-side--top {
  position: relative;
  background: #f69e33;
  width: 33%;
  overflow: visible;
}
@media (width >= 768px) {
  .header-side--top {
    width: 100%;
  }
}
.header-side--top::after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: auto;
  left: calc(50% - 29px);
  right: auto;
  background-image: url(../images/common/common_logo_jyo.svg);
  background-repeat: no-repeat;
  width: 58px;
  height: 64px;
  z-index: -10;
}
@media (width >= 768px) {
  .header-side--top::after {
    top: 24px;
    left: -34px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (width >= 1280px) {
  .header-side--top::after {
    display: none;
  }
}
.header-side--middle {
  position: relative;
  background: #6ec8e2;
  width: 34%;
}
@media (width >= 768px) {
  .header-side--middle {
    width: 100%;
  }
}
.header-side--middle::after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: auto;
  left: calc(50% - 20px);
  right: auto;
  background-image: url(../images/common/common_logo_ai.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 64px;
  z-index: -10;
}
@media (width >= 768px) {
  .header-side--middle::after {
    top: 24px;
    left: -26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (width >= 1280px) {
  .header-side--middle::after {
    display: none;
  }
}
.header-side--bottom {
  width: 33%;
  background: #fff;
  border-top: 1px solid #6ec8e2;
  border-right: 1px solid #6ec8e2;
}
@media (width >= 768px) {
  .header-side--bottom {
    width: 100%;
  }
}
@media (width >= 768px) {
  .header-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-radius: 8px 0px 0px 8px;
  }
  .header-side--top {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .header-side--top:hover {
    background: #fff;
    border-top: 1px solid #f69e33;
    border-left: 1px solid #f69e33;
    border-bottom: 1px solid #f69e33;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-side--top:hover .header-side__txt--top {
    color: #f69e33;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-side--middle {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .header-side--middle:hover {
    background: #fff;
    border-top: 1px solid #6ec8e2;
    border-left: 1px solid #6ec8e2;
    border-bottom: 1px solid #6ec8e2;
  }
  .header-side--middle:hover .header-side__txt--middle {
    color: #6ec8e2;
  }
  .header-side--bottom {
    border-right: none;
    border-left: 1px solid #6ec8e2;
    border-bottom: 1px solid #6ec8e2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-side--bottom:hover {
    background: #d6f4fd;
  }
}
@media (width >= 1280px) {
  .header-side {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    height: 128px;
    overflow: hidden;
  }
}
.header-side__txt {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 8px auto 8px;
}
.header-side__txt--top {
  color: #fff;
}
.header-side__txt--middle {
  color: #fff;
}
.header-side__txt--bottom {
  color: #6ec8e2;
}
@media (width >= 768px) {
  .header-side__txt {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 16px auto 8px;
  }
}
@media (width >= 1280px) {
  .header-side__txt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.header-side__img-pc {
  display: none;
}
@media (width >= 1280px) {
  .header-side__img-pc {
    display: block;
    margin: 0 auto;
  }
  .header-side__img-pc--top {
    width: 80px;
  }
  .header-side__img-pc--middle {
    width: 56px;
  }
  .header-side__img-pc--bottom {
    width: 56px;
  }
}
.header-side__img-tb {
  display: block;
  width: 16px;
  margin: 0;
}
@media (width >= 768px) {
  .header-side__img-tb {
    width: 24px;
    margin: 0 auto 16px;
  }
}
@media (width >= 1280px) {
  .header-side__img-tb {
    display: none;
  }
}

/* =========================
   header-bottom
========================= */
.header-bottom {
  position: fixed;
  bottom: 60px;
  right: 8px;
  width: 64px;
  aspect-ratio: 1/1;
  z-index: 8888;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.header-bottom.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (width >= 768px) {
  .header-bottom {
    width: 80px;
    bottom: 16px;
    right: 48px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (width >= 1280px) {
  .header-bottom {
    bottom: 16px;
    right: calc(8% - 80px);
  }
}
.header-bottom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #6ec8e2;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-bottom__btn:hover {
  background: #6ec8e2;
}
.header-bottom__btn:hover .header-bottom__btn-arrow {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.header-bottom__btn:hover .header-bottom__btn-txt {
  color: #fff;
}
.header-bottom__btn-arrow {
  width: 12px;
  height: 12px;
  border-left: 1px solid #6ec8e2;
  border-top: 1px solid #6ec8e2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-bottom__btn-txt {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #6ec8e2;
}

/* =========================
   footer
========================= */
.footer {
  background: #6ec8e2;
  padding-top: 32px;
  padding-bottom: 24px;
  height: auto;
}
@media (width >= 768px) {
  .footer {
    padding-top: 64px;
  }
}
.footer__inner {
  width: 90%;
  margin: 0 auto 32px;
}
@media (width >= 768px) {
  .footer__inner {
    width: 80%;
    max-width: 900px;
  }
}
.footer__copy {
  text-align: center;
  color: #fff;
  margin-bottom: 72px;
}
@media (width >= 768px) {
  .footer__copy {
    margin-bottom: 0;
  }
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media (width >= 768px) {
  .footer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
}
@media (width >= 768px) {
  .footer-info {
    max-width: 560px;
  }
}
.footer-info__btn {
  display: block;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
}
@media (width >= 768px) {
  .footer-info__btn {
    height: 56px;
  }
}
.footer-info__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-info__logo {
  height: 48px;
}
@media (width >= 768px) {
  .footer-info__logo {
    height: 56px;
  }
}
.footer-info__add {
  color: #fff;
}
.footer-info__tel {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 208px;
  padding: 4px 16px;
  background: #fff;
  border: 1px solid #6ec8e2;
  border-radius: 20px;
}
.footer-link__btn:hover {
  background: #6ec8e2;
  border: 1px solid #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footer-link__btn:hover .footer-link__txt {
  color: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footer-link__btn:hover .footer-link__img {
  display: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footer-link__txt {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #6ec8e2;
}
.footer-link__img {
  width: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
}
@media (width >= 768px) {
  .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-nav__item {
  display: block;
  color: #fff;
}
.footer-nav__item--large {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  line-height: 2;
}
.footer-nav__item--small {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, (100vw - 375px) * 4 / 905 + 12px, 16px);
  line-height: 1.5;
  line-height: 2.4;
  padding-left: 16px;
}
.footer-nav__item--right {
  padding-left: 0;
}
.footer-nav__item:hover {
  color: #68615c;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* =========================
   error-page__mv
========================= */
.error-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .error-page__mv-ttl {
    top: 25%;
  }
}
.error-page__mv-ttl::after {
  content: " ページが見つかりません ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   error-page__error
========================= */
.error-page__error .error__text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.error-page__error .error__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-top: 32px;
  margin-bottom: 24px;
}
.error-page__error .error__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .error-page__error .error__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .error-page__error .error__button {
    margin-top: 56px;
  }
}

/* =========================
   top-fv（施設サイト）
========================= */
.top-fv {
  position: relative;
  display: block;
  margin-bottom: 104px;
}
@media (width >= 768px) {
  .top-fv {
    height: 100dvh;
    margin-bottom: 0;
    background: #fefcf9;
  }
}
@media (width >= 768px) {
  .top-fv__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: calc(100dvh - 160px);
    background: #fefcf9;
  }
  .top-fv__wrap::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0px;
    width: 100%;
    height: 50%;
    background-image: url(../images/top/top_fv-bg_bottom.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media (width >= 1280px) {
  .top-fv__wrap {
    height: calc(100dvh - 144px);
  }
  .top-fv__wrap::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0px;
    width: 100%;
    height: 50%;
    background-image: url(../images/top/top_fv-bg_bottom.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.top-fv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (width >= 768px) {
  .top-fv__box {
    display: block;
    width: 52%;
    height: 100%;
  }
}
@media (width >= 1280px) {
  .top-fv__box {
    width: 50%;
  }
}
.top-fv__box-img-sp {
  width: 120%;
  max-width: 767px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 32px;
}
@media (width >= 768px) {
  .top-fv__box-img-sp {
    display: none;
  }
}
.top-fv__box-img-pc {
  display: none;
}
@media (width >= 768px) {
  .top-fv__box-img-pc {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc(100% + 32px) center;
       object-position: calc(100% + 32px) center;
    margin-top: 56px;
  }
}
@media (width >= 1024px) {
  .top-fv__box-img-pc {
    margin-top: 88px;
  }
}
@media (width >= 1280px) {
  .top-fv__box-img-pc {
    -o-object-position: right;
       object-position: right;
  }
}
.top-fv__area {
  margin-top: 24px;
}
@media (width >= 768px) {
  .top-fv__area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48%;
    height: 100%;
    background: #fff;
    margin-top: 0px;
  }
  .top-fv__area::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: auto;
    left: auto;
    right: -27%;
    width: 28%;
    height: 100%;
    background-image: url(../images/top/top_fv-bg_middle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (width >= 1280px) {
  .top-fv__area {
    width: 50%;
  }
}
.top-fv__area-txt {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}
@media (width >= 768px) {
  .top-fv__area-txt {
    padding-left: 32px;
  }
}
.top-fv__area-txt span {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(32px, (100vw - 375px) * 28 / 905 + 32px, 60px);
  line-height: 1.5;
  color: #f69e33;
}

.top-fv-feature {
  width: 90%;
  max-width: 400px;
  margin: 64px auto 0;
}
@media (width >= 768px) {
  .top-fv-feature {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    margin-top: -40px;
  }
}
@media (width >= 1280px) {
  .top-fv-feature {
    margin-top: -64px;
  }
}
.top-fv-feature__image {
  display: block;
  width: 20%;
}
@media (width >= 768px) {
  .top-fv-feature__image {
    width: 118px;
  }
}
.top-fv-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.top-fv-feature__title-area {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid #6ec8e2;
  border-radius: 8px;
}
.top-fv-feature__title-area::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 20%;
  right: auto;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fefcf9;
  rotate: 135deg;
  translate: -50%;
}
.top-fv-feature__title-area::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -7px;
  left: 20%;
  right: auto;
  width: 13px;
  height: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-color: #6ec8e2 #6ec8e2 transparent transparent;
  rotate: 135deg;
  translate: -50%;
  border-radius: 2px;
}
.top-fv-feature__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  color: #6ec8e2;
}
.top-fv-feature__text {
  display: inline-block;
  width: 80%;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, (100vw - 375px) * 6 / 905 + 14px, 20px);
  line-height: 1.5;
  margin-left: 16px;
}
@media (width >= 768px) {
  .top-fv-feature__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-fv-banner__link {
  display: block;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 48%;
  left: auto;
  right: 8px;
  width: 25%;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width >= 768px) {
  .top-fv-banner__link {
    bottom: 20%;
    right: 6%;
    width: 200px;
  }
}
@media (width >= 1280px) {
  .top-fv-banner__link {
    right: 10%;
    width: 200px;
  }
}

/* =========================
   top-facility-links（施設サイト）
========================= */
.top-facility-links {
  overflow: hidden;
  padding-top: 56px;
  margin-bottom: 160px;
}
@media (width >= 768px) {
  .top-facility-links {
    padding-top: 0px;
    margin-bottom: 0;
  }
}
@media (width >= 768px) {
  .top-facility-links__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-right: 16px;
  }
}
@media (width >= 1280px) {
  .top-facility-links__wrap {
    gap: 56px;
  }
}
.top-facility-links__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .top-facility-links__heading {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .top-facility-links__heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    margin: 0;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .top-facility-links__heading {
    margin-bottom: 56px;
  }
}
.top-facility-links__heading .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_yellowgreen.svg);
}
@media (width >= 768px) {
  .top-facility-links__heading .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
@media (width >= 768px) {
  .top-facility-links__container {
    visibility: visible;
    width: 70%;
    max-width: 640px;
  }
}
@media (width >= 1280px) {
  .top-facility-links__container {
    max-width: 840px;
  }
}
@media (width >= 768px) {
  .top-facility-links__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-facility-links__card {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  margin: 8px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (width >= 768px) {
  .top-facility-links__card {
    min-width: 210px;
    margin: 8px;
  }
}
@media (width >= 1280px) {
  .top-facility-links__card {
    min-width: none;
    margin: 16px;
  }
}
.top-facility-links__card-img {
  display: block;
  width: 204px;
  margin: 0 auto 8px;
  border-radius: 8px;
}
@media (width >= 768px) {
  .top-facility-links__card-img {
    width: 156px;
  }
}
@media (width >= 1280px) {
  .top-facility-links__card-img {
    width: 204px;
  }
}
.top-facility-links__card-title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.top-facility-links__card:hover {
  background: #fff8ef;
  border: 1px solid #f69e33;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 1s;
  transition: 1s;
}

.splide-controller.main {
  height: 40px;
  margin-top: 48px;
}
@media (width >= 768px) {
  .splide-controller.main {
    display: none;
  }
}

.splide.main {
  width: 100vw;
}
@media (width >= 768px) {
  .splide.main {
    width: 70%;
    max-width: 640px;
  }
}
@media (width >= 1280px) {
  .splide.main {
    max-width: 840px;
  }
}
.splide__arrows {
  position: relative;
}
.splide__arrows.main > .splide__arrow--prev {
  left: 34%;
  width: 3em;
  height: 3em;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  background: #6ec8e2;
  opacity: 1;
}
@media (width >= 768px) {
  .splide__arrows.main > .splide__arrow--prev {
    left: 40%;
  }
}
@media (width >= 1280px) {
  .splide__arrows.main > .splide__arrow--prev {
    left: 45%;
  }
}
.splide__arrows.main > .splide__arrow--prev svg {
  fill: #fff;
}
.splide__arrows.main > .splide__arrow--prev:hover {
  background: #fff;
  border: 1px solid #6ec8e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.splide__arrows.main > .splide__arrow--prev:hover svg {
  fill: #6ec8e2;
}
.splide__arrows.main > .splide__arrow--next {
  right: 34%;
  width: 3em;
  height: 3em;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  background: #6ec8e2;
  opacity: 1;
}
@media (width >= 768px) {
  .splide__arrows.main > .splide__arrow--next {
    right: 40%;
  }
}
@media (width >= 1280px) {
  .splide__arrows.main > .splide__arrow--next {
    right: 45%;
  }
}
.splide__arrows.main > .splide__arrow--next svg {
  fill: #fff;
}
.splide__arrows.main > .splide__arrow--next:hover {
  background: #fff;
  border: 1px solid #6ec8e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.splide__arrows.main > .splide__arrow--next:hover svg {
  fill: #6ec8e2;
}

/* =========================
   top-news
========================= */
.top-news {
  margin-bottom: 160px;
}
@media (width >= 768px) {
  .top-news {
    margin-bottom: 0;
  }
}
.top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 880px;
}
@media (width >= 768px) {
  .top-news__wrap {
    margin-right: 16px;
  }
}
@media (width >= 1280px) {
  .top-news__wrap {
    max-width: none;
    margin-right: 100px;
  }
}
@media (width >= 768px) {
  .top-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5%;
    width: 100%;
  }
}
.top-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .top-news__heading {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .top-news__heading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
    min-width: 168px;
    margin: 0;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .top-news__heading {
    margin-bottom: 56px;
  }
}
@media (width >= 1280px) {
  .top-news__heading {
    margin-bottom: 32px;
  }
}
.top-news__heading .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_pink.svg);
}
@media (width >= 768px) {
  .top-news__heading .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-top: 16px;
}
.top-news__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-news__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .top-news__button {
    margin-top: 32px;
  }
}
.top-news__link-area--pc {
  display: none;
}
@media (width >= 768px) {
  .top-news__link-area--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.top-news__link-area--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 344px;
  margin-top: 56px;
}
@media (width >= 768px) {
  .top-news__link-area--sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: 32px;
  }
}
@media (width >= 1280px) {
  .top-news__link-area--sp {
    display: none;
  }
}
.top-news__banner--pc {
  display: none;
}
@media (width >= 1280px) {
  .top-news__banner--pc {
    display: block;
    width: 344px;
  }
}
.top-news__banner--sp {
  width: 344px;
}
@media (width >= 768px) {
  .top-news__banner--sp {
    width: auto;
    max-width: 344px;
  }
}
@media (width >= 1280px) {
  .top-news__banner--sp {
    display: none;
  }
}
.top-news__banner-img {
  width: 100%;
  display: block;
}
.top-news__banner :hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* =========================
   top-philosophy
========================= */
.top-philosophy {
  margin-bottom: 160px;
}
@media (width >= 768px) {
  .top-philosophy {
    margin-bottom: 0;
  }
}
.top-philosophy__img--pc {
  display: none;
}
@media (width >= 768px) {
  .top-philosophy__img--pc {
    display: block;
    width: 50%;
  }
}
@media (width >= 1280px) {
  .top-philosophy__img--pc {
    width: 59%;
  }
}
.top-philosophy__img--sp {
  display: block;
  width: 375px;
  padding-left: 16px;
  margin: 16px auto 0;
}
@media (width >= 768px) {
  .top-philosophy__img--sp {
    display: none;
  }
}
.top-philosophy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width >= 768px) {
  .top-philosophy__wrap {
    margin-right: 16px;
  }
}
@media (width >= 1280px) {
  .top-philosophy__wrap {
    margin-right: 100px;
  }
}
.top-philosophy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (width >= 768px) {
  .top-philosophy__container {
    width: 50%;
    max-width: 480px;
    height: 360px;
  }
}
@media (width >= 1280px) {
  .top-philosophy__container {
    width: 41%;
  }
}
.top-philosophy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
}
.top-philosophy__heading .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_orange.svg);
}
@media (width >= 768px) {
  .top-philosophy__heading .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-philosophy__subheading {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 8 / 905 + 24px, 32px);
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
@media (width >= 768px) {
  .top-philosophy__subheading {
    margin-top: 48px;
  }
}
.top-philosophy__text {
  margin-top: 24px;
}
@media (width >= 768px) {
  .top-philosophy__text {
    margin-top: 40px;
  }
}
.top-philosophy__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
}
.top-philosophy__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-philosophy__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .top-philosophy__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
    line-height: 1.5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 32px 8px 16px;
    margin: 0 auto;
    border-bottom: 3px dotted #f69e33;
  }
  .top-philosophy__button::after {
    content: "";
    position: absolute;
    top: auto;
    right: 8px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #68615c;
    border-right: 1px solid #68615c;
    margin-right: 8px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .top-philosophy__button:hover {
    color: #f69e33;
  }
}

/* =========================
   top-childcare
========================= */
.top-childcare {
  margin-bottom: 160px;
}
@media (width >= 768px) {
  .top-childcare {
    margin-bottom: 0;
  }
}
.top-childcare__wrap {
  position: relative;
}
@media (width >= 768px) {
  .top-childcare__wrap {
    width: 100%;
    margin-right: 16px;
  }
}
@media (width >= 1280px) {
  .top-childcare__wrap {
    margin-right: 100px;
  }
}
.top-childcare__wrap::after {
  position: absolute;
  content: "";
  top: 168px;
  width: 53%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(../images/top/top_nursing_02.webp);
  background-size: cover;
  z-index: -10;
}
@media (width >= 768px) {
  .top-childcare__wrap::after {
    bottom: 7%;
    top: 0;
    right: 3%;
    width: 42%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media (width >= 1280px) {
  .top-childcare__wrap::after {
    right: 0;
    width: 48%;
  }
}
.top-childcare__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  height: 100%;
}
@media (width >= 768px) {
  .top-childcare__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75%;
    max-width: 720px;
  }
}
@media (width >= 1280px) {
  .top-childcare__container {
    max-width: 580px;
  }
}
@media (width >= 768px) {
  .top-childcare__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-childcare__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
}
.top-childcare__heading .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_purple.svg);
}
@media (width >= 768px) {
  .top-childcare__heading .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-childcare__subheading {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 8 / 905 + 24px, 32px);
  line-height: 1.5;
  margin-top: 16px;
}
@media (width >= 768px) {
  .top-childcare__subheading {
    max-width: none;
    text-align: center;
    margin-top: 24px;
  }
}
.top-childcare__image {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 23px -16px 0 auto;
}
@media (width >= 768px) {
  .top-childcare__image {
    margin: -16px auto 0;
  }
}
.top-childcare__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin: -32px auto 0 16px;
}
.top-childcare__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-childcare__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .top-childcare__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
    line-height: 1.5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 32px 8px 16px;
    margin: 0 auto;
    border-bottom: 3px dotted #f69e33;
  }
  .top-childcare__button::after {
    content: "";
    position: absolute;
    top: auto;
    right: 8px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #68615c;
    border-right: 1px solid #68615c;
    margin-right: 8px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .top-childcare__button:hover {
    color: #f69e33;
  }
}

/* =========================
   top-efforts
========================= */
.top-efforts {
  margin-bottom: 160px;
}
@media (width >= 768px) {
  .top-efforts {
    margin-bottom: 0;
  }
}
.top-efforts__image-pc {
  display: none;
}
@media (width >= 768px) {
  .top-efforts__image-pc {
    display: block;
    width: 41%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (width >= 1280px) {
  .top-efforts__image-pc {
    width: 46%;
  }
}
.top-efforts__image-sp {
  display: block;
  width: 80%;
  max-width: 300px;
  padding-left: 16px;
  margin: 16px auto 0;
}
@media (width >= 768px) {
  .top-efforts__image-sp {
    display: none;
  }
}
.top-efforts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80%;
}
@media (width >= 768px) {
  .top-efforts__wrap {
    height: auto;
    margin-right: 16px;
  }
}
@media (width >= 1280px) {
  .top-efforts__wrap {
    margin-right: 100px;
  }
}
.top-efforts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90%;
  background-image: url(../images/top/top_project_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 16px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
}
@media (width >= 768px) {
  .top-efforts__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
    width: auto;
    max-width: 824px;
    height: auto;
    padding: 7% 40px;
  }
}
@media (width >= 1280px) {
  .top-efforts__container {
    max-width: none;
    padding: 10% 88px;
  }
}
@media (width >= 768px) {
  .top-efforts__content {
    width: 55%;
  }
}
@media (width >= 1280px) {
  .top-efforts__content {
    width: 50%;
  }
}
.top-efforts__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  padding-top: 48px;
}
@media (width >= 768px) {
  .top-efforts__heading {
    padding-top: 8px;
  }
}
.top-efforts__heading .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_green.svg);
}
@media (width >= 768px) {
  .top-efforts__heading .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-efforts__subheading {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 8 / 905 + 24px, 32px);
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
@media (width >= 768px) {
  .top-efforts__subheading {
    margin-top: 32px;
  }
}
.top-efforts__text {
  width: 90%;
  margin: 24px auto 0;
}
@media (width >= 768px) {
  .top-efforts__text {
    width: 100%;
  }
}
.top-efforts__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-top: 16px;
  margin-bottom: 48px;
}
.top-efforts__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-efforts__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .top-efforts__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
    line-height: 1.5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 32px 8px 16px;
    margin: 0 auto;
    border-bottom: 3px dotted #f69e33;
    margin-top: 32px;
  }
  .top-efforts__button::after {
    content: "";
    position: absolute;
    top: auto;
    right: 8px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #68615c;
    border-right: 1px solid #68615c;
    margin-right: 8px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .top-efforts__button:hover {
    color: #f69e33;
  }
}

/* =========================
   top-voices
========================= */
.top-voices {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (width >= 768px) {
  .top-voices {
    margin-bottom: 0;
  }
}
.top-voices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 56px auto 0;
}
@media (width >= 768px) {
  .top-voices__inner {
    height: calc(100dvh - 56px);
    width: 90%;
    max-width: 1200px;
  }
}
@media (width >= 1024px) {
  .top-voices__inner {
    height: calc(100dvh - 96px);
    margin: 96px auto 0;
  }
}
@media (width >= 1280px) {
  .top-voices__inner {
    width: 80%;
  }
}
.top-voices__wrap {
  position: relative;
}
@media (width >= 768px) {
  .top-voices__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-voices__wrap::after {
  position: absolute;
  content: "";
  bottom: -120px;
  width: 100%;
  aspect-ratio: 7/3;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(../images/common/common_logo_jyo.svg);
  background-size: 58%;
  background-position-x: center;
  background-repeat: no-repeat;
  z-index: -10;
}
@media (width >= 768px) {
  .top-voices__wrap::after {
    left: -2%;
    bottom: 0;
    width: 60%;
    background-size: contain;
    background-position-x: left;
  }
}
.top-voices__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (width >= 768px) {
  .top-voices__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    overflow: visible;
  }
}
.top-voices__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
}
@media (width >= 768px) {
  .top-voices__heading {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.25em;
  }
}
.top-voices__heading .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_yellow.svg);
}
@media (width >= 768px) {
  .top-voices__heading .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-voices__subheading {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 8 / 905 + 24px, 32px);
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
@media (width >= 768px) {
  .top-voices__subheading {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    margin-top: 24px;
  }
}
.top-voices__text {
  width: 90%;
  margin: 24px auto 0;
}
@media (width >= 768px) {
  .top-voices__text {
    margin-top: 40px;
  }
}
.top-voices__image-sp {
  width: 120%;
  max-width: 500px;
  margin-top: 24px;
}
@media (width >= 768px) {
  .top-voices__image-sp {
    display: none;
    width: 720px;
    margin-top: 16px;
  }
}
.top-voices__image-pc {
  display: none;
}
@media (width >= 768px) {
  .top-voices__image-pc {
    display: block;
    width: 68%;
  }
}

/* =========================
   top-admission
========================= */
.top-admission {
  background-image: url(../images/top/top_admission_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 104px;
}
@media (width >= 768px) {
  .top-admission {
    margin-bottom: 0;
  }
}
.top-admission__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 96px;
}
@media (width >= 768px) {
  .top-admission__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80%;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media (width >= 1280px) {
  .top-admission__wrap {
    margin-right: 100px;
  }
}
.top-admission__container {
  width: 100%;
}
@media (width >= 768px) {
  .top-admission__container {
    width: auto;
  }
}
.top-admission__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(20px, (100vw - 375px) * 12 / 905 + 20px, 32px);
  line-height: 1.5;
  color: #fff;
  text-shadow: 0px 0px 4px black;
  margin-top: 96px;
}
@media (width >= 768px) {
  .top-admission__ttl {
    margin-top: 0;
  }
}
.top-admission__ttl .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_red.svg);
}
@media (width >= 768px) {
  .top-admission__ttl .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-admission__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media (width >= 768px) {
  .top-admission__area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85%;
  }
}
.top-admission__area--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (width >= 768px) {
  .top-admission__area--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    height: 100%;
  }
}
.top-admission__area--bottom {
  height: 100%;
}
.top-admission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff8ef;
  padding: 16px 24px;
  border: 3px solid #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (width >= 768px) {
  .top-admission__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 448px;
  }
}
.top-admission__content--guidance, .top-admission__content--application {
  width: calc(50% - 8px);
  padding: 8px;
}
@media (width >= 768px) {
  .top-admission__content--guidance, .top-admission__content--application {
    width: 174px;
    height: 48%;
  }
}
.top-admission__content-img {
  height: 32px;
}
@media (width >= 768px) {
  .top-admission__content-img {
    height: 67px;
  }
}
.top-admission__content-txt {
  margin-top: 8px;
}
@media (width >= 768px) {
  .top-admission__content-txt {
    text-align: center;
  }
}
.top-admission__content:hover {
  background: #fff;
  border: 3px solid #f69e33;
  -webkit-transition: 1s;
  transition: 1s;
}
.top-admission__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
}
@media (width >= 768px) {
  .top-admission__box {
    gap: 8px;
    margin-top: 24px;
  }
}
@media (width >= 768px) {
  .top-admission__box--guidance, .top-admission__box--application {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
    margin-top: 8px;
  }
}
.top-admission__box-ttl {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (width >= 768px) {
  .top-admission__box-ttl {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
  }
}
.top-admission__box-ttl--guidance {
  line-height: 3;
}
.top-admission__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  -ms-grid-rows: 1fr 8px 1fr 8px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 8px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 2px dotted #f69e33;
}
.top-admission__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.top-admission__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.top-admission__list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.top-admission__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.top-admission__list > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.top-admission__list > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
@media (width >= 768px) {
  .top-admission__list {
    width: 80%;
    gap: 16px;
    margin: 24px auto 0px;
  }
}
.top-admission__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-admission__list-item-txt {
  text-align: center;
}
.top-admission__list-item-img {
  height: 56px;
}
.top-admission__list-item:nth-of-type(1), .top-admission__list-item:nth-of-type(3), .top-admission__list-item:nth-of-type(5) {
  font-size: 12px;
}
.top-admission__list-item:nth-of-type(2) {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.top-admission__list-item:nth-of-type(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.top-admission__list-item:nth-of-type(4) {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
.top-admission__list-item:nth-of-type(5) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 2;
      grid-row-start: 2;
}

/* =========================
   top-recruit
========================= */
.top-recruit {
  margin-bottom: 360px;
}
@media (width >= 768px) {
  .top-recruit {
    margin-bottom: 0;
  }
}
.top-recruit__wrap {
  position: relative;
  width: 100%;
}
@media (width >= 768px) {
  .top-recruit__wrap {
    max-width: 1040px;
    height: 512px;
  }
}
.top-recruit__img {
  position: absolute;
  top: auto;
  bottom: -224px;
  left: auto;
  right: -10px;
  width: 100%;
  max-width: 360px;
  z-index: -10;
}
@media (width >= 768px) {
  .top-recruit__img {
    bottom: -40px;
    left: 35%;
    width: clamp(464px, (100vw - 767px) * 220 / 599 + 466px, 686px);
    max-width: none;
  }
}
.top-recruit__content {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 8px;
  padding-bottom: 1px;
  margin: 0 auto 0 0;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (width >= 768px) {
  .top-recruit__content {
    position: absolute;
    width: 57%;
    max-width: 528px;
    padding: 8px 0 16px;
  }
}
.top-recruit__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(20px, (100vw - 375px) * 12 / 905 + 20px, 32px);
  line-height: 1.5;
  padding-top: 48px;
}
.top-recruit__ttl .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_rose.svg);
}
@media (width >= 768px) {
  .top-recruit__ttl .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-recruit__txt {
  width: 80%;
  margin: 24px auto 0;
}
@media (width >= 768px) {
  .top-recruit__txt {
    width: 89%;
    margin: 32px auto;
  }
}
.top-recruit__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 16px;
}
.top-recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
}
.top-recruit__btn::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-recruit__btn:hover {
    color: #f69e33;
  }
}
.top-recruit__btn--top {
  margin-bottom: 16px;
}
.top-recruit__btn--bottom {
  margin-bottom: 48px;
}

/* =========================
   top-contact
========================= */
.top-contact {
  margin-bottom: 104px;
}
@media (width >= 768px) {
  .top-contact {
    margin-bottom: 0;
  }
}
.top-contact__wrap {
  width: 100%;
  background: #fff;
  border: 4px solid #9bcdee;
  border-radius: 24px;
  padding-bottom: 1px;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (width >= 768px) {
  .top-contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 720px;
    margin-right: 16px;
  }
}
@media (width >= 1280px) {
  .top-contact__wrap {
    max-width: 880px;
    margin-right: 100px;
  }
}
@media (width >= 768px) {
  .top-contact__container {
    width: 70%;
  }
}
@media (width >= 1280px) {
  .top-contact__container {
    padding-left: 32px;
  }
}
@media (width >= 768px) {
  .top-contact__content {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
@media (width >= 1280px) {
  .top-contact__content {
    width: 65%;
    margin: 0 auto;
  }
}
.top-contact__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(20px, (100vw - 375px) * 12 / 905 + 20px, 32px);
  line-height: 1.5;
  padding-top: 48px;
}
@media (width >= 768px) {
  .top-contact__ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (width >= 1280px) {
  .top-contact__ttl {
    padding-top: 72px;
  }
}
.top-contact__ttl .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_purple.svg);
}
@media (width >= 768px) {
  .top-contact__ttl .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-contact__txt {
  width: 263px;
  margin: 24px auto 0;
}
@media (width >= 768px) {
  .top-contact__txt {
    width: 100%;
    margin: 40px auto 0;
  }
}
.top-contact__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 16px;
}
@media (width >= 768px) {
  .top-contact__btn-box {
    margin-top: 32px;
  }
}
.top-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
}
.top-contact__btn::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-contact__btn:hover {
    color: #f69e33;
  }
}
.top-contact__btn--top {
  margin-bottom: 16px;
}
@media (width >= 768px) {
  .top-contact__btn--top {
    margin-right: 0;
  }
}
@media (width >= 768px) {
  .top-contact__btn--bottom {
    margin: 0 0 48px auto;
  }
}
@media (width >= 1280px) {
  .top-contact__btn--bottom {
    margin-bottom: 64px;
  }
}
.top-contact__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (width >= 768px) {
  .top-contact__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 30%;
  }
}
.top-contact__img {
  width: 80px;
  margin-top: 16px;
  margin-right: 20px;
}
@media (width >= 768px) {
  .top-contact__img {
    width: 278px;
    margin-right: -32px;
    margin-bottom: -27px;
  }
}

/* =========================
   top-access
========================= */
.top-access {
  padding-top: 56px;
  margin-bottom: 160px;
}
@media (width >= 768px) {
  .top-access {
    padding-top: 0px;
    margin-bottom: 0;
  }
}
.top-access__map {
  width: 100%;
  height: 220px;
}
@media (width >= 768px) {
  .top-access__map {
    height: 180px;
  }
}
.top-access__wrap {
  width: 100%;
}
@media (width >= 768px) {
  .top-access__wrap {
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (width >= 1280px) {
  .top-access__wrap {
    margin-right: 100px;
  }
}
.top-access__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(20px, (100vw - 375px) * 12 / 905 + 20px, 32px);
  line-height: 1.5;
}
.top-access__ttl .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_orange.svg);
}
@media (width >= 768px) {
  .top-access__ttl .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.top-access__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 176px;
  grid-template-columns: auto 176px;
  -ms-grid-rows: auto 24px auto 24px auto;
  grid-template-rows: auto auto auto;
  grid-row-gap: 24px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.top-access__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.top-access__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.top-access__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.top-access__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.top-access__content > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.top-access__content > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
@media (width >= 768px) {
  .top-access__content {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    margin: 24px auto 0;
  }
}
.top-access__content--map {
  width: 100%;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .top-access__content--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
@media (width >= 768px) {
  .top-access__content--map > div {
    width: 48%;
  }
}
.top-access__content-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}
@media (width >= 768px) {
  .top-access__content-ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.top-access__category {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, (100vw - 375px) * 2 / 905 + 14px, 16px);
  line-height: 1.5;
}
.top-access__name {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}
@media (width >= 768px) {
  .top-access__name {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1.5;
  }
}
.top-access__detail {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (width >= 768px) {
  .top-access__detail {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media (width >= 768px) {
  .top-access__detail div {
    width: 49%;
  }
}
.top-access__address {
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
}
@media (width >= 768px) {
  .top-access__address {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (width >= 768px) {
  .top-access__address span {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
  }
}
.top-access__address::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: auto;
  left: -24px;
  right: auto;
  width: 17px;
  height: 21px;
  background-image: url(../images/common/common_icon_add.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .top-access__address::before {
    top: 7px;
  }
}
.top-access__tel {
  position: relative;
  margin-left: 24px;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-access__tel {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
.top-access__tel::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: auto;
  left: -24px;
  right: auto;
  width: 17px;
  height: 17px;
  background-image: url(../images/common/common_icon_tel_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .top-access__tel::before {
    top: 7px;
  }
}
.top-access__fax {
  position: relative;
  margin-left: 24px;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-access__fax {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
.top-access__fax::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: auto;
  left: -24px;
  right: auto;
  width: 17px;
  height: 14px;
  background-image: url(../images/common/common_icon_fax.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .top-access__fax::before {
    top: 8px;
  }
}
.top-access__station {
  position: relative;
  margin-left: 24px;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-access__station {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
.top-access__station::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: auto;
  left: -22px;
  right: auto;
  width: 17px;
  height: 17px;
  background-image: url(../images/common/common_icon_station.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .top-access__station::before {
    top: 6px;
  }
}
.top-access__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  aspect-ratio: 4/3;
}
@media (width >= 768px) {
  .top-access__image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
.top-access__image-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
}
.top-access__btn-area {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
@media (width >= 768px) {
  .top-access__btn-area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
.top-access__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
}
.top-access__btn::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .top-access__btn:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .top-access__btn {
    margin: 0 0 0 auto;
  }
}

/* =========================
   philosophy-page__mv
========================= */
.philosophy-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .philosophy-page__mv-ttl {
    top: 25%;
  }
}
.philosophy-page__mv-ttl::after {
  content: " こばとのおもい ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   philosophy-page__greeting
========================= */
.philosophy-page__greeting {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .philosophy-page__greeting {
    margin-bottom: 20%;
  }
}
.philosophy-page__greeting .greeting__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .philosophy-page__greeting .greeting__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .philosophy-page__greeting .greeting__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.philosophy-page__greeting .greeting__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_orange.svg);
}
@media (width >= 768px) {
  .philosophy-page__greeting .greeting__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
@media (width >= 768px) {
  .philosophy-page__greeting .greeting-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.philosophy-page__greeting .greeting-image-container {
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .philosophy-page__greeting .greeting-image-container {
    width: 39%;
  }
}
.philosophy-page__greeting .greeting-image-container__image {
  display: block;
  width: 100%;
}
.philosophy-page__greeting .greeting-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (width >= 768px) {
  .philosophy-page__greeting .greeting-text-container {
    width: 55%;
  }
}
.philosophy-page__greeting .greeting-text-container__text {
  line-height: 1.8;
}
.philosophy-page__greeting .greeting-text-container__author {
  text-align: end;
}

/* =========================
   philosophy-page__letter
========================= */
.philosophy-page__letter {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .philosophy-page__letter {
    margin-bottom: 20%;
  }
}
.philosophy-page__letter .letter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
  }
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.philosophy-page__letter .letter-heading-area__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 24px;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-heading-area__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-heading-area__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    margin: 0;
  }
}
.philosophy-page__letter .letter-heading-area__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_yellowgreen.svg);
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-heading-area__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.philosophy-page__letter .letter-heading-area__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-heading-area__lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 16px 24px 0 0;
  }
}
@media (width >= 1280px) {
  .philosophy-page__letter .letter-heading-area__lead {
    margin-right: 40px;
  }
}
.philosophy-page__letter .letter-container {
  position: relative;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.philosophy-page__letter .letter-container::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -5%;
  width: 40%;
  height: 40%;
  background-image: url(../images/letter/letter_bird_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-container::after {
    bottom: -10%;
    left: -90%;
    width: 70%;
  }
}
@media (width >= 1280px) {
  .philosophy-page__letter .letter-container::after {
    bottom: 0;
    left: -110%;
    width: 100%;
    height: 40%;
  }
}
.philosophy-page__letter .letter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}
.philosophy-page__letter .letter-list-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-list-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.philosophy-page__letter .letter-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
.philosophy-page__letter .letter-list-button--pc-only {
  display: none;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-list-button--pc-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.philosophy-page__letter .letter-list-button__text {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.philosophy-page__letter .letter-list-button__text::after {
  content: "";
  position: absolute;
  top: 80px;
  right: 40px;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/common_arrow-icon_orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.philosophy-page__letter .letter-list-button__item-2, .philosophy-page__letter .letter-list-button__item-3 {
  display: none;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-list-button__item-2, .philosophy-page__letter .letter-list-button__item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.philosophy-page__letter .letter-list-button:hover {
  background: #fff8ef;
  border: 1px solid #f69e33;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.philosophy-page__letter .letter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-top: 32px;
  margin-bottom: 24px;
}
.philosophy-page__letter .letter-button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .philosophy-page__letter .letter-button {
    margin-top: 56px;
  }
}

/* =========================
   philosophy-page__philosophy
========================= */
.philosophy-page__philosophy .philosophy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 24px;
}
@media (width >= 768px) {
  .philosophy-page__philosophy .philosophy__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .philosophy-page__philosophy .philosophy__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.philosophy-page__philosophy .philosophy__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon-blue.svg);
}
@media (width >= 768px) {
  .philosophy-page__philosophy .philosophy__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.philosophy-page__philosophy .philosophy__lead {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  text-align: center;
}
.philosophy-page__philosophy .philosophy__description {
  margin-top: 16px;
}
@media (width >= 768px) {
  .philosophy-page__philosophy .philosophy__description {
    text-align: center;
    margin-top: 24px;
  }
}
.philosophy-page__philosophy .philosophy-list {
  margin-top: 16px;
}
@media (width >= 768px) {
  .philosophy-page__philosophy .philosophy-list {
    width: 100%;
    max-width: 640px;
    margin: 32px auto 0;
  }
}
.philosophy-page__philosophy .philosophy-list__number {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  color: #6ec8e2;
  vertical-align: top;
  padding: 8px 0px;
}
@media (width >= 768px) {
  .philosophy-page__philosophy .philosophy-list__number {
    font-size: 32px;
    padding-right: 16px;
  }
}
.philosophy-page__philosophy .philosophy-list__text {
  padding: 8px 0px 8px 16px;
}

/* =========================
   philosophy-page__policy
========================= */
.philosophy-page__policy .policy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 24px;
}
@media (width >= 768px) {
  .philosophy-page__policy .policy__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .philosophy-page__policy .policy__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.philosophy-page__policy .policy__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_rose.svg);
}
@media (width >= 768px) {
  .philosophy-page__policy .policy__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.philosophy-page__policy .policy__text {
  margin-top: 16px;
}
@media (width >= 768px) {
  .philosophy-page__policy .policy__text {
    margin-top: 32px;
  }
}

/* =========================
   philosophy-page__link-list
========================= */
.philosophy-page__link-list .link-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  width: 100%;
}
@media (width >= 768px) {
  .philosophy-page__link-list .link-list-wrap {
    max-width: 700px;
    margin: 0 auto;
  }
}
.philosophy-page__link-list .link-list-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  border-radius: 16px;
  background: #6ec8e2;
}
.philosophy-page__link-list .link-list-button--facility {
  background: transparent;
}
.philosophy-page__link-list .link-list-button--facility::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 16px;
  background-image: url(../images/facility/facility_takasago_s.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.philosophy-page__link-list .link-list-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.4);
}
.philosophy-page__link-list .link-list-button__logo {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px auto 0;
}
@media (width >= 768px) {
  .philosophy-page__link-list .link-list-button__logo {
    width: 108px;
    margin: 16px auto 0;
  }
}
.philosophy-page__link-list .link-list-button__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  color: #fff;
}
@media (width >= 768px) {
  .philosophy-page__link-list .link-list-button__text {
    margin-top: 16px;
  }
}
.philosophy-page__link-list .link-list-button__icon {
  width: 32px;
  height: 32px;
  margin-left: calc(100% - 46px - 16px);
  margin-top: 16px;
  margin-bottom: 16px;
}
.philosophy-page__link-list .link-list-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* =========================
   childcare-page__mv
========================= */
.childcare-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .childcare-page__mv-ttl {
    top: 25%;
  }
}
.childcare-page__mv-ttl::after {
  content: " こばとのほいく ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   childcare-page__principle
========================= */
.childcare-page__principle {
  margin-bottom: 72px;
}
@media (width >= 768px) {
  .childcare-page__principle {
    margin-bottom: 104px;
  }
}
.childcare-page__principle .section-inner-page-s {
  padding-bottom: 72px;
  background-image: linear-gradient(to right, #f69e33 2px, transparent 2px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (width >= 768px) {
  .childcare-page__principle .section-inner-page-s {
    padding-bottom: 104px;
  }
}
.childcare-page__principle .principle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (width >= 768px) {
  .childcare-page__principle .principle__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .childcare-page__principle .principle__title {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .childcare-page__principle .principle__title {
    margin-bottom: 56px;
  }
}
.childcare-page__principle .principle__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_yellow.svg);
}
@media (width >= 768px) {
  .childcare-page__principle .principle__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-page__principle .principle__heading {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  text-align: center;
  color: #f69e33;
}
.childcare-page__principle .principle__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
}

/* =========================
   childcare-page__goals
========================= */
.childcare-page__goals {
  margin-bottom: 72px;
}
@media (width >= 768px) {
  .childcare-page__goals {
    margin-bottom: 104px;
  }
}
.childcare-page__goals .section-inner-page-s {
  padding-bottom: 16%;
  background-image: linear-gradient(to right, #f69e33 2px, transparent 2px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (width >= 768px) {
  .childcare-page__goals .section-inner-page-s {
    padding-bottom: 104px;
  }
}
.childcare-page__goals .goals__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
@media (width >= 768px) {
  .childcare-page__goals .goals__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .childcare-page__goals .goals__title {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .childcare-page__goals .goals__title {
    margin-bottom: 56px;
  }
}
.childcare-page__goals .goals__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_rose.svg);
}
@media (width >= 768px) {
  .childcare-page__goals .goals__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-page__goals .goals__image {
  display: block;
  width: 100%;
  max-width: 526px;
  margin: 0 auto;
}

/* =========================
   childcare-page__guideline
========================= */
.childcare-page__guideline {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .childcare-page__guideline {
    margin-bottom: 20%;
  }
}
.childcare-page__guideline .guideline__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
@media (width >= 768px) {
  .childcare-page__guideline .guideline__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .childcare-page__guideline .guideline__title {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .childcare-page__guideline .guideline__title {
    margin-bottom: 56px;
  }
}
.childcare-page__guideline .guideline__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_yellowgreen.svg);
}
@media (width >= 768px) {
  .childcare-page__guideline .guideline__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-page__guideline .guideline__lead {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}
.childcare-page__guideline .guideline__list {
  margin-top: 16px;
}
@media (width >= 768px) {
  .childcare-page__guideline .guideline__list {
    width: 100%;
    max-width: 640px;
    margin: 32px auto 0;
  }
}
.childcare-page__guideline .guideline__list-num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  color: #6ec8e2;
  vertical-align: top;
  padding: 8px 0px;
}
@media (width >= 768px) {
  .childcare-page__guideline .guideline__list-num {
    font-size: 32px;
    padding-right: 16px;
  }
}
.childcare-page__guideline .guideline__list-text {
  padding: 8px 0px 8px 16px;
}

/* =========================
   childcare-page__plan
========================= */
.childcare-page__plan {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .childcare-page__plan {
    margin-bottom: 20%;
  }
}
.childcare-page__plan .plan__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
@media (width >= 768px) {
  .childcare-page__plan .plan__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .childcare-page__plan .plan__title {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .childcare-page__plan .plan__title {
    margin-bottom: 56px;
  }
}
.childcare-page__plan .plan__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_purple.svg);
}
@media (width >= 768px) {
  .childcare-page__plan .plan__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-page__plan .plan__slider-wrap {
  overflow: hidden;
}
.childcare-page__plan .plan__card {
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  border-left: 8px solid #6ec8e2;
}
.childcare-page__plan .plan__card-title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  margin-bottom: 16px;
}
.childcare-page__plan .plan__card-text {
  line-height: 1.8;
}
.childcare-page__plan .splide__track.page-n {
  overflow: visible;
}
.childcare-page__plan .splide__pagination.page-n {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0 0;
  text-align: center;
}
.childcare-page__plan .splide__pagination.page-n > li {
  font-size: 0;
}
.childcare-page__plan .splide__arrows.page-n {
  display: none;
}
@media (width >= 768px) {
  .childcare-page__plan .splide__arrows.page-n {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 40px;
  }
}
.childcare-page__plan .splide__arrow {
  width: 40px;
  height: 40px;
}
.childcare-page__plan .splide__arrow--prev {
  width: 3em;
  height: 3em;
  background: #6ec8e2;
  opacity: 1;
}
.childcare-page__plan .splide__arrow--prev svg {
  fill: #fff;
}
.childcare-page__plan .splide__arrow--prev:hover {
  background: #fff;
  border: 1px solid #6ec8e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.childcare-page__plan .splide__arrow--prev:hover svg {
  fill: #6ec8e2;
}
.childcare-page__plan .splide__arrow--next {
  width: 3em;
  height: 3em;
  background: #6ec8e2;
  opacity: 1;
}
.childcare-page__plan .splide__arrow--next svg {
  fill: #fff;
}
.childcare-page__plan .splide__arrow--next:hover {
  background: #fff;
  border: 1px solid #6ec8e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.childcare-page__plan .splide__arrow--next:hover svg {
  fill: #6ec8e2;
}
.childcare-page__plan .splide-controller.page-n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

/* =========================
   childcare-page__link-list
========================= */
.childcare-page__link-list .link-list__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  aspect-ratio: 2/1;
  max-width: 400px;
  border-radius: 16px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .childcare-page__link-list .link-list__card {
    width: 67%;
    max-width: none;
  }
}
@media (width >= 1280px) {
  .childcare-page__link-list .link-list__card {
    max-width: 640px;
  }
}
.childcare-page__link-list .link-list__card::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 16px;
  background-image: url(../images/childcare/childcare_link-list.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.childcare-page__link-list .link-list__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.childcare-page__link-list .link-list__card-text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 8px #777777;
}
@media (width >= 768px) {
  .childcare-page__link-list .link-list__card-text {
    margin-top: 16px;
  }
}
.childcare-page__link-list .link-list__card-icon {
  width: 32px;
  height: 32px;
  margin-left: calc(100% - 46px - 16px);
  margin-top: 16px;
  margin-bottom: 16px;
}
.childcare-page__link-list .link-list__card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1s;
  transition: 1s;
}

/* =========================
   childcare-scenes-page__mv
========================= */
.childcare-scenes-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .childcare-scenes-page__mv-ttl {
    top: 25%;
  }
}
.childcare-scenes-page__mv-ttl::after {
  content: " 実際の保育の様子 ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   childcare-scenes-page__daily-schedule
========================= */
.childcare-scenes-page__daily-schedule .daily-schedule__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .childcare-scenes-page__daily-schedule .daily-schedule__title {
    margin-bottom: 56px;
  }
}
.childcare-scenes-page__daily-schedule .daily-schedule__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_pink.svg);
}
@media (width >= 768px) {
  .childcare-scenes-page__daily-schedule .daily-schedule__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-scenes-page__daily-schedule .daily-schedule__image--pc {
  display: none;
}
@media (width >= 768px) {
  .childcare-scenes-page__daily-schedule .daily-schedule__image--pc {
    display: block;
  }
}
.childcare-scenes-page__daily-schedule .daily-schedule__image--sp {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .childcare-scenes-page__daily-schedule .daily-schedule__image--sp {
    display: none;
  }
}

/* =========================
   childcare-scenes-page__annual-events
========================= */
.childcare-scenes-page__annual-events {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events {
    margin-bottom: 20%;
  }
}
.childcare-scenes-page__annual-events .annual-events__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.childcare-scenes-page__annual-events .annual-events__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_yellowgreen.svg);
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-scenes-page__annual-events .annual-events__lead {
  margin-bottom: 16px;
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events__lead {
    margin-bottom: 32px;
  }
}
@media (width >= 1280px) {
  .childcare-scenes-page__annual-events .annual-events-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.childcare-scenes-page__annual-events .annual-events-wrap__main-image {
  margin-bottom: 16px;
}
@media (width >= 1280px) {
  .childcare-scenes-page__annual-events .annual-events-wrap__main-image {
    width: 60%;
  }
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width >= 1280px) {
  .childcare-scenes-page__annual-events .annual-events-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.childcare-scenes-page__annual-events .annual-events-content__sub-image {
  display: block;
  max-width: 340px;
  padding-left: 8px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events-content__sub-image {
    width: 56%;
    max-width: none;
    margin: 0;
  }
}
@media (width >= 1280px) {
  .childcare-scenes-page__annual-events .annual-events-content__sub-image {
    width: 90%;
  }
}
.childcare-scenes-page__annual-events .annual-events-content__list-group--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events-content__list-group--top {
    width: 40%;
    margin-top: 40px;
  }
}
@media (width >= 1280px) {
  .childcare-scenes-page__annual-events .annual-events-content__list-group--top {
    width: 100%;
  }
}
.childcare-scenes-page__annual-events .annual-events-content__list-group--bottom__footer-text {
  text-align: end;
}
.childcare-scenes-page__annual-events .annual-events-content__item {
  list-style: disc;
  color: #6ec8e2;
}
@media (width >= 768px) {
  .childcare-scenes-page__annual-events .annual-events-content__item {
    margin-bottom: 8px;
  }
}
.childcare-scenes-page__annual-events .annual-events-content__item span {
  color: #68615c;
}

/* =========================
   childcare-scenes-page__activity-reports
========================= */
.childcare-scenes-page__activity-reports {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .childcare-scenes-page__activity-reports {
    margin-bottom: 20%;
  }
}
.childcare-scenes-page__activity-reports .activity-reports__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .childcare-scenes-page__activity-reports .activity-reports__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .childcare-scenes-page__activity-reports .activity-reports__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.childcare-scenes-page__activity-reports .activity-reports__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_red.svg);
}
@media (width >= 768px) {
  .childcare-scenes-page__activity-reports .activity-reports__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-scenes-page__activity-reports .activity-reports__subtitle {
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
}
.childcare-scenes-page__activity-reports .activity-reports__text:nth-of-type(2) {
  margin-bottom: 16px;
}
.childcare-scenes-page__activity-reports .activity-reports__text:nth-of-type(3) {
  margin-bottom: 40px;
}
.childcare-scenes-page__activity-reports .activity-reports__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (width >= 768px) {
  .childcare-scenes-page__activity-reports .activity-reports__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.childcare-scenes-page__activity-reports .activity-reports__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 160px;
  padding: 16px 56px;
  background: #fff;
  border: 1px solid #f69e33;
  border-radius: 8px;
}
@media (width >= 768px) {
  .childcare-scenes-page__activity-reports .activity-reports__item {
    width: 30%;
    max-width: none;
  }
}
.childcare-scenes-page__activity-reports .activity-reports__item-icon {
  width: 24px;
  height: auto;
}
.childcare-scenes-page__activity-reports .activity-reports__item:hover {
  background: #fff8ef;
}

/* =========================
   childcare-scenes-page__child-perspective
========================= */
.childcare-scenes-page__child-perspective .child-perspective__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .childcare-scenes-page__child-perspective .child-perspective__title {
    margin-bottom: 56px;
  }
}
.childcare-scenes-page__child-perspective .child-perspective__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_green.svg);
}
@media (width >= 768px) {
  .childcare-scenes-page__child-perspective .child-perspective__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.childcare-scenes-page__child-perspective .child-perspective__intro {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px;
}
.childcare-scenes-page__child-perspective .child-perspective__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  margin: 0 auto 24px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  background: #6ec8e2;
  border-radius: 8px;
  outline: 2px dotted #fff;
  outline-offset: -8px;
}
@media (width >= 768px) {
  .childcare-scenes-page__child-perspective .child-perspective__heading {
    margin-bottom: 32px;
  }
}
.childcare-scenes-page__child-perspective .child-perspective__heading--orange {
  background: #f69e33;
}
.childcare-scenes-page__child-perspective .child-perspective__description {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 24px;
}
@media (width >= 768px) {
  .childcare-scenes-page__child-perspective .child-perspective__description {
    margin-bottom: 32px;
  }
}
.childcare-scenes-page__child-perspective .child-perspective__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .childcare-scenes-page__child-perspective .child-perspective__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width >= 1280px) {
  .childcare-scenes-page__child-perspective .child-perspective__cards {
    gap: 32px;
  }
}
.childcare-scenes-page__child-perspective .child-perspective__cards:nth-of-type(1) {
  margin-bottom: 40px;
}
.childcare-scenes-page__child-perspective .child-perspective__card {
  position: relative;
  width: calc(100% - 56px);
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  margin-left: 16px;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (width >= 768px) {
  .childcare-scenes-page__child-perspective .child-perspective__card {
    width: calc(50% - 56px);
    margin-bottom: 16px;
  }
}
@media (width >= 1280px) {
  .childcare-scenes-page__child-perspective .child-perspective__card {
    width: calc(50% - 72px);
  }
}
.childcare-scenes-page__child-perspective .child-perspective__card-number {
  position: absolute;
  top: 16px;
  bottom: auto;
  left: -16px;
  right: auto;
  width: 80px;
  height: 24px;
  background: rgba(110, 200, 226, 0.4);
  border-left: 10px solid #6ec8e2;
}
.childcare-scenes-page__child-perspective .child-perspective__card-number--orange {
  background: rgba(246, 158, 51, 0.4);
  border-left: 10px solid #f69e33;
}
.childcare-scenes-page__child-perspective .child-perspective__card-number-text {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
}
.childcare-scenes-page__child-perspective .child-perspective__card-image {
  margin-top: 37px;
  margin-bottom: 16px;
}
.childcare-scenes-page__child-perspective .child-perspective__card-text {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding-bottom: 1px;
}

/* =========================
   project-page__mv
========================= */
.project-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .project-page__mv-ttl {
    top: 25%;
  }
}
.project-page__mv-ttl::after {
  content: " こばとのとりくみ ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   セクション共通タイトル
========================= */
@media (width >= 768px) {
  .project__ttl-area {
    margin-bottom: 80px;
  }
}
.project__ttl-area__img {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 auto 16px;
  margin-top: 24px;
}
.project__ttl-area__ttl {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 8 / 905 + 24px, 32px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.project__ttl-area__txt {
  width: 80%;
  max-width: 480px;
  margin: 0 auto 40px;
}
.project__ttl-area__txt--exchange {
  margin: 0 auto 56px;
}
.project__ttl-area--safety {
  position: relative;
  max-width: 480px;
  margin: 0 auto 80px;
}
.project__ttl-area--safety::after {
  content: "";
  position: absolute;
  top: 103%;
  bottom: auto;
  left: -3%;
  right: auto;
  width: 100px;
  height: 62px;
  background-image: url(../images/project/project_icon_04.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .project__ttl-area--safety::after {
    top: 85%;
    left: -112px;
    width: 130px;
    height: 81px;
  }
}
@media (width >= 1280px) {
  .project__ttl-area--safety::after {
    left: -232px;
  }
}
.project__ttl-area--exchange {
  position: relative;
  max-width: 480px;
  margin: 0 auto 80px;
}
.project__ttl-area--exchange::after {
  content: "";
  position: absolute;
  top: 98%;
  bottom: auto;
  left: auto;
  right: -1%;
  width: 100px;
  height: 72px;
  background-image: url(../images/project/project_icon_05.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .project__ttl-area--exchange::after {
    top: 91%;
    right: -80px;
    width: 130px;
    height: 94px;
  }
}
@media (width >= 1280px) {
  .project__ttl-area--exchange::after {
    right: -140px;
  }
}

/* =========================
   project-page__individuality
========================= */
.project-page__individuality {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .project-page__individuality {
    margin-bottom: 20%;
  }
}
.project-page__individuality .individuality-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.project-page__individuality .individuality-container {
  border: 1px solid #6ec8e2;
  border-top: 8px solid #6ec8e2;
  border-radius: 16px;
}
.project-page__individuality .individuality-container:not(:last-of-type) {
  margin-bottom: 64px;
}
@media (width >= 768px) {
  .project-page__individuality .individuality-container:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
.project-page__individuality .individuality-content {
  width: 90%;
  margin: 56px auto;
}
@media (width >= 768px) {
  .project-page__individuality .individuality-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8px auto 56px;
  }
}
@media (width >= 768px) {
  .project-page__individuality .individuality-content__ttl-box {
    width: 55%;
  }
}
.project-page__individuality .individuality-content__ttl-box__ttl {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  text-align: center;
  margin: 24px auto 16px;
}
@media (width >= 768px) {
  .project-page__individuality .individuality-content__ttl-box__ttl {
    margin-top: 48px;
  }
}
.project-page__individuality .individuality-content__ttl-box__img {
  display: block;
  width: 60%;
  margin: 0 auto 16px;
}
@media (width >= 768px) {
  .project-page__individuality .individuality-content__txt-box {
    width: 45%;
    max-width: 384px;
  }
}
@media (width >= 768px) {
  .project-page__individuality .individuality-content__txt-box__txt {
    margin: 48px 0 32px;
  }
}

/* =========================
   project-page__individuality-training
========================= */
.individuality-container-training .training-content {
  position: relative;
  padding-bottom: 56px;
  margin-bottom: 40px;
  background-image: linear-gradient(to right, #6ec8e2 3px, transparent 3px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.individuality-container-training .training-content::after {
  content: "";
  position: absolute;
  top: 13%;
  bottom: auto;
  left: auto;
  right: -8%;
  width: 38%;
  height: 200px;
  background-image: url(../images/project/project_icon_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .individuality-container-training .training-content::after {
    top: 79%;
    width: 29%;
  }
}
.individuality-container-training .training-area {
  width: 90%;
  margin: 0 auto 24px;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .individuality-container-training .training-area {
    width: 80%;
    max-width: 960px;
    margin: 0 auto 56px;
  }
}
.individuality-container-training .training-area__txt {
  margin-bottom: 40px;
}
.individuality-container-training .training-box {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (width >= 768px) {
  .individuality-container-training .training-box {
    gap: 40px;
    margin: 0 auto;
  }
}
.individuality-container-training .training-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 384px;
  margin: 0 auto;
}
@media (width >= 1280px) {
  .individuality-container-training .training-card {
    max-width: none;
  }
}
.individuality-container-training .training-card__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #6ec8e2;
  margin: 0 auto 16px;
  border-bottom: 1px solid #6ec8e2;
}
.individuality-container-training .training-card__sub-ttl {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 4 / 905 + 18px, 22px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.individuality-container-training .training-card__txt {
  margin-bottom: 16px;
}
.individuality-container-training .training-card__img {
  display: block;
  border-radius: 16px;
  margin: 0 auto;
}

/* =========================
   project-page__individuality-emotional
========================= */
.individuality-container-emotional .emotional__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
}
.individuality-container-emotional .emotional__btn::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .individuality-container-emotional .emotional__btn:hover {
    color: #f69e33;
  }
}
.individuality-container-emotional .emotional-content {
  position: relative;
}
.individuality-container-emotional .emotional-content::after {
  content: "";
  position: absolute;
  top: 155px;
  bottom: auto;
  left: -7%;
  right: auto;
  width: 31%;
  height: 200px;
  background-image: url(../images/project/project_icon_02.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .individuality-container-emotional .emotional-content::after {
    top: auto;
    bottom: -24px;
    width: 208px;
    height: 134px;
  }
}

/* =========================
   project-page__individuality-watch
========================= */
.individuality-container-watch .watch-content {
  position: relative;
}
.individuality-container-watch .watch-content::after {
  content: "";
  position: absolute;
  top: 156px;
  bottom: auto;
  left: auto;
  right: 0%;
  width: 30%;
  height: 200px;
  background-image: url(../images/project/project_icon_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .individuality-container-watch .watch-content::after {
    top: auto;
    bottom: -24%;
    right: -7%;
    width: 146px;
    height: 131px;
  }
}
@media (width >= 1280px) {
  .individuality-container-watch .watch-content::after {
    bottom: -9%;
  }
}

/* =========================
   project-page__safety
========================= */
.project-page__safety {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .project-page__safety {
    margin-bottom: 20%;
  }
}
.project-page__safety .safety-wrap {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  width: 80%;
  margin: 0 auto 32px;
}
.project-page__safety .safety-card {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
.project-page__safety .safety-card__ttl {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  text-align: center;
  margin: 24px auto 16px;
}
.project-page__safety .safety-card__img {
  display: block;
  height: 86px;
  margin: 0 auto 16px;
}
.project-page__safety .safety-card__txt {
  width: 85%;
  margin: 0 auto 16px;
}

/* =========================
   project-page__exchange
========================= */
.project-page__exchange .exchange__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
}
.project-page__exchange .exchange__btn::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .project-page__exchange .exchange__btn:hover {
    color: #f69e33;
  }
}

/* =========================
   emotion-edu-page__mv
========================= */
.emotion-edu-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .emotion-edu-page__mv-ttl {
    top: 25%;
  }
}
.emotion-edu-page__mv-ttl::after {
  content: " 情操教育 ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   emotion-edu-page__activity
========================= */
.emotion-edu-page__activity .activity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-wrap {
    gap: 80px;
  }
}
.emotion-edu-page__activity .activity-wrap__text--last {
  margin-top: 48px;
}
.emotion-edu-page__activity .activity-container {
  border: 1px solid #f69e33;
  border-top: 8px solid #f69e33;
  border-radius: 16px;
}
.emotion-edu-page__activity .activity-container__title {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, (100vw - 375px) * 8 / 905 + 20px, 28px);
  line-height: 1.5;
  width: 80%;
  margin: 48px auto;
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-container__title {
    text-align: center;
  }
}
.emotion-edu-page__activity .activity-container__title--story::after {
  content: "";
  position: absolute;
  top: -92px;
  bottom: auto;
  left: auto;
  right: -56px;
  width: 92px;
  height: 92px;
  background-image: url(../images/emotion-edu/emotion-edu_icon_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-container__title--story::after {
    top: -24px;
    width: 120px;
    height: 120px;
  }
}
@media (width >= 1280px) {
  .emotion-edu-page__activity .activity-container__title--story::after {
    top: -32px;
    width: 144px;
    height: 144px;
  }
}
.emotion-edu-page__activity .activity-container__title--music::after {
  content: "";
  position: absolute;
  top: -48px;
  bottom: auto;
  left: -56px;
  right: auto;
  width: 64px;
  height: 92px;
  background-image: url(../images/emotion-edu/emotion-edu_icon_02.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-container__title--music::after {
    top: 80px;
    left: -60px;
    width: 104px;
    height: 112px;
  }
}
@media (width >= 1280px) {
  .emotion-edu-page__activity .activity-container__title--music::after {
    top: -24px;
    width: 112px;
    height: 144px;
  }
}
.emotion-edu-page__activity .activity-container__title--language-art::after {
  content: "";
  position: absolute;
  top: -80px;
  bottom: auto;
  left: auto;
  right: -40px;
  width: 80px;
  height: 80px;
  background-image: url(../images/emotion-edu/emotion-edu_icon_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-container__title--language-art::after {
    top: -8px;
    right: -72px;
    width: 96px;
    height: 96px;
  }
}
@media (width >= 1280px) {
  .emotion-edu-page__activity .activity-container__title--language-art::after {
    top: -24px;
    right: -56px;
    width: 96px;
    height: 128px;
  }
}
.emotion-edu-page__activity .activity-container__title--physical::after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: auto;
  left: -45px;
  right: auto;
  width: 48px;
  height: 80px;
  background-image: url(../images/emotion-edu/emotion-edu_icon_04.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-container__title--physical::after {
    top: -8px;
    left: -48px;
    width: 80px;
    height: 96px;
  }
}
@media (width >= 1280px) {
  .emotion-edu-page__activity .activity-container__title--physical::after {
    top: -24px;
    left: -48px;
    width: 96px;
    height: 112px;
  }
}
.emotion-edu-page__activity .activity-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media (width >= 768px) {
  .emotion-edu-page__activity .activity-item {
    width: 48%;
    margin: 0 auto 48px;
  }
}
.emotion-edu-page__activity .activity-item__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  text-align: center;
}
.emotion-edu-page__activity .activity-item__title::before {
  content: "［";
  position: absolute;
  top: -5px;
  bottom: auto;
  left: -32px;
  right: auto;
  color: #f69e33;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 4 / 905 + 16px, 28px);
  line-height: 1.5;
}
.emotion-edu-page__activity .activity-item__title::after {
  content: "］";
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: -32px;
  color: #f69e33;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 4 / 905 + 16px, 28px);
  line-height: 1.5;
}
.emotion-edu-page__activity .activity-item__image {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 16px;
}

/* =========================
   community-page__mv
========================= */
.community-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .community-page__mv-ttl {
    top: 25%;
  }
}
.community-page__mv-ttl::after {
  content: " 地域社会と繋がる ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   community-page__project community-page__project--hotstation
========================= */
.community-page__project--hotstation .hotstation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 368px;
  width: 100%;
}
@media (width >= 768px) {
  .community-page__project--hotstation .hotstation-container {
    width: 60%;
    max-width: 600px;
    margin-left: 6%;
    gap: 72px;
  }
}
@media (width >= 1280px) {
  .community-page__project--hotstation .hotstation-container {
    margin-left: 12%;
  }
}
.community-page__project--hotstation .hotstation-heading-area__subtitle {
  text-align: center;
}
.community-page__project--hotstation .hotstation-heading-area__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}
.community-page__project--hotstation .hotstation-description-area {
  position: relative;
  width: 100%;
  background: #fff8ef;
  border: 4px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
.community-page__project--hotstation .hotstation-description-area__text {
  position: relative;
  width: 90%;
}
.community-page__project--hotstation .hotstation-description-area__text:first-of-type {
  margin: 24px auto 16px;
}
.community-page__project--hotstation .hotstation-description-area__text:nth-of-type(2), .community-page__project--hotstation .hotstation-description-area__text:nth-of-type(3) {
  width: calc(90% - 24px);
  margin: 0px auto 8px 41px;
}
.community-page__project--hotstation .hotstation-description-area__text:nth-of-type(4) {
  width: calc(90% - 24px);
  margin: 0px auto 16px 41px;
}
.community-page__project--hotstation .hotstation-description-area__text span {
  position: absolute;
  top: 4px;
  bottom: auto;
  left: -24px;
  right: auto;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/icon-check.png);
  background-repeat: no-repeat;
}
.community-page__project--hotstation .hotstation-description-area__text:last-of-type {
  margin: 24px auto;
}
.community-page__project--hotstation .hotstation-description-area::before {
  content: "";
  position: absolute;
  top: -350px;
  right: 0;
  width: 480px;
  aspect-ratio: 1/1;
  background-image: url(../images/community/community_hotstation_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -10;
}
@media (width >= 768px) {
  .community-page__project--hotstation .hotstation-description-area::before {
    top: -80px;
    right: -272px;
    width: 424px;
  }
}

/* =========================
   community-page__problems
========================= */
.community-page__problems {
  margin-bottom: 20%;
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .community-page__problems {
    margin-bottom: 20%;
  }
}
.community-page__problems .problems__title {
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 4 / 905 + 24px, 28px);
  line-height: 1.5;
  text-align: center;
}
.community-page__problems .problems__title span {
  color: #6ec8e2;
}
.community-page__problems .problems-group {
  margin-bottom: 16px;
}
.community-page__problems .problems-group__icon {
  width: 13px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #6ec8e2;
  border-radius: 1px;
  margin: 0 auto 4px;
}
.community-page__problems .problems-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5%;
  border: 2px solid #6ec8e2;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width >= 768px) {
  .community-page__problems .problems-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
  }
  .community-page__problems .problems-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .community-page__problems .problems-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .community-page__problems .problems-list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .community-page__problems .problems-list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (width >= 768px) {
  .community-page__problems .problems-list::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 5%;
    right: auto;
    width: 90%;
    height: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: repeating-linear-gradient(to right, #6ec8e2 0px, #6ec8e2 3px, transparent 3px, transparent 9px);
  }
}
@media (width >= 768px) {
  .community-page__problems .problems-list::after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 3px;
    height: 90%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: repeating-linear-gradient(to bottom, #6ec8e2 0px, #6ec8e2 3px, transparent 3px, transparent 9px);
  }
}
.community-page__problems .problems-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}
.community-page__problems .problems-list__item span {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #6ec8e2;
}
.community-page__problems .problems-list__item:not(:last-of-type) {
  background-image: linear-gradient(to right, #6ec8e2 3px, transparent 3px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (width >= 768px) {
  .community-page__problems .problems-list__item:not(:last-of-type) {
    background-image: none;
  }
}

/* =========================
   community-page__voices
========================= */
.community-page__voices {
  margin-bottom: 20%;
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .community-page__voices {
    margin-bottom: 20%;
  }
}
.community-page__voices .section-inner-page-s {
  padding-bottom: 144px;
}
.community-page__voices .voices__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .community-page__voices .voices__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .community-page__voices .voices__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .community-page__voices .voices__title {
    margin-bottom: 56px;
  }
}
.community-page__voices .voices__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_red.svg);
}
@media (width >= 768px) {
  .community-page__voices .voices__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.community-page__voices .voices-list {
  position: relative;
}
.community-page__voices .voices-list::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -144px;
  left: auto;
  right: 0;
  width: 330px;
  height: 115px;
  background-image: url(../images/community/community_voices_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.community-page__voices .voices-list__item {
  position: relative;
  padding-left: 40px;
}
.community-page__voices .voices-list__item::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 20px;
  height: 21px;
  background-image: url(../images/community/community_voices_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.community-page__voices .voices-list__item:nth-of-type(-n + 4) {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: auto;
  line-height: 1.5;
}
.community-page__voices .voices-list__item:not(:last-of-type) {
  margin-bottom: 16px;
}

/* =========================
   community-page__activities
========================= */
.community-page__activities {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 240px;
}
@media (width >= 1280px) {
  .community-page__activities {
    padding-bottom: 120px;
  }
}
.community-page__activities::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(../images/common/common_logo_jyo.svg);
  background-size: 260px;
  background-position-x: center;
  background-repeat: no-repeat;
  z-index: -10;
}
@media (width >= 768px) {
  .community-page__activities::after {
    width: 50%;
    left: 5%;
  }
}
@media (width >= 1280px) {
  .community-page__activities::after {
    bottom: 0px;
    left: 1%;
    width: 24%;
    height: 284px;
    background-size: 298px;
  }
}
.community-page__activities .section-inner-page-s {
  overflow: visible;
}
.community-page__activities .activities__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .community-page__activities .activities__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .community-page__activities .activities__title {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .community-page__activities .activities__title {
    margin-bottom: 56px;
  }
}
.community-page__activities .activities__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon-blue.svg);
}
@media (width >= 768px) {
  .community-page__activities .activities__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.community-page__activities .activities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (width >= 768px) {
  .community-page__activities .activities-list {
    gap: 24px;
  }
}
.community-page__activities .activities-item {
  width: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid #6ec8e2;
  border-left: 8px solid #6ec8e2;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width >= 768px) {
  .community-page__activities .activities-item {
    width: calc(50% - 12px);
  }
}
.community-page__activities .activities-item__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  margin-bottom: 8px;
}
.community-page__activities .activities-item__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}
.community-page__activities .activities-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-right: 0;
}
.community-page__activities .activities-item__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .community-page__activities .activities-item__button:hover {
    color: #f69e33;
  }
}
.community-page__activities .activities-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
.community-page__activities .activities-footer__text {
  margin-top: 8px;
}
.community-page__activities .activities-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-right: 0;
}
.community-page__activities .activities-footer__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .community-page__activities .activities-footer__button:hover {
    color: #f69e33;
  }
}

/* =========================
   news-page__mv
========================= */
.news-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .news-page__mv-ttl {
    top: 25%;
  }
}
.news-page__mv-ttl::after {
  content: " お知らせ ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   news-page
========================= */
.news-page__news .news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (width >= 768px) {
  .news-page__news .news-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}

/* =========================
   news-page__list
========================= */
.news-list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (width >= 768px) {
  .news-list--main {
    width: calc(95% - 240px);
  }
}
@media (width >= 1280px) {
  .news-list--main {
    width: 65%;
  }
}

.news-article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #68615c;
}
.news-article__wrap:last-of-type {
  border-bottom: none;
}
@media (width >= 768px) {
  .news-article__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news-article--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (width >= 768px) {
  .news-article--top {
    width: 100%;
    min-width: 176px;
    gap: 8px;
  }
}
.news-article--main {
  padding-bottom: 16px;
  border-bottom: 1px solid #68615c;
}
.news-article--main:not(:first-of-type) {
  margin-top: 32px;
}
@media (width >= 768px) {
  .news-article--detail {
    width: calc(95% - 240px);
  }
}
@media (width >= 1280px) {
  .news-article--detail {
    width: 65%;
  }
}
.news-article__tag-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  margin-bottom: 8px;
  background: #a46ee2;
  border-radius: 20px;
}
.news-article__tag-area--kobato-group {
  background: #6ec8e2;
}
.news-article__tag-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 1.7;
}
.news-article__date--top {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
.news-article__date--main {
  margin: 0 16px 8px 0px;
  text-align: right;
}
.news-article__date--detail {
  text-align: right;
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .news-article__date--detail {
    margin-bottom: 16px;
  }
}
.news-article__title--top {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.6;
}
.news-article__title--main {
  margin: 0 16px 16px;
}
.news-article__title--main:hover {
  color: #f69e33;
}
.news-article__title--detail {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .news-article__title--detail {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.news-article__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin-bottom: 16px;
}
@media (width >= 768px) {
  .news-article__text {
    margin-bottom: 24px;
  }
}
.news-article__text a {
  text-decoration: underline;
}
.news-article__image {
  margin-bottom: 16px;
}
.news-article__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-top: 32px;
  margin-bottom: 24px;
}
.news-article__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .news-article__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .news-article__button {
    margin-top: 56px;
  }
}

.news-group-list {
  padding: 32px 16px;
  margin-top: 56px;
  background: #fff8ef;
  border-radius: 16px;
}
.news-group-list__text--top {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 4 / 905 + 16px, 20px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
.news-group-list__text--bottom {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
}
.news-group-list__text--bottom a {
  text-decoration: underline;
}

/* =========================
   news-page__categories
========================= */
.news-page__news .news-sidebar {
  width: 100%;
}
@media (width >= 768px) {
  .news-page__news .news-sidebar {
    width: auto;
  }
}
@media (width >= 1280px) {
  .news-page__news .news-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5%;
  }
}
.news-page__news .news-sidebar__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  line-height: 2;
  text-align: center;
  background: #eefbff;
  border: 1px solid #68615c;
}
.news-page__news .news-sidebar__list {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .news-page__news .news-sidebar__list {
    width: 240px;
  }
}
.news-page__news .news-sidebar__list li {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  line-height: 2;
  text-align: center;
  padding: 8px 0;
  border-left: 1px solid #68615c;
  border-right: 1px solid #68615c;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .news-page__news .news-sidebar__list li {
    padding: 0;
  }
}
.news-page__news .news-sidebar__list li:hover {
  background: #fff8ef;
}
.news-page__news .news-sidebar__list li a {
  display: block;
}
.news-page__news .news-sidebar__list li a:hover {
  color: #68615c;
}

/* =========================
   admission-page__mv
========================= */
.admission-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .admission-page__mv-ttl {
    top: 25%;
  }
}
.admission-page__mv-ttl::after {
  content: " 入園をご検討中の保護者さまへ ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   admission-page__ease
========================= */
.admission-page__ease {
  margin-bottom: 30%;
}
@media (width >= 768px) {
  .admission-page__ease {
    margin-bottom: 20%;
  }
}
.admission-page__ease .ease__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  justify-content: center;
}
@media (width >= 768px) {
  .admission-page__ease .ease__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .admission-page__ease .ease__title {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .admission-page__ease .ease__title {
    margin-bottom: 56px;
  }
}
.admission-page__ease .ease__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_red.svg);
}
@media (width >= 768px) {
  .admission-page__ease .ease__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.admission-page__ease .ease-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (width >= 768px) {
  .admission-page__ease .ease-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.admission-page__ease .ease-container {
  width: 90%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .admission-page__ease .ease-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    width: 30%;
    margin: 0;
  }
}
.admission-page__ease .ease-container__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admission-page__ease .ease-container__image-box {
  width: 70%;
  max-width: 180px;
  aspect-ratio: 1/1;
  margin: 0 auto 16px;
  border: 1px solid #f69e33;
  border-radius: 50%;
  background: #fff;
}
@media (width >= 768px) {
  .admission-page__ease .ease-container__image-box {
    width: 100%;
  }
}
@media (width >= 1280px) {
  .admission-page__ease .ease-container__image-box {
    width: 70%;
    max-width: none;
  }
}
.admission-page__ease .ease-container__image {
  width: 100%;
  border-radius: 50%;
}
.admission-page__ease .ease-container__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
@media (width >= 768px) {
  .admission-page__ease .ease-container__title {
    margin-bottom: 0;
  }
}
.admission-page__ease .ease-container__text {
  width: 100%;
}
@media (width >= 768px) {
  .admission-page__ease .ease-container__text {
    height: 144px;
  }
}

/* =========================
   admission-page__facility-guide
========================= */
.admission-page__facility-guide {
  margin-bottom: 30%;
  margin-bottom: 20%;
}
@media (width >= 768px) {
  .admission-page__facility-guide {
    margin-bottom: 20%;
  }
}
.admission-page__facility-guide .facility-guide__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
  line-height: 1.5;
  margin-bottom: 40px;
  justify-content: center;
  margin-top: 24px;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide__title {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(22px, (100vw - 375px) * 6 / 905 + 22px, 28px);
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .admission-page__facility-guide .facility-guide__title {
    margin-bottom: 56px;
  }
}
.admission-page__facility-guide .facility-guide__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/common/common_title-icon_yellow.svg);
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.admission-page__facility-guide .facility-guide-table {
  display: block;
  width: 100%;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-table {
    display: table;
    border-spacing: 0;
    border-top: 1px solid #68615c;
    border-bottom: none;
  }
}
.admission-page__facility-guide .facility-guide-table > tbody,
.admission-page__facility-guide .facility-guide-table > tr {
  display: block;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-table > tbody,
  .admission-page__facility-guide .facility-guide-table > tr {
    display: table-row-group;
  }
}
.admission-page__facility-guide .facility-guide-table__title {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
  background: #fefcf9;
  border-top: 1px solid #68615c;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-table__title {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    background: none;
    border-top: none;
  }
}
.admission-page__facility-guide .facility-guide-table__text {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-table__text {
    display: table-cell;
    width: 75%;
    border-bottom: 1px solid #68615c;
  }
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-table__text.pt-0 {
    padding-top: 0;
  }
}
.admission-page__facility-guide .facility-guide-table__link {
  text-decoration: underline;
}
.admission-page__facility-guide .facility-guide-detail-table {
  width: 100%;
  display: block;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-detail-table {
    display: table;
  }
}
.admission-page__facility-guide .facility-guide-detail-table > tr {
  display: block;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-detail-table > tr {
    display: table-row;
  }
}
.admission-page__facility-guide .facility-guide-detail-table__title {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-detail-table__title {
    background: #fefcf9;
  }
}
.admission-page__facility-guide .facility-guide-detail-table__title.pt-0 {
  padding-top: 0;
}
@media (width >= 768px) {
  .admission-page__facility-guide .facility-guide-detail-table__title.pt-0 {
    padding-top: 8px;
  }
}
.admission-page__facility-guide .facility-guide-detail-table__text {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
  border-bottom: 1px solid #68615c;
}
.admission-page__facility-guide .facility-guide-detail-table__text.border-none {
  padding-bottom: 0;
  border-bottom: none;
}

/* =========================
   admission-page__link-list
========================= */
.admission-page__link-list {
  margin-bottom: 20%;
}
.admission-page__link-list .link-list__text {
  width: 80%;
  margin: 0 auto 16px;
  color: #f69e33;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
}
@media (width >= 768px) {
  .admission-page__link-list .link-list__text {
    text-align: center;
  }
}
.admission-page__link-list .link-list-button {
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #f69e33;
  border-radius: 16px;
}
@media (width >= 768px) {
  .admission-page__link-list .link-list-button {
    width: 80%;
    max-width: 560px;
  }
}
.admission-page__link-list .link-list-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  bottom: auto;
  left: auto;
  right: 16px;
  width: 32px;
  height: 32px;
  background-image: url(../images/common/common_arrow-icon_orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.admission-page__link-list .link-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 32px auto;
}
.admission-page__link-list .link-list-content__lead {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}
.admission-page__link-list .link-list-content__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 8 / 905 + 24px, 32px);
  line-height: 1.5;
}
.admission-page__link-list .link-list-content__tel-text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, (100vw - 375px) * 6 / 905 + 18px, 24px);
  line-height: 1.5;
}

/* =========================
   info-page__mv
========================= */
.info-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .info-page__mv-ttl {
    top: 25%;
  }
}
.info-page__mv-ttl::after {
  content: " 施設概要 ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   info-page__info-list
========================= */
.info-page__info-list .info-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.info-page__info-list .info-list-table-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-table-area {
    width: 60%;
    gap: 40px;
  }
}
.info-page__info-list .info-list-table {
  display: block;
  width: 100%;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-table {
    display: table;
    border-spacing: 0;
    border-bottom: 0;
    border-top: 1px solid #68615c;
    margin: 0 auto 32px;
  }
}
.info-page__info-list .info-list-table tbody {
  display: block;
  width: 100%;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-table tbody {
    display: table-row-group;
    width: auto;
  }
}
.info-page__info-list .info-list-table tr {
  display: block;
  width: 100%;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-table tr {
    display: table-row;
    width: auto;
  }
}
.info-page__info-list .info-list-table__title {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
  background: #fff8ef;
  border-top: 1px solid #68615c;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-table__title {
    display: table-cell;
    width: 17%;
    min-width: 96px;
    vertical-align: top;
    background: none;
    border-top: 0;
  }
}
.info-page__info-list .info-list-table__text {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-table__text {
    display: table-cell;
    width: 83%;
    border-bottom: 1px solid #68615c;
  }
}
.info-page__info-list .info-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 32px;
}
@media (width >= 768px) {
  .info-page__info-list .info-list-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 38%;
    min-width: 230px;
    margin: 0 auto;
  }
}
.info-page__info-list .info-list-area__image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  margin-bottom: 16px;
}
.info-page__info-list .info-list-area__map {
  width: 100%;
  border-radius: 8px;
}
.info-page__info-list .info-list-area__iframe {
  width: 100%;
}
.info-page__info-list .info-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 304px;
  padding: 16px 0px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (width >= 768px) {
  .info-page__info-list .info-list-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info-page__info-list .info-list-button__image {
  width: 49px;
}
.info-page__info-list .info-list-button__text {
  text-align: center;
}
.info-page__info-list .info-list-button__text span {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
}
.info-page__info-list .info-list-button:hover {
  background: #fff8ef;
  border: 1px solid #f69e33;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* =========================
   sitemap-page__mv
========================= */
.sitemap-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .sitemap-page__mv-ttl {
    top: 25%;
  }
}
.sitemap-page__mv-ttl::after {
  content: " サイトマップ ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   sitemap-page__link-list
========================= */
.sitemap-page__link-list .link-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (width >= 768px) {
  .sitemap-page__link-list .link-list-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16%;
  }
}
.sitemap-page__link-list .link-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media (width >= 768px) {
  .sitemap-page__link-list .link-list-container {
    margin: 0;
  }
}
.sitemap-page__link-list .link-list-container--top {
  gap: 24px;
}
@media (width >= 768px) {
  .sitemap-page__link-list .link-list-container--top {
    gap: 32px;
  }
}
.sitemap-page__link-list .link-list-container--last {
  gap: 24px;
}
.sitemap-page__link-list .link-list-container__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sitemap-page__link-list .link-list-button--large {
  position: relative;
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  width: 240px;
  border-bottom: 1px solid #68615c;
}
.sitemap-page__link-list .link-list-button--large span {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
}
.sitemap-page__link-list .link-list-button--large::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: auto;
  left: auto;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/common_arrow-icon_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sitemap-page__link-list .link-list-button--small {
  position: relative;
  display: block;
  width: 192px;
  padding-left: 48px;
}
.sitemap-page__link-list .link-list-button--small::before {
  content: "ー";
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 24px;
  right: auto;
}

/* =========================
   dial-page__mv
========================= */
.dial-page__mv-ttl {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  text-align: center;
  color: #6ec8e2;
  top: 30%;
  z-index: 100;
}
@media (width >= 1280px) {
  .dial-page__mv-ttl {
    top: 25%;
  }
}
.dial-page__mv-ttl::after {
  content: " 災害伝言ダイヤル「171」 ";
  position: absolute;
  inset: 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(24px, (100vw - 375px) * 16 / 905 + 24px, 40px);
  line-height: 1.5;
  -webkit-text-stroke: 5px #fff;
  z-index: -1;
}

/* =========================
   dial-page__dial
========================= */
.dial-page__dial .dial__text {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .dial-page__dial .dial__text {
    width: 80%;
  }
}
.dial-page__dial .dial__text:last-of-type {
  margin-top: 16px;
}
.dial-page__dial .dial__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 2 / 905 + 16px, 18px);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 8px 16px;
  margin: 0 auto;
  border-bottom: 3px dotted #f69e33;
  margin-top: 32px;
  margin-bottom: 24px;
}
.dial-page__dial .dial__button::after {
  content: "";
  position: absolute;
  top: auto;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #68615c;
  border-right: 1px solid #68615c;
  margin-right: 8px;
}
@media (width >= 768px) {
  .dial-page__dial .dial__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .dial-page__dial .dial__button {
    margin-top: 56px;
  }
}
/*# sourceMappingURL=style.css.map */