@charset "utf-8";
:root {
  --wc-main1:#93c427;
  --wc-main2:#f7faef;
  --wc-sub1:#000000;
  --wc-sub2:#000000;
}
:root {
  --wc-headHeight:80px;
  --wc-baseFontSize:16px;
  --wc-baseFontSizeSp:16px;

  --brand: #93c427;
  --brand-deep: #6fa40f;
  --text: #1f2937;
  --muted: #5f6b7a;
  --bg: #f7faef;
  --card: #ffffff;
}
@container wciBase (width < 992px) {
  #wcfront_head { --wc-headHeight:80px; }
}
@container wciBase (width < 641px) {
  #wcfront_head { --wc-headHeight:72px; }
}

:where(#wcfront_base) *, :where(#wcfront_base) *::before, :where(#wcfront_base) *::after { box-sizing: border-box; margin: 0; padding: 0; }
body :where(#wcfront_base) {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f4fbe9 0%, #f8fafc 45%, #f7faef 100%);
  line-height: 1.8;
}
:where(#wcfront_base) .container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

:where(#wcfront_base) .icon-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
}
:where(#wcfront_base) .icon-label::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  flex-shrink: 0;
}

:where(#wcfront_base) #wcfront_head {
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e5ead9;
}
:where(#wcfront_base) #wcfront_head .wcfront_head_wrap {
  padding-left: 20px;
  padding-right: 20px;
}
:where(#wcfront_base) #wcfront_head a { text-decoration: none; }
:where(#wcfront_base) #wcfront_head_logo { padding:0; height:unset; }
:where(#wcfront_base) #wcfront_head_logo > a {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-block: 6px;
  text-decoration: none !important;
}
:where(#wcfront_base) #wcfront_head_logo > a:hover { opacity: 0.85; }
:where(#wcfront_base) #wcfront_head_logo > a img {
  width: auto;
  height: 68px;
  object-fit: contain;
  flex-shrink: 0;
}
:where(#wcfront_base) #wcfront_head .header-cta {
  display: inline-flex;
  text-decoration: none;
  background: var(--brand);
  color: #fff;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
:where(#wcfront_base) #wcfront_head_btn_open { display:flex; align-items:center; }
:where(#wcfront_base) #wcfront_head_btn_open a {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d4e7ab;
  border-radius: 10px;
  background: #fff;
  color: #37560a;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
:where(#wcfront_base) #wcfront_head_btn_open a .line {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 220ms ease, opacity 220ms ease;
  top:auto;
  bottom:auto;
  left:auto;
  right:auto;
  transform-origin:unset;
  position:relative;
  transform:none;
}
#wcfront_base.open #wcfront_head_btn_open a .line.line1 { left:auto; transform: translateY(7px) rotate(45deg); }
#wcfront_base.open #wcfront_head_btn_open a .line.line2 { opacity: 0; width:18px; }
#wcfront_base.open #wcfront_head_btn_open a .line.line3 { left:auto; transform: translateY(-7px) rotate(-45deg); }
:where(#wcfront_base) .mobile-menu {
  display: none;
  border-top: 1px solid #e5ead9;
  background: rgba(255, 255, 255, 0.98);
}
:where(#wcfront_base) #wcfront_head_btn_open a .text { display:none; }
:where(#wcfront_base) #wcfront_head_main > ul > li > a {
  display: block;
  text-decoration: none;
  color: #2d4807;
  font-weight: bold;
  padding: 14px 20px;
  border-bottom: 1px solid #eef3e3;
  font-size: 14px;
}
:where(#wcfront_base) #wcfront_head_main > ul > li > a:last-child { border-bottom: 0; }
:where(#wcfront_base) section { scroll-margin-top: 90px; }
:where(#wcfront_base .sections_wrap) .wcfront_html > section:not(.hero) { background: #fff; }
:where(#wcfront_base .sections_wrap) .wcfront_html > section:nth-of-type(even):not(#jobs) { background: #fbfdf6; }

:where(#wcfront_base) #wcfront_foot {
  background: #f4fbe9;
  color: #2f4a06;
  padding: 48px 0 84px;
  margin-top: 30px;
}
:where(#wcfront_base) #wcfront_foot a { text-decoration: none; }
:where(#wcfront_base) #wcfront_foot_logo { padding:0; }
:where(#wcfront_base) #wcfront_foot_logo > a {
  width: fit-content;
  max-width: 100%;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 6px;
  margin-bottom: 14px;
  text-decoration: none !important;
}
:where(#wcfront_base) #wcfront_foot_logo > a:hover { opacity: 0.9; }
:where(#wcfront_base) #wcfront_foot_logo > a img {
  width: auto;
  height: 68px;
  object-fit: contain;
  flex-shrink: 0;
}
:where(#wcfront_base) .footer-copy { color: #5f6b7a; font-size: 12px; margin-top: 10px; }

:where(#wcfront_base) .floating-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: flex;
  gap: 8px;
}
:where(#wcfront_base) .floating-cta a {
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 14px;
  border: 2px solid #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
}
:where(#wcfront_base) .floating-cta .floating-jobs { background: #fff; color: #37560a; }
:where(#wcfront_base) .floating-cta .floating-entry { background: var(--brand); color: #fff; }

/* button hover animation */
@media (hover: hover) and (pointer: fine) {
  :where(#wcfront_base) .btn:hover,
  :where(#wcfront_base) .header-cta:hover,
  :where(#wcfront_base) .floating-cta a:hover {
    transform: translateY(-2px) scale(1.01);
    filter: brightness(1.02);
    box-shadow: 0 14px 30px rgba(28, 48, 8, 0.18);
  }
  :where(#wcfront_base) .btn:active,
  :where(#wcfront_base) .header-cta:active,
  :where(#wcfront_base) .floating-cta a:active {
    transform: translateY(0) scale(0.99);
    box-shadow: 0 10px 24px rgba(28, 48, 8, 0.14);
  }
}

@container wciBase (width < 641px) {
  :where(#wcfront_base) #wcfront_head .header-cta { display: none; }
  :where(#wcfront_base) #wcfront_head_btn_open a { display: inline-flex; }
  :where(#wcfront_base) .mobile-menu.is-open { display: block; }
  :where(#wcfront_base) #wcfront_head_logo > a {
    width: auto;
    height: auto;
  }
  :where(#wcfront_base) #wcfront_head_logo > a img {
    height: 54px;
  }

  :where(#wcfront_base) .floating-cta {
    left: 12px; right: 12px; bottom: 12px;
  }
  :where(#wcfront_base) .floating-cta a {
    flex: 1;
    text-align: center;
    border-radius: 12px;
  }
}

:where(#wcfront_base) .btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid transparent;
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
}
:where(#wcfront_base) .parts--html .btn-primary { background: var(--brand); color: #fff; text-decoration:none; }
:where(#wcfront_base) .parts--html .btn-secondary { background: #fff; color: var(--brand-deep); border-color: #d4e7ab; text-decoration:none; }
:where(#wcfront_base) .icon-plane::before {
  -webkit-mask-image: url("/common/upload/files/icons/kamihikouki.svg");
  mask-image: url("/common/upload/files/icons/kamihikouki.svg");
}
:where(#wcfront_base) .icon-search::before {
  -webkit-mask-image: url("/common/upload/files/icons/mushimegane.svg");
  mask-image: url("/common/upload/files/icons/mushimegane.svg");
}
:where(#wcfront_base) .jobs-panel .btn.icon-label {
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
}

#wcfront_foot:not(:has(#wcfront_foot_navi)) .wcfront_foot_wrap { max-width:1120px; margin:0 auto; padding:0 24px; }
#wcfront_foot2:not(:has(#wcfront_foot_navi)) { display:none; }

@container wciBase (width >= 641px) {
  #wcfront_head_btn_open { display:none; }
}
@container wciBase (width < 641px) {
  #wcfront_head_btn_open { display:flex; }
}

.wcfront_parts:not(._layout-on) .wcfront_hl._h3 { position:relative; z-index:0; text-align:center; font-size:clamp(26px, 3.2vw, 38px); line-height:1.45; margin-bottom:34px; padding-top:12px; padding-bottom:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.wcfront_parts:not(._layout-on) .wcfront_hl._h3 > * { position:relative; z-index:2; }
.wcfront_parts:not(._layout-on) .wcfront_hl._h3 .parts--title { order:2; font-size:1em; color:var(--text); }
.wcfront_parts:not(._layout-on) .wcfront_hl._h3 .parts--sub-title { display:block; margin-top:0; margin-bottom:6px; font-size:13px; letter-spacing:0.14em; text-transform:uppercase; font-family:"Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif; color:var(--brand-deep); font-weight:700; order:1; }
.wcfront_parts:not(._layout-on) .wcfront_hl._h3 .parts--sub-title_clone { z-index:1; position:absolute; top:-8px; left:50%; transform:translateX(-50%); font-size:clamp(34px, 9vw, 86px); letter-spacing:0.08em; font-weight:800; font-family:"Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif; color:rgba(111, 164, 15, 0.09); white-space:nowrap; line-height:1; z-index:-1; pointer-events:none; user-select:none; }

.parts--hl._layout001 .wcfront_hl .wcfront_parts--layout-wrap { position:relative; z-index:0; text-align:center; font-size:clamp(26px, 3.2vw, 38px); line-height:1.45; margin-bottom:34px; padding-top:12px; padding-bottom:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.parts--hl._layout001 .wcfront_hl .wcfront_parts--layout-wrap > * { position:relative; z-index:2; }
.parts--hl._layout001 .wcfront_hl .wcfront_parts--layout-wrap .parts--title { order:2; font-size:1em; color:var(--text); }
.parts--hl._layout001 .wcfront_hl .wcfront_parts--layout-wrap .parts--sub-title { display:block; margin-top:0; margin-bottom:6px; font-size:13px; letter-spacing:0.14em; text-transform:uppercase; font-family:"Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif; color:var(--brand-deep); font-weight:700; order:1; }
.parts--hl._layout001 .wcfront_hl .wcfront_parts--layout-wrap .parts--sub-title_clone { z-index:1; position:absolute; top:-8px; left:50%; transform:translateX(-50%); font-size:clamp(34px, 9vw, 86px); letter-spacing:0.08em; font-weight:800; font-family:"Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif; color:rgba(111, 164, 15, 0.09); white-space:nowrap; line-height:1; z-index:-1; pointer-events:none; user-select:none; }