@charset "UTF-8";
/* =========================================
   Wajima Asaichi (Static) - Bootstrap-based
   - container-fluid to edge, with custom side padding (max 36px)
   - nav & decorative food icons are intentionally omitted
   ========================================= */
:root {
  --orange: #fa6218;
  --orange-weak: rgba(242, 106, 46, 0.18);
  --ink: #1f2937;
  --muted: #6b7280;
  --bg-band: #dfdfdf;
  --bg: #ffffff;
  --radius-lg: 18px;
  --radius-md: 14px;
  /* Requirement: page edge padding & gutter ~36px */
  --page-pad: clamp(16px, 4vw, 36px);
  --gutter: clamp(16px, 4vw, 36px);
  --shadow-soft: 0 10px 24px rgba(17, 24, 39, 0.08);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

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

/* container-fluid should feel full width, but with consistent side padding */
.container-fluid {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

/* --- Header (nav is omitted; keep only brand area) --- */
.header {
  padding: 18px 0 6px;
  background: transparent;
}
.header .brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header .brand__logo {
  width: 44px;
  height: 44px;
}
.header .brand__name {
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--orange);
  font-size: 14px;
}

/* headerの背景装飾レイヤー */
.wj-header-with-decor {
  position: relative;
  background: #fff;
  overflow: visible;
}

.wj-decor {
  position: absolute;
  inset: 0;
  height: clamp(108px, 22vw, 430px);
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.nav_wrapper {
  z-index: 2;
  position: fixed;
  width: 100%;
  padding: 0 70px 0 20px;
}

.wj-decor__item {
  position: absolute;
  width: clamp(26px, 4.5vw, 72px);
  height: auto;
  -webkit-filter: drop-shadow(0 10px 18px rgba(17, 24, 39, 0.1));
          filter: drop-shadow(0 10px 18px rgba(17, 24, 39, 0.1));
  will-change: transform;
}
.wj-decor__item:nth-child(1) {
  width: clamp(24px, 5vw, 96px);
}
.wj-decor__item:nth-child(2) {
  width: clamp(25px, 5.1vw, 98px);
}
.wj-decor__item:nth-child(3) {
  width: clamp(72px, 14.95vw, 287px);
}
.wj-decor__item:nth-child(4) {
  width: clamp(46px, 9.48vw, 182px);
}
.wj-decor__item:nth-child(5) {
  width: clamp(40px, 8.23vw, 158px);
}
.wj-decor__item:nth-child(6) {
  width: clamp(34px, 7.08vw, 136px);
}
.wj-decor__item:nth-child(7) {
  width: clamp(6px, 1.5vw, 35px);
}
.wj-decor__item:nth-child(8) {
  width: clamp(47px, 9.74vw, 187px);
}
.wj-decor__item:nth-child(9) {
  width: clamp(22px, 4.48vw, 86px);
}
.wj-decor__item:nth-child(10) {
  width: clamp(38px, 7.81vw, 150px);
}
.wj-decor__item:nth-child(11) {
  width: clamp(38px, 7.76vw, 149px);
}
.wj-decor__item:nth-child(12) {
  width: clamp(12px, 2.4vw, 46px);
}
.wj-decor__item:nth-child(13) {
  width: clamp(52px, 10.89vw, 209px);
}
.wj-decor__item:nth-child(14) {
  width: clamp(37px, 7.6vw, 146px);
}
.wj-decor__item:nth-child(15) {
  width: clamp(46px, 9.58vw, 184px);
}
.wj-decor__item:nth-child(16) {
  width: clamp(40px, 8.28vw, 159px);
}
.wj-decor__item:nth-child(17) {
  width: clamp(33px, 6.72vw, 129px);
}
.wj-decor__item:nth-child(18) {
  width: clamp(10px, 1.93vw, 37px);
}
.wj-decor__item:nth-child(19) {
  width: clamp(12px, 2.4vw, 46px);
}
.wj-decor__item:nth-child(20) {
  width: clamp(62px, 12.76vw, 245px);
}
.wj-decor__item:nth-child(21) {
  width: clamp(55px, 11.3vw, 217px);
}
.wj-decor__item:nth-child(22) {
  width: clamp(61px, 12.71vw, 244px);
}

/* 上段 */
.wj-decor__item:nth-child(1) {
  left: 1%;
  top: 3%;
}

.wj-decor__item:nth-child(2) {
  left: 2%;
  top: 25%;
}

.wj-decor__item:nth-child(3) {
  left: -5%;
  top: 40%;
}

.wj-decor__item:nth-child(4) {
  left: 7%;
  top: 3%;
}

.wj-decor__item:nth-child(5) {
  left: 8%;
  top: 27%;
}

.wj-decor__item:nth-child(6) {
  left: 17%;
  top: 3%;
}

.wj-decor__item:nth-child(7) {
  left: 18%;
  top: 26%;
}

.wj-decor__item:nth-child(8) {
  left: 24%;
  top: 3%;
}

.wj-decor__item:nth-child(9) {
  left: 21%;
  top: 24%;
}

.wj-decor__item:nth-child(10) {
  left: 33%;
  top: 3%;
}

.wj-decor__item:nth-child(11) {
  left: 38%;
  top: 16%;
}

/* 下段 */
.wj-decor__item:nth-child(12) {
  left: 42%;
  top: 5%;
}

.wj-decor__item:nth-child(13) {
  left: 44%;
  top: 3%;
}

.wj-decor__item:nth-child(14) {
  left: 54%;
  top: 22%;
}

.wj-decor__item:nth-child(15) {
  left: 59%;
  top: 2%;
}

.wj-decor__item:nth-child(16) {
  left: 68%;
  top: 23%;
}

.wj-decor__item:nth-child(17) {
  left: 74%;
  top: 10%;
}

.wj-decor__item:nth-child(18) {
  left: 77%;
  top: 35%;
}

.wj-decor__item:nth-child(19) {
  left: 80%;
  top: 40%;
}

.wj-decor__item:nth-child(20) {
  left: 80%;
  top: 18%;
}

.wj-decor__item:nth-child(21) {
  left: 91%;
  top: 2%;
}

.wj-decor__item:nth-child(22) {
  left: 92%;
  top: 40%;
}

@media (max-width: 575.98px) {
  .wj-decor {
    height: 120px;
  }
  .wj-decor__item {
    width: clamp(22px, 8vw, 54px);
    opacity: 0.95;
  }
}
/* --- Top copy --- */
.hero-top {
  padding: 16px 0 26px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-top .org {
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.06em;
}
.hero-top .headline {
  margin: 0;
  font-weight: 800;
  color: var(--orange);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: clamp(24px, 3.2vw, 50px);
}
.hero-top .news-card {
  margin-top: 100px;
  border: 1px solid var(--orange-weak);
  border-radius: 12px;
  padding: 24px 14px 12px;
  color: var(--orange);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  position: relative;
}
.hero-top .news-card__label {
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: -20px;
  left: 0px;
  background-color: #fff;
  padding: 10px 15px;
}
.hero-top .news-card__date {
  display: block;
  font-size: 12px;
  opacity: 0.95;
  font-family: "Amiri", serif;
}
.hero-top .news-card__link {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

/* Header menu only */
.wj-navbar {
  /* SPトグル：右寄せは navbar 側でOK。ボタン見た目を指定 */
  /* Bootstrapのデフォルトアイコンを無効化 */
  /* 白バー3本 */
}
.wj-navbar .container-fluid.wj {
  /* 既存の --page-pad を使う想定 */
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}
.wj-navbar .wj-navbar__toggler {
  padding: 0.35rem 0.6rem;
}
.wj-navbar .wj-navbar__toggler {
  background: var(--orange);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 10px 12px;
  line-height: 1;
}
.wj-navbar .wj-navbar__toggler .navbar-toggler-icon {
  display: none;
}
.wj-navbar .wj-burger {
  display: grid;
  gap: 5px;
}
.wj-navbar .wj-burger > span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

/* PC：横並び、オレンジ文字、先頭に・ */
.wj-nav {
  gap: 22px; /* PCでの“列感”を作る */
  /* お問い合わせボタン */
}
.wj-nav__item {
  position: relative;
}
.wj-nav__link {
  color: var(--orange) !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 14px;
}
.wj-nav__item--cta {
  margin-left: 8px;
}
.wj-nav__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 36px;
  border-radius: 999px;
  border: 1px solid rgba(242, 106, 46, 0.65);
  color: var(--orange);
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #fff;
}
.wj-nav__cta:hover {
  background: rgba(242, 106, 46, 0.06);
}

/* ナビ文字：白フチ（アウトライン） */
.wj-nav__label {
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--orange); /* 中の文字色 */
  /* 白い縁取り */
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

/* Dropdown menu */
.wj-dropdown {
  min-width: 220px;
  border: none;
}
.wj-dropdown__item {
  font-weight: 500;
  color: var(--orange);
  padding: 8px 12px;
  font-size: 16px;
  /* 先頭の ">" をCSSで付与 */
}
.wj-dropdown__item::before {
  content: ">";
  margin-right: 8px;
  opacity: 0.9;
  color: var(--orange);
}
.wj-dropdown__item:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .wj-nav__link.dropdown-toggle::after {
    display: none !important;
  }
  /* SP：ドロップダウンを“常に開いた状態”で見せる */
  .wj-dropdown {
    display: block !important;
    position: static !important; /* 浮かせない */
    -webkit-transform: none !important;
            transform: none !important;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin: 6px 0 10px;
    background: transparent;
  }
  /* SP：親項目のクリックで開閉する必要がないので見た目をリンクっぽく */
  .wj-nav__item.dropdown > .wj-nav__link {
    pointer-events: none; /* 親は押せない（必要なら外してOK） */
  }
  /* 子メニューの見た目を少しインデント */
  .wj-dropdown__item {
    padding-left: 18px;
  }
}
/* SP：ハンバーガー展開時は縦並びにし、余白を調整 */
@media (max-width: 991.98px) {
  .wj-nav {
    gap: 10px;
    padding-top: 10px;
  }
  .wj-nav__link {
    padding: 10px 0 10px 18px; /* タップしやすく */
  }
  .wj-nav__item--cta {
    margin-left: 0;
    padding-top: 6px;
  }
  .wj-nav__cta {
    width: 100%;
  }
}
/* --- Band area --- */
.band {
  background: var(--bg-band);
  padding: 36px 0;
}

.feature {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  -webkit-box-shadow: var(--shadow-soft);
          box-shadow: var(--shadow-soft);
  background: #fff;
}
.feature--contents {
  padding: 36px 0;
}
@media (max-width: 768px) {
  .feature--contents {
    padding: 18px 0;
  }
}
.feature__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/7;
}
.feature__title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(14px, 1.4vw, 32px);
}

.feature--hero .feature__img {
  aspect-ratio: 16/7;
}

/* Use bootstrap gutters, but align overall rhythm with 36px rule */
.row {
  --bs-gutter-x: var(--gutter);
  --bs-gutter-y: var(--gutter);
}

.banner-stack .feature {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .banner-stack .feature {
    margin-bottom: 18px;
  }
}
.banner-stack .feature__img {
  aspect-ratio: 21/6;
}
.banner-stack .feature__title {
  left: auto;
  left: 16px;
}

.cta-box {
  border-radius: var(--radius-md);
  padding: 26px 18px;
  text-align: center;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.08em;
  background-color: #fff;
}
.cta-box:hover {
  background: rgba(255, 255, 255, 0.35);
}

.footer {
  padding: 100px 0 40px;
  border-top: 1px solid rgba(242, 106, 46, 0.12);
}
.footer .footer-common h3 {
  color: var(--orange);
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.5;
}
.footer .footer-common p {
  font-size: clamp(14px, 0.8vw, 16px);
}
.footer .footer-common__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 240px;
  padding: 40px 40px 20px;
  border: 1px solid var(--orange);
  border-radius: 10px;
}
.footer .footer-common__card-end {
  min-height: 355px;
}
.footer .footer-common__card-contact {
  min-height: 60px;
  padding: 20px 40px;
}
.footer .footer-common__card-contact a {
  color: var(--orange);
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 500;
  text-align: center;
}
.footer .footer-brand__logo {
  width: 160px;
  margin-right: 20px;
}
.footer .footer-brand__name {
  color: var(--orange);
  font-size: 18px;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .footer-list {
  color: var(--orange);
  font-size: 18px;
}
.footer .footer-list h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .footer-list ul {
  padding-left: 0;
}
.footer .footer-list ul li {
  list-style: none;
  line-height: 2;
}
.footer .footer-list ul li a {
  font-size: 16px;
  font-weight: 500;
}
.footer .footer-list__last {
  color: var(--orange);
}
.footer .footer-list__last ul {
  padding-left: 0;
}
.footer .footer-list__last ul li {
  list-style: none;
  margin-bottom: 24px;
  font-weight: 500;
}
.footer .footer-list__last ul li a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-list__last ul li a img {
  width: 41px;
  height: 24px;
  padding-left: 20px;
  padding-top: 5px;
}
.footer small {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .hero-top .news-card {
    margin-top: 14px;
  }
  .footer .footer-common__card {
    min-height: 100px;
    padding: 20px 20px 10px;
  }
  .footer .footer-common__card-end {
    min-height: 180px;
  }
  .footer .footer-common__card-contact {
    min-height: auto;
    padding: 10px 20px 10px;
  }
  .navbar-collapse {
    margin-top: 18px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(17, 24, 39, 0.08);
            box-shadow: 0 0 20px rgba(17, 24, 39, 0.08);
  }
}
@media (max-width: 1400px) {
  .footer {
    padding: 100px 0 40px;
    border-top: 1px solid rgba(242, 106, 46, 0.12);
  }
  .footer .footer-brand__logo {
    width: 140px;
    margin: 0 auto 36px;
    padding: 0 20px;
  }
  .footer .footer-brand__name {
    color: var(--orange);
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 36px;
    padding: 0 20px;
  }
  .footer .footer-list {
    font-size: 14px;
  }
  .footer .footer-list h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .footer-list ul {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-list ul li {
    list-style: none;
    line-height: 2;
  }
  .footer .footer-list ul li a {
    font-size: 12px;
    font-weight: 500;
  }
  .footer .footer-list__last {
    color: var(--orange);
  }
  .footer .footer-list__last ul {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-list__last ul li {
    list-style: none;
    margin-bottom: 24px;
    font-weight: 500;
  }
  .footer .footer-list__last ul li a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-list__last ul li a img {
    width: 36px;
    height: 20px;
    padding-left: 20px;
    padding-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-links {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fixed__logo {
  position: fixed;
  left: 36px;
  top: 30px;
}

.page__main {
  margin: 150px 0;
}
.page__main section {
  margin-bottom: 36px;
}
.page__main h2,
.page__main h3 {
  font-size: clamp(24px, 2.5vw, 40px);
  margin-bottom: 2rem;
  color: var(--orange);
}
.page__main .spacer {
  height: 36px;
}
.page__main p {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.6;
  margin-bottom: 2rem;
}
.page__main a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.page__main a:hover {
  opacity: 0.8;
}
.page__main ul,
.page__main ol {
  font-size: clamp(16px, 1.2vw, 22px);
  margin-bottom: 2rem;
}
.page__main table.table {
  font-size: clamp(16px, 1.2vw, 22px);
  border-top: 1px solid #000000;
  margin-bottom: 2rem;
}

.category__card:hover {
  opacity: 0.8;
}
.category__name {
  font-weight: 500;
}
.category__name a {
  text-decoration: none;
  color: #000000;
}
.category__title h2,
.category__title h3 {
  text-align: center;
}/*# sourceMappingURL=main.css.map */