@charset "UTF-8";
/*
Theme Name: Sapporo Kyozai
Author: Element Inc.
Description: This is the official website of Sapporo Kyozai Co., Ltd.
Version: 1.0
*/
/*------------------------------------------------------------------
 * Base & Reset
------------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #393939;
  background-color: #fff;
  font-weight: 500;
  overflow-x: hidden;
}

body.u-no-scroll {
  overflow: hidden;
  height: 100vh;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin-bottom: 0;
}

a {
  color: #008982;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #008982;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h3 {
  font-size: 1.25rem;
}

h3.p-top-news__title {
  color: #393939;
}

p {
  margin-bottom: 1rem;
}

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

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*------------------------------------------------------------------
 * 2. Mixins (メディアクエリ)
------------------------------------------------------------------*/
/* PCファースト (max-width)
 * xl: 1199px以下 (大型PC未満)
 * lg: 991px以下  (PC未満 / タブレット横・PC小)
 * md: 767px以下  (タブレット未満 / SP横)
 * sm: 575px以下  (SP横未満 / SP縦)
*/
/*------------------------------------------------------------------
 * Card Base Mixin
------------------------------------------------------------------*/
/* ==========================================================================
  共通デザイン定義
========================================================================== */
.inner-section {
  background-color: #EDF6F2;
}

.badge {
  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;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  background: #008982;
}

/* ========================================================
Pager (デザイン：数字 + pill型ナビ)
======================================================== */
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.c-pager__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.c-pager__numbers .c-pager__num a,
.c-pager__numbers .c-pager__num span {
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.9rem;
  color: #008476;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-pager__numbers .c-pager__num a:hover {
  border-color: #008476;
}
.c-pager__numbers .c-pager__num--current span {
  background-color: #008476;
  color: #fff;
  font-weight: 600;
}

.c-pager__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 6px 14px;
  border: 1px solid #D0D0D0;
  min-width: 86px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}

.c-pager__arrow {
  font-size: 1rem;
  color: #008476;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 6px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-pager__arrow--disabled {
  opacity: 0.3;
  pointer-events: none;
}

.c-pager__divider {
  width: 1px;
  height: 20px;
  border-right: 1px dashed #D0D0D0;
  opacity: 0.7;
}

/* ========================================================
 page-nav
======================================================== */
.page-nav {
  margin: 0 auto 100px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.page-nav-grid {
  position: relative;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  background: #fff;
  color: #008982;
  padding: 0.2rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px dashed #008982;
}
.page-nav-link:last-child {
  border: none;
}
.page-nav-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-nav-link i {
  font-size: 20px;
}

/* ========================================================
 box,etc
======================================================== */
.t-box {
  max-width: 932px;
}

.gap-s1 {
  gap: 40px 0;
}

.fw-bold,
strong {
  color: #008982;
}

.l-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 430px;
}

.r-box {
  margin-left: 18px;
  max-width: 207px;
  padding: 0;
}
.r-box figure {
  margin: 0 auto;
  max-width: 120px;
}

.col-val_box {
  margin: 0 auto 1rem;
  width: 120px;
}
.col-val_box p {
  font-size: 11px;
  margin: 10px 0 16px;
  text-align: left;
}

.p-demo-contact {
  margin: 255px 0;
  padding: 160px 0;
  border-radius: 50px;
  background: url(./assets/images/bg_001.jpg) 0 50% no-repeat;
}
.p-demo-contact .c-cta-box {
  margin: 0 auto;
  width: 1172px;
}
.p-demo-contact .c-cta-box__text {
  font-size: 20px;
  margin-left: 0;
}
.p-demo-contact .c-cta-box__label {
  font-size: 1rem;
}
.p-demo-contact .c-cta-box .c-section-heading__en {
  font-size: 24px;
  margin-bottom: 0;
  color: #393939;
}
.p-demo-contact .c-cta-box .c-section-heading__ja {
  font-size: 36px;
}
.p-demo-contact .c-button--block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
}
.p-demo-contact .c-button--block::before {
  content: none;
}

.c-btn-arrow {
  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;
  gap: 1rem;
}

.text-left {
  text-align: left;
}

.c-cta-contact {
  margin-top: 90px;
}
.c-cta-contact .c-button {
  max-width: 210px;
}

/*------------------------------------------------------------------
 * .c-slider-nav (新設: スライダー操作ボタン)
------------------------------------------------------------------*/
.c-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-slider-nav {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 35px;
  }
}
.c-slider-nav__btn {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #008982;
  font-size: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-slider-nav__btn:hover {
  opacity: 0.7;
}
.c-slider-nav__divider {
  width: 1px;
  height: 20px;
  background-color: #ddd;
  margin: 0 5px;
}

/**
 * .c-scroll-container (横スクロールコンテナ)
 */
.c-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-scroll-container::-webkit-scrollbar {
  display: none;
}
.c-scroll-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 calc((100vw - 1536px) / 2);
}
@media (max-width: 1536px) {
  .c-scroll-container__inner {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .c-scroll-container__inner {
    padding: 0 20px;
    gap: 20px;
  }
}

.gallery__header {
  border-radius: 10px;
  margin-top: 190px;
  background-color: rgb(0, 137, 130);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 3rem;
}

.p-product-list {
  max-width: 996px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
}
.p-product-list-card {
  width: 100%;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page #sec-8 {
  background-color: #EDF6F2;
}
body.page #sec-8 .p-top-works {
  padding-top: 230px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
body.page #sec-8 .p-top-works::before, body.page #sec-8 .p-top-works::after {
  content: "";
  position: absolute;
  display: block;
}
body.page #sec-8 .p-top-works::after {
  width: 310px;
  height: 310px;
  background: url("./assets/images/under_works_illust.png") no-repeat 50% 50%/contain;
  top: 0;
  right: 7.3958333333vw;
  z-index: -1;
}
body.page #sec-8 .p-top-works::before {
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url("./assets/images/under_works_bg.svg") no-repeat 10% 160px/1920px auto;
}
@media (max-width: 1485px) {
  body.page #sec-8 .p-top-works::after {
    right: 0;
  }
}
@media (max-width: 1199px) {
  body.page #sec-8 .p-top-works::after {
    right: -10px;
  }
}
@media (max-width: 991px) {
  body.page #sec-8 .p-top-works {
    padding-top: 80px;
  }
  body.page #sec-8 .p-top-works::before {
    background-position: 30% 30%;
  }
}
@media (max-width: 767px) {
  body.page #sec-8 .p-top-works {
    padding-top: 80px;
  }
  body.page #sec-8 .p-top-works::before {
    background-size: 1500px auto;
    background-position: 10% 0;
  }
  body.page #sec-8 .p-top-works::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  body.page #sec-8 .p-top-works::before {
    background-image: url("./assets/images/under_works_bg_sp.svg");
    background-size: 100% auto;
    background-position: 0 2%;
  }
  body.page #sec-8 .p-top-works::after {
    width: 156px;
    height: 156px;
  }
}

.menu-item {
  padding: 19px 4px;
  border-bottom: 1px dashed #008982;
  padding-left: 0;
  font-weight: 600;
}
.menu-item::before {
  content: "- ";
  font-size: 10px;
}
.menu-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.menu-item .sub-menu li {
  font-weight: 500;
}

.c-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.c-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1790px;
  margin: 68px auto 0;
}
@media (max-width: 991px) {
  .c-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-header__logo {
  margin: 0;
  font-size: clamp(0.75rem, 3.25vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .c-header__logo {
    margin-right: 0;
  }
}
.c-header__logo a {
  color: #fff;
}
.c-header__logo a:hover {
  color: #fff;
}
.c-header__toggle {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1002;
  border: none;
  cursor: pointer;
  gap: 6px;
  padding: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .c-header__toggle {
    width: 44px;
    height: 44px;
    gap: 5px;
    padding: 0;
  }
}
.c-header__toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #008982;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  left: auto;
  top: auto;
}
.c-header__toggle.is-drawer-active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.c-header__toggle.is-drawer-active span:nth-child(2) {
  opacity: 0;
}
.c-header__toggle.is-drawer-active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.c-header__menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  background: #fff;
  border-radius: 50px;
  height: 64px;
  padding: 0 1.5rem;
  max-width: 1196px;
  margin-left: auto;
  margin-right: 45px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .c-header__menu-group {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: calc(80px + 2rem) 1.5rem;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
    z-index: 1001;
    border-radius: 0;
    margin: 0;
  }
  .c-header__menu-group.is-drawer-active {
    right: 0;
  }
}
.c-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .c-header__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 0;
    margin-left: 2rem;
  }
}
.c-header__tel {
  font-size: 1.125rem;
  font-weight: 700;
  color: #393939;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-header__tel i {
  color: #008982;
}
.c-header__tel span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #555;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .c-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-nav__link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #008982;
  position: relative;
}
@media (max-width: 991px) {
  .c-nav__link {
    padding: 0.5rem 0;
    text-align: center;
  }
}
.c-nav__link:hover {
  color: #008982;
  opacity: 1;
}
.c-nav__link--has-megamenu::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #008982;
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-nav__link--has-megamenu[aria-expanded=true]::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  .c-nav__link--has-megamenu {
    padding-bottom: 0.5rem;
  }
  .c-nav__link--has-megamenu::after {
    content: none;
  }
}

#megamenu-about {
  padding: 0;
}

.c-megamenu--compact {
  width: auto;
  max-width: 335px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.c-megamenu--compact .c-megamenu__inner--compact {
  padding: 22px 40px 42px;
}

.c-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-link-list__item {
  border-bottom: 2px dotted #008982;
}
.c-link-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  text-decoration: none;
  color: #008982;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-link-list__link:hover {
  opacity: 0.7;
  background-color: rgba(0, 137, 130, 0.03);
  padding-left: 10px;
  padding-right: 10px;
}
.c-link-list__text {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.c-link-list__icon {
  font-size: 1.5rem;
  color: #008982;
  margin-left: 20px;
}

.c-megamenu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-megamenu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.c-megamenu {
  position: absolute;
  top: 170px;
  left: 50%;
  width: 1182px;
  height: auto;
  max-height: calc(100vh - 170px - 40px);
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
  padding: 40px 0 60px;
  z-index: 2001;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.c-megamenu.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
@media (max-width: 991px) {
  .c-megamenu {
    display: none;
  }
}
.c-megamenu__inner {
  padding: 50px;
}
.c-megamenu__section {
  margin-bottom: 40px;
}
.c-megamenu__section:last-child {
  margin-bottom: 0;
}
.c-megamenu__heading {
  font-size: 20px;
  color: #008982;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px dotted #a8d5d2;
  margin-bottom: 24px;
  position: relative;
}
.c-megamenu__grid {
  display: grid;
  gap: 24px;
}
.c-megamenu__grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
.c-megamenu__grid--4col {
  grid-template-columns: repeat(4, 1fr);
}

.c-mega-card {
  padding-bottom: 1rem;
  display: block;
  group: "";
  border-bottom: 1px dotted #008982;
}
.c-mega-card:hover {
  opacity: 1;
}
.c-mega-card:hover .c-mega-card__figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-mega-card:hover .c-mega-card__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.c-mega-card:hover .c-mega-card__title {
  color: #008982;
}
.c-mega-card__figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 16/9;
  border: 1px solid #eee;
}
.c-mega-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-mega-card--product .c-mega-card__figure {
  aspect-ratio: 3/2;
  background-color: #EDF6F2;
}
.c-mega-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.c-mega-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #008982;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-mega-card__title .u-text-xs {
  font-size: 0.75rem;
  color: #393939;
  font-weight: normal;
}
.c-mega-card__icon {
  color: #008982;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -2px;
}

.c-megamenu-product {
  display: block;
  color: #393939;
  font-size: 0.75rem;
}
.c-megamenu-product:hover {
  opacity: 0.7;
  color: #008982;
}
.c-megamenu-product__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 0.25rem;
}
.c-megamenu-product__label {
  display: block;
  text-align: center;
}

.call-info {
  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: 0 19px;
  border-left: 1px dashed #ddd;
  padding-left: 1.5rem;
  color: #008982;
}
@media (max-width: 991.98px) {
  .call-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
  }
}
.call-info-tel {
  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;
  font-size: 20px;
  line-height: 0.8;
  font-weight: 700;
  gap: 0 7.5px;
  border-right: 1px dashed #ddd;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .call-info-tel {
    border-right: none;
    padding-right: 0;
  }
}
.call-info-tel figure {
  width: 30px;
  height: 30px;
}
.call-info-tel figure img {
  width: 100%;
  height: 100%;
}
.call-info-tel .tel {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
}
.call-info-tel small {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px;
  font-weight: normal;
}
.call-info-mail {
  padding: 5px 16px 5px 6px;
  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: 170px;
  color: #fff;
  background-color: #008982;
  border-radius: 25px;
  gap: 0 10px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.call-info-mail:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.call-info-mail::before {
  content: url(assets/images/mail_icon.svg);
  width: 30px;
  height: 30px;
}
@media (max-width: 991px) {
  .call-info-mail {
    margin-left: 0;
    width: 100%;
    /* SPでは幅いっぱいにするなど */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ========================================
   Drawer Menu
   ======================================== */
.c-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 96%;
  max-width: 1900px;
  height: 100vh;
  background: #e8f5f0;
  z-index: 99999;
  -webkit-transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  /* メニューコンテンツ */
  /* フッター部分 */
}
.c-drawer .c-button--shop::before {
  content: url(./assets/images/cart_icon.svg;);
  width: 30px;
  height: 30px;
}
.c-drawer.is-open {
  right: 0;
}
.c-drawer__inner {
  padding: 5rem 2rem 2rem;
  position: relative;
}
.c-drawer__close {
  position: absolute;
  top: 5rem;
  right: 1.5rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #008982;
  cursor: pointer;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background-color: #fff;
  border-radius: 50%;
}
.c-drawer__close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-drawer__header {
  margin-bottom: 2rem;
}
.c-drawer__logo {
  font-size: 1.5rem;
  color: #008982;
  font-weight: bold;
}
.c-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-bottom: 2rem;
}
.c-drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .c-drawer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-drawer__menu-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.c-drawer__menu-child .c-drawer__column {
  width: 50%;
}
@media (max-width: 767px) {
  .c-drawer__menu-child {
    grid-template-columns: 1fr;
  }
}
.c-drawer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 33.3333333333%;
}
.c-drawer__column.harf-box {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.c-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 0;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  border-bottom: 1px dashed #008982;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-drawer__link:hover {
  background: rgba(23, 162, 184, 0.1);
  padding-left: 0.5rem;
}
.c-drawer__link-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-drawer__link-icon {
  color: #008982;
  font-size: 24px;
  margin-left: 0.5rem;
}
.c-drawer__link.no-hover:hover {
  background: transparent;
  padding-left: 0;
}
.c-drawer__footer {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.c-drawer__footer-left {
  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: 0.5rem;
}
.c-drawer__company-name {
  color: #393939;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}
.c-drawer__license {
  color: #393939;
  margin: 0;
  line-height: 1.4;
}
.c-drawer__address {
  font-style: normal;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.c-drawer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #393939;
}
.c-drawer__social a {
  color: #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  font-size: 32px;
}
.c-drawer__social a:hover {
  background: #008982;
}
.c-drawer__footer-center {
  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.5rem;
  padding: 0 30px;
  border-left: 1px dotted #008982;
  border-right: 1px dotted #008982;
}
.c-drawer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15rem;
}
.c-drawer__contact-label {
  font-size: 20px;
  color: #393939;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}
.c-drawer__tel-number, .c-drawer__fax-number {
  font-size: 40px;
  color: #008982;
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1.4;
}
.c-drawer__tel-number i, .c-drawer__fax-number i {
  font-size: 1rem;
}
.c-drawer__tel-number i::before, .c-drawer__fax-number i::before {
  color: #fff;
  background-color: #008982;
  width: 33px;
  height: 33px;
  border-radius: 20px;
  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;
}
.c-drawer__tel-hours {
  margin: 0;
  line-height: 1.4;
}
.c-drawer__footer-right {
  padding-right: 32px;
  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: 1.5rem;
  border-right: 1px dotted #008982;
}
.c-drawer__action-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;
  gap: 0.5rem;
  max-width: 308px;
}
.c-drawer__action-item .c-button--block {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.c-drawer .b-none {
  border: none;
}
.c-drawer__action-label {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}
.c-drawer__btn {
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0.875rem;
  white-space: nowrap;
}
.c-drawer__btn i {
  font-size: 1rem;
}
.c-drawer__btn--form {
  background: #008982;
  color: #fff;
}
.c-drawer__btn--shop {
  background: #DFCD72;
  color: #fff;
}

/* オーバーレイ */
.c-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* モバイル (768px以下) */
@media (max-width: 768px) {
  .c-drawer__inner {
    padding: 4rem 1.5rem 2rem;
  }
  .c-drawer__close {
    top: 4rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
  .c-drawer__logo {
    font-size: 1.25rem;
  }
  .c-drawer__footer {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .c-drawer__company-name {
    font-size: 18px;
  }
  .c-drawer__contact-label, .c-drawer__action-label {
    font-size: 18px;
  }
  .c-drawer__tel-number, .c-drawer__fax-number {
    font-size: 32px;
  }
  .c-drawer__footer-center {
    padding: 1.5rem 0;
  }
  .c-button--shop:hover {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
/*******************************
max-width:767px
*******************************/
@media (max-width: 767px) {
  .c-drawer__column {
    width: 100%;
  }
  .c-drawer__menu-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-drawer__menu-child .c-drawer__column {
    width: 100%;
  }
}
/* 商品紹介アコーディオン（スマホのみ） */
.js-products-toggle {
  cursor: pointer;
  position: relative;
}
.js-products-toggle .c-drawer__toggle-icon {
  /* PC版では非表示 */
  display: none;
  /* スマホ版（767px以下）でのみ表示 */
}
@media (max-width: 767px) {
  .js-products-toggle .c-drawer__toggle-icon {
    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;
    width: 24px;
    height: 24px;
    background-color: #E8D575;
    color: #393939;
    border-radius: 4px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
  }
}

.c-drawer__menu-child {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  /* PC版（768px以上）では常に表示 */
}
.c-drawer__menu-child.is-open {
  max-height: 2000px; /* 十分大きな値 */
  opacity: 1;
}
@media (min-width: 768px) {
  .c-drawer__menu-child {
    max-height: none;
    overflow: visible;
    opacity: 1;
  }
}

/*------------------------------------------------------------------
 *  Components (c-*)
------------------------------------------------------------------*/
.c-button {
  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;
  gap: 0.5rem;
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 9999px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.5;
}
.c-button i {
  font-size: 1.1em;
}
.c-button--primary {
  color: #fff;
  background: linear-gradient(237deg, #33BF9A 1.65%, #008982 61.43%);
}
.c-button--primary:hover {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.c-button--secondary {
  color: #393939;
  font-weight: 700;
}
.c-button--secondary:hover {
  color: #393939;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.c-button--dark {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
  font-size: 0.875rem;
}
.c-button--dark:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
  opacity: 1;
}
.c-button--tel {
  background-color: #fff;
  color: #008982;
  border-color: #008982;
  font-weight: 700;
  font-size: 1.125rem;
}
.c-button--tel span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #555;
  margin-top: -4px;
}
.c-button--tel:hover {
  background-color: #EDF6F2;
  color: #008982;
  opacity: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.c-button--large {
  padding: 1rem 2rem;
}
.c-button--light-shadow {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.c-section-heading {
  text-align: center;
  margin-bottom: 76px;
}
.c-section-heading__en {
  margin-bottom: 4px;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #393939;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
}
.c-section-heading__ja {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #008982;
}

.page .c-section-heading {
  text-align: left;
}

.item_content .p-top-product {
  background: none;
}
.item_content .c-section-heading {
  text-align: center;
}

/**
 * c-filter-tags (フィルタータグ)
 */
.c-filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.c-filter-tags__tag {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  font-weight: 500;
  color: #31230C;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 9999px;
  /* ドロップシャドウ */
  -webkit-box-shadow: 0 0 5px 2px rgba(12, 89, 71, 0.05);
          box-shadow: 0 0 5px 2px rgba(12, 89, 71, 0.05);
}
.c-filter-tags__tag:hover, .c-filter-tags__tag--active {
  background-color: #008982;
  color: #fff;
  border-color: #008982;
  opacity: 1;
}

/**
 * c-scroll-container (横スクロール)
 */
.c-scroll-container {
  padding: 0.25rem 0.25rem 1.5rem;
  margin: 0 auto;
  padding: 0 4rem;
  overflow-x: hidden;
}
.c-scroll-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .c-scroll-container__inner {
    padding: 0;
  }
}

/**
 * c-card (Works / Blog カード)
 */
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 363px;
  padding: 20px;
  -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: 17px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  /* 画像エリア */
  /* カテゴリバッジ (画像左上) */
  /* テキストエリア */
  /* タグ */
}
.c-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.c-card__link {
  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%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.c-card__figure {
  width: 100%;
  margin: 0;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 323/200;
  /* 画像比率 (幅323px 高さ200px程度を想定) */
}
.c-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-card:hover .c-card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background-color: #008982;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  z-index: 1;
  /* 緑 */
  /* 青 */
  /* ピンク */
}
.c-card__badge--school {
  background-color: #008982;
}
.c-card__badge--office {
  background-color: #00A0E9;
}
.c-card__badge--nursery {
  background-color: #E6007E;
}
.c-card__body {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.c-card__date {
  display: block;
  font-size: 14px;
  color: #31230C;
  margin-bottom: 8px;
}
.c-card__title {
  font-size: 20px;
  font-weight: 500;
  color: #393939;
  margin: 0 0 10px;
  line-height: 1.4;
}
.c-card__text {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin: 0 0 15px;
  line-height: 1.6;
  /* 2行制限 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
}
.c-card__tag {
  font-size: 12px;
  font-weight: 500;
  color: #777;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 3px 10px;
}
.c-card__arrow {
  position: relative;
  margin-top: auto;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #008982;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card__arrow i {
  margin-left: 2px;
}
.c-card:hover .c-card__arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/**
 * c-section-cta (セクション下部の一覧ボタン)
 */
.c-section-cta {
  text-align: center;
  margin-top: 2rem;
}

/**
 * c-product-card (商品カード)
 */
.c-product-card {
  display: block;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-product-card:hover {
  opacity: 1;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-product-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #eee;
}
.c-product-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 1rem;
}

.c-product-feature__more,
.c-product-card__more {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #008982;
  padding: 0 1rem 1rem;
  text-align: right;
}

/**
 * c-product-feature (商品特集カード)
 */
.c-product-feature {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-product-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-product-feature__img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-product-feature__img {
    width: 50%;
    aspect-ratio: 1/1;
  }
}
.c-product-feature__body {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .c-product-feature__body {
    width: 50%;
    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;
  }
}
.c-product-feature__title {
  font-size: 1.25rem;
  color: #393939;
}
.c-product-feature__text {
  font-size: 1rem;
  color: #555;
}
.c-product-feature__more {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #008982;
  margin-top: 1rem;
}

/**
 * c-cta-box (下部CTA共通)
 */
.c-cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1360px;
  max-width: 100%;
  background-color: #EDF6F2;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 30px 56px;
  text-align: center;
  /* --- Contact Block Specifics --- */
}
@media (max-width: 767px) {
  .c-cta-box {
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.c-cta-box .c-section-heading {
  margin-bottom: 10px;
}
.c-cta-box__text {
  text-align: left;
}
.c-cta-box__label {
  font-size: 24px;
  font-weight: 500;
}
.c-cta-box__content {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .c-cta-box__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2rem;
  }
}
.c-cta-box__content .c-section-heading {
  text-align: left;
}
@media (max-width: 767px) {
  .c-cta-box__content .c-section-heading {
    text-align: left;
  }
}
.c-cta-box__content .c-section-heading__ja {
  color: #393939;
}
.c-cta-box__content p {
  color: #555;
  font-size: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-cta-box__content p {
    margin: 0;
  }
}
.c-cta-box__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-cta-box__actions {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-cta-box__actions .c-button {
  width: 100%;
}
.c-cta-box__actions .c-button::before {
  content: url(assets/images/mail_icon.svg);
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .c-cta-box__actions .c-button {
    width: auto;
    min-width: 300px;
  }
}
.c-cta-box__actions .c-button.shop-cart::before {
  content: url(assets/images/cart_icon.svg);
  width: 30px;
  height: 30px;
}
.c-cta-box .p-top-contact {
  position: relative;
  padding-top: 80px;
  /* 箱が少しはみ出すデザインなら調整 */
  padding-bottom: 100px;
  /* 区切り線 */
  /* 電話番号リンクスタイル */
}
.c-cta-box .p-top-contact .container {
  max-width: 1360px;
}
.c-cta-box .p-top-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  /* 下半分は次のセクションと繋がるイメージ */
  overflow: hidden;
  border-top-left-radius: 80px;
  /* 左上の大きな角丸 */
  z-index: 1;
}
.c-cta-box .p-top-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  /* 少し暗くして文字を見やすく */
}
.c-cta-box .p-top-contact .c-cta-box__content {
  border-right: 2px dotted #393939;
}
.c-cta-box .p-top-contact .c-cta-box__action--form {
  border-right: 2px dotted #393939;
  padding: 31px 32px 31px 0px;
  height: 170px;
}
.c-cta-box .p-top-contact .c-tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* 数字フォント */
  font-weight: 700;
  color: #008982;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.c-cta-box .p-top-contact .c-tel-link i {
  font-size: 18px;
}
.c-cta-box .p-top-contact .c-tel-link:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------------
 * Footer Section
------------------------------------------------------------------*/
.c-footer {
  position: relative;
  background-color: #EDF6F2;
  padding-top: 162px;
  padding-bottom: 60px;
  overflow: hidden;
  background: #EDF6F2 url(./assets/images/footer_mark.svg) 0% 100% no-repeat;
  background-size: 31%;
  /* --- 白いメインボックス --- */
  /* Google Map ボタン */
  /* SNSアイコン */
  /* 商品リストの2列グリッド */
  /* メニューリスト共通 */
  /* --- コピーライト --- */
  /* ----------------------------------
   * パネル内の各要素
   * ---------------------------------- */
  /* 上部リンク */
  /* 区切り線 */
  /* 下部ボタン群 */
  /* 共通サイドボタン */
}
.c-footer .c-container {
  position: relative;
  z-index: 1;
  max-width: 1530px;
  width: 96%;
}
.c-footer__box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px 40px 172px;
  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: 114px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  margin-bottom: 180px;
  width: 1530px;
}
@media (max-width: 991px) {
  .c-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .c-footer__box {
    padding: 30px 20px;
  }
}
.c-footer__info {
  width: 394px;
  height: 286px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 86px;
  border-right: 2px dotted #393939;
}
.c-footer__company {
  font-size: 20px;
  font-weight: normal;
  color: #393939;
  margin-bottom: 6px;
}
.c-footer__license {
  margin-bottom: 16px;
}
.c-footer__address {
  font-style: normal;
  margin-bottom: 6px;
}
.c-footer .c-button--map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #393939;
  /* ダークグレー */
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 145px;
  height: 30px;
}
.c-footer .c-button--map:hover {
  opacity: 0.8;
}
.c-footer .c-button--map i {
  font-size: 14px;
}
.c-footer__contact-nums {
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.c-footer__contact-nums a {
  color: inherit;
  text-decoration: none;
}
.c-footer__contact-nums a:hover {
  text-decoration: underline;
}
.c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-footer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 30px;
  /* アイコンサイズ */
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-footer__sns a:hover {
  color: #008982;
}
.c-footer__nav-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-footer__nav-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.c-footer__nav-col {
  /* 1列目の設定 */
  min-width: 160px;
  /* 商品紹介カラムの設定 */
}
.c-footer__nav-col--wide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-footer__nav-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #393939;
  /* アコーディオン用スタイル（スマホのみ） */
}
.c-footer__nav-title.js-footer-products-toggle {
  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;
  cursor: pointer;
  /* PC版では通常のタイトル表示 */
}
@media (min-width: 768px) {
  .c-footer__nav-title.js-footer-products-toggle {
    cursor: default;
  }
}
.c-footer__nav-title.js-footer-products-toggle .c-footer__toggle-icon {
  /* PC版では非表示 */
  display: none;
  /* スマホ版（767px以下）でのみ表示 */
}
@media (max-width: 767px) {
  .c-footer__nav-title.js-footer-products-toggle .c-footer__toggle-icon {
    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;
    width: 24px;
    height: 24px;
    color: #393939;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-footer__nav-title.js-footer-products-toggle .c-footer__toggle-icon .c-footer__nav-title.js-footer-products-toggle {
    padding-left: 15px;
    font-weight: 500;
  }
}
.c-footer__prod-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  /* スマホ版アコーディオン */
  /* PC版では常に表示 */
}
.c-footer__prod-grid li::before {
  content: "";
  border-bottom: 1px solid #393939;
  width: 10px;
  height: 1px;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-footer__prod-grid {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.4s ease, opacity 0.3s ease;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }
  .c-footer__prod-grid.is-open {
    max-height: 2000px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .c-footer__prod-grid {
    max-height: none;
    overflow: visible;
    opacity: 1;
  }
}
.c-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer__menu li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer__menu li a {
  color: #393939;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  /* ハイフン分のスペース */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  /* 疑似要素でハイフンをつける */
}
.c-footer__menu li a::before {
  content: "";
  /* 画像のような全角ハイフン */
  position: absolute;
  left: 0;
  color: #999;
}
.c-footer__menu li a:hover {
  color: #008982;
}
.c-footer__copyright {
  text-align: center;
  font-size: 12px;
  color: #555;
  margin: 0;
}
.c-footer__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #008982;
  color: #fff;
  width: 50px;
  padding: 20px 10px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-footer__trigger-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 0.43em;
}
.c-footer__trigger-icon {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-footer.is-open .c-footer__trigger-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-footer.is-open .c-footer__panel {
  width: 272px;
  opacity: 1;
  visibility: visible;
}
.c-footer__inner {
  padding: 24px 20px;
  width: 272px;
}
.c-footer__nav, .c-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.c-footer__nav-link,
.c-footer .c-side-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  height: 40px;
}
.c-footer__nav-link {
  background-color: #F0F6F5;
  color: #393939;
  font-weight: 700;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-footer__nav-link i {
  color: #008982;
  font-size: 16px;
}
.c-footer__nav-link:hover {
  color: #008982;
  text-decoration: none;
}
.c-footer__divider {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ddd), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ddd 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 1px 1px;
  background-repeat: repeat-x;
  margin: 20px 0;
}
.c-footer .c-side-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-footer .c-side-btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}
.c-footer .c-side-btn i {
  font-size: 16px;
}
.c-footer .c-side-btn--mail {
  background-color: #008982;
}
.c-footer .c-side-btn--tel {
  background-color: #008982;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.c-footer .c-side-btn--shop {
  background-color: #DFCD72;
  color: #393939;
}
.c-footer .c-side-btn--shop:hover {
  color: #393939;
}

/*------------------------------------------------------------------
 * 6. Pages (p-*)
------------------------------------------------------------------*/
/**
 * p-top-hero
 */
.p-top-hero {
  position: relative;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 1rem 0;
  overflow: hidden;
}
.p-top-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-top-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.p-top-hero__slide.active {
  opacity: 1;
}
.p-top-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* 暗いオーバーレイ */
}
.p-top-hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: 4.8%;
}
.p-top-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.p-top-hero__lead {
  font-size: 30px;
  font-weight: 600;
  margin: 1rem 0 0;
}

/**
 * ユーティリティ: テキストカラー調整
 */
.u-text-primary {
  color: #008982 !important;
}

/**
 * p-top-intro
 */
.p-top-intro {
  position: relative;
  background-color: #EDF6F2;
  /* グリッドレイアウト (既存維持ですが確認のため記述) */
}
.p-top-intro__container {
  position: relative;
  top: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px 84px;
  margin: 0 auto;
  max-width: 1540px;
  border-radius: 10px;
  background: #fff;
}
.p-top-intro__container .c-section-heading {
  margin-bottom: 10px;
}
.p-top-intro__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  font-size: 20px;
  /* スマホ調整 */
}
@media (max-width: 767px) {
  .p-top-intro__text {
    text-align: left;
    font-size: 14px;
  }
}
.p-top-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 991px) {
  .p-top-intro__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .p-top-intro__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/**
 * c-card-link (イントロ用カード)
 * ★デザイン変更: 写真 + 下部の緑帯
 */
.c-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 440px;
  height: 345px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px;
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(237deg, #33BF9A 1.65%, #008982 61.43%);
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  /* ホバーアクション */
  /* 画像エリア */
  /* 下部の緑帯エリア */
  /* タイトル */
  /* アイコン (右側の再生マーク) */
}
.c-card-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  /* 少し浮く */
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  opacity: 1;
  /* 画像をズーム */
}
.c-card-link:hover .c-card-link__media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-card-link__media {
  width: 100%;
  height: 250px;
  margin: 0;
  overflow: hidden;
  /* ズーム時のはみ出し防止 */
  aspect-ratio: 4/3;
  /* 画像比率を固定 */
}
.c-card-link__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  /* 下の隙間消し */
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-card-link__body {
  padding: 18px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* タイトルとアイコンを左右両端へ */
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* コンテンツ量に関わらず高さを埋める */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-card-link__body h3 {
  font-size: 24px;
}
.c-card-link__title {
  color: #fff;
  /* 白文字 */
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}
.c-card-link__icon {
  color: #fff;
  font-size: 1.4rem;
  /* アイコンサイズ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30.698px;
  height: 30.446px;
  /* 古いスタイル（丸背景など）をリセット */
  background: none;
  width: auto;
  height: auto;
  position: static;
  border-radius: 0;
}

/**
 * p-top-works
 */
.p-top-works {
  background-color: #EDF6F2;
  padding: 160px 0 190px;
  /* ヘッダーエリア（タイトルとタグのラッパー） */
  /* 見出しの上書き設定 */
  /* フィルタータグの上書き設定 */
}
@media (max-width: 767px) {
  .p-top-works {
    padding-top: calc(5rem + 150px);
  }
}
.p-top-works__header {
  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: 60px;
  /* タイトルとタグの間隔 */
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* スマホ/タブレット (991px以下) */
}
@media (max-width: 991px) {
  .p-top-works__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* 縦積みに戻す */
    gap: 30px;
    text-align: center;
  }
}
.p-top-works .c-section-heading {
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .p-top-works .c-section-heading {
    text-align: center;
  }
}
.p-top-works .c-filter-tags {
  margin-bottom: 0;
  /* ラッパーで間隔を取るのでゼロに */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 左から並べる */
  margin-left: 0;
  margin-right: 0;
  max-width: 700px;
  /* タグエリアの最大幅 */
}
@media (max-width: 991px) {
  .p-top-works .c-filter-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* スマホでは中央揃え */
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-works .c-container {
  max-width: 1922px;
  width: 96%;
}
.p-top-works .c-scroll-container__inner .c-card {
  width: calc((100% - 1.5rem) / 5);
  max-width: 360px;
}

.page .p-top-works .c-scroll-container__inner .c-card {
  width: calc((100% - 1.5rem) / 4);
  max-width: 360px;
}
@media (max-width: 1366px) {
  .page .p-top-works .c-scroll-container__inner .c-card {
    width: calc((100% - 1.5rem) / 3);
  }
}
@media (max-width: 1366px) {
  .page .p-top-works .c-scroll-container__inner .c-card {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media (max-width: 768px) {
  .page .p-top-works .c-scroll-container__inner .c-card {
    width: calc(100% - 1.5rem);
    max-width: 560px;
  }
}

/**
 * .p-top-works__footer (新設)
 * ボタンを中央、ナビを右端に配置するためのコンテナ
 */
.p-top-works__footer {
  position: relative;
  margin-top: 90px;
  text-align: center;
  /* PC: ボタン中央、ナビ右端 */
}
@media (max-width: 767px) {
  .p-top-works__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* ボタンを中央へ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-works__footer .c-section-cta {
  margin-top: 0;
}
.p-top-works__footer .c-section-cta .c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(237deg, #33BF9A 1.65%, #008982 61.43%);
}

/*------------------------------------------------------------------
 * About Section
------------------------------------------------------------------*/
.p-top-about {
  position: relative;
  background-color: #fff;
  padding: 194px 0 330px;
  border-top-left-radius: 50px;
  background: url(assets/images/about-illustration.png) 12% 26% no-repeat;
  /* 左側コンテンツ */
  /* イラスト */
  /* 右側メイン画像 */
}
.p-top-about .c-container {
  max-width: 1532px;
  width: 96%;
}
.p-top-about__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .p-top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.p-top-about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  /* 見出し上書き */
  /* ボタン位置 */
}
.p-top-about__content .c-section-heading {
  text-align: left;
  margin-bottom: 30px;
}
.p-top-about__content .c-section-heading__en {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.p-top-about__content .c-section-cta {
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .p-top-about__content .c-section-cta {
    text-align: center;
  }
}
.p-top-about__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .p-top-about__lead {
    font-size: 16px;
  }
}
.p-top-about__desc {
  line-height: 2;
  color: #393939;
  margin-bottom: 0;
  text-align: justify;
}
.p-top-about__illustration {
  position: absolute;
  bottom: -90px;
  /* 波の上に乗せる調整 */
  left: 20px;
  width: 160px;
  z-index: 3;
}
@media (max-width: 991px) {
  .p-top-about__illustration {
    position: relative;
    bottom: 0;
    margin: 30px auto 0;
    left: 0;
  }
}
.p-top-about__illustration img {
  width: 100%;
  height: auto;
}
.p-top-about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 5;
}
.p-top-about__figure {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.p-top-about__figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------------------
 * Gallery Section
------------------------------------------------------------------*/
.p-top-gallery {
  padding: 0;
}

/* ==========================================================================
   Section: p-top-product
   ========================================================================== */
.p-top-product {
  position: relative;
  background-color: #fff;
  padding: 205px 0;
  background: url(assets/images/bg_product.png) 100% -17% no-repeat;
  background-size: 575px;
  /* ----------------------------------
     通常商品グリッド (4列・隙間なし・点線区切り)
     ---------------------------------- */
  /* ----------------------------------
     特集商品グリッド (2列・自社開発/OEM)
     ---------------------------------- */
}
.p-top-product .c-container {
  max-width: 1536px;
  width: 96%;
}
.p-top-product__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0;
  margin-bottom: 60px;
  border-top: 1px dotted #008982;
  border-left: 1px dotted #008982;
}
.p-top-product__feature-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-top-product__feature-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

/* ==========================================================================
   Component: Product Card (Small)
   ========================================================================== */
.c-product-card {
  padding: 22px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #393939;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 25%;
  border-right: 1px dotted #008982;
  border-bottom: 1px dotted #008982;
  /* ▼ 共通スタイル継承 */
}
@media (max-width: 991px) {
  .c-product-card {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .c-product-card {
    width: 50%;
  }
}
.c-product-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #f9f9f9;
}
.c-product-card:hover .c-product-card__title {
  color: #008982;
}
.c-product-card:hover .c-product-card__more {
  background-color: #008982;
  color: #fff;
}
.c-product-card__figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 10px;
}
.c-product-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-product-card:hover .c-product-card__figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-product-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #393939;
  margin: 0 0 10px;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-product-card__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 5px;
  background-color: #008982;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 12px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  gap: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-product-card__more i {
  font-size: 16px;
}

/* ==========================================================================
   Component: Feature Card (Large / Featured Item)
   ========================================================================== */
.c-product-feature {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #393939;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* ▼ 共通スタイル継承 + 配置指定 */
}
@media (max-width: 767px) {
  .c-product-feature {
    width: 100%;
  }
}
.c-product-feature:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  /* 子要素のボタンを反転させる */
}
.c-product-feature:hover .c-product-feature__title {
  color: #008982;
}
.c-product-feature:hover .c-product-feature__more {
  background-color: #008982;
  color: #fff;
}
.c-product-feature:hover__figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-product-feature__figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.c-product-feature__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-product-feature:hover .c-product-feature__figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-product-feature__body {
  position: relative;
  padding-bottom: 30px;
}
.c-product-feature__title {
  font-size: 22px;
  font-weight: 700;
  color: #008982;
  margin: 0 0 20px;
}
.c-product-feature__text {
  color: #555;
  line-height: 1.6;
  margin: 6px 0 0 0;
}
.c-product-feature__more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #008982;
  color: #fff;
  font-weight: 700;
  padding: 4px 12px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/*------------------------------------------------------------------
 * Instagram Section
------------------------------------------------------------------*/
.p-top-instagram {
  padding-top: 80px;
  background-color: #fff;
  /* キャッチコピー */
  /* ボタンの上書き調整（必要であれば） */
}
.p-top-instagram .c-section-heading {
  margin-bottom: 40px;
}
.p-top-instagram__area {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #008982;
  padding: 10px 0;
  height: 575px;
  background: url(assets/images/insta_banner.png) 50% 50% no-repeat;
}
.p-top-instagram__bg-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  width: 120%;
  margin-left: -10%;
}
@media (max-width: 991px) {
  .p-top-instagram__bg-grid {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .p-top-instagram__bg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-instagram__item {
  aspect-ratio: 1/1;
  background-color: #eee;
  overflow: hidden;
}
.p-top-instagram__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-top-instagram__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-instagram__cta-container {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  padding: 20px;
}
.p-top-instagram__box {
  background-color: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(1px);
  padding: 45px 159px;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.94px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .p-top-instagram__box {
    padding: 30px 20px;
    width: 90%;
  }
}
.p-top-instagram__lead {
  font-size: 32px;
  font-weight: 700;
  color: #008982;
  /* 緑色 */
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-top-instagram__lead i {
  font-size: 1.3em;
  font-weight: bold;
}
@media (max-width: 575px) {
  .p-top-instagram__lead {
    font-size: 1.2rem;
  }
}
.p-top-instagram .c-button {
  padding: 7px 40px;
  font-size: 20px;
  max-width: 100%;
}

.p-top-blog {
  position: relative;
  background-color: #EDF6F2;
  padding-top: 343px;
  padding-bottom: 100px;
  overflow: hidden;
  background: #EDF6F2 url(assets/images/bg_blog.svg) 50% 76% no-repeat;
  background-size: cover;
  /* --- 背景装飾エリア --- */
  /* --- ヘッダーエリア (タイトル + タグ) --- */
  /* --- フッターエリア (ボタン) --- */
}
.p-top-blog__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-top-blog__wave {
  width: 100%;
  height: 200px;
}
.p-top-blog__wave-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-blog__header {
  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: 60px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .p-top-blog__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
.p-top-blog__header .c-section-heading {
  margin-bottom: 0;
}
.p-top-blog__header .c-section-heading__ja {
  width: 130px;
  max-width: 100%;
}
.p-top-blog__footer {
  margin-top: 60px;
  text-align: center;
}
.p-top-blog .c-card__figure {
  margin-bottom: 1rem;
}
.p-top-blog .c-button--primary {
  margin-top: 128px;
}
.p-top-blog .c-scroll-container__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-blog .c-scroll-container__inner .c-card {
  width: calc((100% - 1.5rem) / 4);
  max-width: 323px;
}

/* ==========================================================================
   Section: p-top-news
   ========================================================================== */
.p-top-news {
  padding: 100px 0;
  background-color: #fff;
  /* ヘッダーエリア (左側) */
  /* リストエリア (右側) */
}
.p-top-news .c-container {
  width: 1540px;
  max-width: 96%;
}
.p-top-news .c-section-heading {
  text-align: left;
  margin-bottom: 40px;
}
.p-top-news__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 122px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .p-top-news__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-top-news__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 310px;
}
@media (max-width: 991px) {
  .p-top-news__header {
    width: 100%;
    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;
  }
}
.p-top-news__cta {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .p-top-news__cta {
    margin-top: 0;
  }
}
.p-top-news__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.p-top-news__item {
  border-bottom: 1px dotted #ccc;
  /* 点線 */
}
.p-top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 0 18px;
  color: #393939;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-top-news__link:hover {
  background-color: #f9f9f9;
}
.p-top-news__link:hover .p-top-news__title {
  color: #008982;
}
@media (max-width: 767px) {
  .p-top-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.p-top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  min-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-news__badge {
  background-color: #008982;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 700;
}
.p-top-news__ttl-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-news__title {
  font-size: 20px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  line-height: 1.5;
}
.p-top-news__arrow {
  color: #008982;
  font-size: 1.2rem;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .p-top-news__arrow {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.p-top-news .c-button--primary {
  width: 308px;
}
.p-top-news .fa-solid,
.p-top-news .fas {
  font-size: 30px;
}

/* ==========================================================================
   Component: CTA Card (共通の白いボックス)
   ========================================================================== */
.c-cta-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 80px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  /* レスポンシブ: タブレット以下で縦積み */
  /* --- Header Area (Left) --- */
  /* --- Divider (Vertical Line) --- */
  /* --- Actions Area (Right) --- */
}
@media (max-width: 991px) {
  .c-cta-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px;
    text-align: center;
    gap: 30px;
  }
}
.c-cta-card__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  /* Flexboxのはみ出し防止 */
}
@media (max-width: 991px) {
  .c-cta-card__head {
    width: 100%;
  }
}
.c-cta-card__title {
  margin-bottom: 20px;
  line-height: 1.2;
}
.c-cta-card__title .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.c-cta-card__title .ja {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #393939;
}
@media (max-width: 575px) {
  .c-cta-card__title .ja {
    font-size: 24px;
  }
}
.c-cta-card__text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.c-cta-card__divider {
  width: 1px;
  height: 120px;
  /* 高さを固定またはコンテンツに合わせる */
  border-right: 1px dashed #ccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-cta-card__divider {
    width: 100%;
    height: 1px;
    border-right: none;
    border-top: 1px dashed #ccc;
  }
}
.c-cta-card__actions {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  /* オンラインショップ用の調整（中央寄せ） */
}
.c-cta-card__actions--shop {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}
@media (max-width: 991px) {
  .c-cta-card__actions {
    width: 100%;
    -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: 30px;
  }
}
.c-cta-card__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  /* 電話エリアのみ右寄せ等の調整が必要なら */
}
@media (max-width: 991px) {
  .c-cta-card__action-item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-cta-card__label {
  font-size: 14px;
  font-weight: 500;
  color: #393939;
  margin: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .c-cta-card__label {
    text-align: center;
  }
}

/* ボタン調整（デザインに合わせて微調整） */
.c-button {
  /* ショップボタン（黄色） */
}
.c-button--block {
  width: 100%;
  min-width: 329px;
}
.c-button--block::before {
  content: url(assets/images/mail_icon.svg);
  width: 30px;
  height: 30px;
}
.c-button--icon i {
  margin-right: 6px;
}
.c-button--shop {
  background-color: #DFCD72;
  color: #584B29;
  font-weight: 700;
  max-width: 309px;
}

/* 電話番号リンク */
.c-tel-link {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #008982;
  text-decoration: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-tel-link i {
  font-size: 24px;
  background-color: #008982;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .c-tel-link {
    font-size: 26px;
  }
}
.c-tel-link:hover {
  opacity: 0.8;
}
.c-tel-link .icon {
  margin-top: 6px;
}

.c-tel-time {
  font-size: 14px;
  font-weight: 700;
  color: #393939;
  display: block;
}

/* ==========================================================================
   Section Specifics: Contact
   ========================================================================== */
.p-top-contact {
  position: relative;
  padding: 182px 0 152px;
  margin-top: 50px;
}
.p-top-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-top-left-radius: 80px;
}
.p-top-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

/* ==========================================================================
   Section Specifics: Online Shop
   ========================================================================== */
.p-top-shop {
  position: relative;
  padding: 218px 0;
  background: #f5f5f5 url(./assets/images/bg_onlineshop.png) 50% 50% no-repeat;
  background-size: cover;
  border-top-right-radius: 100px;
}
.p-top-shop .c-cta-box__content {
  border-right: 2px dotted #393939;
}
.p-top-shop .c-cta-box__action--shop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-shop .col-lg-6 {
  width: 51.5%;
}
.p-top-shop .c-container {
  width: 1280px;
  max-width: 96%;
}
.p-top-shop .c-container .c-cta-box {
  width: 1288px;
  padding: 30px 56px;
}
.p-top-shop .c-cta-box__label {
  margin-bottom: 27px;
}
.p-top-shop .c-button--block::before {
  content: url(./assets/images/cart_icon.svg;);
  width: 30px;
  height: 30px;
}
.p-top-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  /* 左右分割背景 */
}
.p-top-shop__bg-left, .p-top-shop__bg-right {
  width: 50%;
  height: 100%;
  position: relative;
  /* 画像の上に薄いグレーを重ねて統一感を出す */
}
.p-top-shop__bg-left img, .p-top-shop__bg-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-shop__bg-left::after, .p-top-shop__bg-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

/* スマホでの改行制御ユーティリティ */
@media (max-width: 575px) {
  .u-hidden-sm {
    display: none;
  }
}

/*------------------------------------------------------------------
 * c-side-cta (固定サイドCTA / 追尾ボタン)
------------------------------------------------------------------*/
.c-side-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  top: 59%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2500;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* ----------------------------------
   * トリガーボタン (緑のバー)
   * ---------------------------------- */
  /* 開いている時のトリガーの矢印回転 */
  /* ----------------------------------
   * 展開パネル (中身)
   * ---------------------------------- */
  /* 開いている時のパネル状態 */
  /* ----------------------------------
   * パネル内の各要素
   * ---------------------------------- */
  /* 上部リンク */
  /* 区切り線 */
  /* 下部ボタン群 */
  /* 共通サイドボタン */
}
@media (max-width: 991px) {
  .c-side-cta {
    display: none;
  }
}
.c-side-cta__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #008982;
  color: #fff;
  width: 57px;
  padding: 20px 10px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-side-cta__trigger-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 0.45em;
}
.c-side-cta__trigger-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-side-cta.is-open .c-side-cta__trigger-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-side-cta__panel {
  background-color: #fff;
  -webkit-box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-side-cta.is-open .c-side-cta__panel {
  width: 272px;
  opacity: 1;
  visibility: visible;
}
.c-side-cta__inner {
  padding: 24px 22px;
  width: 272px;
}
.c-side-cta__nav, .c-side-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-side-cta__nav-link,
.c-side-cta .c-side-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.c-side-cta__nav-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0F6F5;
  color: #393939;
  font-weight: 700;
  padding: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-side-cta__nav-link i {
  color: #008982;
  font-size: 16px;
}
.c-side-cta__nav-link:hover {
  color: #008982;
  text-decoration: none;
}
.c-side-cta__divider {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ddd), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ddd 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  margin: 18px 0;
}
.c-side-cta .c-side-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
  /* 画像アイコンの調整 */
}
.c-side-cta .c-side-btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #fff;
}
.c-side-cta .c-side-btn img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-side-cta .c-side-btn--mail {
  background-color: #008982;
}
.c-side-cta .c-side-btn--tel {
  background-color: #008982;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.c-side-cta .c-side-btn--shop {
  background-color: #DFCD72;
  color: #393939;
}
.c-side-cta .c-side-btn--shop:hover {
  color: #393939;
}

/* ==========================================================================
   Utilities (このページ用)
   ========================================================================== */
.u-ml-sm {
  margin-left: 0.5rem !important;
}

.u-mt-md {
  margin-top: 1rem !important;
}

.u-text-center {
  text-align: center !important;
}

/* ==========================================================================
About Intro Section (.p-about-intro)
========================================================================== */
.p-about-intro {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  background-color: var(--color-bg-light);
}

@media (max-width: 991px) {
  .p-about-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* Background Wave Decoration */
.p-about-intro__bg-wave {
  position: absolute;
  top: 40%;
  left: -10%;
  width: 120%;
  height: 60%;
  z-index: 0;
  /* 緑の曲線をCSSグラデーションで再現 */
  background: radial-gradient(ellipse at 50% 120%, var(--color-primary) 0%, var(--color-primary) 40%, transparent 40.1%);
  opacity: 0.9;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  pointer-events: none;
}

@media (max-width: 991px) {
  .p-about-intro__bg-wave {
    top: 60%;
    height: 40%;
  }
}
/* Left Content Wrapper */
.p-about-intro__content {
  position: relative;
  z-index: 2;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .p-about-intro__content {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
/* Heading */
.p-about-intro__heading {
  font-family: var(--font-ja-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-heading);
  margin-bottom: 40px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .p-about-intro__heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
/* Body Text */
.p-about-intro__body {
  margin-bottom: 40px;
}

.p-about-intro__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.5em;
  text-align: justify;
}

.p-about-intro__text:last-child {
  margin-bottom: 0;
}

/* Illustration */
.p-about-intro__illustration {
  margin: 0;
  width: 180px;
  margin-left: 20px;
}

.p-about-intro__illustration img {
  width: 100%;
  height: auto;
  /* 乗算効果を入れて線画を馴染ませる場合の例 */
  /* mix-blend-mode: multiply; */
}

@media (max-width: 767px) {
  .p-about-intro__illustration {
    width: 140px;
    margin-left: auto;
    margin-right: 20px;
  }
}
/* Right Image Wrapper */
.p-about-intro__image-wrapper {
  position: relative;
  z-index: 2;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* アスペクト比固定 4:3 */
  aspect-ratio: 4/3;
  background-color: #f0f0f0;
  /* 画像読み込み前の背景色 */
}

@media (max-width: 991px) {
  .p-about-intro__image-wrapper {
    aspect-ratio: 3/2;
  }
}
.p-about-intro__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.p-about-intro__image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.p-article {
  background-color: #EDF6F2;
  padding-top: 130px;
}

.p-article.p-original,
.p-article.p-bulletin-board,
.p-article.p-privacy-policy {
  background-color: #fff;
}

.faq article .container {
  max-width: 1230px;
}

.faq article .container {
  max-width: 1230px;
}

.repair article .container,
.accessories article .container,
.uv-printing article .container {
  max-width: 1540px;
}
.repair article .container-m,
.accessories article .container-m,
.uv-printing article .container-m {
  max-width: 1370px;
}

.archive .c-container.container {
  max-width: 1540px;
}
.archive .c-container.container .post-row {
  gap: 21px;
}

.p-top-blog__inner {
  max-width: 1238px;
}

article.category .container article.p-school-public .container {
  max-width: 1538px;
}

.p-oem .container,
.p-original .container {
  max-width: 1536px;
}

.i-none {
  background-image: none;
}

article .detail-area {
  margin: 0 auto 100px;
  padding: 80px 2%;
  max-width: 1792px;
  background-color: #eaeaea;
  overflow: hidden;
  border-radius: 50px;
}
article .detail-area:last-child {
  margin-bottom: 0;
}
article .detail-area h3 {
  font-size: 20px;
}
article .detail-area__headings {
  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;
  margin-bottom: 2.5rem;
  height: 120px;
}
article .detail-area__headings.col2 {
  height: 18rem;
}
@media (min-width: 768px) {
  article .detail-area__headings {
    height: 160px;
  }
}
article .detail-area__bg-text {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 128px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 0 5px rgba(12, 89, 71, 0.05);
  letter-spacing: 6.4px;
  text-align: center;
}
@media (min-width: 576px) {
  article .detail-area__bg-text {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  article .detail-area__bg-text {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  article .detail-area__bg-text {
    font-size: 128px;
  }
}
article .detail-area__title {
  position: relative;
  z-index: 10;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: auto 0 0;
}
article .detail-area__title .c-pont-box {
  margin-top: -4rem;
  border-radius: 9999px;
}
article .detail-area__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 50px auto 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 24px;
}
article .detail-area__point-label {
  background-color: #008982;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 12px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
article .detail-area__point-body {
  color: #008982;
  font-weight: 700;
  padding: 12px 30px 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 576px) {
  article .detail-area__point-body {
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
  }
}
article .detail-area__desc {
  max-width: 932px;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
  margin-bottom: 70px;
}

.img-bdr {
  border-radius: 10px;
}

.archive .p-top-product .p-top-blog__header .c-section-heading__ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

/* ==========================================================================
   Page Header (下層ページ共通メインビジュアル)
   Design Reference: 会社情報_01.jpg
   ========================================================================== */
.p-page-header {
  position: relative;
  /* テキストコンテンツエリア */
  /* タイトル */
}
.p-page-header-i {
  position: relative;
  width: 100%;
  height: 608px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .p-page-header {
    height: 300px;
    margin-top: 70px;
  }
}
.p-page-header__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-page-header__title {
  color: #fff;
  margin-left: 5%;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* 英語部分: COMPANY */
  /* 日本語部分: 会社情報 */
}
@media (max-width: 991px) {
  .p-page-header__title {
    margin-left: 0;
  }
}
.p-page-header__title .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .p-page-header__title .en {
    font-size: 32px;
  }
}
.p-page-header__title .ja {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .p-page-header__title .ja {
    font-size: 20px;
  }
}

.p-page-header-i {
  background: url(assets/images/mv_ist.svg) 0 50% no-repeat;
  background-size: contain;
}

.company .p-page-header {
  background: url(assets/images/company_mv.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.category-construction-example .p-page-header {
  background: url(assets/images/mv_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.about-us .p-page-header {
  background: url(assets/images/mv_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.category-news .p-page-header {
  background: url(assets/images/mv_03.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.faq .p-page-header,
.privacy-policy .p-page-header {
  background: url(assets/images/mv_04.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.contact .p-page-header {
  background: url(assets/images/mv_05.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.school-public .p-page-header {
  background: url(assets/images/mv_06.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.nursery .p-page-header {
  background: url(assets/images/mv_07.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.office .p-page-header {
  background: url(assets/images/mv_08.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.school-blackboard .p-page-header {
  background: url(assets/images/mv_09.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.category-blog .p-page-header,
.digital-blackboard .p-page-header {
  background: url(assets/images/mv_10.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.construction-blackboard .p-page-header {
  background: url(assets/images/mv_11.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.original .p-page-header,
.a-signboard .p-page-header {
  background: url(assets/images/mv_12.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.office-whiteboard .p-page-header {
  background: url(assets/images/mv_13.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.wall-whiteboard .p-page-header,
.viewboard .p-page-header {
  background: url(assets/images/mv_14.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.bulletin-board .p-page-header {
  background: url(assets/images/mv_15.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.uv-printing .p-page-header {
  background: url(assets/images/mv_16.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.accessories .p-page-header {
  background: url(assets/images/mv_17.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.oem .p-page-header,
.wood-furniture .p-page-header {
  background: url(assets/images/mv_18.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.repair .p-page-header {
  background: url(assets/images/mv_19.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.single .p-page-header {
  background: url(assets/images/mv_20.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.products .p-page-header {
  background: url(assets/images/mv_21.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* ==========================================================================
Company
========================================================================== */
.company h3 {
  color: #393939;
  margin-bottom: 30px;
}

.l-company-main {
  padding-bottom: 100px;
}

.p-company {
  background: #fff;
}

.p-company-section {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .p-company-section {
    margin-bottom: 60px;
  }
}

.img-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.company-outline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted #393939;
}
@media (max-width: 991px) {
  .company-outline__row {
    display: block;
  }
}
.company-outline__row:first-child .company-outline__term,
.company-outline__row:first-child .company-outline__desc {
  padding-top: 0;
}
.company-outline__term, .company-outline__desc {
  padding: 20px 2px 24px;
}
.company-outline__term {
  width: 174px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #393939;
}
@media (max-width: 991px) {
  .company-outline__term {
    width: 100%;
    padding: 15px 15px 5px;
    background-color: transparent;
    padding-bottom: 5px;
  }
}
.company-outline__desc {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .company-outline__desc {
    width: 100%;
    padding: 5px 15px 20px;
  }
}

.company-message {
  background-color: #EDF6F2;
}
.company-message__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6;
}
.company-message__body {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}
.company-message__body p {
  margin-bottom: 20px;
}
.company-message__signature {
  font-weight: 700;
  text-align: right;
  margin-top: 20px;
}
.company-message__figure {
  max-width: 501px;
  max-height: 546px;
}
.company-message__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.company-message__sign {
  font-weight: bold;
}

.p-vision__content {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .p-vision__content {
    font-size: 1.05rem;
  }
}
.p-vision__content p {
  text-align: justify;
}
.p-vision_figure {
  max-width: 501px;
  max-height: 546px;
}
@media (max-width: 1112px) {
  .p-vision_figure {
    display: none;
  }
}
.p-vision .text-box {
  max-width: 605px;
}
@media (max-width: 1112px) {
  .p-vision .text-box .c-section-heading, .p-vision .text-box .c-section-img {
    margin-bottom: 30px;
  }
}
.p-vision h3 {
  color: #393939;
  font-weight: 500;
}
.p-vision__footer p {
  font-weight: 500;
}
.p-vision .c-section-img {
  display: none;
}
@media (max-width: 1112px) {
  .p-vision .c-section-img {
    display: block;
  }
  .p-vision .c-section-img .p-vision_figure {
    display: block;
  }
}

.p-history__timeline {
  position: relative;
}
.p-history__item {
  position: relative;
}
.p-history__item:last-child .p-history__line {
  background: none;
}
.p-history__year {
  font-size: 0.9rem;
  color: #555;
  padding-top: 0.2rem;
}
.p-history__marker {
  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;
  max-width: 62px;
}
.p-history__dot {
  width: 12px;
  height: 12px;
  background-color: #008982;
  border-radius: 50%;
  z-index: 2;
  margin-top: 0.5rem;
}
.p-history__line {
  width: 1px;
  background-color: #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -5px;
  margin-bottom: -5px;
  min-height: 3rem;
}
.p-history__content {
  padding-bottom: 53px;
  font-size: 0.95rem;
}

.faq__intro {
  margin-bottom: 1.5rem;
}
.faq h3 {
  margin-bottom: 44px;
}
.faq-section {
  margin-bottom: 134px;
}
.faq .inner-section {
  padding: 42px 0 202px;
}
.faq .inner-section .container .faq-section:last-child {
  margin-bottom: 0;
}

.faq-heading {
  font-size: 1.1rem;
  color: #393939;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faq-heading {
    font-size: 1.25rem;
  }
}

.faq-qa-item {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.faq-question {
  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;
  padding: 1.5rem 1.7rem 2.3rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.faq-question:hover {
  background-color: #fcfcfc;
}
.faq-question .fa-plus,
.faq-question .fa-minus {
  font-size: 30px;
}
.faq-question .fa-minus {
  display: none;
}
.faq-question[aria-expanded=true] .fa-plus {
  display: none;
}
.faq-question[aria-expanded=true] .fa-minus {
  display: inline-block;
}
.faq-question[aria-expanded=true] .faq-toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-question[aria-expanded=false] .faq-toggle i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.faq-icon-q,
.faq-icon-a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #008982;
  line-height: 1;
  display: inline-block;
  margin-right: 65px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-icon-a {
  color: #DFCD72;
}

.faq-text {
  font-size: 0.95rem;
}
@media (min-width: 768px) {
  .faq-text {
    font-size: 20px;
  }
}

.faq-toggle {
  color: #393939;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-toggle i {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

.faq-answer {
  padding: 0 1.7rem 2.4rem;
  background: #fff;
}

.faq-answer-content {
  padding-top: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-top: 2px dotted #393939;
}

.faq-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.school-public {
  background-color: #EDF6F2;
}
body.school-public .container {
  width: 1530px;
  max-width: 100%;
}
body.school-public .p-intro {
  margin-bottom: 140px;
}
body.school-public .p-intro .intro-img {
  margin-bottom: 94px;
}
body.school-public .c-header__menu-group {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.school-public .c-header__menu-group .page-nav-link {
  padding: 0.2rem 20px 0.2rem 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.school-public article h2 {
  text-align: center;
  font-size: 36px;
}
body.school-public article h3 {
  font-size: 24px;
}
body.school-public .p-company {
  padding-top: 34px;
  margin-bottom: 150px;
  background-color: #EDF6F2;
}
body.school-public .p-company h3 {
  padding-bottom: 28px;
  margin-bottom: 28px;
  font-size: 24px;
  border-bottom: 1px dashed #008982;
}
body.school-public .c-card {
  width: 470px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
body.school-public .c-card__text {
  display: block;
  margin-bottom: 0;
}
body.school-public .c-card:hover {
  -webkit-transform: none;
          transform: none;
}
body.school-public .c-card .c-card_ttl {
  text-align: center;
}
body.school-public .c-card .c-card_ttl,
body.school-public .c-card h4,
body.school-public .c-card .h4 {
  color: #008982;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
}
body.school-public .c-card__ttl_itm, body.school-public .c-card__ttl2 {
  font-size: 20px;
}
body.school-public .c-card__ttl2 {
  font-weight: 700;
}
body.school-public .c-card__figure img:hover {
  -webkit-transform: none;
          transform: none;
}

.c-card__title {
  color: #393939;
}

.c-point-area {
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}
.c-point-area .row {
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-point-area-ttl {
  padding: 7.6px;
  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: 320px;
  color: #fff;
  border-radius: 50px;
  background-color: #008982;
}
.c-point-area p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

body.school-public .type-box,
.type-box {
  margin: 0 auto;
  max-width: 1102px;
}
body.school-public .type-box h3,
.type-box h3 {
  margin-bottom: 1.5rem;
}
body.school-public .type-box .c-card,
.type-box .c-card {
  width: 530px;
  max-width: 100%;
}

.p-blackboard {
  position: relative;
  overflow: hidden;
}

.p-viewboard {
  position: relative;
  overflow: hidden;
}
.p-viewboard .c-card.c-lbox {
  margin: 0 auto;
  width: 725px;
}
.p-viewboard .c-card.c-lbox .c-card__title {
  margin-bottom: 1rem;
}

.p-whiteboard {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.p-electronic {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}

.p-demo {
  background-color: #008982;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect fill="%23008982" width="100" height="100"/></svg>');
  position: relative;
  overflow: hidden;
}

.p-usage-types {
  margin-bottom: 180px;
  background-color: #EDF6F2;
}
.p-usage-types .c-card {
  margin-bottom: 20px;
}
.p-usage-types h3.c-card__title {
  font-size: 20px;
}

.p-nav-links {
  background-color: #EDF6F2;
}

.p-footer-image img {
  display: block;
}

/* ==========================================================================
   Components
   ========================================================================== */
.c-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #008982;
  line-height: 1;
  margin-right: 1rem;
  font-family: "Montserrat", sans-serif;
}

.c-section-header {
  margin-bottom: 2rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-section-header__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-lead-text {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #008982;
}

/* ==========================================================================
   Page Specific Styles (BEM)
   ========================================================================== */
/* --- Intro Section --- */
.p-intro {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.p-intro__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.p-intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .p-intro__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-intro__col-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .p-intro__col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-bottom: 0;
  }
}
.p-intro__col-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .p-intro__col-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.333333%;
  }
}
.p-intro__title {
  color: #008982;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-intro__content {
  position: relative;
  z-index: 2;
}
.p-intro__wave {
  position: absolute;
  bottom: -1px; /* fix sub-pixel gap */
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
  color: #008982; /* for svg current color */
}
.p-intro__wave svg {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: block;
}
.p-intro__image-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.p-intro__image-wrapper img {
  width: 100%;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.p-intro__illustration {
  margin-top: 2rem;
  max-width: 300px;
}
.p-intro__illustration img {
  width: 100%;
}

.p-content-section__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-content-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}
.p-content-section__col-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .p-content-section__col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.p-content-section__col-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .p-content-section__col-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.p-content-section__col-image img {
  width: 100%;
  border-radius: 0.375rem;
}
.p-content-section--reverse .p-content-section__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .p-content-section--reverse .p-content-section__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-content-section--white {
  background-color: #fff;
}

/* --- Products Section --- */
.p-products {
  background-color: #fff;
}
.p-products__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-products__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
}
.p-products__slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.p-products__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-horizontal 30s linear infinite;
          animation: scroll-horizontal 30s linear infinite;
}
.p-products__slider img {
  height: 200px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .p-products__slider img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .p-products__slider img {
    height: 400px;
  }
}

@-webkit-keyframes scroll-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 3rem -15px;
}
.p-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.p-grid__item-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-grid__item-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.c-product-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.375rem;
}

.c-oem-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-oem-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}
.c-oem-card__title {
  color: #008982;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.c-oem-card__text {
  font-size: 0.9rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.5rem;
}
.c-oem-card__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 0.85rem;
  padding: 0.5rem 1.5rem;
  min-width: auto;
}

/* --- Responsive Helpers --- */
@media (max-width: 991.98px) {
  .c-section-header {
    -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;
  }
  .c-number {
    font-size: 2rem;
  }
  .c-section-header__title {
    font-size: 1.1rem;
  }
}
article.p-about-us {
  background-color: #fff;
  padding-top: 0;
}
article.p-about-us .p-intro {
  padding-top: 130px;
  padding-bottom: 190px;
  background-image: url(assets/images/bg_aboutus.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 53%;
}
article.p-about-us .p-intro__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
article.p-about-us .p-intro__col-text {
  max-width: 624px;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 0;
}
article.p-about-us .p-intro__col-text h1 {
  font-size: 24px;
}
article.p-about-us .p-intro__col-image {
  margin-left: auto;
}
article.p-about-us .p-title-section {
  padding-top: 175px;
  padding-bottom: 130px;
}
article.p-about-us .p-title-section h2 {
  text-align: center;
}
article.p-about-us .p-content-section {
  padding-bottom: 110px;
}
article.p-about-us .p-content-section_02 {
  padding-bottom: 200px;
}
article.p-about-us .p-products {
  padding-bottom: 200px;
}
article.p-about-us .p-products__title {
  font-size: 24px;
  color: #393939;
}
article.p-about-us .p-products__container {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
article.p-about-us .p-products__slider-container {
  padding-bottom: 86px;
}
@media (min-width: 992px) {
  article.p-about-us .p-products__slider img {
    height: 360px;
  }
}
article.p-about-us .p-products .p-grid {
  margin: 0 auto;
}
article.p-about-us .p-products .p-grid .c-product-card__footer {
  margin-right: -24px;
}
article.p-about-us .c-section-cta {
  text-align: left;
}

.category-news .p-top-news {
  margin-bottom: 180px;
}
.category-news .p-news-archive .c-pager {
  margin-bottom: 190px;
}

.category .c-filter-tags {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

h2.p-top-news__title {
  color: #393939;
}

/* =====================
   Pagination
   ===================== */
.c-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.c-pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-pagination__item--active .c-pagination__link {
  background-color: #008982;
  color: #fff;
}
.c-pagination__link {
  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;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #393939;
  font-size: 0.85rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-pagination__link:hover {
  border-color: #008982;
  color: #008982;
}
.c-pagination__icon {
  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;
}

.p-oem {
  background-color: #fff;
}
.p-oem h2 {
  text-align: center;
}

.p-oem-hero {
  margin-bottom: 115px;
}
.p-oem-hero__title {
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-oem-hero__title {
    font-size: 1.8rem;
  }
}

.p-oem-examples {
  background-color: #fff;
}
.p-oem-examples h2 {
  margin-bottom: 56px;
}

.c-box2 {
  margin: 0 auto;
  gap: 40px;
  max-width: 1030px;
}

.p-oem-card {
  max-width: 430px;
  min-height: 280px;
  background-color: #EDF6F2;
  padding: 80px 30px 0;
  position: relative;
  height: 100%;
  margin-top: 1.5rem;
}
.p-oem-card__badge {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #008982;
  color: #fff;
  padding: 10px 24px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  white-space: nowrap;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.p-oem-card__body {
  text-align: left;
}
.p-oem-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-oem-card__list li {
  margin-bottom: 0;
  padding-left: 1.25rem;
  position: relative;
}
.p-oem-card__list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-oem-features {
  margin-top: 8rem;
}
.p-oem-features h2 {
  margin-bottom: 56px;
}

.p-oem-feature-item {
  background-color: #EDF6F2;
  padding: 20px 20px 0;
  text-align: center;
  position: relative;
  height: 100%;
  margin-top: 2rem;
}
.p-oem-feature-item__number {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #008982;
  color: #fff;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 74px;
  padding: 10px 24px;
  -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: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-oem-feature-item__text {
  margin-top: 3rem;
  color: #008982;
  line-height: 1.6;
}

.p-oem-gallery__header {
  border-radius: 10px;
  margin-top: 190px;
  background-color: #008982;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-oem-gallery__header {
    font-size: 1.25rem;
    padding: 1.5rem 2rem;
  }
}
.p-oem-gallery .row {
  gap: 54px 0;
}
.p-oem-gallery__item {
  text-align: center;
}
.p-oem-gallery__item img {
  width: 100%;
  max-width: 483px;
  height: 322px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
}
.p-oem-gallery__item p {
  color: #393939;
}

body.repair .p-repair {
  padding-bottom: 100px;
}
body.repair .p-repair h3 {
  font-size: 24px;
}

.c-wh-box {
  margin: 0 auto;
  padding: 30px;
  max-width: 1234px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  font-size: 20px;
}
.c-wh-box .c-cta-contact {
  margin-top: 30px;
}
.c-wh-box .c-cta-contact .c-button {
  max-width: 458px;
}
.c-wh-box .c-cta-contact .c-button::before {
  content: none;
}

.c-compare-card__image {
  background: #fff;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.c-cta-box {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 137, 130, 0.1);
          box-shadow: 0 10px 40px rgba(0, 137, 130, 0.1);
}

.p-50 {
  padding: 50px;
}

.c-info-card {
  background-color: #fff;
}
.c-info-card__title {
  margin-bottom: 4px;
  font-size: 24px;
  color: #393939;
}
.c-info-card__list li {
  line-height: 1.2;
}
.c-info-card .c-drawer__tel-number,
.c-info-card .c-drawer__fax-number {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-form-card {
  background-color: #fff;
}

.c-badge-required {
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 24px;
}

.c-btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 439px;
  padding: 10px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--, linear-gradient(237deg, #33BF9A 1.65%, #008982 61.43%));
  font-weight: 500;
  margin: 0 auto;
}
.c-btn-submit:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.form-control {
  padding: 0.75rem 1rem;
  border-color: #333;
  border-radius: 6px;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.1em;
  border: 2px solid #333;
}

.form-check-label {
  padding-left: 0.2rem;
  cursor: pointer;
}

.contact .p-top-bottom-cta {
  display: none;
}

.mw_wp_form h3 {
  font-size: 24px;
  color: #393939;
}
.mw_wp_form .form-lead-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.mw_wp_form .form-label {
  font-size: 20px;
  font-weight: 700;
  color: #393939;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991px) {
  .contact .p-contact .row div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact .p-contact .row div:last-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 767.98px) {
  .c-btn-submit {
    width: 100%;
    min-width: auto;
  }
  .c-info-card__title {
    font-size: 1rem;
  }
}
body.category .p-top-blog {
  padding-top: 220px;
}

/* =========================================
   Component: Entry (Single Post)
   ========================================= */
.p-entry {
  /* --- Title --- */
  /* --- Thumbnail --- */
  /* --- Body Content --- */
  /* --- Tags --- */
  /* --- Navigation --- */
}
.p-entry__meta {
  gap: 1rem;
  font-size: 0.9rem;
}
.p-entry__cat a {
  display: inline-block;
  background-color: #008982;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-entry__cat a:hover {
  opacity: 0.8;
}
.p-entry__date {
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-entry__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #008982;
  padding-bottom: 1rem;
}
.p-entry__thumbnail img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.p-entry__body {
  line-height: 1.8;
  font-size: 1rem;
  /* 見出しのデザイン再現 */
  /* リストデザイン */
}
.p-entry__body h2 {
  font-size: 1.5rem;
  background: rgba(0, 137, 130, 0.1);
  padding: 0.8rem 1rem;
  border-left: 5px solid #008982;
  margin: 3rem 0 1.5rem;
  border-radius: 0 4px 4px 0;
}
.p-entry__body h3 {
  font-size: 1.3rem;
  border-bottom: 2px dotted #008982;
  padding-bottom: 0.5rem;
  margin: 2.5rem 0 1.2rem;
}
.p-entry__body p {
  margin-bottom: 1.5em;
}
.p-entry__body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1.5rem 0;
}
.p-entry__body ul {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}
.p-entry__body ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}
.p-entry__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #008982;
  border-radius: 50%;
}
.p-entry__body ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.p-entry__body ol li {
  margin-bottom: 0.5rem;
}
.p-entry__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-entry__tags-label {
  font-weight: bold;
  color: #008982;
}
.p-entry__tags a {
  color: #666;
  background: #EDF6F2;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 0.85rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-entry__tags a:hover {
  background: #008982;
  color: #fff;
  border-color: #008982;
}
.p-entry__nav {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  gap: 15px;
}
.p-entry__nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-entry__nav-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  gap: 8px;
  /* ホバー時の浮き上がりアニメーション */
}
.p-entry__nav-link a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #008982;
  color: #008982;
}
.p-entry__nav-link a .text {
  font-size: 0.9rem;
  font-weight: bold;
}
.p-entry__nav-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-entry__nav-home .btn-back {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background-color: #999;
  color: #fff;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#toc_container {
  width: 100%;
  margin: 1rem 0;
}

#toc_container li,
#toc_container ul {
  margin: 0;
  padding: 0.1em 0 0 1em;
}
#toc_container li li::before,
#toc_container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  background-color: #008982;
  border-radius: 50%;
}

.related.related_thumb {
  border: 2px solid #008982;
  border-radius: 6px;
  padding: 2% 3%;
}
.related.related_thumb .related_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.related.related_thumb li {
  padding-left: 0;
}
.related.related_thumb li::before {
  content: none;
}
.related.related_thumb li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.related.related_thumb li a figure {
  max-width: 154px;
}

.kakomi {
  background-color: rgb(247, 250, 252);
  font-size: 1rem;
  margin: 1.5rem auto 0px;
  padding: 1.5rem;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(19, 87, 99);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 5px;
}

.kakomi_with_title .title {
  display: inline-block;
  color: rgb(81, 87, 106);
  font-weight: 700;
  font-size: 18px;
}

.kakomi_with_title .title i {
  margin-right: 6px;
  color: #135763;
}

.kakomi p {
  margin-top: 1rem !important;
}

.cvbtn {
  display: block !important;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  margin: 2.4rem 0 0;
  padding: 4px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cvbtn {
    margin: 1.5rem 0 0;
  }
}
.cvbtn:hover {
  opacity: 1 !important;
  -webkit-filter: opacity(100%) !important;
          filter: opacity(100%) !important;
}
.cvbtn.cvbtn_1 {
  padding: 11px;
  border: 2px solid #008982;
  background-color: #008982;
  color: #fff !important;
  font-size: 18px;
}
.cvbtn.cvbtn_1:hover {
  background-color: #fff;
  color: #008982 !important;
}
.cvbtn.cvbtn_2 {
  border: 2px solid #008982;
  background: #008982;
  color: #fff !important;
  font-size: 24px;
}
.cvbtn.cvbtn_2:hover {
  background-color: #fff;
  color: #008982 !important;
}

.txtlink {
  position: relative;
  color: #008982;
  text-decoration: underline;
}
.txtlink::before {
  content: "\f0c1";
  display: inline-block;
  margin-right: 0.5rem;
  color: #008982;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* table wrap
--------------------------------------------- */
.table-wrap table {
  overflow-x: scroll;
  white-space: nowrap;
}

/* --- Mobile Adjustments --- */
@media (max-width: 991.98px) {
  /* PC以外ではサイドバーが下に落ちるので余白調整 */
  .p-sidebar {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 767.98px) {
  .p-entry__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-entry__nav-link {
    width: 100%;
  }
  .p-entry__nav-home {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.5rem;
  }
}
article.p-a-signboard {
  background-color: #fff;
}
article.p-a-signboard .c-section-heading {
  text-align: center;
  margin-bottom: 2rem;
}
article.p-a-signboard .c-section-heading__ja {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #008982;
  line-height: 1.4;
}
article.p-a-signboard .c-section-heading--white article.p-a-signboard .c-section-heading__ja {
  color: #fff;
}
article.p-a-signboard .c-section-heading--white {
  background-color: #008982;
  border-radius: 10px;
}
article.p-a-signboard .c-section-heading--white span {
  color: #fff;
}
article.p-a-signboard .c-button--primary {
  max-width: 250px;
}
article.p-a-signboard .c-button--primary:hover {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
article.p-a-signboard .c-button--primary i {
  background-color: white;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  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;
  color: #008982;
}
article.p-a-signboard .c-button--secondary {
  color: #393939;
  background: #DFCD72;
  font-weight: 700;
}
article.p-a-signboard .c-button--secondary:hover {
  color: #393939;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
article.p-a-signboard .c-button--secondary i {
  background-color: white;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  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;
}
article.p-a-signboard .c-need-card {
  background-color: #EDF6F2;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
article.p-a-signboard .c-need-card__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #008982;
  margin: 0;
}
article.p-a-signboard .c-purchase-card {
  background-color: #EDF6F2;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  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: 1.5rem;
  position: relative;
  min-height: 310px;
  padding-top: calc(2.5rem + 28px);
}
article.p-a-signboard .c-purchase-card__label {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 310px;
}
article.p-a-signboard .c-purchase-card__label--primary {
  background-color: #008982;
}
article.p-a-signboard .c-purchase-card__label--accent {
  background-color: #DFCD72;
  color: #393939;
}
article.p-a-signboard .c-purchase-card__text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #393939;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
article.p-a-signboard .c-purchase-card--accent {
  background-color: #EDF6F2;
}
article.p-a-signboard .c-example-card {
  text-align: center;
}
article.p-a-signboard .c-example-card__image {
  overflow: hidden;
  margin-bottom: 2rem;
}
article.p-a-signboard .c-example-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
article.p-a-signboard .c-example-card__caption {
  font-size: 1rem;
  color: #393939;
  margin: 0;
}
article.p-a-signboard .p-signboard-hero {
  padding: 5rem 0 4rem;
  background-color: #fff;
}
article.p-a-signboard .p-signboard-hero__text {
  font-size: 1rem;
  line-height: 1.9;
  color: #393939;
  max-width: 900px;
  margin: 2rem auto 0;
}
article.p-a-signboard .p-signboard-needs {
  padding: 5rem 0;
  background-color: #fff;
}
article.p-a-signboard .p-signboard-needs .row.g-4 {
  gap: 24px 42px;
  margin-top: 0;
}
article.p-a-signboard .p-signboard-needs .row.g-4 .col-md-4 {
  max-width: 400px;
  width: 100%;
}
article.p-a-signboard .p-signboard-needs .row.g-4 .c-need-card {
  min-height: 152px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.p-a-signboard .p-signboard-needs .row.g-4 .c-need-card p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
article.p-a-signboard .p-signboard-cta {
  padding: 4rem 0;
  background-color: #fff;
}
article.p-a-signboard .p-signboard-cta__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #393939;
  margin-top: 1rem;
  text-align: center;
}
article.p-a-signboard .p-signboard-purchase {
  padding: 5rem 0;
  background-color: #fff;
}
article.p-a-signboard .p-signboard-purchase .c-section-heading {
  margin-bottom: calc(2rem + 40px);
}
article.p-a-signboard .p-signboard-examples {
  padding: 5rem 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  article.p-a-signboard .c-button {
    padding: 0.875rem 2rem;
    font-size: 0.95rem;
  }
  article.p-a-signboard .p-signboard-hero {
    padding: 3rem 0 2.5rem;
  }
  article.p-a-signboard .p-signboard-needs,
  article.p-a-signboard .p-signboard-purchase,
  article.p-a-signboard .p-signboard-examples {
    padding: 3rem 0;
  }
  article.p-a-signboard .p-signboard-cta {
    padding: 2.5rem 0;
  }
}

.link-btn-primary {
  width: 450px;
  height: 56px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #008982;
  border-radius: 10px;
  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: 3rem;
  color: #fff;
}

.p-construction-blackboard {
  background-color: #fff;
}
.p-construction-blackboard .p-rich-types .container {
  max-width: 940px;
}
.p-construction-blackboard .p-rich-types .c-section-title {
  text-align: center;
}
.p-construction-blackboard .c-section-heading .gallery__header {
  margin-top: 6rem;
  margin-bottom: 48px;
}
.p-construction-blackboard .p-handheld__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .p-construction-blackboard .p-handheld__content {
    grid-template-columns: 58.33% 41.67%;
  }
}
.p-construction-blackboard .p-handheld__text, .p-construction-blackboard .p-handheld__feature {
  max-width: 720px;
}
.p-construction-blackboard .p-handheld__gallery {
  margin-bottom: 2rem;
}
.p-construction-blackboard .p-handheld__note {
  margin-bottom: 2rem;
}
.p-construction-blackboard .p-handheld__feature-title {
  color: #008982;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 992px) {
  .p-construction-blackboard .p-handheld__feature-title {
    padding-left: 1.5rem;
  }
}
.p-construction-blackboard .p-features__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-construction-blackboard .p-features__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-construction-blackboard .p-features__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;
}
.p-construction-blackboard .p-features__item-img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-color: white;
  padding: 0.25rem;
}
.p-construction-blackboard .p-video {
  margin-bottom: 3rem;
}
.p-construction-blackboard .p-video__wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.p-construction-blackboard .p-video__thumbnail {
  aspect-ratio: 1353/631;
}
.p-construction-blackboard .p-construction-images .c-section-heading .gallery__header {
  margin-top: 190px;
  margin-bottom: 0;
}
.p-construction-blackboard .p-construction-images__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.p-construction-blackboard .p-construction-images__item {
  width: 100%;
  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;
}
.p-construction-blackboard .p-construction-images__item p {
  text-align: center;
}
.p-construction-blackboard .p-materials .p-materials__intro {
  margin-bottom: 48px;
}
.p-construction-blackboard .p-materials__grid {
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px 96px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-construction-blackboard .p-materials__item {
  width: calc((100% - 96px) / 2);
  max-width: 720px;
}
.p-construction-blackboard .p-materials__description {
  margin-bottom: 32px;
}
.p-construction-blackboard .p-materials__images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.p-construction-blackboard .p-materials__images figure {
  width: 245px;
  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;
}
.p-construction-blackboard .p-materials__spec {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px;
  border: 1px solid #393939;
}
.p-construction-blackboard .p-materials__spec-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-construction-blackboard .p-materials__spec-extra {
  margin-top: 14px;
}
.p-construction-blackboard .p-materials__colors {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-construction-blackboard .p-materials .c-color-badge {
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 16px;
  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;
}
.p-construction-blackboard .p-materials .c-color-badge--green {
  background-color: #0B4414;
}
.p-construction-blackboard .p-materials .c-color-badge--black {
  background-color: #393939;
}
.p-construction-blackboard .p-materials .c-color-badge--white {
  background-color: #fff;
  color: #393939;
  border: 1px solid #393939;
}

.p-accessories {
  background-color: #fff;
}
.p-accessories .gallery__header {
  margin-top: 60px;
}
.p-accessories .accessories-hero .c-cta-contact .c-button {
  max-width: 546px;
  font-size: 24px;
  border-radius: 10px;
  border: none;
}
.p-accessories .accessories-hero .c-cta-contact .c-button::before {
  content: none;
}

.p-accessories-list .c-card__title {
  margin-top: 32px;
  font-size: 16px;
  color: #393939;
}

.gap-btm {
  gap: 60px 0;
}

.p-office .detail-area h3 {
  font-size: 24px;
}
.p-office .detail-area h2 {
  font-size: 36px;
}
.p-office-cta {
  background: url("./assets/images/p-office-cta.jpg") no-repeat 50% 50%/cover;
  width: 100%;
  max-width: calc(100dvw - 20px);
  margin: 0 auto;
  border-radius: 50px;
}
.p-office-cta .bg-white {
  width: 100%;
  max-width: calc(100dvw - 20px);
  padding: 30px;
}
.p-office-cta .text-uppercase {
  letter-spacing: 0.2em;
}
.p-office-caption {
  width: 100%;
  top: calc((10px + 0.5em) * -1);
  left: 0;
  text-align: center;
}
.p-office-caption .badge {
  font-size: 1.5rem;
  padding: 10px 24px;
}
.p-office .p-hero {
  margin-bottom: 100px;
}
.p-office .p-hero__content h3 {
  letter-spacing: 5%;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: dashed 1px #008982;
}
.p-office .detail-area h2 {
  font-size: 36px;
}
.p-office .detail-area__desc {
  margin-bottom: 100px;
}
.p-office .detail-area__desc strong {
  color: #008982;
  font-weight: 500;
}
.p-office #electronic h2 {
  line-height: 0.9;
}
.p-office #electronic h2 + .d-inline-block {
  top: 3rem;
}
.p-office #electronic .detail-area__point {
  margin-top: 80px;
}

.variation_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.variation_color > div {
  width: calc((100% - 16px) / 3);
}
.variation_color > div p {
  font-size: 11px;
  color: #008982;
}
.variation_color.column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.variation_color.column > div {
  width: 100%;
}

.bg-white:has(.variation_color) {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
.bg-white:has(.variation_color) [class^=col-] {
  margin-left: auto;
  margin-right: auto;
}
.bg-white:has(.variation_color) .col-md-5 h4 {
  text-wrap: nowrap;
}
.bg-white:has(.variation_color) .col-md-7 .variation_color > div {
  width: calc((100% - 24px) / 4);
}
@media (max-width: 767px) {
  .bg-white:has(.variation_color) .col-md-7 .variation_color > div {
    width: calc((100% - 16px) / 3);
  }
}

.p-bulletin-viewbord__item-text {
  max-width: 430px;
}
.p-bulletin-viewbord__item-color {
  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;
}
.p-bulletin-viewbord__item-color img {
  max-width: 115px;
}

article.p-uv-printing {
  background-color: #fff;
}
article.p-uv-printing .gallery__header {
  margin-top: 115px;
}

.c-service-box {
  margin-top: 180px;
  padding: 125px 0;
  max-width: 100%;
  border-radius: 50px;
  background: url(./assets/images/bg_uv.jpg) 0 0 no-repeat;
}
.c-service-box .c-section-heading {
  margin-bottom: 20px;
  text-align: center;
  color: #393939;
}
.c-service-box h2 {
  margin-bottom: 0;
  color: #393939;
}
.c-service__card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .c-service__card {
    padding: 50px 60px;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .c-service__card {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
.c-service__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 991px) {
  .c-service__text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .c-service__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px;
  }
}

.p-bulletin-board .product-list,
.school-public .product-list,
.p-office .product-list {
  gap: 70px 0;
}
.p-bulletin-board .c-product-card,
.school-public .c-product-card,
.p-office .c-product-card {
  max-width: 996px;
}
.p-bulletin-board .c-product-card:hover,
.school-public .c-product-card:hover,
.p-office .c-product-card:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-bulletin-board .c-product-card .l-box,
.school-public .c-product-card .l-box,
.p-office .c-product-card .l-box {
  max-width: 430px;
}
.p-bulletin-board .c-product-card .r-box,
.school-public .c-product-card .r-box,
.p-office .c-product-card .r-box {
  margin-left: 12px;
  max-width: 508px;
  font-size: 11px;
  color: #008982;
  gap: 0 8px;
}
.p-bulletin-board .c-product-card .r-box .row,
.school-public .c-product-card .r-box .row,
.p-office .c-product-card .r-box .row {
  gap: 0 8px;
}
.p-bulletin-board .c-product-card .r-box .col,
.school-public .c-product-card .r-box .col,
.p-office .c-product-card .r-box .col {
  max-width: 120px;
}
.p-bulletin-board .c-product-card .r-box .col figure,
.school-public .c-product-card .r-box .col figure,
.p-office .c-product-card .r-box .col figure {
  margin-bottom: 10px;
}
.p-bulletin-board .detail-area__desc,
.school-public .detail-area__desc,
.p-office .detail-area__desc {
  margin-bottom: 100px;
}
.p-bulletin-board .detail-area__desc strong,
.school-public .detail-area__desc strong,
.p-office .detail-area__desc strong {
  color: #008982;
  font-weight: 500;
}

.link-btn-primary {
  width: 450px;
  height: 56px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #008982;
  border-radius: 10px;
  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: 3rem;
  color: #fff;
}

article.p-viewboard {
  background-color: #fff;
}
article.p-viewboard .p-projector .c-section-heading {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  text-align: center;
}
article.p-viewboard .p-projector__lead {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
article.p-viewboard .p-projector__video-wrapper {
  max-width: 1353px;
  margin-bottom: 60px;
}
article.p-viewboard .p-projector__video-wrapper iframe {
  aspect-ratio: 1353/631;
}
article.p-viewboard .p-construction .gallery_grid {
  gap: 48px 35px;
}
article.p-viewboard .p-construction .gallery_grid_item {
  padding: 0;
  width: calc((100% - 70px) / 3);
}
article.p-viewboard .p-construction__card figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
article.p-viewboard .p-construction__card figcaption {
  text-align: center;
}

.p-nursery-intro {
  margin-bottom: 10.5rem;
}
@media (max-width: 767px) {
  .p-nursery-intro {
    margin-bottom: 2.5rem;
  }
}
.p-nursery-intro__inner {
  max-width: 1536px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-nursery-intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: clamp(3rem, 6vw, 5.875rem);
}
@media (max-width: 767px) {
  .p-nursery-intro__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}
.p-nursery-intro__row .col-lg-5 {
  width: 42%;
}
@media (max-width: 767px) {
  .p-nursery-intro__row .col-lg-5 {
    width: 100%;
  }
}
.p-nursery-intro__row .col-lg-7 {
  width: 52%;
}
@media (max-width: 767px) {
  .p-nursery-intro__row .col-lg-7 {
    width: 100%;
  }
}
.p-nursery-intro__row .col-lg-7 img {
  aspect-ratio: 800/494;
  max-width: 800px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-nursery-intro__row .col-lg-7 img {
    aspect-ratio: 359/222;
  }
}
.p-nursery-intro .align-items-center {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.p-nursery-intro__heading {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
}
@media (max-width: 767px) {
  .p-nursery-intro__heading {
    font-size: 1.125rem;
  }
}
.p-nursery-intro__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #393939;
}
@media (max-width: 767px) {
  .p-nursery-intro__text {
    font-size: 0.9375rem;
  }
}
.p-nursery-hero {
  padding-top: 7rem;
  padding-bottom: 5.5rem;
  margin-left: clamp(1rem, 4vw, 4rem);
  margin-right: clamp(1rem, 4vw, 4rem);
  background-color: #EAEAEA;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 767px) {
  .p-nursery-hero {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: clamp(2.625rem, 8vw, 8rem);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .p-nursery-hero__title {
    font-size: 2.625rem;
  }
}
.p-nursery-hero__title span {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #008982;
  font-size: clamp(1.375rem, 2.25vw, 2.25rem);
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .p-nursery-hero__title span {
    font-size: 1.375rem;
  }
}
.p-nursery-hero__desc {
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #393939;
  text-align: left;
  width: 55%;
}
@media (max-width: 767px) {
  .p-nursery-hero__desc {
    font-size: 0.9375rem;
    width: 100%;
  }
}
.p-nursery-hero__desc span {
  color: #008982;
}
.p-nursery-hero__desc.text-center {
  text-align: left !important;
}
.p-nursery-worries {
  padding-bottom: 12.5rem;
  margin-left: clamp(1rem, 4vw, 4rem);
  margin-right: clamp(1rem, 4vw, 4rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #EAEAEA;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-nursery-worries {
    padding-bottom: 10.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-worries .container {
  max-width: 1540px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-nursery-worries .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-nursery-worries .container::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #fff;
}
@media (max-width: 767px) {
  .p-nursery-worries .container::after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 50px solid #fff;
  }
}
.p-nursery-worries__title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
}
@media (max-width: 767px) {
  .p-nursery-worries__title {
    font-size: 1.375rem;
  }
}
.p-nursery-worries__bubbles {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .p-nursery-worries__bubbles {
    gap: 1.25rem;
  }
}
.p-nursery-worries__bubbles img {
  aspect-ratio: 1/1;
  max-width: clamp(174px, 25vw, 356px);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-nursery-worries__bubbles img {
    max-width: 174px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-nursery-worries__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .p-nursery-worries__row {
    gap: 1.25rem;
    -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;
  }
}
.p-nursery-worries__row--gap-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3rem, 6vw, 11rem);
}
@media (max-width: 767px) {
  .p-nursery-worries__row--gap-4 {
    -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: 1.25rem;
  }
}
.p-nursery-worries__row--gap-4:nth-of-type(3) {
  gap: 0;
  max-height: 18.75rem;
}
@media (max-width: 767px) {
  .p-nursery-worries__row--gap-4:nth-of-type(3) {
    max-height: 100%;
    gap: 1.25rem;
  }
  .p-nursery-worries__row--gap-4:nth-of-type(3) img,
  .p-nursery-worries__row--gap-4:nth-of-type(3) .col-auto {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-nursery-worries__bubble {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  padding: 2.15rem 2.5rem;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #393939;
  background-color: #EDF6F2;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .p-nursery-worries__bubble {
    max-width: 296px;
  }
}
.p-nursery-worries .mt-5 {
  text-align: center;
}
.p-nursery-worries .p-nursery-anchor-btn {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  background-color: #008982;
  color: #fff;
  text-align: center;
  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;
  gap: 0.5rem;
  padding: 13px 32px 14px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-nursery-worries .p-nursery-anchor-btn {
    padding: 10px 20px;
    bottom: 2rem;
    font-size: 1rem;
    padding: 10px 20px;
    max-width: 259px;
  }
}
.p-nursery-solutions {
  padding-bottom: 5.5rem;
  margin-left: clamp(1rem, 4vw, 4rem);
  margin-right: clamp(1rem, 4vw, 4rem);
  background-color: #EAEAEA;
  margin-bottom: initial;
}
@media (max-width: 767px) {
  .p-nursery-solutions {
    padding-bottom: 4.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-solutions .container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.p-nursery-solutions__title {
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
}
@media (max-width: 767px) {
  .p-nursery-solutions__title {
    font-size: 1.175rem;
  }
}
.p-nursery-solutions__card {
  margin-top: 4.6525rem;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.p-nursery-solutions__card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(3rem, 6vw, 7.25rem);
}
@media (max-width: 767px) {
  .p-nursery-solutions__card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-nursery-solutions__card__row img {
  border-radius: 10px;
  aspect-ratio: 673/429;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-nursery-solutions__card__row .col-md-6:nth-of-type(1) {
  width: 43.7%;
}
@media (max-width: 767px) {
  .p-nursery-solutions__card__row .col-md-6:nth-of-type(1) {
    width: 100%;
  }
}
.p-nursery-solutions__card__row .col-md-6:nth-of-type(2) {
  width: 42.6%;
}
@media (max-width: 767px) {
  .p-nursery-solutions__card__row .col-md-6:nth-of-type(2) {
    width: 100%;
  }
}
.p-nursery-solutions__card__row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-nursery-solutions__card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-nursery-solutions__card__row .col-md-6:nth-of-type(1) {
  width: 42.6%;
}
@media (max-width: 767px) {
  .p-nursery-solutions__card__row .col-md-6:nth-of-type(1) {
    width: 100%;
  }
}
.p-nursery-solutions__card__row .col-md-6:nth-of-type(2) {
  width: 43.7%;
}
@media (max-width: 767px) {
  .p-nursery-solutions__card__row .col-md-6:nth-of-type(2) {
    width: 100%;
  }
}
.p-nursery-solutions__num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
}
@media (max-width: 767px) {
  .p-nursery-solutions__num {
    font-size: 3rem;
  }
}
.p-nursery-solutions__head {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 2.25rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
}
@media (max-width: 767px) {
  .p-nursery-solutions__head {
    font-size: 1.375rem;
  }
}
.p-nursery-solutions .small {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #393939;
}
@media (max-width: 767px) {
  .p-nursery-solutions .small {
    font-size: 0.875rem;
  }
}
.p-nursery-viewboard {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  padding-bottom: 5.5rem;
  margin-left: clamp(1rem, 4vw, 4rem);
  margin-right: clamp(1rem, 4vw, 4rem);
  background-color: #EAEAEA;
}
@media (max-width: 767px) {
  .p-nursery-viewboard {
    padding-bottom: 4.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-viewboard .container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}
.p-nursery-viewboard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-nursery-viewboard__badge {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #008982;
  padding: 10px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__badge {
    font-size: 0.9375rem;
    padding: 10px 20px;
    text-align: center;
  }
}
.p-nursery-viewboard__title {
  display: inline-block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  background-color: #fff;
  padding: 10px 30px 10px 60px;
  border-radius: 50px;
  position: relative;
  left: -45px;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__title {
    font-size: 0.9375rem;
    max-width: 333px;
    width: 100%;
    padding: 10px 80px;
    left: 0;
    text-align: center;
  }
}
.p-nursery-viewboard__subtitle {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__subtitle {
    font-size: 1.125rem;
  }
}
.p-nursery-viewboard p {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.p-nursery-viewboard__box {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  max-width: 693px;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px 20px 25px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.p-nursery-viewboard__box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-nursery-viewboard__box__row .col-md-7 {
  width: 62%;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-7 {
    width: 100%;
  }
}
.p-nursery-viewboard__box__row .col-md-7 img {
  aspect-ratio: 430/266;
  max-width: 430px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-7 img {
    max-width: none;
  }
}
.p-nursery-viewboard__box__row .col-md-7 .text-primary {
  text-align: center;
  margin-bottom: 1rem;
  color: #008982;
}
.p-nursery-viewboard__box__row .col-md-7 p.mb-1,
.p-nursery-viewboard__box__row .col-md-7 p.mb-3 {
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-7 p.mb-1,
  .p-nursery-viewboard__box__row .col-md-7 p.mb-3 {
    font-size: 1rem;
  }
}
.p-nursery-viewboard__box__row .col-md-7 p.mb-3 {
  margin-bottom: 1rem;
}
.p-nursery-viewboard__box__row .col-md-5 {
  width: 30%;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-5 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-5 .d-flex.gap-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-5 .d-flex.align-items-center.gap-2 {
    -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;
  }
}
.p-nursery-viewboard__box__row .col-md-5 .text-primary {
  text-align: center;
  color: #008982;
}
.p-nursery-viewboard__box__row .col-md-5 .d-flex {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-5 .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
}
.p-nursery-viewboard__box__row .col-md-5 .d-flex span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-5 .d-flex.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-nursery-viewboard__box__row .col-md-5 span.d-inline-block {
  width: 115px;
  height: 82px;
  border-radius: 10px;
  border: 1px solid #C7C5C5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__box__row .col-md-5 span.d-inline-block {
    width: 90px;
    height: 64px;
  }
}
.p-nursery-viewboard__box__row .col-md-5 .d-flex .d-flex:nth-of-type(2) span.d-inline-block {
  background-color: #008982;
}
.p-nursery-viewboard__box__row .col-md-5 .d-flex .d-flex:nth-of-type(3) span.d-inline-block {
  background-color: #1D0002;
}
.p-nursery-viewboard__box__row .col-md-5 .small {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.675rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
}
.p-nursery-viewboard__row--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__row--images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-nursery-viewboard__row--images__col-4 {
  width: 33.333%;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__row--images__col-4 {
    width: 100%;
  }
}
.p-nursery-viewboard__row--images img {
  aspect-ratio: 430/266;
  max-width: 430px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-nursery-viewboard__row--images img {
    aspect-ratio: 390/245;
    max-width: none;
  }
}
.p-nursery-crossboard {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  padding-bottom: 5.5rem;
  margin-left: clamp(1rem, 4vw, 4rem);
  margin-right: clamp(1rem, 4vw, 4rem);
  background-color: #EAEAEA;
}
@media (max-width: 767px) {
  .p-nursery-crossboard {
    padding-bottom: 4.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-crossboard .container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}
.p-nursery-crossboard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.p-nursery-crossboard__title {
  display: inline-block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  background-color: #fff;
  padding: 10px 30px 10px 60px;
  border-radius: 50px;
  position: relative;
  left: -45px;
  z-index: 1;
  margin-bottom: 0;
}
.p-nursery-crossboard__subtitle {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
}
.p-nursery-crossboard p {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 4.5rem;
}
.p-nursery-crossboard__item {
  background-color: #fff;
  padding: 20px;
  max-width: 996px;
  width: 100%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
}
.p-nursery-crossboard__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-nursery-crossboard__item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-nursery-crossboard__item__row .col-md-5 {
  width: 43%;
}
@media (max-width: 767px) {
  .p-nursery-crossboard__item__row .col-md-5 {
    width: 100%;
  }
}
.p-nursery-crossboard__item__row .col-md-5 h4 {
  justify-self: center;
  color: #008982;
}
.p-nursery-crossboard__item__row .col-md-5 img {
  aspect-ratio: 430/266;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.p-nursery-crossboard__item__row .col-md-7 {
  width: 51%;
}
@media (max-width: 767px) {
  .p-nursery-crossboard__item__row .col-md-7 {
    width: 100%;
  }
}
.p-nursery-crossboard__item__row .col-md-7 h4 {
  justify-self: center;
  color: #008982;
}
.p-nursery-crossboard__item__row .col-md-7 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.p-nursery-crossboard-examples {
  padding-bottom: 5.5rem;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #EAEAEA;
  border-radius: 0 0 50px 50px;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .p-nursery-crossboard-examples {
    padding-bottom: 4.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-crossboard-examples .container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-nursery-crossboard-examples h3 {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
  margin-bottom: 1rem;
}
.p-nursery-crossboard-examples__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2.5rem;
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-nursery-crossboard-examples__row {
    -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;
  }
}
.p-nursery-crossboard-examples__row__col-4 {
  width: 33.333%;
}
@media (max-width: 767px) {
  .p-nursery-crossboard-examples__row__col-4 {
    width: 100%;
  }
}
.p-nursery-crossboard-examples__row img {
  aspect-ratio: 432/313;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.p-nursery-crossboard-examples__row p.text-primary {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
}
.p-nursery-wall-wb {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  margin-left: clamp(1rem, 4vw, 4rem);
  margin-right: clamp(1rem, 4vw, 4rem);
  background-color: #EAEAEA;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-wall-wb .container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}
.p-nursery-wall-wb__hero {
  margin-bottom: 4.375rem;
  text-align: center;
  position: relative;
}
.p-nursery-wall-wb__hero > div:first-of-type {
  text-align: center;
}
.p-nursery-wall-wb__hero h2 {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.375rem, 2.25vw, 2.25rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__hero h2 {
    font-size: 1.375rem;
  }
}
.p-nursery-wall-wb__hero img {
  aspect-ratio: 1535/748;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__hero img {
    aspect-ratio: 365/178;
  }
}
.p-nursery-wall-wb__hero > div:first-of-type {
  margin-bottom: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__hero > div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-nursery-wall-wb__bg-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: clamp(5rem, 6vw, 8rem);
  text-align: center;
  display: inline-block;
  margin-bottom: 3.35rem;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__bg-text {
    font-size: 2.625rem;
    margin-bottom: 5rem;
  }
}
.p-nursery-wall-wb__header-badge {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #008982;
  padding: 10px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__header-badge {
    font-size: 0.9375rem;
    padding: 10px 30px;
  }
}
.p-nursery-wall-wb__title {
  display: inline-block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  background-color: #fff;
  padding: 10px 30px 10px 60px;
  border-radius: 50px;
  position: relative;
  left: -45px;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__title {
    left: 0;
    font-size: 0.9375rem;
    padding: 10px 50px;
    max-width: 333px;
    width: 100%;
  }
}
.p-nursery-wall-wb p {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.375rem;
  text-align: left;
}
.p-nursery-wall-wb h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb h3 {
    font-size: 1.125rem;
  }
}
.p-nursery-wall-wb__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.375rem;
}
@media (max-width: 991px) {
  .p-nursery-wall-wb__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3.125rem;
  }
}
.p-nursery-wall-wb__row__col-4 {
  width: 33.333%;
}
@media (max-width: 991px) {
  .p-nursery-wall-wb__row__col-4 {
    width: 100%;
  }
}
.p-nursery-wall-wb__examples {
  margin-bottom: 12.5rem;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__examples {
    margin-bottom: 9.375rem;
  }
}
.p-nursery-wall-wb__examples h3 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__examples h3 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.p-nursery-wall-wb__examples__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__examples__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.375rem;
  }
}
.p-nursery-wall-wb__examples__row__col-4 {
  width: 100%;
}
.p-nursery-wall-wb__examples__row img {
  aspect-ratio: 430/266;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-nursery-wall-wb__examples__row img {
    aspect-ratio: 359/245;
  }
}
.p-nursery-merit-card {
  background-color: #fff;
  padding-top: 4rem;
  padding-left: clamp(1rem, 2vw, 20px);
  padding-right: clamp(1rem, 2vw, 20px);
  padding-bottom: 1.25rem;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5rem;
  position: relative;
  height: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-nursery-merit-card {
    margin-top: 2.5rem;
  }
}
.p-nursery-merit-card__num {
  position: absolute;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  width: 74px;
  height: 74px;
  background-color: #008982;
  border-radius: 50%;
}
.p-nursery-merit-card__title {
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
}
@media (max-width: 767px) {
  .p-nursery-merit-card__title {
    font-size: 1.125rem;
  }
}
.p-nursery-merit-card__text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #393939;
}
@media (max-width: 767px) {
  .p-nursery-merit-card__text {
    font-size: 0.9375rem;
  }
}
.p-nursery-merit-card p {
  margin-bottom: 0;
}
.p-nursery-order-wb > div {
  text-align: center;
}
.p-nursery-order-wb .img-fluid {
  margin-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .p-nursery-order-wb .img-fluid {
    margin-bottom: 3.125rem;
  }
}
.p-nursery-order-wb img {
  aspect-ratio: 1535/748;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-nursery-order-wb img {
    aspect-ratio: 365/178;
  }
}
.p-nursery-order-wb h3 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .p-nursery-order-wb h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.p-nursery-order-wb__surface-grid {
  margin-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__surface-grid {
    margin-bottom: 3.125rem;
  }
}
.p-nursery-order-wb__surface-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-self: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__surface-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.p-nursery-order-wb__surface-grid__col-4 {
  width: 100%;
}
.p-nursery-order-wb__surface-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: -webkit-fill-available;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__surface-card {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-nursery-order-wb__surface-card h4 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__surface-card h4 {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-nursery-order-wb__surface-card-img {
  width: 100%;
}
.p-nursery-order-wb__surface-card-img img {
  aspect-ratio: 430/266;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__surface-card-img img {
    aspect-ratio: 323/200;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.p-nursery-order-wb__surface-card-specs {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__surface-card-specs {
    font-size: 1rem;
  }
}
.p-nursery-order-wb__surface-card-specs dt,
.p-nursery-order-wb__surface-card-specs dd {
  display: inline;
}
.p-nursery-order-wb__surface-card-specs dd::after {
  content: "";
  display: block;
}
.p-nursery-order-wb p.p-nursery-order-wb__surface-desc {
  margin-bottom: 0;
}
.p-nursery-order-wb__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-nursery-order-wb__row__col-4 {
  width: 33.333%;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__row__col-4 {
    width: 100%;
  }
}
.p-nursery-order-wb__row img {
  aspect-ratio: 430/266;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-nursery-order-wb__row img {
    aspect-ratio: 359/245;
  }
}
.p-nursery-electronic {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  margin-left: clamp(1rem, 4vw, 4rem);
  margin-right: clamp(1rem, 4vw, 4rem);
  background-color: #EAEAEA;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .p-nursery-electronic {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-nursery-electronic .container {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.p-nursery-electronic__hero {
  text-align: center;
  width: 100%;
  position: relative;
}
.p-nursery-electronic__hero h2 {
  position: absolute;
  top: 12vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.375rem, 2.25vw, 2.25rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-nursery-electronic__hero h2 {
    font-size: 1.375rem;
    top: 7rem;
  }
}
.p-nursery-electronic__hero h3 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .p-nursery-electronic__hero h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.p-nursery-electronic__hero p {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 5.125rem;
}
.p-nursery-electronic__hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.125rem;
}
@media (max-width: 991px) {
  .p-nursery-electronic__hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
  }
}
.p-nursery-electronic__hero__row__col-4 {
  width: 33.333%;
}
@media (max-width: 991px) {
  .p-nursery-electronic__hero__row__col-4 {
    width: 100%;
  }
}
.p-nursery-electronic__hero .p-nursery-merit-card {
  background-color: #fff;
  padding-left: clamp(1rem, 2vw, 20px);
  padding-right: clamp(1rem, 2vw, 20px);
  border-radius: 10px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: -webkit-fill-available;
}
@media (max-width: 767px) {
  .p-nursery-electronic__hero .p-nursery-merit-card {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-nursery-electronic__hero .p-nursery-merit-card p {
  margin-bottom: 0;
}
.p-nursery-electronic__bg-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: clamp(2.625rem, 6vw, 8rem);
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-nursery-electronic__bg-text {
    font-size: 2.625rem;
  }
}
.p-nursery-electronic__point {
  margin-top: 3.35rem;
  margin-bottom: 3.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-nursery-electronic__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-nursery-electronic__point-badge {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #008982;
  padding: 10px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-nursery-electronic__point-badge {
    font-size: 0.9375rem;
    padding: 10px 20px;
    max-width: 120px;
    width: 100%;
  }
}
.p-nursery-electronic__point-text {
  display: inline-block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  background-color: #fff;
  padding: 10px 30px 10px 60px;
  border-radius: 50px;
  position: relative;
  left: -45px;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-nursery-electronic__point-text {
    left: 0;
    padding: 10px 50px;
    font-size: 0.9375rem;
    max-width: 327px;
    width: 100%;
  }
}
.p-nursery-electronic__row--surface-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: initial;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-nursery-electronic__row--surface-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-nursery-electronic__surface-card {
  background-color: #fff;
  padding: clamp(1rem, 2vw, 20px);
  border-radius: 10px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: -webkit-fill-available;
}
@media (max-width: 767px) {
  .p-nursery-electronic__surface-card {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-nursery-electronic__surface-card p.p-nursery-electronic__surface-card-specs,
.p-nursery-electronic__surface-card h4.p-nursery-electronic__surface-card-specs {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-left: initial;
  margin-right: initial;
  color: #008982;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .p-nursery-electronic__surface-card p.p-nursery-electronic__surface-card-specs,
  .p-nursery-electronic__surface-card h4.p-nursery-electronic__surface-card-specs {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-nursery-electronic__surface-card p.p-nursery-electronic__surface-desc {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #393939;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-electronic__surface-card p.p-nursery-electronic__surface-desc {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}
.p-nursery-electronic__surface-title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-electronic__surface-title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-nursery-electronic__surface-card-img {
  width: 100%;
}
.p-nursery-electronic__surface-card-img img {
  aspect-ratio: 491/304;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-nursery-electronic__surface-card-img img {
    aspect-ratio: 323/200;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0.625rem;
  }
}
.p-nursery-electronic__btn {
  margin-left: auto;
  margin-right: auto;
  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;
  max-width: 223px;
  width: 100%;
  padding: 10px 20px;
  background-color: #008982;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-nursery-electronic__btn {
    font-size: 0.875rem;
  }
}
.p-nursery-electronic__btn span {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 5px;
}
.p-nursery-electronic__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.2px 0 4.2px 8.4px;
  border-color: transparent transparent transparent #008982;
}
.p-nursery .u-mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .p-nursery .u-mobile-only {
    display: block;
  }
}

.container {
  max-width: 1536px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-wood-furniture .c-section-heading {
  color: #fff;
  background-color: #008982;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding: 0.625rem 1rem;
  border-radius: 10px;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-wood-furniture .c-section-heading {
    font-size: 1.375rem;
    margin-bottom: 2.875rem;
  }
}
.p-wood-furniture .c-button {
  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;
  background: #008982;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.625rem 3.125rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
@media (max-width: 767px) {
  .p-wood-furniture .c-button {
    font-size: 1rem;
    padding: 1rem 0.675rem;
  }
}
.p-wood-furniture .c-button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 137, 130, 0.3);
          box-shadow: 0 6px 12px rgba(0, 137, 130, 0.3);
  color: #fff;
}
.p-wood-furniture .c-button--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-wood-furniture .c-button::after {
  content: ">";
  margin-left: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-wood-furniture .c-button::after {
    margin-left: 0;
  }
}

.page .p-wood-list .c-section-heading {
  text-align: center;
}

.c-product-card__image-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.c-product-card__image {
  aspect-ratio: 483/322;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .c-product-card__image {
    aspect-ratio: 359/240;
  }
}
.c-product-card__caption {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #393939;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-product-card__caption {
    font-size: 0.9375rem;
  }
}

.p-wood-furniture {
  background-color: #fff;
}

.p-wood-hero {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-wood-hero {
    margin-bottom: 2.875rem;
  }
}
.p-wood-hero__title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #008982;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-wood-hero__title {
    font-size: 1.375rem;
  }
}
.p-wood-hero__desc {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  .p-wood-hero__desc {
    font-size: 0.9375rem;
  }
}

.p-wood-actions {
  margin-bottom: 3.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-wood-actions {
    margin-bottom: 6rem;
  }
}
.p-wood-actions__item {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-wood-actions__item {
    margin-bottom: 1rem;
  }
}
.p-wood-actions__item:last-child {
  margin-bottom: 0;
}
.p-wood-actions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-wood-list {
  text-align: center;
  margin-bottom: 4rem;
}
.p-wood-list__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.1875rem;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media (max-width: 767px) {
  .p-wood-list__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.875rem;
  }
}
.p-wood-list__row .c-product-card {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  border-right: none;
}
.p-wood-list__row .c-product-card__caption {
  margin-top: 2.1875rem;
  margin-bottom: 0;
}

.map-btn {
  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;
  gap: 8px;
  background-color: #008982;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 23px;
  border-radius: 9999px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.map-btn:hover {
  color: #fff;
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.map-btn i {
  font-size: 14px;
}

.img-bdr {
  border-radius: 10px;
}

/*******************************
max-width:1550px
*******************************/
@media (max-width: 1550px) {
  .c-drawer__footer-right {
    padding-right: 6%;
  }
  .c-drawer__footer {
    grid-template-columns: 20vw 1fr 1fr 1fr;
  }
  .p-top-works .c-scroll-container__inner .c-card {
    width: calc((100% - 1.5rem) / 4);
    max-width: 360px;
  }
}
/*******************************
max-width:1550px
*******************************/
@media (max-width: 1550px) {
  .c-header__menu-group {
    margin-right: 2.8%;
  }
  .c-nav__link {
    font-size: 15px;
  }
  .c-header {
    padding-left: 0.8%;
  }
  .c-drawer__footer-right {
    padding-right: 6%;
  }
  .c-drawer__footer-center {
    padding: 0 6%;
  }
  .c-drawer__footer {
    gap: 28px;
  }
  .c-drawer__footer {
    grid-template-columns: 22% 22% 1fr 1fr;
  }
  .c-drawer__action-item .c-button--block {
    font-size: 18px;
  }
  .c-drawer__tel-number,
  .c-drawer__fax-number {
    font-size: 38px;
  }
}
/*******************************
max-width:1530px
*******************************/
@media (max-width: 1530px) {
  .c-header__menu-group {
    margin-right: 1.1%;
  }
  .c-drawer__footer {
    gap: 20px;
  }
  .c-drawer__footer .c-button--block {
    min-width: 0;
  }
}
/*******************************
max-width:1500px
*******************************/
@media (max-width: 1500.98px) {
  .c-header__logo {
    font-size: 1.85vw;
  }
  .c-header__menu-group {
    height: 60px;
    margin-right: 0.8%;
  }
  .c-header__toggle {
    width: 60px;
    height: 60px;
  }
  .c-nav__link,
  .c-link-list__text,
  .c-mega-card__title {
    font-size: 14px;
  }
  .c-drawer {
    width: 98%;
  }
}
/*******************************
max-width:1460px
*******************************/
@media (max-width: 1460.98px) {
  .c-header__logo {
    font-size: 1.83vw;
  }
  .call-info-tel {
    padding-right: 1.2rem;
  }
  .c-header__menu-group {
    height: 60px;
    margin-right: 0.7%;
  }
  .c-nav__link,
  .c-link-list__text,
  .c-mega-card__title {
    font-size: 13.8px;
  }
}
/*******************************
max-width:1424px
*******************************/
@media (max-width: 1424px) {
  .c-nav__list {
    gap: 18px;
  }
  .faq .p-page-header,
  .privacy-policy .p-page-header {
    background: url(assets/images/sp/mv_sp_05.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
/*******************************
max-width:1366px
*******************************/
@media (max-width: 1366.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .c-header__menu-group {
    margin-right: 2%;
    gap: 8px;
  }
  .call-info-tel {
    padding-right: 10px;
  }
  .call-info-mail,
  .c-drawer__license,
  .c-drawer__address,
  .c-drawer__tel-hours {
    font-size: 14px;
  }
  .call-info {
    padding-left: 1rem;
    gap: 0px 8px;
  }
  .c-nav__list {
    gap: 14px;
  }
  .c-card-link {
    width: 100%;
  }
  .p-top-intro__container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .c-footer__box {
    padding: 40px 3% 40px 4%;
    width: 100%;
    gap: 4%;
  }
  .c-footer__info {
    width: 30%;
  }
  .c-drawer__tel-number,
  .c-drawer__fax-number {
    font-size: 34px;
  }
  .c-drawer__contact-label,
  .c-drawer__action-label,
  .c-drawer__company-name {
    font-size: 18px;
  }
  .c-cta-box,
  .p-top-shop .c-container .c-cta-box {
    padding: 30px 4%;
  }
  .c-cta-box__content {
    padding-right: 0px;
    max-width: 40%;
  }
  .c-cta-box__content .c-cta-box__text br {
    display: none;
  }
  .p-top-shop .col-lg-6 {
    width: 51.5%;
    padding-right: 1rem;
  }
  .p-top-hero {
    min-height: 51vw;
  }
  .p-top-works .c-scroll-container__inner .c-card {
    width: calc((100% - 1.5rem) / 3);
    max-width: 360px;
  }
  .p-top-works .c-scroll-container__inner .c-card {
    width: calc((100% - 1.5rem) / 3);
    max-width: 360px;
  }
  .p-top-blog .c-scroll-container__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-blog .c-scroll-container__inner .c-card {
    width: calc((100% - 1.5rem) / 2);
    max-width: unset;
  }
}
/*******************************
max-width:1298px
*******************************/
@media (max-width: 1298.98px) {
  .p-top-hero {
    min-height: 61vw;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 96%;
  }
  .c-header__menu-group {
    margin-right: 0.5%;
    height: 56px;
  }
  .c-header__logo {
    font-size: 1.8vw;
  }
  .c-header__toggle {
    width: 56px;
    height: 56px;
  }
  .c-side-cta__trigger {
    max-width: 54px;
  }
  .c-nav__link,
  .c-link-list__text,
  .c-mega-card__title {
    font-size: 13px;
  }
  .c-nav__list {
    gap: 12.5px;
  }
  .call-info-mail::before {
    width: 27px;
    height: 27px;
  }
  .call-info-tel {
    padding-right: 6px;
  }
  .c-drawer__footer {
    grid-template-columns: 21% 23% 1fr 1fr;
    padding-right: 1%;
  }
}
/*******************************
max-width:1200px
*******************************/
@media (max-width: 1200.98px) {
  .c-header__menu-group {
    height: 54px;
  }
  .p-top-hero {
    min-height: 66vw;
  }
  .c-side-cta__trigger {
    font-size: 14px;
    width: 46px;
    padding: 30px 10px;
  }
  .c-side-cta.is-open .c-side-cta__panel {
    font-size: 14px;
  }
  .c-side-cta__inner {
    padding: 20px 22px;
  }
  .c-card-link__body h3 {
    font-size: 22px;
  }
  .c-header__menu-group {
    padding: 0 1rem;
  }
  .c-header__toggle {
    margin-right: 0.5%;
    width: 54px;
    height: 54px;
  }
  .c-header__logo {
    font-size: 1.8vw;
  }
  .call-info {
    gap: 0px 10px;
  }
  .call-info-mail {
    padding: 5px 11px 5px 3px;
    width: 158px;
  }
  .call-info-tel {
    padding-right: 4px;
  }
  .c-drawer__contact-label,
  .c-drawer__action-label,
  .c-drawer__company-name,
  .c-drawer__action-item .c-button--block {
    font-size: 17px;
  }
  .c-drawer__tel-number,
  .c-drawer__fax-number {
    font-size: 32px;
  }
  .c-drawer__footer {
    padding: 2%;
  }
}
/*******************************
max-width:1184px
*******************************/
@media (max-width: 1184px) {
  .c-header__inner {
    margin-top: 1rem;
  }
  .c-header__logo {
    width: 100%;
    font-size: 2.5vw;
    margin-bottom: 0.5rem;
  }
  .c-nav__link,
  .c-link-list__text,
  .c-mega-card__title {
    font-size: 16px;
  }
  .c-nav__list {
    gap: 26px;
  }
  .c-header__menu-group {
    margin-right: 4.9%;
  }
  .c-footer__info {
    padding-right: 5%;
  }
  .c-footer__nav-area {
    gap: 8px;
  }
}
/*******************************
max-width:1112px
*******************************/
@media (max-width: 1112px) {
  .p-top-hero {
    min-height: 73vw;
  }
  .c-header__menu-group {
    margin-right: 2%;
  }
  .c-nav__link,
  .c-link-list__text,
  .c-mega-card__title {
    font-size: 14px;
  }
  .c-megamenu__inner {
    width: 90%;
  }
  .c-drawer__tel-number,
  .c-drawer__fax-number {
    font-size: 30px;
  }
  .c-button--block::before {
    content: url(assets/images/mail_icon.svg);
    width: 24px;
    height: 24px;
  }
  .c-drawer {
    width: 100%;
  }
  .c-product-card__title {
    font-size: 20px;
  }
  .p-top-news__grid {
    gap: 104px;
  }
  .c-cta-box,
  .p-top-shop .c-container .c-cta-box {
    padding: 30px 3%;
  }
  .c-cta-box__content {
    padding-right: 0px;
    max-width: 33%;
  }
  .c-cta-box__label {
    font-size: 22px;
  }
  .c-card-link__body h3 {
    font-size: 20px;
  }
  .online-shop-box.c-cta-box__content {
    max-width: 50%;
  }
  .text-box,
  .img-box {
    width: 100%;
  }
  .p-company-message__figure {
    text-align: center;
  }
  .company-vision .justify-content-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/*******************************
max-width:1024px
*******************************/
@media (max-width: 1024px) {
  .p-top-hero {
    min-height: 76vw;
  }
  .c-nav__list {
    gap: 17px;
  }
  .c-card-link__body h3,
  .c-product-card__title,
  .c-button {
    font-size: 18px;
  }
  .c-section-heading__ja {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  .c-filter-tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-news .fa-solid,
  .p-top-news .fas {
    font-size: 24px;
  }
}
/*******************************
max-width:993px
*******************************/
@media (min-width: 993px) {
  .on-pc {
    display: block;
  }
  .on-sp {
    display: none;
  }
}
/*******************************
max-width:992px
*******************************/
@media (max-width: 992px) {
  .on-pc {
    display: none;
  }
  .on-sp {
    display: block;
  }
  .c-header__menu-group {
    display: none;
  }
  .c-header__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(0.75rem, 3.25vw, 1.75rem);
  }
  .c-drawer {
    width: 100%;
    max-width: 100%;
  }
  .c-drawer__menu {
    grid-template-columns: 1fr;
  }
  .c-drawer__close {
    top: 2rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
  .c-drawer__footer {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .c-drawer__footer-center {
    border-left: none;
    border-right: none;
    border-top: 1px dotted #008982;
    border-bottom: 1px dotted #008982;
    padding: 1.5rem 0;
  }
  .c-drawer__footer-right {
    border-right: none;
    padding-right: 0;
  }
  .c-drawer__action-item {
    max-width: 100%;
  }
  .c-drawer__inner {
    padding: 2rem 2rem 2rem;
  }
  .p-top-intro {
    padding: 0 3%;
  }
  .p-top-intro__container {
    padding: 3%;
  }
  .p-top-intro__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-section-heading__ja {
    font-size: 30px;
  }
  .p-top-works {
    background-color: #EDF6F2;
    padding: 8% 0 10%;
  }
  .c-section-heading__en {
    font-size: 20px;
  }
  .p-top-works__header {
    padding: 0 2%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-works .c-section-heading {
    text-align: left;
  }
  .p-top-works .c-scroll-container__inner .c-card {
    width: calc((100% - 1.5rem) / 2);
    max-width: 360px;
  }
  .p-top-about {
    padding: 55% 0 1rem;
    background: url(assets/images/top/about-illustration_sp.png) 50% 5% no-repeat;
    background-size: contain;
  }
  .p-top-about__lead {
    font-size: 18px;
  }
  .p-top-about__image {
    max-width: 80%;
    margin: 0 auto;
  }
  .p-top-gallery__row {
    height: 37vw;
  }
  .p-top-product {
    padding: 33% 0 5%;
    background: url(assets/images/bg_product.png) 100% -10% no-repeat;
    background-size: 575px;
  }
  .c-product-card {
    width: 50%;
    height: 360px;
  }
  .p-top-product__feature-grid {
    padding-top: 5%;
    -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;
  }
  .c-product-feature {
    width: 80%;
  }
  .c-product-feature__body {
    padding: 0 0 3rem;
  }
  .p-top-product__grid {
    margin-bottom: 0;
  }
  .p-top-blog__header {
    padding: 0 2%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .p-top-blog {
    padding-bottom: 0;
    background: #EDF6F2 url(assets/images/top/bg_blog_sp.png) 50% 15% no-repeat;
    background-size: contain;
  }
  .p-top-blog .c-button--primary {
    margin-top: 10%;
  }
  .p-top-news {
    padding: 100px 0 0;
  }
  .p-top-news .c-container {
    width: 100%;
    max-width: 88%;
    background-color: #fff;
    border-top-right-radius: 50px;
    padding: 10% 4%;
  }
  .p-top-news .fa-solid,
  .p-top-news .fas {
    font-size: 28px;
  }
  .p-top-news__meta {
    margin-bottom: 1rem;
  }
  .p-top-news__cta.on-sp {
    text-align: center;
    margin-top: 5rem;
  }
  .p-top-news .c-section-heading {
    margin-bottom: 0;
  }
  .p-top-news__grid {
    display: block;
  }
  .p-top-news__header {
    margin-bottom: 1rem;
  }
  .c-cta-box,
  .p-top-shop .c-container .c-cta-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cta-box > div,
  .p-top-shop .c-container .c-cta-box > div {
    padding-bottom: 2rem;
    border-bottom: 1px dotted #008982;
  }
  .p-top-blog {
    padding-top: 26%;
    background: #EDF6F2 url(assets/images/top/bg_blog_sp.png) 50% -95% no-repeat;
    background-size: contain;
  }
  .c-cta-box__content,
  .c-cta-box__label,
  .c-cta-box > div,
  .p-top-shop .c-container .c-cta-box > div {
    margin-bottom: 2rem;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .c-cta-box__content:last-child,
  .c-cta-box__label:last-child,
  .c-cta-box > div:last-child,
  .p-top-shop .c-container .c-cta-box > div:last-child {
    border: none;
    margin-bottom: 0;
  }
  .p-top-bottom-cta .c-cta-box__content .c-section-heading {
    text-align: center;
  }
  .p-top-bottom-cta .c-button--block {
    max-width: 330px;
  }
  .p-top-bottom-cta .c-tel-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-contact,
  .p-top-shop {
    padding: 13% 2%;
  }
  .c-cta-box > div,
  .p-top-shop .c-container .c-cta-box > div {
    border-right: none;
  }
  .c-footer__info {
    padding-right: 0;
    border-right: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-page-header {
    height: auto;
    margin-top: 0;
  }
  .p-page-header-i {
    height: 73vw;
    margin-top: 0;
    padding: 0 4%;
    background-size: cover;
  }
  .about-us .p-page-header {
    background: url(assets/images/mv_02.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-top: 0;
  }
  .p-top-blog {
    padding-top: 26%;
    background: #EDF6F2 url(assets/images/top/bg_blog_sp.png) 0 -10rem no-repeat;
    background-size: 836px;
  }
  .category-construction-example .p-page-header {
    background: url(assets/images/mv_01.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-top: 0;
  }
  .faq .p-page-header,
  .privacy-policy .p-page-header {
    background: url(assets/images/sp/mv_sp_05.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .p-page-header__content .p-page-header__title .ja {
    font-size: 48px;
  }
  article.p-about-us .p-intro {
    padding-bottom: 0;
  }
  .p-intro__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2%;
  }
  article.p-about-us .p-intro__col-image {
    margin-left: 0;
    width: 88%;
    margin: 0 auto;
  }
  article.p-about-us .p-title-section {
    /* padding-top: 2%; */
    padding-bottom: 2rem;
  }
  article.p-about-us .p-products,
  article.p-about-us .p-content-section_02,
  article.p-about-us .p-products,
  article.p-about-us .p-content-section_02 {
    padding-bottom: 8%;
  }
  article.p-about-us .c-section-cta {
    text-align: center;
  }
  .c-footer__box {
    width: 96%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* border-bottom: 1px dotted #393939; */
  }
  article.p-about-us .p-intro__col-text {
    max-width: 100%;
    width: 100%;
  }
  .c-footer__nav-area {
    width: 100%;
    border-top: 1px dotted #008982;
    padding-top: 1.5rem;
  }
  .c-footer__nav-col {
    min-width: 160px;
    width: 304px;
    margin: 0 auto;
    max-width: 100%;
  }
  #menu-side-nav {
    padding-left: 0;
  }
}
/*******************************
max-width:880px
*******************************/
@media (max-width: 880px) {
  .c-section-heading__ja {
    font-size: 28px;
  }
  .c-drawer__contact-label,
  .c-drawer__action-label,
  .c-drawer__company-name,
  .c-drawer__action-item .c-button--block {
    font-size: 20px;
    max-width: 330px;
  }
  .c-drawer__social a {
    font-size: 54px;
  }
  .c-drawer__tel-number,
  .c-drawer__fax-number {
    font-size: 40px;
  }
  .c-drawer__footer-left,
  .c-drawer__footer-center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .c-drawer__inner {
    padding: 23px 1.5rem 2rem;
  }
  .c-drawer__close {
    top: 13px;
  }
  .c-drawer__link-text {
    font-size: 1rem;
  }
  .p-page-header-i {
    height: 73vw;
    margin-top: 0;
    padding: 0 3%;
  }
  .mb-200 {
    margin-bottom: 10%;
  }
  .page .c-section-heading {
    text-align: left;
    margin-bottom: 2%;
  }
  .text-box,
  .img-box {
    width: 100%;
    margin-bottom: 1rem;
  }
  article .detail-area__bg-text {
    font-size: 9.2vw;
  }
  .p-bulletin-board .c-product-card .l-box,
  .school-public .c-product-card .l-box {
    max-width: 100%;
    width: 88%;
    margin: 0 auto;
  }
  .p-bulletin-board .c-product-card .r-box,
  .school-public .c-product-card .r-box {
    margin-left: 0;
    max-width: 100%;
    width: 88%;
    margin: 0 auto;
  }
}
/*******************************
max-width:768px
*******************************/
@media (max-width: 768px) {
  .c-drawer__inner {
    padding: 4rem 1.5rem 2rem;
  }
  .c-drawer__logo {
    font-size: 1.25rem;
  }
  .c-drawer__footer {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .c-drawer__company-name {
    font-size: 18px;
  }
  .c-drawer__contact-label, .c-drawer__action-label {
    font-size: 18px;
  }
  .c-drawer__tel-number, .c-drawer__fax-number {
    font-size: 32px;
  }
  .c-drawer__footer-center {
    padding: 1.5rem 0;
  }
  .c-footer__prod-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mw_wp_form h3 {
    font-size: 18px;
  }
  .mw_wp_form .form-label,
  .mwform-checkbox-field-text,
  .form-control {
    font-size: 15px;
  }
  .mw_wp_form p {
    font-size: 15px;
  }
  .card-body.p-50.p-md-5 {
    padding: 6%;
  }
  .card-body.p-50 {
    padding: 10% 6%;
  }
  .p-top-works .c-scroll-container__inner .c-card {
    width: calc(100% - 1.5rem);
    max-width: 560px;
  }
  .p-top-blog .c-scroll-container__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-blog .c-scroll-container__inner .c-card {
    width: calc(100% - 1.5rem);
    max-width: 560px;
  }
}
/*******************************
max-width:668px
*******************************/
@media (min-width: 668px) {
  .p-intro__bg_image {
    display: none;
  }
}
/*******************************
max-width:667px
*******************************/
@media (max-width: 667px) {
  article.p-about-us .p-intro {
    background: none;
  }
  .p-intro__bg_image {
    display: block;
  }
  .c-drawer__inner {
    padding: 7%;
  }
  .c-header__logo a {
    font-size: 20px;
  }
  .c-header__toggle {
    width: 50px;
    height: 50px;
  }
  .call-info-mail,
  .c-drawer__license,
  .c-drawer__address,
  .c-drawer__tel-hours {
    font-size: 16px;
  }
  .c-drawer__contact-label,
  .c-drawer__action-label {
    font-size: 16px;
  }
  .c-drawer__tel-number,
  .c-drawer__fax-number {
    font-size: 40px;
  }
  .c-drawer__tel-number i,
  .c-drawer__fax-number i {
    font-size: 1rem;
    border-radius: 50px;
    background-color: #008982;
    width: 33px;
    color: #fff;
  }
  .c-drawer__contact-label,
  .c-drawer__action-label,
  .c-drawer__company-name,
  .c-drawer__action-item .c-button--block {
    font-size: 1rem;
  }
  .p-top-hero__title {
    font-size: 28px;
  }
  .p-top-hero__lead,
  .c-card-link__body h3,
  .c-product-card__title,
  .c-button {
    font-size: 16px;
  }
  .c-header__inner {
    margin-top: 0rem;
  }
  .c-section-heading__ja {
    font-size: 22px;
  }
  .p-top-intro__text {
    text-align: left;
    font-size: 18px;
  }
  .p-top-intro__text br {
    display: none;
  }
  .c-card-link__body h3,
  .c-product-card__title {
    font-size: 20px;
  }
  .c-product-card__title {
    padding: 0;
  }
  .p-top-intro__container {
    margin-bottom: 9rem;
  }
  .p-top-works .c-filter-tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-section-heading__en,
  .c-filter-tags__tag,
  .p-top-about__content .c-section-heading__en,
  .c-product-feature__text {
    font-size: 14px;
  }
  .p-top-about__image {
    max-width: 94%;
    margin: 0 auto;
  }
  .c-section-heading {
    text-align: center;
    margin-bottom: 1rem;
  }
  .p-top-product .c-product-card {
    width: 50%;
    height: auto;
    display: block;
    padding: 3%;
  }
  .p-top-product {
    padding: 33% 0 5%;
    background: url(assets/images/bg_product.png) 100% -9% no-repeat;
    background-size: 343px;
  }
  .c-product-card__title {
    font-size: 15px;
  }
  .c-product-feature__body,
  .c-product-feature {
    width: 100%;
  }
  .p-top-product__feature-grid {
    border-right: 1px dotted #008982;
    border-left: 1px dotted #008982;
    border-bottom: 1px dotted #008982;
    padding: 3%;
  }
  .c-product-feature__title {
    font-size: 15px;
    margin: 0;
  }
  .c-product-card__footer {
    position: relative;
    right: -12px;
  }
  article.p-about-us .p-products .p-grid .c-product-card__footer {
    margin-right: -12px;
  }
  .p-top-blog__header {
    margin-bottom: 2%;
  }
  .p-top-blog {
    padding-top: 26%;
    background: #EDF6F2 url(assets/images/top/bg_blog_sp.png) 50% -11vw no-repeat;
    background-size: contain;
  }
  .p-top-news__title {
    font-size: 16px;
  }
  .c-cta-box > div,
  .p-top-shop .c-container .c-cta-box > div {
    margin-right: 0;
  }
  .c-tel-link {
    font-size: 32px;
  }
  .c-cta-box__content,
  .c-cta-box__label,
  .c-cta-box > div,
  .p-top-shop .c-container .c-cta-box > div {
    margin-bottom: 1rem;
  }
  .p-top-bottom-cta .c-cta-box__content .c-section-heading {
    text-align: left;
  }
  .c-cta-box,
  .p-top-shop .c-container .c-cta-box {
    padding: 30px 7%;
  }
  .c-footer {
    padding-top: 20%;
    background-size: 83%;
  }
  .p-top-gallery__row {
    height: 200px;
  }
  .c-cta-box,
  .p-top-shop .c-container .c-cta-box {
    margin: 0 auto;
  }
  .p-top-bottom-cta .c-button--block {
    width: 100%;
  }
  .c-footer__copyright {
    margin-top: 3rem;
  }
  article.p-about-us .p-intro {
    padding-top: 8%;
  }
  article.p-about-us .p-intro__col-text {
    padding: 0 2%;
  }
  article.p-about-us .p-intro__col-image {
    width: 100%;
  }
  article.p-about-us .p-intro {
    background: none;
  }
  article.p-about-us .p-title-section {
    padding-top: 12%;
  }
  article.p-about-us .p-title-section h2 {
    text-align: left;
  }
  .mb-200 {
    margin-bottom: 8%;
  }
  .faq-heading {
    margin-bottom: 1rem;
  }
}
/*******************************
max-width:576px
*******************************/
@media (max-width: 576px) {
  .c-button--block {
    width: 100%;
    min-width: auto;
  }
  .p-top-hero {
    padding: 80px 4px 0;
    min-height: 140vw;
  }
  .p-page-header__content {
    padding: 0 4%;
  }
  .p-page-header__content .p-page-header__title .ja {
    font-size: 28px;
  }
  .p-page-header__title .en {
    font-size: 16px;
  }
  .wp-singular .p-article {
    padding-top: 1rem;
  }
  .cvbtn {
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
  .cvbtn.cvbtn_1 {
    font-size: 16px;
  }
}
.p-article.p-wood-furniture {
  background-color: #fff;
}

.p-contact .text-primary {
  color: #008982 !important;
}

/*******************************
max-width:575px
*******************************/
@media (max-width: 575px) {
  .container .page-nav {
    padding: 0;
    margin: 27px auto 42px;
    border-radius: 5px;
    width: calc(100% - 40px);
    margin: 27px auto 42px;
  }
  .container .page-nav .c-header__menu-group {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0;
    padding: 18px 14px;
  }
  .container .page-nav .page-nav-link {
    width: 100% !important;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container .page-nav .page-nav-link + .page-nav-link {
    border-top: 1px dashed #008982;
    padding-top: 0.5rem;
  }
  article .detail-area__point {
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
  }
  article .detail-area__point-label, article .detail-area__point-body {
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
  }
  article .detail-area__point-label {
    display: inline-block;
    padding: 6px 14px;
  }
  article .detail-area__point-label + .detail-area__point-body {
    margin-top: -10px;
  }
  article .detail-area__point-body {
    display: block;
    width: 100%;
    max-width: 333px;
    padding: 15px 1em 10px;
    background-color: #fff;
    word-break: keep-all;
  }
  article .detail-area h3 {
    font-size: 1.125rem;
  }
  article .detail-area h4.fs-5 {
    font-size: 1rem !important;
  }
  article .detail-area h5.fs-5 {
    font-size: 1.25rem !important;
  }
  .p-bulletin-viewbord__item .bg-white.d-inline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-btn-primary {
    width: 100%;
    max-width: 450px;
  }
  .gallery__header {
    font-size: 22px;
  }
  .variation_color.column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .variation_color.column > div {
    width: calc((100% - 16px) / 3);
  }
  .variation_color.column > div img {
    width: 100%;
  }
  .p-company .company-outline__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-company .company-outline__term {
    width: 78px;
    white-space: nowrap;
  }
  .p-company .company-outline__desc {
    width: calc(100% - 94px);
  }
  .p-company .company-outline.mb-200 {
    margin-bottom: 75px;
  }
  .p-company .company-map .map-adr {
    font-size: 0.875rem;
  }
  .p-company .company-map.mb-200 {
    margin-bottom: 90px;
  }
  .p-company .company-vision.mb-200 {
    margin-bottom: 100px;
  }
  .p-company .p-vision .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company .p-vision.mb-200 {
    margin-bottom: 161px;
  }
  .p-faq .faq-section {
    margin-bottom: 45px;
  }
  .p-faq .faq-heading {
    margin-bottom: 20px;
  }
  .p-faq .faq-qa-item.mb-5 {
    margin-bottom: 20px !important;
  }
  .p-faq .faq-icon-q,
  .p-faq .faq-icon-a {
    font-size: 32px;
    margin-right: 7px;
  }
  body.school-public .p-school-public {
    padding-bottom: 5rem;
  }
  body.school-public .p-school-public h2 {
    font-size: 22px;
  }
  body.school-public .p-school-public .p-company {
    margin-bottom: 42px;
  }
  body.school-public .p-school-public .p-company .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
  body.school-public .p-school-public .p-company .row .col-lg-5,
  body.school-public .p-school-public .p-company .row .col-lg-7 {
    width: 100%;
  }
  body.school-public .p-school-public .p-company .row h3 {
    font-size: 1.125rem;
  }
  body.school-public .p-school-public .p-intro {
    margin-bottom: 80px;
  }
  body.school-public .p-school-public .p-intro .intro-img {
    margin-bottom: 24px;
  }
  body.school-public .p-school-public .p-intro .p-intro_donyu.mb-180 {
    margin-bottom: 86px;
  }
  body.school-public .p-school-public .p-intro div.text-center p {
    text-align: left;
  }
  body.school-public .p-school-public .p-intro .row {
    gap: 16px;
  }
  body.school-public .p-school-public .p-usage-types {
    margin-bottom: 100px;
  }
  body.school-public .p-school-public .p-usage-types .row.g-5 {
    gap: 16px !important;
  }
  body.school-public .p-school-public .p-usage-types .row > * {
    margin-top: 0;
  }
  body.school-public .p-school-public .c-card h4 {
    font-size: 1rem;
  }
  body.school-public .p-school-public .p-bulletin-viewbord__item-color {
    margin-top: 15px;
  }
  body.school-public .p-school-public .c-point-area .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.school-public .p-school-public .c-point-area .row > * {
    font-size: 15px;
  }
  body.school-public .p-school-public .c-point-area .c-point-area-ttl {
    margin: 0 auto;
  }
  body.school-public .p-school-public .type-box .row {
    gap: 16px;
  }
  body.school-public .p-school-public .c-wh-box ul {
    font-size: 1rem;
    padding-left: 0;
  }
  body.school-public .p-school-public .c-wh-box ul li {
    text-align: left;
  }
  body.school-public .p-school-public .c-wh-box ul li:first-of-type {
    margin-bottom: 1em;
  }
  body.school-public .p-school-public .c-wh-box ul li:last-of-type {
    margin-top: 1em;
  }
  .p-office .p-hero {
    margin-bottom: 65px;
  }
  .p-office .p-hero .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-office-cta > .p-5 {
    padding: 100px 14px !important;
  }
  .p-office-cta .bg-white .text-uppercase,
  .p-office-cta .bg-white .fs-3 {
    text-align: left;
  }
  .p-office-cta .bg-white .c-button {
    padding: 10px 24px;
  }
  .p-office-caption .badge {
    font-size: 20px;
  }
  .p-office .detail-area h2 {
    font-size: 2.625rem;
  }
  #whiteboard .detail-area__point-label + .detail-area__point-body {
    margin-top: 0;
  }
  #whiteboard .detail-area__point-body {
    padding-top: 10px;
  }
  #whiteboard h3.text-center {
    word-break: keep-all;
  }
  #electronic h3 {
    word-break: keep-all;
  }
  #electronic h3.py-2 {
    padding-bottom: 0 !important;
  }
  #electronic h3.py-2 + .my-5 {
    margin-top: 0 !important;
  }
  #electronic .row:has(.p-office-caption) {
    gap: 24px;
  }
  .p-digital-blackboard .pb-5 h3.text-center:first-of-type {
    text-align: left !important;
  }
  .p-digital-blackboard .p-demo-contact {
    padding: 100px 5%;
    background-size: cover;
    margin-bottom: 0;
  }
  .p-construction-blackboard {
    padding-bottom: 42px;
  }
  .p-construction-blackboard .p-rich-types .c-lead-text {
    color: #393939;
  }
  .p-construction-blackboard .c-section-heading .gallery__header {
    margin-top: 56px;
  }
  .p-construction-blackboard .p-construction-images .c-section-heading .gallery__header {
    margin-top: 95px;
    margin-bottom: 45px;
  }
  .p-construction-blackboard .p-handheld__board,
  .p-construction-blackboard .p-handheld__feature-image {
    background-color: #fff;
  }
  .p-construction-blackboard .p-handheld__board img,
  .p-construction-blackboard .p-handheld__feature-image img {
    margin: 0 auto;
  }
  .p-construction-blackboard .p-construction-images__grid,
  .p-construction-blackboard .p-materials__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-construction-blackboard .p-materials__item {
    width: 100%;
  }
  .p-construction-blackboard .p-materials__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-construction-blackboard .p-materials__images figure {
    width: 100%;
  }
  article.p-a-signboard .p-signboard-hero h1.c-section-heading {
    text-align: left;
  }
  article.p-a-signboard .p-signboard-needs .row.g-4 {
    gap: 20px;
  }
  article.p-a-signboard .p-signboard-needs .row.g-4 .col-md-4 {
    margin: 0;
  }
  article.p-a-signboard .p-signboard-needs .row.g-4 .c-need-card {
    padding: 18px 20px;
  }
  article.p-a-signboard .p-signboard-needs .row.g-4 .c-need-card p {
    font-size: 1.125rem;
  }
  article.p-a-signboard .p-signboard-cta .c-section-heading__ja {
    text-align: left;
  }
  article.p-a-signboard .p-signboard-purchase .row.g-4 {
    gap: 42px;
  }
  article.p-a-signboard .c-section-heading__ja {
    font-size: 22px;
    padding: 10px;
  }
  .p-office-whiteboard .p-signboard-hero h3.text-center {
    text-align: left !important;
  }
  .p-wall-whiteboard #whiteboard {
    margin-top: 42px;
  }
  .p-wall-whiteboard_benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .p-wall-whiteboard_benefit .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-wall-whiteboard_benefit .d-flex .badge {
    line-height: 2.46;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    max-width: 280px;
  }
  .p-wall-whiteboard_benefit .d-flex.gap-4, .p-wall-whiteboard_benefit .d-flex.gap-3 {
    gap: 8px !important;
  }
  .p-wall-whiteboard_benefit.pb-5 {
    padding-bottom: 0 !important;
  }
  article.p-viewboard {
    padding-bottom: 3rem;
  }
  article.p-viewboard .p-construction .gallery_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 46px;
  }
  article.p-viewboard .p-construction .gallery_grid_item {
    width: 100%;
  }
  .p-bulletin-board .c-product-card,
  .school-public .c-product-card {
    height: auto;
  }
  .p-bulletin-board .c-product-card .row-cols-4 > *,
  .school-public .c-product-card .row-cols-4 > * {
    width: calc((100% - 16px) / 3);
  }
  article.p-bulletin-board .detail-area {
    margin-bottom: 0;
  }
  .p-uv-printing {
    padding-bottom: 3rem;
  }
  .p-uv-printing .p-uv-construction h2.gallery__header {
    margin-top: 0;
  }
  .p-uv-printing .c-service-box {
    margin-top: 108px;
    padding: 125px 14px;
    background-size: cover;
  }
  .p-accessories .accessories-hero .c-cta-contact {
    margin-top: 40px;
  }
  .p-accessories .accessories-hero .c-cta-contact .c-button {
    font-size: 1rem;
    padding: 10px 24px;
  }
  .p-accessories-list .gap-btm {
    gap: 46px;
  }
  .p-wood-furniture .p-wood-actions a {
    white-space: nowrap;
  }
  .p-wood-furniture .p-wood-list .c-section-heading {
    margin-bottom: 46px;
  }
  .p-wood-furniture .p-wood-list__row {
    gap: 46px;
  }
  .p-wood-furniture .p-wood-list__row .c-product-card {
    height: auto;
  }
  body.repair .p-repair h3 {
    font-size: 1.125rem;
  }
  body.repair .p-repair .p-oem-hero h2 {
    font-size: 22px;
    margin: 55px auto 46px;
  }
  body.repair .p-repair .p-oem-hero h3 {
    margin-top: 35px;
  }
  body.repair .p-repair section.mt-80 {
    margin-top: 63px;
  }
  body.repair .p-repair section.mt-80 .c-wh-box ul {
    font-size: 1rem;
    padding-left: 0;
  }
  body.repair .p-repair section.mt-80 .c-wh-box ul li {
    text-align: left;
  }
  body.repair .p-repair section.mt-80 .c-wh-box ul li:first-of-type {
    margin-bottom: 1em;
  }
  body.repair .p-repair section.mt-80 .c-wh-box ul li:last-of-type {
    margin-top: 1em;
  }
  .p-original {
    padding-bottom: 3rem;
  }
  .p-original h2 {
    font-size: 22px;
  }
  .p-original h2.mt-100 {
    margin-top: 70px;
  }
  .p-original .p-oem-hero {
    margin-top: 42px;
  }
  .p-original .c-cta-contact .c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 248px;
    margin: 0 auto;
    padding: 10px 20px 15px;
  }
  .p-original .p-oem-gallery .p-oem-gallery__header {
    margin-top: 76px;
  }
  .p-article.p-oem {
    background-color: #fff;
  }
  .p-article.p-oem h2 {
    font-size: 22px;
  }
  .p-article.p-oem .p-oem-hero {
    margin-top: 42px;
    margin-bottom: 83px;
  }
  .p-article.p-oem .p-oem-examples h2 {
    margin-bottom: 32px;
  }
  .p-article.p-oem .p-oem-examples .row {
    gap: 46px;
  }
  .p-article.p-oem .p-oem-examples .row > * {
    margin-top: 0;
  }
  .p-article.p-oem .p-oem-card {
    padding-top: 50px;
    min-height: 228px;
  }
  .p-article.p-oem .p-oem-card__badge {
    font-size: 20px;
  }
  .p-article.p-oem .p-oem-features .row {
    gap: 42px;
  }
  .p-article.p-oem .p-oem-features .c-cta-contact .c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 248px;
    margin: 0 auto;
    padding: 10px 20px 15px;
  }
  .p-bulletin-board .detail-area h2 {
    font-size: 2.625rem;
  }
}