@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: 64px;
}
@media (width >= 768px) {
  .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;
}

.underline {
  text-decoration: underline;
}

/* =========================
   波型背景
========================= */
.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/b-page/b-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/b-page/b-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/b-page/b-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/b-page/b-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;
}

/* =========================
   スクリーンリーダー用テキスト
========================= */
.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: 24px;
}
@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/b-common/b-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/b-common/b-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/b-common/b-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: 600px;
}
@media (width >= 1024px) {
  .header-pc-menu {
    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;
  }
}

/* =========================
   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--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: 64px auto 0;
}
.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--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/b-common/b-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/b-common/b-common_icon_insta.svg);
  background-size: contain;
}
@media (width >= 768px) {
  .header-sp-nav__icon-insta--bottom {
    width: 14px;
    height: 14px;
  }
}

/* =========================
   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;
}

.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: 24px;
  margin-bottom: 16px;
}
@media (width >= 768px) {
  .footer-info__btn {
    height: 32px;
  }
}
.footer-info__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-info__logo {
  height: 24px;
}
@media (width >= 768px) {
  .footer-info__logo {
    height: 32px;
  }
}
.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;
}

/* =========================
   b-top-mv
========================= */
.b-top-mv {
  margin-top: 96px;
}
@media (width >= 768px) {
  .b-top-mv {
    margin-top: 136px;
  }
}
@media (width >= 1280px) {
  .b-top-mv {
    margin-top: 168px;
  }
}
.b-top-mv .mv-wrap--top {
  width: 100%;
}
@media (width >= 768px) {
  .b-top-mv .mv-wrap--top {
    width: 56%;
    max-width: 560px;
  }
}
.b-top-mv .mv-wrap--bottom {
  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-top: 48px;
}
@media (width >= 768px) {
  .b-top-mv .mv-wrap--bottom {
    -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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 32px;
  }
}
.b-top-mv .mv__text {
  text-align: center;
}
.b-top-mv .mv__logo {
  width: 100%;
  margin-top: 8px;
}
.b-top-mv .mv__image {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .b-top-mv .mv__image {
    width: 33%;
    margin: 0;
  }
}
@media (width >= 1280px) {
  .b-top-mv .mv__image {
    width: 40%;
  }
}
.b-top-mv .mv-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  border-radius: 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);
}
@media (width >= 768px) {
  .b-top-mv .mv-box {
    width: calc(63% - 48px);
    max-width: 480px;
    padding: 48px 24px;
  }
}
@media (width >= 1280px) {
  .b-top-mv .mv-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 48px 64px;
  }
}
.b-top-mv .mv-box__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, (100vw - 375px) * 8 / 905 + 16px, 24px);
  line-height: 1.5;
  color: #6ec8e2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.b-top-mv .mv-list__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, (100vw - 375px) * 8 / 905 + 14px, 22px);
  line-height: 1.5;
  vertical-align: top;
}
@media (width >= 768px) {
  .b-top-mv .mv-list__title {
    padding-bottom: 8px;
  }
}
.b-top-mv .mv-list__text {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, (100vw - 375px) * 8 / 905 + 14px, 22px);
  line-height: 1.5;
  vertical-align: top;
  padding-left: 8px;
}
@media (width >= 768px) {
  .b-top-mv .mv-list__text {
    padding-left: 24px;
    padding-bottom: 8px;
  }
}

/* =========================
   b-top-about
========================= */
.b-top-about {
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-about {
    padding-top: 96px;
  }
}
.b-top-about .about-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) {
  .b-top-about .about-wrap {
    -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;
  }
}
@media (width >= 768px) {
  .b-top-about .about-container {
    width: 45%;
  }
}
.b-top-about .about__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) {
  .b-top-about .about__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-about .about__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) {
  .b-top-about .about__title {
    margin-bottom: 56px;
  }
}
.b-top-about .about__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_red.svg);
}
@media (width >= 768px) {
  .b-top-about .about__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-about .about__image {
  display: block;
  border-radius: 8px;
}
@media (width >= 768px) {
  .b-top-about .about__image {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* =========================
   b-top-features
========================= */
.b-top-features {
  margin-bottom: calc(30% + 56px);
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-features {
    margin-bottom: calc(20% + 96px);
  }
}
@media (width >= 768px) {
  .b-top-features {
    padding-top: 96px;
  }
}
.b-top-features .features-wrap {
  width: 100%;
  padding: 24px 0 48px;
  background: #fff;
  border: 3px solid #6ec8e2;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width >= 768px) {
  .b-top-features .features-wrap {
    padding: 40px 0 64px;
  }
}
.b-top-features .features__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) {
  .b-top-features .features__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-features .features__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) {
  .b-top-features .features__title {
    margin-bottom: 56px;
  }
}
.b-top-features .features__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon-blue.svg);
}
@media (width >= 768px) {
  .b-top-features .features__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-features .features-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;
  gap: 32px;
  width: 90%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .b-top-features .features-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (width >= 768px) {
  .b-top-features .features-box {
    width: 45%;
  }
}
@media (width >= 1280px) {
  .b-top-features .features-box {
    width: 40%;
  }
}
.b-top-features .features-box__image {
  display: block;
  margin: 0 auto 16px;
}
@media (width >= 768px) {
  .b-top-features .features-box__image {
    margin-bottom: 24px;
  }
}
.b-top-features .features-box__image--first {
  width: 40%;
}
@media (width >= 768px) {
  .b-top-features .features-box__image--first {
    width: auto;
    height: 104px;
  }
}
.b-top-features .features-box__image--last {
  width: 30%;
}
@media (width >= 768px) {
  .b-top-features .features-box__image--last {
    width: auto;
    height: 104px;
  }
}
.b-top-features .features-box__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;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #6ec8e2;
}
.b-top-features .features-box__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 8px;
  margin: 0 auto;
}

/* =========================
   b-top-service
========================= */
.b-top-service {
  margin-bottom: 20%;
  padding: 56px 0;
}
@media (width >= 768px) {
  .b-top-service {
    padding: 96px 0;
  }
}
.b-top-service .service__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) {
  .b-top-service .service__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-service .service__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) {
  .b-top-service .service__title {
    margin-bottom: 56px;
  }
}
.b-top-service .service__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_green.svg);
}
@media (width >= 768px) {
  .b-top-service .service__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-service .service-table {
  display: block;
  width: 100%;
  border-bottom: 1px solid #68615c;
  margin-bottom: 56px;
}
@media (width >= 768px) {
  .b-top-service .service-table {
    display: table;
    width: auto;
    border-spacing: 0;
    border-top: 1px solid #68615c;
    border-bottom: 0;
  }
}
.b-top-service .service-table tbody {
  display: block;
  width: 100%;
}
@media (width >= 768px) {
  .b-top-service .service-table tbody {
    display: table-row-group;
    width: auto;
  }
}
.b-top-service .service-table tr {
  display: block;
  width: 100%;
}
@media (width >= 768px) {
  .b-top-service .service-table tr {
    display: table-row;
    width: auto;
  }
}
.b-top-service .service-table__title {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
  background: #fff;
  border-top: 1px solid #68615c;
  border-bottom: 1px solid #68615c;
}
@media (width >= 768px) {
  .b-top-service .service-table__title {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    background: none;
    border-top: 0;
  }
}
.b-top-service .service-table__text {
  display: block;
  width: calc(100% - 16px);
  padding: 8px;
}
@media (width >= 768px) {
  .b-top-service .service-table__text {
    display: table-cell;
    width: 75%;
    border-bottom: 1px solid #68615c;
  }
}

/* =========================
   b-top-flow
========================= */
.b-top-flow {
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-flow {
    padding-top: 96px;
  }
}
.b-top-flow .flow__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) {
  .b-top-flow .flow__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-flow .flow__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) {
  .b-top-flow .flow__title {
    margin-bottom: 56px;
  }
}
.b-top-flow .flow__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_purple.svg);
}
@media (width >= 768px) {
  .b-top-flow .flow__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-flow .flow__heading {
  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;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}
@media (width >= 768px) {
  .b-top-flow .flow__heading {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.b-top-flow .flow__heading--first, .b-top-flow .flow__heading--last {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.b-top-flow .flow__text span {
  font-weight: 700;
}
.b-top-flow .flow__text:nth-of-type(2) {
  margin-top: 16px;
}
.b-top-flow .flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
.b-top-flow .flow-wrap--first, .b-top-flow .flow-wrap--last {
  gap: 0;
}
.b-top-flow .flow-heading-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;
  padding: 8px;
  background: #6ec8e2;
  border-radius: 4px;
}
@media (width >= 768px) {
  .b-top-flow .flow-heading-box {
    width: 208px;
    padding: 16px;
  }
}
.b-top-flow .flow-heading-box--first, .b-top-flow .flow-heading-box--last {
  width: 100%;
  padding: 8px 0;
}
@media (width >= 768px) {
  .b-top-flow .flow-heading-box--first, .b-top-flow .flow-heading-box--last {
    width: 232px;
  }
}
.b-top-flow .flow-container {
  width: calc(95% - 43px);
}
@media (width >= 768px) {
  .b-top-flow .flow-container {
    width: calc(95% - 208px);
  }
}
.b-top-flow .flow-container--first, .b-top-flow .flow-container--last {
  width: 0;
}
.b-top-flow .flow-arrow-area {
  width: 43px;
}
@media (width >= 768px) {
  .b-top-flow .flow-arrow-area {
    width: 232px;
  }
}
.b-top-flow .flow-arrow-area__image {
  display: block;
  width: 16px;
  margin: 8px auto;
}

/* =========================
   b-top-image-area
========================= */
.b-top-image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-top-image-area .image-area__image {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================
   b-top-items
========================= */
.b-top-items {
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-items {
    padding-top: 96px;
  }
}
.b-top-items .items__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) {
  .b-top-items .items__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-items .items__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) {
  .b-top-items .items__title {
    margin-bottom: 56px;
  }
}
.b-top-items .items__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_yellowgreen.svg);
}
@media (width >= 768px) {
  .b-top-items .items__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-items .items__text {
  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;
  color: #f69e33;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .b-top-items .items__text {
    margin-bottom: 56px;
  }
}
.b-top-items .items-wrap {
  padding: 5%;
  background: #fff;
  border: 1px solid #f69e33;
  border-radius: 8px;
}
.b-top-items .items-container {
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .b-top-items .items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4%;
    margin-bottom: 40px;
  }
}
.b-top-items .items-list {
  padding-left: 24px;
}
@media (width >= 768px) {
  .b-top-items .items-list {
    width: 48%;
  }
}
.b-top-items .items-list__item {
  list-style: disc;
  line-height: 2;
}

/* =========================
   b-top-food
========================= */
.b-top-food {
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-food {
    padding-top: 96px;
  }
}
.b-top-food .food__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) {
  .b-top-food .food__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-food .food__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) {
  .b-top-food .food__title {
    margin-bottom: 56px;
  }
}
.b-top-food .food__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_yellow.svg);
}
@media (width >= 768px) {
  .b-top-food .food__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-food .food__text, .b-top-food .food__sub-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media (width >= 768px) {
  .b-top-food .food__text, .b-top-food .food__sub-text {
    margin-bottom: 56px;
  }
}
.b-top-food .food-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;
  margin-bottom: 32px;
}
@media (width >= 768px) {
  .b-top-food .food-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;
    margin-bottom: 56px;
  }
}
.b-top-food .food-container {
  background: #fff;
  border-radius: 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);
}
@media (width >= 768px) {
  .b-top-food .food-container {
    width: 46%;
  }
}
.b-top-food .food-container__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;
  text-align: center;
  line-height: 2.4;
  color: #fff;
  background: #6ec8e2;
  border-radius: 8px 8px 0px 0px;
}
.b-top-food .food-container__box {
  padding: 5%;
}
@media (width >= 768px) {
  .b-top-food .food-container__box {
    padding: 10%;
  }
}
.b-top-food .food-container__list {
  margin: 0 auto 5%;
}
.b-top-food .food-container__text {
  padding: 5%;
}
@media (width >= 768px) {
  .b-top-food .food-container__text {
    padding: 10%;
  }
}

/* =========================
   b-top-faq
========================= */
.b-top-faq {
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-faq {
    padding-top: 96px;
  }
}
.b-top-faq .faq__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) {
  .b-top-faq .faq__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-faq .faq__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) {
  .b-top-faq .faq__title {
    margin-bottom: 56px;
  }
}
.b-top-faq .faq__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_rose.svg);
}
@media (width >= 768px) {
  .b-top-faq .faq__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-faq .faq-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) {
  .b-top-faq .faq-wrap {
    gap: 40px;
  }
}
.b-top-faq .faq-box__title {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.b-top-faq .faq-box__title::before {
  content: "Q";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #6ec8e2;
}
.b-top-faq .faq-box__text {
  position: relative;
  padding-left: 24px;
}
.b-top-faq .faq-box__text::before {
  content: "A";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #f69e33;
}
.b-top-faq .faq-box__text--last {
  padding-left: 24px;
}
.b-top-faq .faq-list {
  padding-left: 24px;
  margin-bottom: 8px;
}
.b-top-faq .faq-list__time {
  font-weight: 400;
  vertical-align: top;
}
.b-top-faq .faq-list__text {
  vertical-align: top;
  padding-left: 8px;
}

/* =========================
   b-top-news
========================= */
.b-top-news {
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-news {
    padding-top: 96px;
  }
}
.b-top-news .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) {
  .b-top-news .top-news__wrap {
    margin-right: 16px;
  }
}
@media (width >= 1280px) {
  .b-top-news .top-news__wrap {
    max-width: none;
    margin-right: 100px;
  }
}
@media (width >= 768px) {
  .b-top-news .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%;
  }
}
.b-top-news .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) {
  .b-top-news .top-news__heading {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-news .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) {
  .b-top-news .top-news__heading {
    margin-bottom: 56px;
  }
}
@media (width >= 1280px) {
  .b-top-news .top-news__heading {
    margin-bottom: 32px;
  }
}
.b-top-news .top-news__heading .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_pink.svg);
}
@media (width >= 768px) {
  .b-top-news .top-news__heading .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-news .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;
}
.b-top-news .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) {
  .b-top-news .top-news__button:hover {
    color: #f69e33;
  }
}
@media (width >= 768px) {
  .b-top-news .top-news__button {
    margin-top: 32px;
  }
}
.b-top-news .top-news__link-area--pc {
  display: none;
}
@media (width >= 768px) {
  .b-top-news .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;
  }
}
.b-top-news .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) {
  .b-top-news .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) {
  .b-top-news .top-news__link-area--sp {
    display: none;
  }
}
.b-top-news .top-news__banner--pc {
  display: none;
}
@media (width >= 1280px) {
  .b-top-news .top-news__banner--pc {
    display: block;
    width: 344px;
  }
}
.b-top-news .top-news__banner--sp {
  width: 344px;
}
@media (width >= 768px) {
  .b-top-news .top-news__banner--sp {
    width: auto;
    max-width: 344px;
  }
}
@media (width >= 1280px) {
  .b-top-news .top-news__banner--sp {
    display: none;
  }
}
.b-top-news .top-news__banner-img {
  width: 100%;
  display: block;
}
.b-top-news .top-news__banner :hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* =========================
   b-top-access
========================= */
.b-top-access {
  margin-bottom: 0;
  padding-top: 56px;
}
@media (width >= 768px) {
  .b-top-access {
    padding-top: 96px;
  }
}
.b-top-access .access__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) {
  .b-top-access .access__title {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-access .access__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) {
  .b-top-access .access__title {
    margin-bottom: 56px;
  }
}
.b-top-access .access__title .ttl-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/b-common/b-common_title-icon_orange.svg);
}
@media (width >= 768px) {
  .b-top-access .access__title .ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.b-top-access .access__map {
  display: block;
  width: 100%;
  height: 30vh;
}
.b-top-access .access-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;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .b-top-access .access-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;
    gap: 0;
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .b-top-access .access-box--detail {
    width: 60%;
  }
}
@media (width >= 768px) {
  .b-top-access .access-box--image {
    width: 35%;
  }
}
.b-top-access .access-box__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;
}
.b-top-access .access-box__name {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .b-top-access .access-box__name {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1.5;
  }
}
.b-top-access .access-box__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
}
.b-top-access .access-box__address {
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .b-top-access .access-box__address {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (width >= 768px) {
  .b-top-access .access-box__address span {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
  }
}
.b-top-access .access-box__address::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: auto;
  left: -24px;
  right: auto;
  width: 17px;
  height: 21px;
  background-image: url(../images/b-common/b-common_icon_add.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .b-top-access .access-box__address::before {
    top: 7px;
  }
}
.b-top-access .access-box__tel {
  position: relative;
  margin-left: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .b-top-access .access-box__tel {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
.b-top-access .access-box__tel::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: auto;
  left: -24px;
  right: auto;
  width: 17px;
  height: 17px;
  background-image: url(../images/b-common/b-common_icon_tel_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .b-top-access .access-box__tel::before {
    top: 7px;
  }
}
.b-top-access .access-box__fax {
  position: relative;
  margin-left: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .b-top-access .access-box__fax {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
.b-top-access .access-box__fax::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: auto;
  left: -24px;
  right: auto;
  width: 17px;
  height: 14px;
  background-image: url(../images/b-common/b-common_icon_fax.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .b-top-access .access-box__fax::before {
    top: 8px;
  }
}
.b-top-access .access-box__station {
  position: relative;
  margin-left: 24px;
  margin-right: 8px;
}
@media (width >= 768px) {
  .b-top-access .access-box__station {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
  }
}
.b-top-access .access-box__station::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: auto;
  left: -22px;
  right: auto;
  width: 17px;
  height: 17px;
  background-image: url(../images/b-common/b-common_icon_station.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .b-top-access .access-box__station::before {
    top: 6px;
  }
}

/* =========================
   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: #de6ee2;
  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;
}

/* =========================
   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;
  }
}

/* =========================
   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;
  }
}
/*# sourceMappingURL=style.css.map */