@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*===============================================
# common
=================================================*/
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #2f3a33;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background-color: #fcfffd;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.top-title,
.title-low,
.ab-hero-title,
.ab-hero-en,
.kv-a-label,
.kv-a-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
  width: 100%;
}

.main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.container2 {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 1279px) {
  .container2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container2 {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.container3 {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 1279px) {
  .container3 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container3 {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.container4 {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .container4 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container4 {
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a:hover {
  opacity: 0.7;
}

:root {
  --leaf-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232f8f67' d='M27.3 4.7C18.3 5 9.7 8.2 5.8 16.6c-2.2 4.8-1 9.6 3.2 11.2 4.2 1.6 8.7-.7 10.9-5.5 1.8-3.9 2.1-8.2 1.4-12.2 2.3 2 3.7 5 3.7 8.2 0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3c0-5.4-2.6-10.3-7-13.6 2.3-.4 4.6-.6 6.8-.7V4.7z'/%3E%3C/svg%3E");
}

.top-title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 46px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 25px;
    padding-top: 40px;
  }
}
.top-title::before {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #2f8f67;
  letter-spacing: 0.12em;
  padding: 4px 16px;
  border-radius: 20px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-title::before {
    font-size: 11px;
  }
}
.top-title-news::before {
  content: "NEWS";
  left: 0;
  transform: none;
}
@media screen and (max-width: 767px) {
  .top-title-news {
    text-align: left;
    margin-bottom: 0;
  }
}
.top-title-service::before {
  content: "SERVICE";
}
.top-title-about::before {
  content: "ABOUT";
}
.top-title-recruit::before {
  content: "RECRUIT";
}
.top-title-contact {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-title-contact {
    margin-bottom: 60px;
  }
}
.top-title-contact::before {
  content: "CONTACT";
  color: #8bd3a8;
  background-color: #fff;
}
.top-title__black {
  color: #000;
}

.title-low {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-low {
    font-size: 24px;
  }
}
.title-low::before {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #2f8f67;
  letter-spacing: 0.12em;
  padding: 4px 16px;
  border-radius: 20px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .title-low::before {
    font-size: 11px;
  }
}
.title-low-about::before {
  content: "ABOUT";
}
.title-low-message::before {
  content: "MESSAGE";
}
.title-low-company::before {
  content: "COMPANY";
}
.title-low-job::before {
  content: "JOB DESCRIPTION";
}
.title-low-flow::before {
  content: "FLOW";
}
.title-low-feature::before {
  content: "FEATURE";
}
.title-low-service::before {
  content: "SERVICE";
}
.title-low-list::before {
  content: "LIST";
}
.title-low-hcabout::before {
  content: "HOMECARE";
}
.title-low-hcservice::before {
  content: "SERVICE";
}

.grecaptcha-badge {
  visibility: hidden;
}

/*===============================================
# フェードイン
=================================================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 0.9s;
}

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 0.9s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.fade {
  opacity: 0;
  transition: all 0.9s;
}

.fade.scrollin {
  opacity: 1;
}

/*===============================================
# 画像、ボタンの背景移動
=================================================*/
.mask_wrap {
  display: table;
  overflow: hidden;
  width: 0;
}

.mask-wrap .mask {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  margin-bottom: 0;
  left: -1000%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

div.colorbox {
  position: relative;
  width: 80%;
  margin: 30px auto 30px;
}

div.colorbox div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
}

div.colorbox img {
  display: block;
  width: 100%;
}

/*===============================================
# col
=================================================*/
/* col-o
================================*/
.col-o {
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.col-o::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/top/top-service-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  pointer-events: none;
}
.col-o::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .col-o {
    padding-top: 70px;
  }
}

.col-o-container {
  background: linear-gradient(180deg, #f4fbf6 0%, #eef8f1 100%);
  padding: 0 40px 96px;
  position: relative;
  z-index: 1;
  border-radius: 36px 36px 0 0;
}
@media screen and (max-width: 1023px) {
  .col-o-container {
    padding: 0 24px 72px;
  }
}
@media screen and (max-width: 550px) {
  .col-o-container {
    padding: 0 20px 60px;
  }
}
.col-o-container::before {
  display: none;
}

.col-o-inner {
  display: flex;
  max-width: 1180px;
  width: 100%;
  gap: 60px;
  margin: 0 auto;
  padding-top: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .col-o-inner {
    flex-direction: column;
    gap: 40px;
  }
}

.col-o-img {
  width: 50%;
  position: relative;
  flex-shrink: 0;
}
.col-o-img::before {
  display: none;
}
.col-o-img::after {
  display: none;
}
.col-o-img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(31, 92, 68, 0.12);
}
@media screen and (max-width: 950px) {
  .col-o-img {
    width: 100%;
  }
}

.col-o-sentence {
  text-align: left;
  flex: 1;
  padding-top: 0;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .col-o-sentence {
    margin-left: 0;
    width: 100%;
  }
}

.col-o-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  color: #1f5c44;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
  .col-o-title {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .col-o-title {
    font-size: 20px;
  }
}

.col-o-br {
  display: none;
}
@media screen and (max-width: 550px) {
  .col-o-br {
    display: block;
  }
}

.col-o-text {
  margin-top: 20px;
  text-align: left;
}
.col-o-text p {
  font-size: 15px;
  color: #516057;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .col-o-text {
    width: 100%;
  }
}

.col-o-btn-wrapper {
  text-align: left;
  margin-top: 32px;
  width: auto;
}
@media screen and (max-width: 950px) {
  .col-o-btn-wrapper {
    margin: 32px 0 0;
  }
}

.col-o-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 999px;
  background-color: #2f8f67;
  border: 1.5px solid #2f8f67;
  color: #fff;
  font-weight: bold;
  width: auto;
  letter-spacing: 0.12em;
  font-size: 16px;
  line-height: 1.2;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}
.col-o-btn::after {
  content: "→";
  display: inline-block;
  transition: transform 0.28s ease;
}
.col-o-btn:hover {
  background-color: #fff;
  color: #2f8f67;
  opacity: 1;
}
.col-o-btn:hover::after {
  transform: translateX(5px);
}

.col-o-content {
  max-width: 1180px;
  width: 100%;
  margin: 72px auto 0;
  padding: 40px 56px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #d4ecdb;
  border-left: 6px solid #8bd3a8;
  text-align: left;
  position: relative;
  z-index: 1;
  box-shadow: 0 16px 36px rgba(31, 92, 68, 0.08);
}
@media screen and (max-width: 950px) {
  .col-o-content {
    padding: 32px 28px;
  }
}
@media screen and (max-width: 550px) {
  .col-o-content {
    padding: 26px 20px;
  }
}
.col-o-content-title {
  font-size: 20px;
  font-weight: bold;
  color: #2f8f67;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
  position: relative;
}
.col-o-content-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(47, 143, 103, 0.22);
}
.col-o-content-text {
  text-align: left;
  font-size: 14px;
  color: #516057;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* col-i
================================*/
.col-i {
  background: linear-gradient(180deg, #fcfffd 0%, #f5fbf7 100%);
  margin-top: 0;
  padding: 96px 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 550px) {
  .col-i {
    padding: 60px 20px;
  }
}
.col-i::before {
  content: "ABOUT";
  position: absolute;
  bottom: -0.12em;
  right: -0.04em;
  font-size: 18vw;
  font-weight: 900;
  color: rgba(47, 143, 103, 0.06);
  letter-spacing: -0.02em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.col-i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #8bd3a8 35%, #8bd3a8 65%, transparent 100%);
  pointer-events: none;
}

.col-i-wrapper {
  display: flex;
  align-items: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  gap: 60px;
}
@media screen and (max-width: 950px) {
  .col-i-wrapper {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
  }
}

.col-i-img {
  width: 50%;
  position: relative;
  flex-shrink: 0;
}
.col-i-img::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -22px;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 217, 102, 0.55);
  border-radius: 8px;
  z-index: 0;
  pointer-events: none;
}
.col-i-img::after {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, rgba(255, 217, 102, 0.55) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  .col-i-img {
    width: 100%;
  }
  .col-i-img::before {
    top: 14px;
    left: -14px;
  }
  .col-i-img::after {
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}

.col-i-pic {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(31, 92, 68, 0.1);
}

.col-i-sentence {
  width: 50%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 950px) {
  .col-i-sentence {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-i-sentence {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}

.col-i-sentence-inner {
  text-align: left;
}

.col-i .top-title {
  color: #1f5c44;
  text-align: left;
}
.col-i .top-title::before {
  left: 0;
  transform: none;
}

.col-i-text {
  margin-top: 20px;
}
.col-i-text p {
  color: #516057;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .col-i-text {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .col-i-text {
    text-align: left;
    margin-top: 16px;
  }
}

@media screen and (max-width: 550px) {
  .col-i-br {
    display: none;
  }
}

.col-i-btn-wrapper {
  order: 0;
  margin: 32px 0 0;
  width: auto;
  overflow: visible;
}

.col-i-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 999px;
  color: #2f8f67;
  font-weight: bold;
  background-color: transparent;
  border: 1.5px solid #2f8f67;
  width: auto;
  letter-spacing: 0.12em;
  font-size: 16px;
  line-height: 1.2;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}
.col-i-btn::after {
  content: "→";
  display: inline-block;
  transition: transform 0.28s ease;
}
.col-i-btn:hover {
  background-color: #2f8f67;
  color: #fff;
  opacity: 1;
}
.col-i-btn:hover::after {
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .col-i-btn {
    margin: 0;
  }
}

/* col-j
================================*/
.col-j {
  background: linear-gradient(180deg, #f6fbf7 0%, #fcfffd 100%);
  padding: 96px 40px;
  margin-bottom: 140px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .col-j {
    margin-bottom: 80px;
  }
}
.col-j::before {
  content: "RECRUIT";
  position: absolute;
  bottom: -0.12em;
  right: -0.04em;
  font-size: 18vw;
  font-weight: 900;
  color: rgba(47, 143, 103, 0.06);
  letter-spacing: -0.02em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.col-j::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #8bd3a8 35%, #8bd3a8 65%, transparent 100%);
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .col-j {
    padding: 80px 20px;
    margin-bottom: 60px;
  }
}

.col-j-wrapper {
  display: flex;
  align-items: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  gap: 60px;
}
@media screen and (max-width: 950px) {
  .col-j-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.col-j-img {
  width: 50%;
  position: relative;
  flex-shrink: 0;
}
.col-j-img::before {
  display: none;
}
.col-j-img::after {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, rgba(91, 184, 232, 0.5) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  .col-j-img {
    width: 100%;
  }
  .col-j-img::after {
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}

.col-j-pic {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(31, 92, 68, 0.1);
}

.col-j-sentence {
  text-align: left;
  order: 0;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 950px) {
  .col-j-sentence {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-j-sentence {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}

.col-j-sentence-inner {
  text-align: left;
}

.col-j .top-title {
  color: #1f5c44;
  text-align: left;
}
.col-j .top-title::before {
  left: 0;
  transform: none;
}

.col-j-text {
  margin-top: 20px;
}
.col-j-text p {
  color: #516057;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .col-j-text {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .col-j-text {
    text-align: left;
    margin-top: 16px;
  }
}

@media screen and (max-width: 550px) {
  .col-j-br {
    display: none;
  }
}

.col-j-btn-wrapper {
  order: 0;
  margin: 32px 0 0;
  width: auto;
  overflow: visible;
}

.col-j-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 999px;
  color: #2f8f67;
  font-weight: bold;
  background-color: transparent;
  border: 1.5px solid #2f8f67;
  width: auto;
  letter-spacing: 0.12em;
  font-size: 16px;
  line-height: 1.2;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}
.col-j-btn::after {
  content: "→";
  display: inline-block;
  transition: transform 0.28s ease;
}
.col-j-btn:hover {
  background-color: #2f8f67;
  color: #fff;
  opacity: 1;
}
.col-j-btn:hover::after {
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .col-j-btn {
    margin: 0;
  }
}

/*===============================================
# post
=================================================*/
/* post-b
================================*/
.post-b {
  margin-top: 164px;
  margin-bottom: 164px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .post-b {
    margin-top: 60px;
    margin-bottom: 150px;
  }
}

.post-b-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.post-b-item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 3px solid #f7f4ee;
}
@media screen and (max-width: 767px) {
  .post-b-item {
    display: block;
    padding: 25px 0;
  }
}

.post-b-item-time {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.6666;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .post-b-item-time {
    padding-left: 0;
  }
}

.post-b-box {
  display: flex;
  align-items: center;
}

.post-b-item-category {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #8bd3a8;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 4px;
  margin-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .post-b-item-category {
    padding: 4px 12px;
  }
}

.post-b-item-title {
  padding-top: 5px;
  padding-right: 25px;
  padding-left: 64px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .post-b-item-title {
    width: 100%;
    padding: 0;
    padding-top: 8px;
  }
}
.post-b-item-title p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}

.post-b-btn-body {
  overflow: hidden;
  width: 200px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .post-b-btn-body {
    width: 130px;
  }
}

.post-b-btn {
  text-align: right;
  margin-top: 30px;
  margin-left: auto;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .post-b-btn {
    width: 130px;
  }
}
.post-b-btn a {
  margin-left: auto;
  text-align: center;
  display: block;
  font-weight: 400;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  background-color: #2f8f67;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .post-b-btn a {
    margin-left: 0;
    margin-right: auto;
    padding: 8px 0;
    width: 130px;
  }
}

/*===============================================
# cta
=================================================*/
/* cta-c
================================*/
.cta-c {
  background: linear-gradient(135deg, rgba(31, 92, 68, 0.9), rgba(47, 143, 103, 0.82)), url(../img/contact-cta-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 20px 240px;
  margin-bottom: 225px;
  text-align: center;
  position: relative;
  background-position: bottom;
}
.cta-c::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12), transparent 26%), radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.08), transparent 24%);
}
@media screen and (max-width: 767px) {
  .cta-c {
    padding-top: 80px;
    padding-bottom: 150px;
    margin-bottom: 450px;
  }
}

.cta-c-container {
  max-width: 1180px;
  width: 100%;
  padding: 70px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 32px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 28px 56px rgba(16, 51, 38, 0.18);
}
@media screen and (max-width: 550px) {
  .cta-c-container {
    padding: 70px 0 0;
  }
}
.cta-c-container::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 54px;
  left: 28px;
  top: 32px;
  background: var(--leaf-icon) no-repeat center/contain;
  opacity: 0.22;
}
@media screen and (max-width: 1023px) {
  .cta-c-container::before {
    top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cta-c-container::before {
    width: 44px;
    height: 44px;
    top: 18px;
    left: 18px;
  }
}
@media screen and (max-width: 550px) {
  .cta-c-container::before {
    width: 38px;
    height: 38px;
  }
}
.cta-c-container::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 54px;
  right: 28px;
  bottom: 30px;
  background: var(--leaf-icon) no-repeat center/contain;
  transform: rotate(180deg);
  opacity: 0.18;
}
@media screen and (max-width: 1023px) {
  .cta-c-container::after {
    bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cta-c-container::after {
    width: 44px;
    height: 44px;
    right: 18px;
    bottom: 18px;
  }
}
@media screen and (max-width: 550px) {
  .cta-c-container::after {
    width: 38px;
    height: 38px;
  }
}

.cta-c-text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cta-c-text {
    margin-top: 0;
  }
}
.cta-c-text p {
  font-size: 20px;
  font-weight: 500;
  color: #1f5c44;
}
@media screen and (max-width: 550px) {
  .cta-c-text p {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cta-c-btn-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta-c-btn-wrapper {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .cta-c-btn-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cta-c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding: 16px;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .cta-c-btn {
    width: 100%;
  }
}
.cta-c-btn + .cta-c-btn {
  margin-left: 7%;
}
@media screen and (max-width: 767px) {
  .cta-c-btn + .cta-c-btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
.cta-c-btn.-a {
  background-color: #2f8f67;
  box-shadow: 0 12px 24px rgba(47, 143, 103, 0.2);
}
.cta-c-btn.-b {
  background-color: #8bd3a8;
  color: #1f5c44;
  box-shadow: 0 12px 24px rgba(139, 211, 168, 0.24);
}
.cta-c-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.cta-c-btn.-a:hover {
  background-color: #fff;
  color: #2f8f67;
  border-color: #2f8f67;
}
.cta-c-btn.-b:hover {
  background-color: #fff;
  color: #1f5c44;
  border-color: #8bd3a8;
}
.cta-c-btn-text {
  padding-left: 20px;
  position: relative;
}
.cta-c-btn-text::before {
  position: absolute;
  font-size: 15px;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  transform: scaleX(-1);
  font-weight: 900;
}
.cta-c-btn-text-tel::before {
  content: "\f095";
}
.cta-c-btn-text-mail::before {
  content: "\f0e0";
}

.cta-c-content {
  border: solid 1px rgba(47, 143, 103, 0.2);
  border-radius: 18px;
  max-width: 424px;
  margin: 40px auto 0;
  font-size: 14px;
  padding: 14px 20px;
  background-color: #eef9f1;
  color: #506056;
}
@media screen and (max-width: 550px) {
  .cta-c-content {
    font-size: 15px;
    padding: 14px 15px;
  }
}
.cta-c-content-border {
  background: linear-gradient(transparent 60%, rgba(139, 211, 168, 0.42) 60%);
}

/*===============================================
# footer
=================================================*/
/* footer-d
================================*/
.footer-d-top {
  padding-top: 80px;
  padding-bottom: 70px;
  border-top: solid 1px rgba(47, 143, 103, 0.14);
  background: linear-gradient(180deg, #fcfffd 0%, #f4fbf6 100%);
}
@media screen and (max-width: 550px) {
  .footer-d-top {
    padding-top: 30px;
  }
}

.footer-d-content {
  display: block;
  text-align: center;
}

.footer-d-logo {
  width: 125px;
  margin: 0 auto;
}

.footer-d-address {
  font-size: 12px;
  font-weight: bold;
  margin-top: 18px;
  color: #516057;
}

.footer-d-menu-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer-d-menu-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 550px) {
  .footer-d-menu-wrapper {
    display: block;
  }
}

.footer-d-menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-d-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-d-menu {
    display: block;
  }
}
.footer-d-menu li {
  margin: 0 30px;
}
@media screen and (max-width: 1070px) {
  .footer-d-menu li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-d-menu li {
    margin: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-d-menu li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .footer-d-menu li {
    text-align: center;
    margin-top: 10px;
  }
}
.footer-d-menu li a {
  font-size: 15px;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  color: #333;
  color: #1f5c44;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .footer-d-menu li a {
    font-size: 14px;
  }
}
.footer-d-menu li a:hover {
  color: #8bd3a8;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .footer-d-menu + .footer-d-menu {
    margin-left: 50px;
  }
}
@media screen and (max-width: 550px) {
  .footer-d-menu + .footer-d-menu {
    margin: 0 auto;
  }
}

.footer-d-bottom {
  text-align: center;
}

.footer-d-copyright {
  font-size: 10px;
  margin-bottom: 18px;
  color: #6a786f;
}

/*===============================================
# header
=================================================*/
/* header-a
================================*/
.header-a {
  position: fixed;
  height: 80px;
  z-index: 100;
  width: 100%;
  padding: 0 80px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (max-width: 1380px) {
  .header-a {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1279px) {
  .header-a {
    height: 79px;
  }
}
@media screen and (max-width: 1095px) {
  .header-a {
    padding: 0 20px;
  }
}
.header-a-low {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(31, 92, 68, 0.08);
}
.header-a-top.change-color {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(31, 92, 68, 0.08);
}

.drawer-logo {
  display: none;
}
@media screen and (max-width: 1095px) {
  .drawer-logo {
    display: inline-block;
    z-index: 20000;
    width: 214px;
    position: relative;
    top: -75px;
    left: 20px;
  }
}
@media screen and (max-width: 550px) {
  .drawer-logo {
    width: 180px;
    top: -55px;
  }
}

.drawer-toggle {
  display: none;
}
@media screen and (max-width: 1095px) {
  .drawer-toggle {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    background-color: #8bd3a8;
    right: 20px;
  }
  .drawer-toggle.drawer-open {
    background-color: #fff !important;
  }
}

.drawer-hamburger {
  top: auto;
  right: 20px !important;
  background-color: #2f8f67 !important;
}

.drawer-open .drawer-humberger,
.drawer-open .drawer-toggle {
  background-color: #fff !important;
}

.drawer-hamburger-icon {
  background-color: #fff;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  margin-top: 0;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
.drawer-hamburger-icon::before {
  background-color: #fff;
  height: 4px;
  border-radius: 5px;
}
.drawer-hamburger-icon::after {
  background-color: #fff;
  height: 4px;
  border-radius: 5px;
}

.drawer-open .drawer-hamburger-icon::before {
  background-color: #8bd3a8;
}

.drawer-open .drawer-hamburger-icon::after {
  background-color: #8bd3a8;
}

.drawer-overlay {
  z-index: -1 !important;
}

.header-a-inner {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1279px) {
  .header-a-inner {
    height: 79px;
  }
}

.header-a-logo {
  width: 214px;
  margin-right: auto;
}
@media screen and (max-width: 550px) {
  .header-a-logo {
    width: 180px;
  }
}
.header-a-logo img {
  z-index: 100002;
}

.header-a-nav-item-link {
  color: #1f5c44;
  font-weight: 700;
  position: relative;
  transition: color 0.25s ease;
}
.header-a-nav-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #8bd3a8;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.header-a-nav-item-link:hover {
  color: #2f8f67;
  opacity: 1;
}
.header-a-nav-item-link:hover::after {
  transform: scaleX(1);
}

@media screen and (max-width: 1095px) {
  .drawer-menu {
    margin-bottom: 12vh;
  }
}

.drawer-sp {
  display: none;
}
@media screen and (max-width: 1095px) {
  .drawer-sp {
    display: block;
  }
}

@media screen and (max-width: 1095px) {
  .drawer-menu-sp {
    background: linear-gradient(180deg, #fcfffd 0%, #eef9f1 100%);
    height: 100%;
    position: relative;
  }
  .drawer-menu-sp::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 8vh 50vw;
    border-color: transparent transparent #fcfffd transparent;
    top: -7.95vh;
  }
}

@media screen and (max-width: 1095px) {
  .drawer-menu-sp-container {
    padding: 0 20px;
  }
}

.drawer-menu-text {
  padding-top: 30px;
  text-align: center;
  font-size: 15px;
  color: #1f5c44;
}

@media screen and (max-width: 1095px) {
  .drawer--top .drawer-nav {
    top: 0;
    left: auto;
    transition: all 0.6s;
    transform: translateX(110%);
  }
  .drawer--top.drawer-open .drawer-nav {
    left: 0;
    transition: all 0.6s;
    transform: translateX(0%);
  }
}
.drawer-nav {
  display: flex;
}
@media screen and (max-width: 1095px) {
  .drawer-nav {
    display: block;
    height: 100% !important;
    padding-top: 79px;
    background: linear-gradient(160deg, #1f5c44 0%, #2f8f67 60%, #4ea884 100%);
    overflow: scroll;
  }
}

.header-a-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1095px) {
  .header-a-nav-list {
    display: block;
    width: 100%;
  }
}

.header-a-nav-item {
  z-index: 2;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1095px) {
  .header-a-nav-item {
    text-align: center;
    margin-top: 35px;
  }
  .header-a-nav-item:nth-child(1) {
    margin-top: 0;
  }
}
.header-a-nav-item-link {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.125;
  color: #333;
  margin: 0 20px;
  padding: 0 20px;
  transition: 0.3s;
}
.header-a-nav-item-link:hover {
  color: #8bd3a8;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 1380px) {
  .header-a-nav-item-link {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .header-a-nav-item-link {
    margin: 0 10px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1095px) {
  .header-a-nav-item-link {
    font-size: 16px;
    color: #fff;
  }
}

.header-a-tel {
  display: none;
}
@media screen and (max-width: 1095px) {
  .header-a-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f8f67;
    box-shadow: 0 12px 24px rgba(47, 143, 103, 0.22);
    width: 560px;
    margin: 20px auto;
    padding: 12px 0;
    border-radius: 999px;
  }
  .header-a-tel-link {
    color: #fff;
    font-weight: bold;
  }
  .header-a-tel-icon01 {
    padding-left: 25px;
    position: relative;
  }
  .header-a-tel-icon01::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-size: 15px;
    font-weight: 900;
    left: 0;
    top: 2px;
    color: #fff;
    transform: scaleX(-1);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-a-tel {
    width: 80%;
  }
}

.header-a-contact {
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
  border: 1px solid transparent;
  width: 184px;
  padding: 8px 0;
  border-radius: 999px;
  margin: 0 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.header-a-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(74, 139, 53, 0.32);
}
.header-a-contact-link {
  color: #fff;
  font-weight: bold;
}
.header-a-contact-icon02 {
  padding-left: 25px;
  position: relative;
}
.header-a-contact-icon02::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 15px;
  font-weight: 900;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1095px) {
  .header-a-contact {
    width: 560px;
    margin: 20px auto;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .header-a-contact {
    width: 80%;
  }
}

@media screen and (min-width: 700px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.kv-a {
  background: radial-gradient(circle, rgba(47, 143, 103, 0.07) 1px, transparent 1px), linear-gradient(150deg, #fcfffd 0%, #edf8f0 58%, #f6fbf7 100%);
  background-size: 30px 30px, 100% 100%;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.kv-a::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -140px;
  top: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 211, 168, 0.32) 0%, rgba(139, 211, 168, 0) 72%);
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .kv-a {
    padding-top: 79px;
  }
}
@media screen and (max-width: 767px) {
  .kv-a {
    padding-bottom: 40px;
  }
}

.kv-a-inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 80px;
  gap: 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1380px) {
  .kv-a-inner {
    padding: 40px 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .kv-a-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .kv-a-inner {
    padding: 28px 24px 40px;
    gap: 28px;
  }
}
@media screen and (max-width: 550px) {
  .kv-a-inner {
    padding: 24px 20px 36px;
    gap: 24px;
  }
}

.kv-a-left {
  flex: 0 0 auto;
  text-align: left;
  max-width: 420px;
}
@media screen and (max-width: 1649px) {
  .kv-a-left {
    max-width: 40vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv-a-left {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.kv-a-logo {
  width: 320px;
  margin: 0 0 18px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .kv-a-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 550px) {
  .kv-a-logo {
    width: 240px;
    margin-bottom: 16px;
  }
}

.kv-a-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(47, 143, 103, 0.18);
  color: #2f8f67;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.kv-a-label::before {
  content: "";
  width: 17px;
  height: 17px;
  background: var(--leaf-icon) no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .kv-a-label {
    justify-content: center;
  }
}

.kv-a-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  color: #1f5c44;
  display: block;
  position: relative;
  padding-bottom: 0;
}
.kv-a-title::after {
  display: none;
}
@media screen and (max-width: 1649px) {
  .kv-a-title {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv-a-title {
    font-size: 28px;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .kv-a-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .kv-a-title {
    font-size: 20px;
  }
}

.kv-a-copy {
  margin-top: 18px;
  color: #526057;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .kv-a-copy {
    text-align: center;
  }
}

.kv-a-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .kv-a-pills {
    justify-content: center;
  }
}
.kv-a-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(139, 211, 168, 0.14);
  color: #1f5c44;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.kv-a-pills li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--leaf-icon) no-repeat center/contain;
  flex-shrink: 0;
}

.kv-a-green {
  color: #26af7e;
}

.kv-a-right {
  flex: 1;
  position: relative;
  min-width: 0;
}
.kv-a-right::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  inset: 0;
  background: rgba(139, 211, 168, 0.22);
  border-radius: 55% 45% 48% 52%/50% 55% 45% 50%;
  transform: rotate(-4deg) scale(1.06) translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  top: 56%;
  left: 50%;
}
.kv-a-right::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .kv-a-right {
    width: 87%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .kv-a-right {
    width: 100%;
  }
}

.kv-a-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 26px;
  box-shadow: 0 24px 48px rgba(47, 143, 103, 0.14);
}

.kv-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  display: block;
  font-size: 0;
}
.kv-deco-1 {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 1.5px solid rgba(38, 175, 126, 0.18);
  border-color: rgba(47, 143, 103, 0.16);
  top: -38%;
  left: -9%;
}
@media screen and (max-width: 767px) {
  .kv-deco-1 {
    width: 280px;
    height: 280px;
    top: -25%;
    left: -12%;
  }
}
.kv-deco-2 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(139, 211, 168, 0.4);
  bottom: 14%;
  left: 5.5%;
}
@media screen and (max-width: 767px) {
  .kv-deco-2 {
    width: 36px;
    height: 36px;
    bottom: 10%;
    left: 4%;
  }
}
.kv-deco-4 {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(47, 143, 103, 0.1);
  bottom: -14%;
  right: -4%;
}
@media screen and (max-width: 767px) {
  .kv-deco-4 {
    width: 140px;
    height: 140px;
    bottom: -8%;
  }
}
.kv-deco-5 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.55);
  top: 44%;
  left: 9%;
}
@media screen and (max-width: 767px) {
  .kv-deco-5 {
    top: 38%;
    left: 7%;
  }
}
.kv-deco-7 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1.5px solid rgba(250, 204, 21, 0.4);
  bottom: 8%;
  left: 21%;
}
@media screen and (max-width: 767px) {
  .kv-deco-7 {
    display: none;
  }
}
.kv-deco-8 {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.1);
  top: -22%;
  right: 8%;
}
@media screen and (max-width: 767px) {
  .kv-deco-8 {
    width: 180px;
    height: 180px;
    top: -15%;
    right: 4%;
  }
}

/*===============================================
low
=================================================*/
.low-kv {
  background: url(../img/contact/contact-hero-background.jpeg) no-repeat center;
  background-size: cover;
  padding-top: 204px;
  padding-bottom: 204px;
  margin-top: 80px;
}
.low-post {
  background: url(../img/contact/contact-hero-background.jpeg) no-repeat center;
  background-size: cover;
  padding-top: 204px;
  padding-bottom: 204px;
  margin-top: 80px;
}
.low-title {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  padding: 35px 0 25px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .low-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 550px) {
  .low-title {
    font-size: 30px;
  }
}
.low-title::before {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.09em;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 1023px) {
  .low-title::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .low-title::before {
    font-size: 16px;
  }
}
.low-title::after {
  position: absolute;
  content: "••••";
  font-size: 15px;
  letter-spacing: 0.7em;
  font-weight: bold;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 550px) {
  .low-title::after {
    font-size: 13px;
  }
}
.low-title-recruit::before {
  content: "RECRUIT";
}
.low-title-about::before {
  content: "ABOUT";
}
.low-title-grouphome::before {
  content: "GROUP HOME";
}
.low-title-privacy::before {
  content: "PRIVACY POLICY";
}
.low-title-contact::before {
  content: "CONTACT";
}
.low-title-archive::before {
  content: "INFORMATION";
}
.low-title-category::before {
  content: "INFORMATION";
}
.low-title-single::before {
  content: "INFORMATION";
}
.low-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .low-container {
    padding: 0 20px;
  }
}

.table {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0;
  border-collapse: collapse;
}
.table-item {
  border-top: dotted 2px #b3afa8;
}
.table-item:nth-last-child(1) {
  border-bottom: dotted 2px #b3afa8;
}
.table-title {
  padding-left: 20px;
  padding: 30px 0 30px 20px;
  text-align: left;
  width: 130px;
  color: #7c6145;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .table-title {
    width: 100%;
    display: block;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.table-title-job {
  width: 192px;
}
@media screen and (max-width: 550px) {
  .table-title-job {
    display: block;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.table-text {
  padding: 30px 0;
  color: #000;
}
@media screen and (max-width: 550px) {
  .table-text {
    display: block;
    padding-top: 8px;
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .table-text-job {
    display: block;
    padding-top: 8px;
    padding-left: 0;
  }
}
.table-text-tel {
  pointer-events: none;
}

/*===============================================
page-about
=================================================*/
.about {
  padding-bottom: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .about {
    padding-bottom: 80px;
  }
}
.about-img {
  width: 90%;
  margin: 24px auto 60px;
}
@media screen and (max-width: 550px) {
  .about-img {
    width: 100%;
  }
}
.about-text {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  padding: 24px 0;
  font-size: clamp(20px, 3.2vw, 32px);
  font-weight: 900;
  color: #8bd3a8;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .about-text {
    gap: 24px;
    font-size: clamp(16px, 2vw, 22px);
  }
}
@media screen and (max-width: 550px) {
  .about-text {
    gap: 16px;
    font-size: 16px;
    white-space: normal;
  }
}
.about-text::before {
  content: "";
  flex: 1;
  border-top: 3px dotted #8bd3a8;
  min-width: 60px;
}
@media screen and (max-width: 550px) {
  .about-text::before {
    min-width: 32px;
  }
}
.about-text::after {
  display: none;
}

.message {
  background-color: #f6f8fa;
  padding: 94px 0;
}
.message-wrap {
  display: flex;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .message-wrap {
    position: static;
    flex-flow: column-reverse;
    text-align: center;
  }
}
.message-contents {
  width: 580px;
}
@media screen and (max-width: 1023px) {
  .message-contents {
    width: 100%;
    margin-top: 48px;
    text-align: left;
  }
}
.message-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .message-title {
    font-size: 18px;
  }
}
.message-dotted {
  border-bottom: dotted 3px #8bd3a8;
  padding-bottom: 8px;
}
.message-text {
  margin-bottom: 36px;
}
@media screen and (max-width: 550px) {
  .message-text {
    font-size: 14px;
  }
}
.message-name {
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .message-name {
    font-size: 15px;
  }
}
.message-img {
  max-width: 764px;
  width: 100%;
  height: auto;
  position: absolute;
  right: -300px;
  top: -10px;
}
@media screen and (max-width: 1023px) {
  .message-img {
    position: static;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .message-br {
    display: none;
  }
}

.company {
  padding: 200px 0 0;
}
@media screen and (max-width: 550px) {
  .company {
    padding-top: 80px;
  }
}

/*===============================================
page-recruit
=================================================*/
.catch {
  text-align: center;
  margin-bottom: 156px;
}
@media screen and (max-width: 550px) {
  .catch {
    margin-bottom: 80px;
  }
}
.catch-title {
  font-size: 28px;
  font-weight: bold;
  padding-top: 30px;
  position: relative;
  color: #1f5c44;
}
@media screen and (max-width: 550px) {
  .catch-title {
    font-size: 24px;
  }
}
.catch-title::before {
  position: absolute;
  content: "Join us";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #2f8f67;
  letter-spacing: 0.12em;
  padding: 4px 16px;
  border-radius: 20px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .catch-title::before {
    font-size: 11px;
  }
}
.catch-title-concept::before {
  content: "Concept";
  color: white;
}
.catch-br {
  display: none;
}
@media screen and (max-width: 550px) {
  .catch-br {
    display: block;
  }
}
.catch-text {
  text-align: left;
  max-width: 760px;
  width: 100%;
  margin: 30px auto;
  color: #516057;
}
.catch-pc {
  display: none;
}
@media screen and (max-width: 550px) {
  .catch-pc {
    display: block;
  }
}

.job {
  margin-bottom: 100px;
}
@media screen and (max-width: 550px) {
  .job {
    margin-bottom: 80px;
  }
}
.job .wp-block-table {
  margin: 60px auto 0;
  max-width: 1000px;
  width: 100%;
}
.job .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.job .wp-block-table tr {
  border-top: solid 1px rgba(139, 211, 168, 0.35);
}
.job .wp-block-table tr:last-child {
  border-bottom: solid 1px rgba(139, 211, 168, 0.35);
}
.job .wp-block-table td {
  padding: 30px 0;
  color: #333;
  border: none;
}
@media screen and (max-width: 550px) {
  .job .wp-block-table td {
    display: block;
    padding-top: 8px;
    padding-left: 0;
  }
}
.job .wp-block-table td:first-child {
  padding-left: 20px;
  width: 192px;
  color: rgb(54.175, 142.825, 89.88125);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .job .wp-block-table td:first-child {
    width: 100%;
    display: block;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.flow {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 70px;
  }
}
.flow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/top/top-service-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .flow::before {
    background-image: url(../img/top/top-service-background.png);
    height: 70px;
  }
}
.flow-inner {
  padding: 50px 20px 100px;
  background: linear-gradient(180deg, #f3fbf5 0%, #edf8f0 100%);
}
.flow-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 850px) {
  .flow-wrap {
    display: block;
  }
}
.flow-item {
  width: calc((100% - 37px) / 3);
  margin-right: 37px;
  margin-top: 80px;
  background-color: #fff;
  border-radius: 26px;
  border: 1px solid rgba(47, 143, 103, 0.16);
  box-shadow: 0 20px 40px rgba(31, 92, 68, 0.08);
  padding: 43px 30px 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .flow-item {
    width: 70%;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 550px) {
  .flow-item {
    width: 100%;
  }
}
.flow-item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .flow-item:nth-last-child(1) {
    margin-right: auto;
  }
}
.flow-item::before {
  position: absolute;
  content: "";
  width: 67px;
  height: 67px;
  border-radius: 50%;
  top: -33px;
  left: 50%;
  transform: translate(-50%);
}
.flow-item::after {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  top: -28px;
  left: 50%;
  transform: translate(-50%);
}
.flow-item01::before {
  background-color: #2f8f67;
}
.flow-item01::after {
  content: "01";
}
.flow-item02::before {
  background-color: #2f8f67;
}
.flow-item02::after {
  content: "02";
}
.flow-item03::before {
  background-color: #2f8f67;
}
.flow-item03::after {
  content: "03";
}
.flow-title {
  margin: 0 auto;
  font-size: 24px;
  color: #1f5c44;
  font-weight: bold;
  border-bottom: dotted 3px #8bd3a8;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 550px) {
  .flow-title {
    font-size: 20px;
  }
}
.flow-text {
  text-align: left;
  margin-top: 34px;
  color: #516057;
}

.apply {
  background-image: url(../img/recruit/recruit-entry-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 189px 20px;
}
@media screen and (max-width: 767px) {
  .apply {
    background-image: url(../img/recruit/recruit-entry-background.jpg);
  }
}
.apply-btn {
  background-color: rgba(255, 255, 255, 0.92);
  color: #1f5c44;
  max-width: 505px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 49px;
  border-radius: 999px;
  border: 1px solid rgba(47, 143, 103, 0.16);
  box-shadow: 0 20px 40px rgba(16, 51, 38, 0.18);
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.apply-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}
@media screen and (max-width: 550px) {
  .apply-btn {
    font-size: 28px;
  }
}
.apply-btn::before {
  position: absolute;
  content: "応募はこちら";
  font-size: 14px;
  font-weight: bold;
  bottom: 37px;
  color: #2f8f67;
}

/*===============================================
page-group_home
=================================================*/
.feature {
  background: linear-gradient(180deg, #f4fbf6 0%, #eef8f1 100%);
  padding: 64px 0;
}
.feature-description {
  text-align: center;
  margin: 20px auto 10px;
  padding: 20px 0px;
  max-width: 800px;
  border-top: 2px solid #2f8f67;
  border-bottom: 2px solid rgba(47, 143, 103, 0.22);
  font-size: 18px;
  color: #516057;
}
@media screen and (max-width: 767px) {
  .feature-description {
    padding: 20px 10px;
    margin: 20px 20px 10px;
    font-size: 16px;
  }
}
.feature-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .feature-br {
    display: none;
  }
}
.feature-wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}
@media screen and (max-width: 550px) {
  .feature-wrap {
    display: block;
  }
}
.feature-item {
  width: calc((100% - 75px) / 2);
  margin-right: 75px;
  margin-top: 60px;
  padding-top: 20px;
}
.feature-item:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .feature-item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
}
@media screen and (max-width: 550px) {
  .feature-item {
    width: 100%;
  }
}
.feature-img {
  margin-bottom: 28px;
  border-radius: 10px;
}
@media screen and (max-width: 550px) {
  .feature-img {
    margin-bottom: 18px;
  }
}
.feature-title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 28px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1.2;
  color: #8bd3a8;
}
@media screen and (max-width: 550px) {
  .feature-title {
    font-size: 18px;
  }
}
.feature-title::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #8bd3a8;
}
@media screen and (max-width: 550px) {
  .feature-title::before {
    font-size: 10px;
  }
}
.feature-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #8bd3a8;
  content: "";
}
.feature-title01::before {
  content: "FEATURE 01";
}
.feature-title02::before {
  content: "FEATURE 02";
}
.feature-title03::before {
  content: "FEATURE 03";
}
.feature-title04::before {
  content: "FEATURE 04";
}

.service {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 100px;
}
.service .col-o-content {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .service {
    padding-top: 100px;
  }
}
@media screen and (max-width: 550px) {
  .service {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.service-img {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .service-img {
    padding: 0 50px;
  }
}
@media screen and (max-width: 550px) {
  .service-img {
    padding: 0 30px;
    margin-top: 48px;
  }
}

/*===============================================
privacy-policy
=================================================*/
.privacy-policy {
  max-width: 790px;
  margin: 0 auto;
  line-height: 2;
  padding-top: 150px;
  padding-bottom: 190px;
}
@media screen and (max-width: 550px) {
  .privacy-policy {
    padding: 100px 0;
    font-size: 14px;
  }
}

/*===============================================
# contact
=================================================*/
.contact-body {
  padding: 150px 0 120px;
}
@media screen and (max-width: 1023px) {
  .contact-body {
    margin: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-body {
    margin: 0 25px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .contact-body {
    padding-top: 100px;
  }
}

.contact-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 76px;
}
@media screen and (max-width: 550px) {
  .contact-text {
    font-size: 16px;
    text-align: left;
  }
}

@media screen and (max-width: 550px) {
  .contact-br {
    display: none;
  }
}

.contact-container {
  width: 100%;
  overflow: hidden;
}

.contact-form {
  margin-top: 70px;
  text-align: left;
}

.contact-item {
  max-width: 920px;
  align-items: center;
  padding: 0 20px 18px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .contact-item {
    margin: 0 0px;
    padding: 0 0 18px;
  }
}

.contact-title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.contact-input {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .contact-input {
    width: 100%;
    margin: 0;
  }
}
.contact-input input {
  background-color: #f7f4ee;
  border: solid 1px #888888;
  border-radius: 5px;
}
.contact-input textarea {
  background-color: #f7f4ee;
  border: solid 1px #888888;
  border-radius: 5px;
}

.contact-radio {
  display: flex;
}
.contact-radio span {
  display: inline-block;
}

.contact-note {
  max-width: 880px;
  width: 100%;
  height: 208px;
  overflow: scroll;
  margin: 42px auto 47px;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 30px 28px;
}
.contact-note-title {
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-note-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contact-note {
    font-size: 14px;
  }
}

.contact-check {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .contact-check {
    font-size: 12px;
  }
}

.haveto {
  white-space: nowrap;
  color: #eb6da5;
  font-size: 12px;
  padding-left: 14px;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
  display: block;
  padding: 16px 0;
  background-color: #2f8f67;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.2em;
  opacity: 1;
}

.wpcf7-previous {
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
  display: block;
  padding: 16px 0;
  background-color: #eeeeee !important;
  border-radius: 5px !important;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.2em;
  opacity: 1;
}

.wpcf7-form-control {
  background-color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 0;
  font-size: 16px;
  border: 1px solid #888888;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel] {
  padding: 17px 5px;
}

textarea {
  min-height: 190px;
  resize: vertical;
  padding: 5px 5px;
}

.contact-item-input {
  padding: 0 20px;
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .contact-item-input {
    width: 100%;
    padding: 0;
  }
}

.contact-radio {
  margin-bottom: 5px;
}

.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
}
.wpcf7-radio .wpcf7-list-item:nth-last-child(1) {
  margin-right: 0;
}

.contact-footer {
  margin-top: 50px;
  text-align: center;
}
.contact-footer-text {
  font-size: 16px;
  line-height: 1;
}
.contact-footer .contact-footer-text {
  display: flex;
}
.contact-footer .wpcf7-form-control-wrap {
  display: block;
}
.contact-footer span.wpcf7-list-item {
  position: relative;
  margin-right: 20px;
}
.contact-footer input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contact-footer .wpcf7-list-item-label:before {
  content: "";
  border: 2px solid #b5b5b5;
  display: inline-block;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}
.contact-footer input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  border: 2px solid #333;
  border-top: 0;
  border-left: 0;
  transform: rotate(40deg);
  top: 4px;
  left: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .contact-footer input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    left: 12px;
    top: 3px;
  }
}

.contact-footer-submit {
  margin-top: 25px;
  width: 100%;
}

.contact-link {
  color: #fff;
  display: block;
  background-color: #333333;
  width: 100%;
  font-size: 18px;
  padding: 25px 0;
  cursor: pointer;
}
.contact-link:hover {
  opacity: 0.6;
}

.attend-box {
  margin: 0 auto;
  margin-top: 45px;
  width: 86.5%;
  height: 205px;
  overflow-y: scroll;
  text-align: left;
  padding: 30px 35px;
  border: 1px solid #b5b5b5;
}
@media screen and (max-width: 767px) {
  .attend-box {
    padding: 15px 18px;
    width: 95%;
    margin-top: 25px;
  }
}
.attend-box p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .attend-box p {
    font-size: 12px;
  }
}

#scroll::-webkit-scrollbar {
  width: 20px;
}

#scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #ececec;
}

#scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  border: 3px solid #f2f2f2;
}

.contact-radio {
  margin-bottom: 5px;
}

.contact-radio-wrap {
  margin-top: -5px;
}
.contact-radio-wrap-top {
  margin-top: -35px;
}

.contact-protect {
  max-width: 880px;
  margin: 30px auto 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .contact-protect {
    text-align: left;
  }
}

.contact-protect-link {
  font-weight: bold;
  color: #333;
}

/*===============================================
# single
=================================================*/
.content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .content {
    display: block;
  }
}

.primary {
  width: 69.5%;
}
@media screen and (max-width: 767px) {
  .primary {
    width: 100%;
  }
}

.secondary {
  width: 23%;
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .secondary {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .secondary {
    width: 100%;
  }
}

.entry-top-img {
  background-image: url("../img/top/top-service-background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 160px 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-top-img {
    padding: 240px 0 180px 0;
    margin-bottom: 0;
  }
}

.category-name {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .category-name {
    font-size: 28px;
  }
}

.category-description {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 2.25;
  font-weight: bold;
}

.breadcrumb {
  color: #8d8d8d;
  font-size: 12px;
  margin: 10px auto;
  text-align: right;
}
.breadcrumb-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb i {
  margin-left: 15px;
  margin-right: 15px;
}

.breadcrumb span {
  color: #000;
}

.entry {
  background: #fff;
  padding: 0 40px 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}

.entry-label a {
  background: #397fc1;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-label a:hover {
  opacity: 0.6;
}

.entry-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.entry-back {
  width: 240px;
  background-color: #2f8f67;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 18px 0;
  border-radius: 4px;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .entry-back {
    width: 200px;
    padding: 12px 0;
  }
}

.m_page .entry-title {
  margin-bottom: 34px;
}

.entry-meta {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}

.entry-published,
.entry-updated {
  color: #000;
  font-size: 14px;
}

.entry-updated {
  margin-left: 27px;
}

.entry-date {
  display: flex;
  align-items: center;
}

.entry-date-category {
  background-color: #8bd3a8;
  color: #fff;
  margin-left: 24px;
  border-radius: 5px;
  padding: 0 11.5px;
  font-size: 12px;
  font-weight: bold;
}

.entry-img {
  text-align: center;
  width: 100%;
  height: 100%;
}
.entry-img img {
  width: 100%;
  height: 100%;
}

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 6px 15px 0;
}

.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.entry-tag-item {
  margin-bottom: 10px;
  margin-right: 15px;
}

.entry-tag-item:last-child {
  margin-right: 0;
}

.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff;
}

.entry-body {
  margin-top: 32px;
  padding-bottom: 44px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.m_page .entry-body {
  padding-bottom: 12px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}

.entry-body h1 {
  border-bottom: solid 2px #8bd3a8;
  border-top: 2px solid #8bd3a8;
  color: #8bd3a8;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px 15px;
  position: relative;
  text-align: left;
}

.entry-body h2 {
  border-bottom: solid 2px #8bd3a8;
  border-top: 2px solid #8bd3a8;
  color: #8bd3a8;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px 15px;
  position: relative;
  text-align: left;
}

.entry-body h3 {
  border-bottom: solid 2px #8bd3a8;
  border-top: 2px solid #8bd3a8;
  color: #8bd3a8;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 14px;
  padding-left: 22px;
  padding-top: 14px;
}

.entry-body h4 {
  border-bottom: solid 2px #8bd3a8;
  border-top: 2px solid #8bd3a8;
  color: #8bd3a8;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 40px;
  padding-left: 42px;
}

.entry-body h4::before {
  font-size: 20px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0px;
}

.entry-body h5 {
  border-bottom: solid 2px #8bd3a8;
  border-top: 2px solid #8bd3a8;
  color: #8bd3a8;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 40px;
}

.entry-body h6 {
  border-bottom: solid 2px #8bd3a8;
  border-top: 2px solid #8bd3a8;
  color: #8bd3a8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}

.entry-body p {
  line-height: 2;
  margin-top: 30px;
}

.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.entry-closed {
  display: block;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .entry {
    padding: 10px;
  }
  .entry-label a {
    font-size: 11px;
    padding: 4px 14px;
  }
  .entry-title {
    font-size: 24px;
    line-height: 1.41667;
  }
  .entry-published,
  .entry-updated {
    font-size: 11px;
  }
  .entry-updated {
    margin-left: 18px;
  }
  .entry-tag-items {
    padding-top: 24px;
  }
  .entry-tag-head {
    padding: 6px 15px 0;
  }
  .entry-tag-item a {
    padding: 4px 16px 3px;
  }
  .entry-body {
    padding-bottom: 24px;
  }
  .entry-body h2 {
    font-size: 20px;
    margin-top: 80px;
    padding: 27px 17px;
  }
  .entry-body h3 {
    font-size: 20px;
  }
  #toc_container {
    padding: 20px 20px;
  }
  #toc_container .toc_title {
    margin-bottom: 18px;
  }
  #toc_container > ul > li {
    margin-bottom: 30px;
  }
  #toc_container > ul > li > ul {
    margin-top: 12px;
  }
  .related-item {
    margin-right: 30px;
    width: calc(50% - 15px);
  }
  .related-item:nth-child(2n) {
    margin-right: 0;
  }
  .widget {
    margin-bottom: 57px;
  }
  .entry-404 {
    padding-bottom: 0;
    padding-top: 100px;
  }
  .entry-404-head {
    font-size: 40px;
    margin-bottom: 36px;
  }
  .entry-404-head span {
    display: block;
  }
  .entry-404-head span::after {
    display: none;
  }
  .entry-404-lead {
    font-size: 20px;
    margin-bottom: 34px;
  }
  .entry-404-lead .m_sp {
    display: block;
  }
  .entry-404-content {
    font-size: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .entry-404-btn {
    margin-top: 62px;
  }
  #content {
    margin-top: 60px;
  }
}
/*===============================================
# sidebar
=================================================*/
.widget {
  margin-bottom: 45px;
}

.widget-title {
  color: #8bd3a8;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-bottom: 12px;
  border-bottom: 1px solid #8bd3a8;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .widget-title {
    font-size: 20px;
  }
}

.secondary-category-list a {
  color: #333333;
  font-weight: bold;
}

.secondary-category-item {
  display: block;
  color: #000;
}

.secondary-archive-list li a {
  color: #000;
  padding-left: 30px;
  position: relative;
}
.secondary-archive-list li a::before {
  position: absolute;
  content: "";
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 7px;
  height: 13px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.secondary-post-list {
  margin-bottom: -10px;
  font-weight: bold;
}

.secondary-post-item {
  display: block;
  padding: 10px 3px;
  border-bottom: #d9d9d9 solid 1px;
}
.secondary-post-item p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0;
  font-weight: bold;
}
.secondary-post-item time {
  color: #000;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0;
  margin-top: -6px;
  display: block;
}

.entry-header-category {
  background: linear-gradient(135deg, rgba(139, 211, 168, 0.92), rgba(47, 143, 103, 0.86));
}
@media screen and (max-width: 767px) {
  .entry-header-category {
    background: linear-gradient(135deg, rgba(139, 211, 168, 0.92), rgba(47, 143, 103, 0.86));
  }
}

/*===============================================
# 404
=================================================*/
#content > .inner {
  display: block;
  padding-top: 40px;
}

.entry-404 {
  padding-bottom: 85px;
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-404 {
    padding-top: 50px;
  }
}

.entry-404-head {
  color: #f0cdd0;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

/*===============================================
# archive
=================================================*/
.archive-head {
  border-top: 3px solid #397fc1;
  margin-bottom: 56px;
  padding: 28px 0 0;
}

.archive-head.m_description {
  margin-bottom: 70px;
}

.archive-lead {
  color: #397fc1;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.archive-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.archive-title.m_category::before {
  color: #397fc1;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-title.m_search span {
  color: #397fc1;
}

.archive-title.m_search::before {
  color: #397fc1;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}

.archive-description {
  font-size: 14px;
  line-height: 1.4;
}

.entries {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.entry-item {
  background: #fff;
  margin-right: 40px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  padding: 25px 0;
  border-bottom: 2px dotted #b3afa8;
}

.entry-item:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.entry-item:nth-child(2n),
.entry-item:last-child {
  margin-right: 0;
}

.entry-item-img {
  text-align: center;
  width: 135px;
  height: 95px;
  overflow: hidden;
  position: relative;
}
.entry-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.entry-item-body {
  display: flex;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .entry-item-body {
    display: block;
  }
}

.entry-item-meta {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .entry-item-meta {
    margin-bottom: 15px;
  }
}

.entry-item-published {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.entry-item-tag {
  background: #397fc1;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}

.entry-item-category {
  background-color: #8bd3a8;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 0 11.5px;
  margin: 0 64px 0 25px;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .entry-item-category {
    font-size: 12px;
    padding: 0 12px;
    margin-right: 0;
  }
}

.entry-item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  color: #000;
}

.entry-item-excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}

.entries.m_horizontal {
  margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
  display: flex;
  margin-right: 0;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .entries.m_horizontal .entry-item {
    display: block;
  }
}

.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 20px;
}

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
  padding: 20px;
  width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
  font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
  font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 16px;
}

.entry {
  background: #fff;
  padding: 0px 40px 12px;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 10px;
  }
}

.entry-label {
  display: inline-block;
  margin-bottom: 18px;
}

.entry-label a {
  background: #333;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-label a:hover {
  opacity: 0.6;
}

.pagenation {
  margin-top: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pagenation-left {
  background: #8bd3a8;
  color: #fff;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 64px;
  text-align: center;
  text-decoration: none;
  margin: 0 2px;
}

.pagenation a {
  transition: all 0.3s ease 0s;
}

.pagenation a:hover {
  opacity: 0.6;
}

.pagenation a.next,
.pagenation a.prev {
  font-size: 30px;
}

.pagenation a.next:hover,
.pagenation a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #8bd3a8;
  color: #fff;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0 2px;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #fff1e2;
  color: #f86f00;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
  display: none;
}

@media screen and (max-width: 767px) {
  body.m_fixed_sns {
    padding-bottom: 67px;
  }
  .archive-head {
    margin-bottom: 20px;
    padding-top: 26px;
    margin-top: 30px;
  }
  .archive-lead {
    margin-bottom: 8px;
  }
  .archive-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  #content > .inner {
    display: block;
    padding-top: 40px;
  }
  #primary {
    margin-bottom: 70px;
    width: 100%;
  }
  .m_one #primary {
    margin-bottom: 70px;
  }
  #secondary {
    width: 100%;
  }
  .m_one #secondary {
    display: block;
  }
  .breadcrumb {
    margin-bottom: 14px;
  }
  .drawer {
    display: block;
  }
  .entries {
    display: block;
  }
  .entry-item {
    margin-bottom: 27px;
    margin-right: 0;
    width: 100%;
  }
  .entry-item-body {
    width: 100%;
  }
  .entry-item:last-child {
    margin-bottom: 0;
  }
  .entries.m_horizontal {
    margin-bottom: 40px;
  }
  .entries.m_horizontal .entry-item .entry-item-body {
    padding-left: 0;
    width: 100%;
  }
  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 10px;
    margin-right: 8px;
  }
  .entries.m_horizontal .entry-item .entry-item-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .entries.m_horizontal .entry-item .entry-item-excerpt {
    display: none;
  }
  .entries.m_horizontal {
    margin-bottom: 40px;
  }
  .entries.m_horizontal .entry-item {
    margin-bottom: 20px;
    padding: 25px 10px;
  }
  .entries.m_block .entry-item .entry-item-published {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-tag {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-title {
    font-size: 18px;
  }
  .entries.m_block .entry-item .entry-item-excerpt {
    font-size: 14px;
  }
}
/*===============================================
# page-template
=================================================*/
.page-message {
  padding-bottom: 100px;
}

.page-body {
  padding-top: 100px;
  padding-bottom: 190px;
}
@media screen and (max-width: 550px) {
  .page-body {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.page-recruit {
  padding-bottom: 0;
}

.page-body-title h2 {
  font-family: muli, YuGothic, "Yu Gothic", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.page-body-title p {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 3;
  font-weight: bold;
  text-align: center;
}

.page-message-body {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-message-body {
    display: block;
  }
}

.page-message-img {
  width: 340px;
  height: 335px;
}
@media screen and (max-width: 767px) {
  .page-message-img {
    width: 100%;
  }
}
.page-message-img img {
  width: 100%;
  height: 100%;
}

.page-message-text {
  margin-left: 50px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .page-message-text {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.page-message-text p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.8;
  font-weight: 500;
}
.page-message-text h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-top: 50px;
  text-align: right;
  font-weight: 500;
}

.page-history {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .page-history {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-history-body {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-history-body {
    margin-top: 40px;
  }
}

.page-history-item {
  display: flex;
  position: relative;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .page-history-item {
    height: 100%;
    padding-bottom: 10px;
  }
}
.page-history-item::before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 2px;
  height: 70px;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-history-item::before {
    height: 100%;
  }
}
.page-history-item dt {
  width: 110px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-history-item dt {
    width: 100px;
    padding-left: 11px;
  }
}
.page-history-item dt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  top: 11px;
  left: -4px;
}
.page-history-item dd {
  width: calc(100% - 110px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .page-history-item dd {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.page-history-item:last-child::before {
  display: none;
}

.page-company {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-company-body {
  margin: 0 auto;
  max-width: 545px;
  margin-top: 60px;
}

.page-company-item {
  display: flex;
}
.page-company-item dt {
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .page-company-item dt {
    width: 100px;
  }
}
.page-company-item dd {
  width: calc(100% - 130px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .page-company-item dd {
    width: calc(100% - 100px);
  }
}

.page-sample {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.page-sample-body {
  margin-top: 60px;
}

.page-sample-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-sample-top {
    display: block;
  }
}

.page-sample-top-item {
  width: 48.7%;
  border: 1px solid #000;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .page-sample-top-item {
    width: 100%;
    padding: 30px;
  }
  .page-sample-top-item + .page-sample-top-item {
    margin-top: 30px;
  }
}
.page-sample-top-item img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 135px;
  height: 135px;
}
.page-sample-top-item h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6667;
  margin-top: 35px;
}
.page-sample-top-item p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 35px;
}

.page-sample-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-sample-bottom {
    display: block;
  }
}

.page-sample-bottom-item {
  width: 31.5%;
  border: 1px solid #000;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .page-sample-bottom-item {
    width: 100%;
  }
  .page-sample-bottom-item + .page-sample-bottom-item {
    margin-top: 30px;
  }
}
.page-sample-bottom-item img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
}
.page-sample-bottom-item h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1875;
  margin-top: 20px;
}
.page-sample-bottom-item p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.357;
  margin-top: 20px;
}

/*===============================================
# page-about
=================================================*/
.ab-hero {
  position: relative;
  margin-top: 80px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ab-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(18, 57, 41, 0.7) 12%, rgba(18, 57, 41, 0.12) 68%), radial-gradient(circle at 86% 18%, rgba(139, 211, 168, 0.34), transparent 28%);
  z-index: 1;
}
.ab-hero--group-home {
  background-image: url("../img/homecare/homecare-hero-consultation.png");
}
.ab-hero--recruit {
  background-image: url("../img/recruit/recruit-hero-background.jpeg");
}
.ab-hero--contact {
  background-image: url("../img/contact/contact-hero-background.jpeg");
}

.ab-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}

.ab-hero-en {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: #d7f0df;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ab-hero-en::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #8bd3a8;
}

.ab-hero-title {
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

@keyframes ab-slide {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.ab-breadcrumb-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #e8e6e2;
  background: #fff;
}

.ab-breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 13px;
  color: #999;
}
.ab-breadcrumb a {
  color: #999;
  text-decoration: none;
}
.ab-breadcrumb a:hover {
  color: #2f8f67;
}

.nf-breadcrumb-wrap {
  background: #f8fcf9;
  border-top: 1px solid rgba(47, 143, 103, 0.08);
  border-bottom: 1px solid rgba(47, 143, 103, 0.08);
}

.nf-breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .nf-breadcrumb {
    padding: 11px 20px;
    font-size: 12px;
  }
}

.nf-breadcrumb__item {
  display: inline-flex;
  align-items: center;
}

.nf-breadcrumb__item:first-child .nf-breadcrumb__link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f8f67' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9,22 9,12 15,12 15,22'/%3E%3C/svg%3E") no-repeat center/contain;
}

.nf-breadcrumb__link {
  color: #1f5c44;
  text-decoration: none;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
}
.nf-breadcrumb__link span {
  display: inline;
}

.nf-breadcrumb__sep {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}
.nf-breadcrumb__sep::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #2f8f67;
  border-right: 1.5px solid #2f8f67;
  transform: rotate(45deg);
}

.nf-breadcrumb__item--current .nf-breadcrumb__current {
  color: #1f5c44;
  letter-spacing: 0.03em;
}

.ab-section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .ab-section {
    padding: 80px 0;
  }
}
.ab-section--cream {
  background: #f4fbf6;
}
.ab-section--white {
  background: #fcfffd;
}

.ab-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.ab-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #2f8f67;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}
.ab-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #8bd3a8;
}

.ab-h2 {
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 900;
  color: #1f5c44;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
}
.ab-h2--white {
  color: #fff;
}

.ab-message-inner {
  max-width: 800px;
  margin: 56px auto 0;
  background: #fff;
  border-left: 6px solid #8bd3a8;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(31, 92, 68, 0.08);
  padding: 56px 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ab-message-inner {
    padding: 40px 24px;
  }
}

.ab-message-quote {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 900;
  color: #2f8f67;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(47, 143, 103, 0.2);
}

.ab-message-body {
  font-size: 15px;
  line-height: 2.2;
  color: #516057;
}

.ab-message-name {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(47, 143, 103, 0.14);
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #1f5c44;
  letter-spacing: 0.08em;
}

.ab-company-body {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ab-company-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-top: 1px solid rgba(47, 143, 103, 0.12);
  transition: background 0.2s;
}
.ab-company-row:last-child {
  border-bottom: 1px solid rgba(47, 143, 103, 0.12);
}
.ab-company-row:hover {
  background: #f4fbf6;
}
@media (max-width: 600px) {
  .ab-company-row {
    grid-template-columns: 1fr;
  }
}

.ab-company-th {
  padding: 26px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #1f5c44;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .ab-company-th {
    padding-bottom: 4px;
  }
}

.ab-company-td {
  padding: 26px 20px 26px 0;
  font-size: 15px;
  color: #516057;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .ab-company-td {
    padding-top: 4px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.ab-company-link {
  color: #8bd3a8;
  text-decoration: none;
  border-bottom: 1px solid #8bd3a8;
  padding-bottom: 1px;
  transition: opacity 0.2s;
}
.ab-company-link:hover {
  opacity: 0.7;
}

.ab-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.ab-fade.is-visible {
  opacity: 1;
  transform: none;
}
.ab-fade-d1 {
  transition-delay: 0.12s;
}
.ab-fade-d2 {
  transition-delay: 0.24s;
}

.thanks-page {
  padding: 80px 20px;
  background: #f9fafb;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks-page .inner {
  max-width: 640px;
  width: 100%;
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.thanks-page h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}
@media (max-width: 480px) {
  .thanks-page h3 {
    font-size: 20px;
  }
}
.thanks-page p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}
.thanks-page .btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #8bd3a8;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.thanks-page .btn:hover {
  background: rgb(109.42, 199.78, 145.815);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(53, 130, 30, 0.3);
}

.confirm-page .contact-buttons > p {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 550px) {
  .confirm-page .contact-buttons > p {
    gap: 12px;
  }
}
.confirm-page .contact-buttons > p > input {
  display: inline-block;
  margin: 0;
}
.confirm-page .confirm-page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.confirm-page .confirm-page-content .contact-form-table {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
.confirm-page .confirm-page-content .contact-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}
.confirm-page .confirm-page-content .contact-item:last-child {
  border-bottom: none;
}
.confirm-page .confirm-page-content .contact-item dt {
  width: 30%;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  padding-right: 10px;
}
.confirm-page .confirm-page-content .contact-item dd {
  width: 70%;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  word-break: break-word;
}
.confirm-page .confirm-page-content .contact-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
.confirm-page .confirm-page-content .contact-buttons input,
.confirm-page .confirm-page-content .contact-buttons button {
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.confirm-page .confirm-page-content .contact-buttons input[type=submit] {
  background: #35821e;
  color: #fff;
}
.confirm-page .confirm-page-content .contact-buttons input[type=submit]:hover {
  background: rgb(39.485, 96.85, 22.35);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(53, 130, 30, 0.3);
}
.confirm-page .confirm-page-content .contact-buttons .wpcf7-previous {
  background: #f1f1f1;
  color: #333;
}
.confirm-page .confirm-page-content .contact-buttons .wpcf7-previous:hover {
  background: #e4e4e4;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

.wpcf7-spinner {
  display: none !important;
}

/* =======================================
# homecare page - hc-intro（統合セクション）
========================================= */
.homecare .page-body {
  padding-bottom: 0;
}

.hc-intro {
  padding: 40px 20px 80px;
}
.hc-intro-body {
  max-width: 1080px;
  margin: 0 auto;
}
.hc-intro {
  /* 上段：画像＋説明文 */
}
.hc-intro-main {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-top: 48px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(31, 92, 68, 0.08);
  padding: 40px 48px;
  border-top: 5px solid #8bd3a8;
}
@media screen and (max-width: 950px) {
  .hc-intro-main {
    padding: 32px 28px;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .hc-intro-main {
    flex-direction: column-reverse;
  }
}
.hc-intro-img {
  width: 280px;
  flex-shrink: 0;
}
@media screen and (max-width: 950px) {
  .hc-intro-img {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .hc-intro-img {
    width: 100%;
  }
}
.hc-intro-img img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 24px rgba(31, 92, 68, 0.12);
}
.hc-intro-text {
  flex: 1;
  font-size: 14px;
  color: #516057;
  line-height: 2;
  letter-spacing: 0.05em;
}
.hc-intro-text p + p {
  margin-top: 12px;
}
.hc-intro {
  /* 下段：情報カード2枚並列 */
}
.hc-intro-cards {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .hc-intro-cards {
    flex-direction: column;
  }
}
.hc-intro-card {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 32px 36px;
  box-shadow: 0 14px 32px rgba(31, 92, 68, 0.06);
  border-top: 4px solid #8bd3a8;
}
@media screen and (max-width: 950px) {
  .hc-intro-card {
    padding: 24px 22px;
  }
}
.hc-intro-card-title {
  font-size: 17px;
  font-weight: bold;
  color: #1f5c44;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d4ecdb;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hc-intro-card-title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 18px;
  background: #2f8f67;
  border-radius: 3px;
  flex-shrink: 0;
}
.hc-intro-card-text {
  font-size: 14px;
  color: #516057;
  line-height: 2;
  letter-spacing: 0.05em;
}
.hc-intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hc-intro-list li {
  font-size: 14px;
  color: #516057;
  line-height: 1.8;
  padding: 9px 0 9px 26px;
  position: relative;
  border-bottom: 1px solid #eef5f0;
}
.hc-intro-list li:last-child {
  border-bottom: none;
}
.hc-intro-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8bd3a8;
  font-weight: bold;
  font-size: 13px;
}

.hc-description {
  text-align: center;
  margin: 20px auto 10px;
  padding: 20px 0px;
  max-width: 800px;
  border-top: 2px solid rgba(47, 143, 103, 0.24);
  border-bottom: 2px solid rgba(47, 143, 103, 0.24);
  font-size: 18px;
  color: #516057;
}
.hc-description-br {
  display: block;
}
@media screen and (max-width: 550px) {
  .hc-description-br {
    display: none;
  }
}

/* サービス内容 */
.hc-services {
  background: linear-gradient(180deg, #f4fbf6 0%, #eef8f1 100%);
  padding: 64px 0;
}
.hc-services-wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.hc-services-item {
  width: calc((100% - 48px) / 3);
  margin-top: 60px;
  padding: 24px 22px 28px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  border: 1px solid rgba(47, 143, 103, 0.08);
  box-shadow: 0 16px 32px rgba(31, 92, 68, 0.05);
}
@media screen and (max-width: 767px) {
  .hc-services-item {
    width: calc(50% - 12px);
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .hc-services-item {
    width: 100%;
  }
}
.hc-services-img {
  margin-bottom: 24px;
  border-radius: 18px;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 550px) {
  .hc-services-img {
    margin-bottom: 18px;
  }
}
.hc-services-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 32px;
  padding-bottom: 0;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1.4;
  color: #333;
  color: #1f5c44;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .hc-services-title {
    font-size: 16px;
  }
}
.hc-services-title::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
  background-color: #2f8f67;
  padding: 3px 14px;
  border-radius: 20px;
}
@media screen and (max-width: 550px) {
  .hc-services-title::before {
    font-size: 10px;
  }
}
.hc-services-title01::before {
  content: "SERVICE 01";
}
.hc-services-title02::before {
  content: "SERVICE 02";
}
.hc-services-title03::before {
  content: "SERVICE 03";
}
.hc-services-title04::before {
  content: "SERVICE 04";
}
.hc-services-title05::before {
  content: "SERVICE 05";
}
.hc-services-title06::before {
  content: "SERVICE 06";
}

.hc-flow {
  background: #f8fcf9;
  padding: 80px 20px;
}
.hc-flow-list {
  max-width: 880px;
  margin: 40px auto 0;
}
.hc-flow-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(31, 92, 68, 0.06);
  border-left: 5px solid #8bd3a8;
  padding: 28px 32px;
}
@media screen and (max-width: 767px) {
  .hc-flow-item {
    padding: 20px 20px;
    gap: 16px;
  }
}
.hc-flow-arrow {
  display: flex;
  justify-content: center;
  padding: 6px 0;
}
.hc-flow-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #8bd3a8;
}
.hc-flow-badge {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2f8f67;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hc-flow-badge {
    width: 50px;
    height: 50px;
  }
}
.hc-flow-badge-label {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
}
.hc-flow-badge-num {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .hc-flow-badge-num {
    font-size: 20px;
  }
}
.hc-flow-body {
  flex: 1;
  padding-top: 2px;
}
.hc-flow-title {
  font-size: 17px;
  font-weight: 700;
  color: #1f5c44;
  margin-bottom: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hc-flow-title {
    font-size: 15px;
  }
}
.hc-flow-sub {
  font-size: 12px;
  color: #8bd3a8;
  font-weight: 600;
  border-bottom: 1px solid #ddf0fb;
  padding-bottom: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.hc-flow-desc {
  font-size: 14px;
  color: #516057;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .hc-flow-desc {
    font-size: 13px;
  }
}

.home .col-o {
  margin-top: 80px;
}

/* =======================================
# homepage redesign
========================================= */
.home-neo {
  overflow: hidden;
  background: #ffffff;
}

.home-neo-shell {
  width: min(1220px, 100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-neo-shell {
    width: min(1220px, 100% - 24px);
  }
}

.home-neo-hero {
  position: relative;
  padding: 132px 0 96px;
}
@media screen and (max-width: 767px) {
  .home-neo-hero {
    padding: 104px 0 72px;
  }
}

.home-neo-blob,
.home-neo-curve {
  position: absolute;
  pointer-events: none;
}

.home-neo-blob {
  filter: blur(8px);
  opacity: 1;
  border-radius: 50%;
}

.home-neo-blob-a {
  width: 280px;
  height: 280px;
  left: -110px;
  top: 64px;
  background: radial-gradient(circle, rgba(163, 210, 115, 0.42) 0%, rgba(163, 210, 115, 0.14) 56%, rgba(163, 210, 115, 0) 78%);
}

.home-neo-blob-b {
  width: 520px;
  height: 520px;
  right: -200px;
  top: -40px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.22) 0%, rgba(141, 200, 80, 0.14) 48%, rgba(141, 200, 80, 0) 76%);
}

.home-neo-curve {
  right: -8%;
  top: 64px;
  width: min(46vw, 620px);
  height: 620px;
  background: linear-gradient(180deg, rgba(141, 200, 80, 0.18), rgba(45, 184, 150, 0.1));
  border-radius: 48% 0 0 48%/28% 0 0 28%;
  opacity: 0.7;
}

.home-neo-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(31, 92, 68, 0.05);
  border-radius: 32px;
  padding: 52px;
  box-shadow: 0 32px 80px rgba(31, 92, 68, 0.12);
  overflow: hidden;
}
.home-neo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 94% 18%, rgba(141, 200, 80, 0.06), transparent 22%);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .home-neo-card {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 36px 28px;
  }
}
@media screen and (max-width: 550px) {
  .home-neo-card {
    padding: 28px 18px;
  }
}

.home-neo-copy,
.home-neo-visual {
  position: relative;
  z-index: 1;
}

.home-neo-eyebrow,
.home-neo-section-label,
.home-neo-trust-label,
.home-neo-visual-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-neo-eyebrow {
  color: #b7651c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}

.home-neo-eyebrow::before,
.home-neo-section-label::before,
.home-neo-trust-label::before,
.home-neo-visual-panel-label::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: var(--leaf-icon) no-repeat center/contain;
}

.home-neo-title {
  font-size: 64px;
  line-height: 1.08;
  letter-spacing: 0;
  color: #313131;
  font-weight: 800;
}
.home-neo-title span {
  display: inline-block;
  background: linear-gradient(90deg, #a3ee00 0%, #24d3bf 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-neo-text {
  max-width: 470px;
  margin-top: 22px;
  color: #66736d;
  font-size: 15px;
  line-height: 1.85;
}

.home-neo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-neo-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.home-neo-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.home-neo-actions .home-neo-btn {
  min-width: 184px;
  padding: 16px 28px;
  font-size: 15px;
}

.home-neo-btn-primary {
  color: #fff;
  background: linear-gradient(90deg, #87ef3d 0%, #23d0c1 100%);
  box-shadow: 0 18px 36px rgba(46, 216, 184, 0.28);
}

.home-neo-btn-secondary {
  color: #1f5c44;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 92, 68, 0.16);
}

.home-neo-highlights {
  position: relative;
  padding: 0 0 88px;
}
.home-neo-highlights::before {
  content: "";
  position: absolute;
  inset: 28px 0 18px;
  background: linear-gradient(135deg, rgba(230, 255, 236, 0.86), rgba(247, 255, 229, 0.68)), repeating-linear-gradient(-24deg, rgba(47, 143, 103, 0.05) 0, rgba(47, 143, 103, 0.05) 1px, transparent 1px, transparent 18px);
  border-top: 1px solid rgba(139, 211, 168, 0.26);
  border-bottom: 1px solid rgba(139, 211, 168, 0.26);
  pointer-events: none;
}

.home-neo-highlights .home-neo-shell,
.home-neo-intro .home-neo-shell,
.home-neo-story .home-neo-shell,
.home-neo-recruit .home-neo-shell {
  position: relative;
  z-index: 1;
}

.home-neo-highlights-head {
  max-width: 660px;
  margin-bottom: 30px;
}

.home-neo-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .home-neo-trust {
    grid-template-columns: 1fr;
  }
}

.home-neo-trust-card {
  min-height: 100%;
  padding: 22px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 255, 249, 0.94)), linear-gradient(90deg, rgba(139, 211, 168, 0.12), transparent);
  border: 1px solid rgba(139, 211, 168, 0.28);
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(31, 92, 68, 0.07);
}
.home-neo-trust-card h3 {
  margin-top: 10px;
  color: #1f5c44;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}
.home-neo-trust-card p {
  margin-top: 10px;
  color: #66736d;
  font-size: 13px;
  line-height: 1.85;
}

.home-neo-trust-label {
  color: #b7651c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.home-neo-visual {
  min-width: 0;
}

.home-neo-visual-stage {
  position: relative;
  padding: 48px 28px 34px 0;
}

.home-neo-visual-wash {
  position: absolute;
  inset: -4px -10px -8px 8%;
  border-radius: 36% 36% 36% 8%/28% 36% 28% 12%;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.42) 0%, rgba(45, 184, 150, 0.28) 55%, rgba(141, 200, 80, 0.18) 100%);
  z-index: 0;
  pointer-events: none;
}

.home-neo-visual-frame {
  position: relative;
  z-index: 1;
  margin-left: 42px;
}

.home-neo-visual-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 26px 54px rgba(31, 92, 68, 0.18);
}

.home-neo-visual-panel {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(31, 92, 68, 0.06);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(31, 92, 68, 0.12);
}

.home-neo-visual-panel-top {
  top: 18px;
  left: 0;
  max-width: 280px;
  padding: 18px 20px;
}

.home-neo-visual-panel-label {
  color: #b7651c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.home-neo-visual-panel strong {
  color: #1f5c44;
  font-size: 18px;
  line-height: 1.5;
}

.home-neo-intro,
.home-neo-story,
.home-neo-recruit {
  position: relative;
  padding: 0 0 88px;
}

.home-neo-intro::before,
.home-neo-recruit::before {
  content: "";
  position: absolute;
  inset: 22px 0 40px;
  background: linear-gradient(90deg, rgba(241, 255, 231, 0.8), rgba(233, 255, 244, 0.5), transparent);
  pointer-events: none;
}

.home-neo-story::before {
  content: "";
  position: absolute;
  inset: 0 0 58px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(234, 255, 242, 0.72)), repeating-linear-gradient(18deg, transparent 0, transparent 22px, rgba(47, 143, 103, 0.04) 22px, rgba(47, 143, 103, 0.04) 23px);
  pointer-events: none;
}

.home-neo-intro-grid,
.home-neo-story-card,
.home-neo-recruit-panel {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .home-neo-intro-grid,
  .home-neo-story-card,
  .home-neo-recruit-panel {
    grid-template-columns: 1fr;
  }
}

.home-neo-intro-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
}

.home-neo-story-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(139, 211, 168, 0.24);
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(31, 92, 68, 0.09);
}

.home-neo-recruit-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(230, 255, 237, 0.98));
  border: 1px solid rgba(139, 211, 168, 0.28);
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(31, 92, 68, 0.1);
}

.home-neo-intro-main,
.home-neo-story-copy,
.home-neo-recruit-copy {
  padding: 14px 0;
}

.home-neo-section-label {
  color: #b7651c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.home-neo-section-title {
  font-size: 42px;
  line-height: 1.28;
  letter-spacing: 0;
  color: #222b26;
  font-weight: 800;
}

.home-neo-section-text {
  margin-top: 18px;
  color: #5d6f67;
  font-size: 15px;
  line-height: 1.85;
}

.home-neo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #1f5c44;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
  border: 1px solid rgba(31, 92, 68, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}
.home-neo-link::after {
  content: "→";
  transition: transform 0.25s ease;
}
.home-neo-link:hover {
  opacity: 1;
}
.home-neo-link:hover::after {
  transform: translateX(4px);
}

.home-neo-photo-card,
.home-neo-story-media,
.home-neo-recruit-media {
  position: relative;
}
.home-neo-photo-card::before,
.home-neo-story-media::before,
.home-neo-recruit-media::before {
  content: "";
  position: absolute;
  inset: -12px;
  background: linear-gradient(135deg, rgba(163, 238, 0, 0.32), rgba(36, 211, 191, 0.18));
  border-radius: 34px;
  z-index: -1;
}
.home-neo-photo-card img,
.home-neo-story-media img,
.home-neo-recruit-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(31, 92, 68, 0.12);
}

.home-neo-photo-card img {
  border-radius: 30px;
}

.home-neo-story-media img {
  min-height: 420px;
  border-radius: 30px;
}

.home-neo-recruit-media img {
  border-radius: 30px;
}

.home-neo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}
@media screen and (max-width: 1023px) {
  .home-neo-feature-grid {
    grid-template-columns: 1fr;
  }
}

.home-neo-feature {
  position: relative;
  padding: 26px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 255, 248, 0.92)), linear-gradient(90deg, rgba(163, 238, 0, 0.1), transparent);
  border: 1px solid rgba(139, 211, 168, 0.24);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(31, 92, 68, 0.06);
}
.home-neo-feature h3 {
  margin-top: 16px;
  color: #1f5c44;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}
.home-neo-feature p {
  margin-top: 12px;
  color: #5d6f67;
  font-size: 14px;
  line-height: 1.9;
}

.home-neo-feature-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  padding: 0 12px;
  color: #1f5c44;
  background: rgba(139, 211, 168, 0.14);
  border: 1px solid rgba(31, 92, 68, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  border-radius: 999px;
}

@media screen and (max-width: 1023px) {
  .home-neo-shell {
    width: min(100%, 100% - 32px);
  }
  .home-neo-hero {
    padding: 104px 0 72px;
  }
  .home-neo-curve {
    width: 100%;
    height: 420px;
    right: -34%;
    top: auto;
    bottom: 12px;
  }
  .home-neo-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px 28px;
  }
  .home-neo-title {
    font-size: 46px;
    line-height: 1.12;
  }
  .home-neo-section-title {
    font-size: 34px;
  }
  .home-neo-highlights,
  .home-neo-intro,
  .home-neo-story,
  .home-neo-recruit {
    padding-bottom: 72px;
  }
  .home-neo-visual-stage {
    padding: 28px 0 0;
    width: min(100%, 560px);
    margin: 0 auto;
  }
  .home-neo-visual-frame {
    margin-left: 0;
  }
  .home-neo-visual-image {
    aspect-ratio: 16/10;
    max-height: 360px;
  }
  .home-neo-visual-panel-top {
    position: static;
    max-width: none;
    margin-top: 14px;
  }
  .home-neo-story-media img {
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-blob-a {
    width: 220px;
    height: 220px;
    left: -90px;
    top: 54px;
  }
  .home-neo-blob-b {
    width: 320px;
    height: 320px;
    right: -130px;
    top: 40px;
  }
  .home-neo-curve {
    width: 112%;
    height: 320px;
    right: -32%;
    bottom: 42px;
  }
  .home-neo-title {
    font-size: 36px;
  }
  .home-neo-btn {
    width: 100%;
  }
  .home-neo-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .home-neo-section-title {
    font-size: 28px;
    line-height: 1.35;
  }
  .home-neo-text,
  .home-neo-section-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .home-neo-visual-stage {
    padding: 18px 0 0;
    width: 100%;
  }
  .home-neo-card {
    border-radius: 24px;
  }
  .home-neo-visual-wash {
    inset: 0;
    border-radius: 28px;
  }
  .home-neo-visual-image {
    aspect-ratio: 4/3;
    max-height: 300px;
  }
  .home-neo-visual-image,
  .home-neo-story-media img,
  .home-neo-photo-card img,
  .home-neo-recruit-media img {
    border-radius: 26px;
  }
  .home-neo-story-card,
  .home-neo-recruit-panel {
    padding: 20px;
  }
  .home-neo-highlights {
    padding: 0 0 76px;
  }
  .home-neo-trust-card,
  .home-neo-feature {
    padding: 22px 18px;
  }
}
/* =======================================
# homepage soft green refresh
========================================= */
.home-neo {
  background: #ffffff;
}

.home-neo-hero {
  padding: 118px 0 84px;
}

.home-neo-blob {
  filter: blur(0);
  opacity: 1;
}

.home-neo-blob-a {
  width: 260px;
  height: 260px;
  left: -100px;
  top: 96px;
  background: rgba(163, 210, 115, 0.28);
  border-radius: 50%;
}

.home-neo-blob-b {
  width: 460px;
  height: 460px;
  right: -200px;
  top: 64px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.18) 0%, transparent 70%);
  border-radius: 50%;
}

.home-neo-curve {
  right: -14%;
  top: 96px;
  width: min(46vw, 580px);
  height: 540px;
  background: linear-gradient(180deg, rgba(141, 200, 80, 0.14), rgba(45, 184, 150, 0.06));
  border-radius: 54% 0 0 54%/40% 0 0 40%;
  opacity: 0.85;
}

.home-neo-card {
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  gap: 52px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}
.home-neo-card::after {
  content: none;
}

.home-neo-title {
  color: #51823d;
  font-size: 54px;
  line-height: 1.25;
  font-weight: 800;
}
.home-neo-title span {
  color: #77b84b;
  background: none;
}

.home-neo-text {
  max-width: 430px;
  color: #5f6f5b;
}

.home-neo-actions {
  margin-top: 28px;
}

.home-neo-actions .home-neo-btn {
  min-width: 176px;
  box-shadow: 0 12px 26px rgba(88, 152, 64, 0.16);
}

.home-neo-btn-primary {
  background: linear-gradient(90deg, #8cd04f 0%, #45c18d 100%);
}

.home-neo-btn-secondary {
  color: #5f913e;
  background: #fff;
  border-color: rgba(112, 169, 71, 0.26);
}

.home-neo-visual-stage {
  padding: 0;
}

.home-neo-visual-wash {
  inset: -18px -22px -10px 12px;
  height: auto;
  border-radius: 36% 36% 36% 8%/28% 36% 28% 12%;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.42) 0%, rgba(45, 184, 150, 0.28) 55%, rgba(141, 200, 80, 0.18) 100%);
  z-index: 0;
  pointer-events: none;
}

.home-neo-visual-frame {
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.home-neo-visual-image {
  aspect-ratio: 1.18;
  border-radius: 46% 46% 6% 46%;
  background: #ffffff;
  box-shadow: 0 28px 56px rgba(63, 122, 40, 0.22), 0 0 0 6px #ffffff;
}

.home-neo-visual-panel {
  border-color: rgba(128, 188, 80, 0.18);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(83, 126, 62, 0.12);
}

.home-neo-visual-panel-top {
  left: -18px;
  bottom: 22px;
  top: auto;
  max-width: 300px;
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.home-neo-visual-panel strong {
  color: #5d8d3d;
  font-size: 15px;
}

.home-neo-highlights,
.home-neo-intro,
.home-neo-story,
.home-neo-recruit {
  padding-bottom: 96px;
}

.home-neo-highlights::before {
  inset: 0 0 38px;
  background: radial-gradient(circle at 8% 16%, rgba(204, 235, 75, 0.18) 0 7%, transparent 8%), radial-gradient(circle at 92% 70%, rgba(139, 211, 168, 0.2) 0 10%, transparent 11%), #eef6e7;
  border: 0;
  border-radius: 0 0 42% 42%/0 0 8% 8%;
}

.home-neo-highlights-head {
  margin-bottom: 34px;
}

.home-neo-trust {
  gap: 22px;
}

.home-neo-trust-card,
.home-neo-feature {
  background: #fff;
  border: 2px solid rgba(183, 221, 113, 0.4);
  border-radius: 28px;
  box-shadow: 0 16px 34px rgba(90, 132, 65, 0.09);
}

.home-neo-trust-card {
  padding: 28px 24px;
}

.home-neo-intro::before,
.home-neo-recruit::before {
  inset: 20px 0 34px;
  background: radial-gradient(circle at 6% 74%, rgba(203, 236, 77, 0.18) 0 9%, transparent 10%), linear-gradient(90deg, rgba(241, 248, 230, 0.98), rgba(238, 248, 229, 0.55), transparent);
  border-radius: 0 44% 44% 0/0 12% 12% 0;
}

.home-neo-story::before {
  inset: 20px 0 34px;
  background: radial-gradient(circle at 90% 18%, rgba(204, 235, 75, 0.18) 0 8%, transparent 9%), linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(239, 247, 230, 0.95));
  border-radius: 44% 0 0 44%/12% 0 0 12%;
}

.home-neo-section-title {
  color: #5d8d3d;
}

.home-neo-story-card,
.home-neo-recruit-panel {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(183, 221, 113, 0.44);
  border-radius: 34px;
}

.home-neo-photo-card img,
.home-neo-recruit-media img {
  border-radius: 44% 44% 44% 6%;
}

.home-neo-story-media img {
  border-radius: 50%;
  aspect-ratio: 1;
  min-height: 0;
}

.home-neo-photo-card::before,
.home-neo-story-media::before,
.home-neo-recruit-media::before {
  background: #dfeeda;
  border-radius: 48% 48% 48% 8%;
}

.home-neo-story-media::before {
  border-radius: 50%;
}

.home-neo-feature-grid {
  gap: 24px;
}

.home-neo-feature {
  padding: 30px 24px;
}

.home-neo-feature-num {
  color: #6ea33f;
  background: #f1f8e6;
  border-color: rgba(183, 221, 113, 0.52);
}

.home-neo-link {
  color: #5f913e;
  background: #fff;
  border-color: rgba(112, 169, 71, 0.24);
  box-shadow: 0 10px 22px rgba(90, 132, 65, 0.08);
}

@media screen and (max-width: 1023px) {
  .home-neo-hero {
    padding: 102px 0 78px;
  }
  .home-neo-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .home-neo-title {
    font-size: 44px;
  }
  .home-neo-visual-stage {
    width: min(100%, 500px);
    margin: 0 auto;
  }
  .home-neo-visual-wash {
    inset: -14px -16px -8px 16px;
    height: auto;
  }
  .home-neo-visual-image {
    aspect-ratio: 4/3;
    max-height: 360px;
    box-shadow: 0 22px 44px rgba(63, 122, 40, 0.2), 0 0 0 5px #ffffff;
  }
  .home-neo-visual-panel-top {
    position: absolute;
    left: 14px;
    bottom: 14px;
    margin-top: 0;
    max-width: calc(100% - 28px);
  }
  .home-neo-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-hero {
    padding: 94px 0 64px;
  }
  .home-neo-title {
    font-size: 34px;
  }
  .home-neo-visual-stage {
    width: min(100%, 360px);
  }
  .home-neo-visual-image {
    max-height: 270px;
    box-shadow: 0 18px 36px rgba(63, 122, 40, 0.2), 0 0 0 4px #ffffff;
  }
  .home-neo-visual-panel {
    border-radius: 20px;
  }
  .home-neo-visual-panel-top {
    position: static;
    margin-top: 12px;
    max-width: none;
  }
  .home-neo-trust {
    grid-template-columns: 1fr;
  }
  .home-neo-highlights,
  .home-neo-intro,
  .home-neo-story,
  .home-neo-recruit {
    padding-bottom: 72px;
  }
  .home-neo-story-card,
  .home-neo-recruit-panel {
    border-radius: 26px;
  }
}
/* =======================================
# homepage v3 — refined light-green system
========================================= */
.home-neo {
  position: relative;
  background: #ffffff;
}

.home-neo-shell {
  width: min(1200px, 100% - 48px);
}
@media screen and (max-width: 767px) {
  .home-neo-shell {
    width: min(1200px, 100% - 32px);
  }
}

.home-neo-eyebrow,
.home-neo-section-label,
.home-neo-trust-label,
.home-neo-visual-panel-label {
  color: #6da33f;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.home-neo-section-label,
.home-neo-eyebrow {
  font-size: 12px;
  margin-bottom: 16px;
}

.home-neo-trust-label,
.home-neo-visual-panel-label {
  font-size: 11px;
}

.home-neo-hero {
  padding: 132px 0 140px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .home-neo-hero {
    padding: 116px 0 116px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-hero {
    padding: 92px 0 80px;
  }
}

.home-neo-blob,
.home-neo-curve {
  pointer-events: none;
}

.home-neo-blob-a {
  position: absolute;
  width: 64%;
  height: 78%;
  left: -8%;
  top: 64px;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.22) 0%, rgba(141, 200, 80, 0.1) 50%, rgba(45, 184, 150, 0.06) 100%);
  border-radius: 0 260px 260px 0/0 220px 220px 0;
  filter: blur(0);
  opacity: 1;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  .home-neo-blob-a {
    width: 92%;
    height: 56%;
    top: 48px;
    left: -8%;
    border-radius: 0 160px 160px 0/0 140px 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-blob-a {
    height: 48%;
    border-radius: 0 100px 100px 0;
  }
}

.home-neo-blob-b {
  width: 220px;
  height: 220px;
  right: -60px;
  top: 80px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.22) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(0);
  opacity: 1;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  .home-neo-blob-b {
    width: 160px;
    height: 160px;
    right: -60px;
    top: 32px;
  }
}

.home-neo-curve {
  display: block;
  position: absolute;
  width: 140%;
  height: 180px;
  left: -20%;
  bottom: -60px;
  background: linear-gradient(180deg, rgba(141, 200, 80, 0.08) 0%, rgba(45, 184, 150, 0.04) 100%);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .home-neo-curve {
    height: 120px;
    bottom: -40px;
  }
}

.home-neo-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}
.home-neo-card::after {
  content: none;
}
@media screen and (max-width: 980px) {
  .home-neo-card {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

.home-neo-title {
  color: #3f7a28;
  font-size: clamp(38px, 5.6vw, 64px);
  line-height: 1.18;
  letter-spacing: 0.005em;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.home-neo-title span {
  color: #6db542;
  background: none;
  position: relative;
  display: inline-block;
  z-index: 0;
}
.home-neo-title span::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 4px;
  height: 16px;
  background: linear-gradient(90deg, rgba(141, 200, 80, 0.55) 0%, rgba(45, 184, 150, 0.4) 100%);
  z-index: -1;
  border-radius: 6px;
}

.home-neo-text {
  max-width: 460px;
  margin-top: 26px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
}

.home-neo-visual {
  position: relative;
}

.home-neo-visual-stage {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .home-neo-visual-stage {
    margin: 0 auto;
    max-width: 600px;
  }
}

.home-neo-visual-wash {
  position: absolute;
  inset: 28px -32px -32px 28px;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  border-radius: 40px;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.94;
  box-shadow: 0 30px 60px rgba(63, 122, 40, 0.22);
}
@media screen and (max-width: 980px) {
  .home-neo-visual-wash {
    inset: 20px -22px -24px 20px;
    border-radius: 32px;
    box-shadow: 0 22px 44px rgba(63, 122, 40, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .home-neo-visual-wash {
    inset: 14px -14px -16px 14px;
    border-radius: 24px;
  }
}

.home-neo-visual-frame {
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.home-neo-visual-image {
  width: 100%;
  aspect-ratio: 1.05;
  border-radius: 40px;
  background: #ffffff;
  border: 8px solid #ffffff;
  box-shadow: 0 24px 48px rgba(63, 122, 40, 0.18);
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .home-neo-visual-image {
    aspect-ratio: 4/3;
    max-height: 420px;
    border-radius: 32px;
    border-width: 6px;
    box-shadow: 0 20px 40px rgba(63, 122, 40, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .home-neo-visual-image {
    aspect-ratio: 4/3.2;
    max-height: 320px;
    border-radius: 24px;
    border-width: 5px;
    box-shadow: 0 16px 32px rgba(63, 122, 40, 0.16);
  }
}

.home-neo-visual-panel {
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 999px;
  box-shadow: 0 18px 32px rgba(63, 122, 40, 0.12);
}

.home-neo-visual-panel-top {
  left: -16px;
  bottom: 28px;
  top: auto;
  max-width: 280px;
  padding: 14px 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 980px) {
  .home-neo-visual-panel-top {
    left: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }
}
@media screen and (max-width: 767px) {
  .home-neo-visual-panel-top {
    position: relative;
    margin: 14px auto 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    border-radius: 18px;
  }
}

.home-neo-visual-panel-label {
  color: #6da33f;
}

.home-neo-visual-panel strong {
  color: #3f7a28;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.home-neo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-neo-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 196px;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.home-neo-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .home-neo-btn {
    width: 100%;
    min-width: 0;
  }
}

.home-neo-actions .home-neo-btn {
  min-width: 196px;
  padding: 0 30px;
  font-size: 15px;
}

.home-neo-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
  border: 1px solid transparent;
}
.home-neo-btn-primary::after {
  content: "→";
  font-weight: 800;
  transition: transform 0.25s ease;
}
.home-neo-btn-primary:hover {
  box-shadow: 0 22px 44px rgba(74, 139, 53, 0.32);
}
.home-neo-btn-primary:hover::after {
  transform: translateX(4px);
}

.home-neo-btn-secondary {
  color: #3f7a28;
  background: #fff;
  border: 1.5px solid #a3d273;
  box-shadow: 0 10px 24px rgba(74, 139, 53, 0.08);
}
.home-neo-btn-secondary:hover {
  background: #f6fbef;
  border-color: #6db542;
}

.home-neo-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 196px;
  height: 56px;
  margin-top: 28px;
  padding: 0 28px;
  color: #3f7a28;
  background: #fff;
  border: 1.5px solid #a3d273;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(74, 139, 53, 0.08);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.home-neo-link::after {
  content: "→";
  font-weight: 800;
  transition: transform 0.25s ease;
}
.home-neo-link:hover {
  background: #f6fbef;
  border-color: #6db542;
  color: #3f7a28;
  opacity: 1;
  transform: translateY(-2px);
}
.home-neo-link:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .home-neo-link {
    width: 100%;
    min-width: 0;
  }
}

.home-neo-highlights,
.home-neo-intro,
.home-neo-story,
.home-neo-recruit {
  position: relative;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  .home-neo-highlights,
  .home-neo-intro,
  .home-neo-story,
  .home-neo-recruit {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-highlights,
  .home-neo-intro,
  .home-neo-story,
  .home-neo-recruit {
    padding: 64px 0;
  }
}

.home-neo-highlights {
  padding-top: 0;
}
.home-neo-highlights::before {
  content: none;
}

.home-neo-highlights-head {
  max-width: 880px;
  margin-bottom: 40px;
}

.home-neo-intro::before,
.home-neo-story::before,
.home-neo-recruit::before {
  content: none;
}

.home-neo-intro::after,
.home-neo-story::after,
.home-neo-recruit::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.home-neo-intro::after {
  width: 360px;
  height: 360px;
  right: -120px;
  top: 60px;
  background: radial-gradient(circle, rgba(163, 210, 115, 0.18) 0%, transparent 70%);
  border-radius: 50%;
}

.home-neo-story::after {
  width: 320px;
  height: 320px;
  left: -120px;
  bottom: 40px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.14) 0%, transparent 70%);
  border-radius: 50%;
}

.home-neo-recruit::after {
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(163, 210, 115, 0.22) 0%, transparent 70%);
  border-radius: 50%;
}

.home-neo-hero::before,
.home-neo-highlights::after,
.home-neo-intro::before,
.home-neo-story::before,
.home-neo-recruit::before,
.home-neo .cta-c::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background-repeat: no-repeat;
}

.home-neo-hero::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: right 5% bottom 32px, left 7% bottom 56px;
  background-size: 118px 118px, 78px 78px;
}

.home-neo-highlights::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 24px, left 6% bottom 32px;
  background-size: 104px 104px, 72px 72px;
}

.home-neo-intro::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: right 5% top 28px, left 6% bottom 32px;
  background-size: 112px 112px, 78px 78px;
}

.home-neo-story::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 24px, left 5% bottom 28px;
  background-size: 118px 118px, 82px 82px;
}

.home-neo-recruit::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: left 4% top 24px, right 5% bottom 28px;
  background-size: 122px 122px, 86px 86px;
}

.home-neo .cta-c::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>");
  background-position: right 6% top 8px;
  background-size: 72px 72px;
}

.home-neo-card,
.home-neo-trust-card,
.home-neo-feature,
.home-neo-photo-card,
.home-neo-story-card,
.home-neo-recruit-panel {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .home-neo-hero::before {
    background-size: 96px 96px, 64px 64px;
  }
  .home-neo-highlights::after {
    background-size: 86px 86px, 60px 60px;
  }
  .home-neo-intro::before {
    background-size: 92px 92px, 64px 64px;
  }
  .home-neo-story::before {
    background-size: 96px 96px, 68px 68px;
  }
  .home-neo-recruit::before {
    background-size: 100px 100px, 70px 70px;
  }
  .home-neo .cta-c::before {
    background-size: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-hero::before {
    background-position: right 3% bottom 18px, left 4% bottom 32px;
    background-size: 64px 64px, 46px 46px;
  }
  .home-neo-highlights::after {
    background-position: right 3% top 14px, left 4% bottom 18px;
    background-size: 60px 60px, 44px 44px;
  }
  .home-neo-intro::before {
    background-position: right 3% top 14px, left 4% bottom 18px;
    background-size: 64px 64px, 46px 46px;
  }
  .home-neo-story::before {
    background-position: right 3% top 14px, left 4% bottom 18px;
    background-size: 66px 66px, 48px 48px;
  }
  .home-neo-recruit::before {
    background-position: left 3% top 14px, right 4% bottom 18px;
    background-size: 70px 70px, 50px 50px;
  }
  .home-neo .cta-c::before {
    background-position: right 4% top 4px;
    background-size: 48px 48px;
  }
}
.home-neo-section-label {
  color: #6da33f;
}

.home-neo-section-title {
  color: #3f7a28;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.home-neo-section-text {
  margin-top: 20px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
}

.home-neo-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .home-neo-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-trust {
    grid-template-columns: 1fr;
  }
}

.home-neo-trust-card {
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 24px;
  padding: 30px 26px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-neo-trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(74, 139, 53, 0.14);
}
.home-neo-trust-card h3 {
  margin-top: 14px;
  color: #3f7a28;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 800;
}
.home-neo-trust-card p {
  margin-top: 12px;
  color: #5b6b56;
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 1023px) {
  .home-neo-trust-card {
    padding: 24px 20px;
  }
  .home-neo-trust-card h3 {
    font-size: 17px;
  }
  .home-neo-trust-card p {
    font-size: 13px;
  }
}

.home-neo-intro-grid,
.home-neo-story-card,
.home-neo-recruit-panel {
  display: grid;
  gap: 56px;
  align-items: center;
}

.home-neo-intro-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.home-neo-story-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  padding: 48px;
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 32px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
}
@media screen and (max-width: 1023px) {
  .home-neo-story-card {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-story-card {
    padding: 28px 22px;
    border-radius: 24px;
  }
}

.home-neo-recruit-panel {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  padding: 48px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbef 60%, #ecf6dd 100%);
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 32px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
}
@media screen and (max-width: 1023px) {
  .home-neo-recruit-panel {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-recruit-panel {
    padding: 28px 22px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 900px) {
  .home-neo-intro-grid,
  .home-neo-story-card,
  .home-neo-recruit-panel {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.home-neo-intro-main,
.home-neo-story-copy,
.home-neo-recruit-copy {
  padding: 0;
}

.home-neo-photo-card,
.home-neo-story-media,
.home-neo-recruit-media {
  position: relative;
}
.home-neo-photo-card::before,
.home-neo-story-media::before,
.home-neo-recruit-media::before {
  content: "";
  position: absolute;
  inset: -16px;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.22), rgba(45, 184, 150, 0.12));
  border-radius: 38% 38% 38% 10%;
  z-index: -1;
}
.home-neo-photo-card img,
.home-neo-story-media img,
.home-neo-recruit-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(63, 122, 40, 0.14);
}

.home-neo-photo-card img,
.home-neo-recruit-media img {
  border-radius: 36% 36% 36% 8%;
}
@media screen and (max-width: 767px) {
  .home-neo-photo-card img,
  .home-neo-recruit-media img {
    border-radius: 28px;
  }
}

.home-neo-story-media img {
  border-radius: 50%;
  aspect-ratio: 1;
  min-height: 0;
}
@media screen and (max-width: 1023px) {
  .home-neo-story-media img {
    aspect-ratio: 1.1;
    border-radius: 38% 38% 38% 8%;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-story-media img {
    aspect-ratio: 4/3;
    border-radius: 28px;
  }
}

.home-neo-photo-card::before,
.home-neo-recruit-media::before {
  border-radius: 38% 38% 38% 10%;
}

.home-neo-story-media::before {
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .home-neo-story-media::before {
    border-radius: 38% 38% 38% 10%;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-story-media::before {
    border-radius: 32px;
  }
}

.home-neo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 56px;
}
@media screen and (max-width: 1023px) {
  .home-neo-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }
}

.home-neo-feature {
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-neo-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(74, 139, 53, 0.14);
}
.home-neo-feature h3 {
  margin-top: 18px;
  color: #3f7a28;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
.home-neo-feature p {
  margin-top: 14px;
  color: #5b6b56;
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .home-neo-feature {
    padding: 26px 22px;
  }
}

.home-neo-feature-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 30px;
  padding: 0 14px;
  color: #3f7a28;
  background: #f6fbef;
  border: 1px solid rgba(141, 200, 80, 0.32);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  border-radius: 999px;
}

:is(.home-neo, .about-neo, .homecare-neo) .cta-c {
  background: none;
  padding: 0 0 96px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c {
    padding-bottom: 64px;
  }
}

:is(.home-neo, .about-neo, .homecare-neo) .down-to-top {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  :is(.home-neo, .about-neo, .homecare-neo) .down-to-top {
    width: min(1200px, 100% - 32px);
  }
}

:is(.home-neo, .about-neo, .homecare-neo) .cta-c-title {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-title::before {
  content: "CONTACT";
  display: block;
  margin-bottom: 14px;
  color: #6da33f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-title h2 {
  color: #3f7a28;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.01em;
  background: none;
  padding: 0;
  margin: 0;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-title h2::before, :is(.home-neo, .about-neo, .homecare-neo) .cta-c-title h2::after {
  content: none;
}

:is(.home-neo, .about-neo, .homecare-neo) .cta-c-container {
  position: relative;
  left: auto;
  transform: none;
  max-width: 1200px;
  width: 100%;
  margin: 0;
  padding: 64px 32px 56px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbef 60%, #ecf6dd 100%);
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 36px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::before, :is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::after {
  content: "";
  position: absolute;
  background: var(--leaf-icon) no-repeat center/contain;
  width: 56px;
  height: 56px;
  opacity: 0.28;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::before {
  top: 28px;
  left: 28px;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::after {
  bottom: 28px;
  right: 28px;
  transform: rotate(180deg);
  opacity: 0.22;
}
@media screen and (max-width: 1023px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-container {
    padding: 52px 28px 48px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-container {
    padding: 44px 22px;
    border-radius: 24px;
  }
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::before, :is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::after {
    width: 38px;
    height: 38px;
  }
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::before {
    top: 18px;
    left: 18px;
  }
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-container::after {
    bottom: 18px;
    right: 18px;
  }
}

:is(.home-neo, .about-neo, .homecare-neo) .cta-c-text {
  margin-top: 0;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-text p {
  margin-top: 0;
  color: #5b6b56;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 550px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-text p {
    font-size: 14px;
    padding: 0 8px;
  }
}

:is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 0 16px;
  }
}

:is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  border: 1.5px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  margin: 0;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn + :is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn {
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn {
    width: 100%;
  }
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn.-a {
  background: #fff;
  color: #3f7a28;
  border-color: #a3d273;
  box-shadow: 0 12px 28px rgba(74, 139, 53, 0.1);
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn.-a:hover {
  background: #f6fbef;
  color: #3f7a28;
  border-color: #6db542;
  transform: translateY(-2px);
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn.-b {
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-btn.-b:hover {
  background: linear-gradient(135deg, #2db896 0%, #6db542 100%);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(74, 139, 53, 0.32);
}

:is(.home-neo, .about-neo, .homecare-neo) .cta-c-content {
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 16px;
  max-width: 460px;
  margin: 32px auto 0;
  padding: 14px 22px;
  font-size: 14px;
  color: #5b6b56;
}
:is(.home-neo, .about-neo, .homecare-neo) .cta-c-content-border {
  background: linear-gradient(transparent 60%, rgba(163, 210, 115, 0.45) 60%);
  color: #3f7a28;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  :is(.home-neo, .about-neo, .homecare-neo) .cta-c-content {
    margin: 28px 16px 0;
    font-size: 13px;
  }
}

.footer-d-top {
  background: linear-gradient(180deg, #ecf6dd 0%, #ffffff 100%);
  border-top: 1px solid rgba(141, 200, 80, 0.2);
  padding-top: 72px;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .footer-d-top {
    padding-top: 56px;
    padding-bottom: 44px;
  }
}

.footer-d-menu li a {
  color: #3f7a28;
}
.footer-d-menu li a:hover {
  color: #6db542;
}

.footer-d-address {
  color: #5b6b56;
}

.footer-d-copyright {
  color: #8a9586;
}

@media screen and (max-width: 980px) {
  .home-neo-hero {
    padding: 116px 0 88px;
  }
  .home-neo-card {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .home-neo-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .home-neo-trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .home-neo-feature-grid {
    grid-template-columns: 1fr;
  }
}
/* =======================================
# about page redesign — light-green system
========================================= */
.about-neo {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.about-neo-shell {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-neo-shell {
    width: min(1200px, 100% - 32px);
  }
}

.about-neo-eyebrow,
.about-neo-section-label {
  color: #6da33f;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
}
.about-neo-eyebrow::before,
.about-neo-section-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #6db542;
  margin-right: 12px;
}

.about-neo-section-title {
  color: #3f7a28;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.about-neo-section-text {
  margin-top: 22px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
}

.about-neo-hero {
  position: relative;
  padding: 104px 0 64px;
}
@media screen and (max-width: 1023px) {
  .about-neo-hero {
    padding: 92px 0 52px;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-hero {
    padding: 76px 0 40px;
  }
}

.about-neo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .about-neo-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-hero-grid {
    gap: 24px;
  }
}

.about-neo-blob,
.about-neo-curve {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.about-neo-blob-a {
  width: 260px;
  height: 260px;
  left: -80px;
  top: 96px;
  background: rgba(163, 210, 115, 0.32);
}
@media screen and (max-width: 980px) {
  .about-neo-blob-a {
    width: 200px;
    height: 200px;
    top: 56px;
    left: -110px;
  }
}

.about-neo-blob-b {
  width: 460px;
  height: 460px;
  right: -180px;
  top: 80px;
  background: radial-gradient(circle, rgba(141, 200, 80, 0.18) 0%, transparent 70%);
}
@media screen and (max-width: 980px) {
  .about-neo-blob-b {
    width: 340px;
    height: 340px;
    right: -180px;
    top: 30px;
  }
}

.about-neo-curve {
  width: 220px;
  height: 220px;
  right: 8%;
  bottom: -60px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.16) 0%, transparent 70%);
}

.about-neo-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.about-neo-hero-title {
  color: #3f7a28;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 800;
  margin-top: 4px;
}
.about-neo-hero-title span {
  background: linear-gradient(transparent 60%, rgba(163, 210, 115, 0.45) 60%);
  padding: 0 6px;
}

.about-neo-hero-text {
  margin-top: 22px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.9;
  max-width: 540px;
}

.about-neo-hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .about-neo-hero-visual {
    max-width: 480px;
    margin: 0 auto;
  }
}

.about-neo-hero-visual-wash {
  position: absolute;
  inset: -18px -22px -10px 12px;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.42) 0%, rgba(45, 184, 150, 0.28) 55%, rgba(141, 200, 80, 0.18) 100%);
  border-radius: 36% 36% 36% 8%/28% 36% 28% 12%;
  z-index: -1;
  pointer-events: none;
}

.about-neo-hero-visual-frame {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 28px 10px 28px 10px;
  box-shadow: 0 28px 56px rgba(63, 122, 40, 0.22), 0 0 0 6px #ffffff;
  aspect-ratio: 4/3;
}
.about-neo-hero-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .about-neo-hero-visual-frame {
    border-radius: 20px 8px 20px 8px;
    box-shadow: 0 18px 36px rgba(63, 122, 40, 0.2), 0 0 0 4px #ffffff;
  }
}

.about-neo-hero-visual-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.about-neo-hero-visual-dot-a {
  width: 14px;
  height: 14px;
  top: -7px;
  right: 6%;
  background: #6db542;
  box-shadow: 0 6px 14px rgba(74, 139, 53, 0.32);
}
@media screen and (max-width: 767px) {
  .about-neo-hero-visual-dot-a {
    width: 10px;
    height: 10px;
    top: -5px;
  }
}

.about-neo .nf-breadcrumb-wrap {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(141, 200, 80, 0.2);
}

.about-neo-concept {
  position: relative;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  .about-neo-concept {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-concept {
    padding: 56px 0;
  }
}

.about-neo-concept-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .about-neo-concept-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.about-neo-concept-media {
  position: relative;
}
.about-neo-concept-media::before {
  content: "";
  position: absolute;
  inset: -16px;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.22), rgba(45, 184, 150, 0.12));
  border-radius: 38% 38% 38% 10%;
  z-index: -1;
}
.about-neo-concept-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36% 36% 36% 8%;
  box-shadow: 0 18px 38px rgba(63, 122, 40, 0.14);
}
@media screen and (max-width: 767px) {
  .about-neo-concept-media img {
    border-radius: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-concept-media::before {
    border-radius: 32px;
  }
}

.about-neo-message {
  position: relative;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  .about-neo-message {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-message {
    padding: 56px 0;
  }
}
.about-neo-message::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  top: 60px;
  background: radial-gradient(circle, rgba(163, 210, 115, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.about-neo-message-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 32px;
  padding: 64px 72px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .about-neo-message-card {
    padding: 48px 40px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-message-card {
    padding: 36px 22px;
    border-radius: 24px;
  }
}

.about-neo-message-head {
  text-align: center;
}

.about-neo-message-card .about-neo-section-label {
  margin: 0 auto 14px;
}

.about-neo-message-card .about-neo-section-title {
  font-size: clamp(22px, 2.8vw, 30px);
}

.about-neo-message-quote {
  margin-top: 36px;
  text-align: center;
  color: #3f7a28;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.about-neo-message-quote::before, .about-neo-message-quote::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 0 auto;
}
.about-neo-message-quote::before {
  background: #6db542;
  margin-bottom: 22px;
}
.about-neo-message-quote::after {
  background: #a3d273;
  margin-top: 22px;
}

.about-neo-message-body {
  margin-top: 32px;
}
.about-neo-message-body p {
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
  margin-top: 18px;
}
.about-neo-message-body p:first-child {
  margin-top: 0;
}

.about-neo-message-name {
  margin-top: 40px;
  text-align: right;
  color: #3f7a28;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .about-neo-message-name {
    text-align: left;
  }
}

.about-neo-message-role {
  display: inline-block;
  margin-right: 14px;
  padding: 3px 12px;
  background: #f6fbef;
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #3f7a28;
  vertical-align: middle;
}

.about-neo-company {
  position: relative;
  padding: 96px 0 120px;
}
@media screen and (max-width: 1023px) {
  .about-neo-company {
    padding: 72px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-company {
    padding: 56px 0 72px;
  }
}

.about-neo-company-head {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .about-neo-company-head {
    margin-bottom: 32px;
  }
}

.about-neo-company-head .about-neo-section-label {
  margin: 0 auto 14px;
}

.about-neo-company-head .about-neo-section-title {
  font-size: clamp(24px, 3vw, 32px);
}

.about-neo-company-list {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbef 60%, #ecf6dd 100%);
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 32px;
  padding: 8px 48px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .about-neo-company-list {
    padding: 4px 32px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-company-list {
    padding: 4px 22px;
    border-radius: 24px;
  }
}

.about-neo-company-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(141, 200, 80, 0.2);
  align-items: baseline;
}
.about-neo-company-row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  .about-neo-company-row {
    grid-template-columns: 160px 1fr;
    gap: 16px;
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-company-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }
}
.about-neo-company-row dt {
  margin: 0;
  color: #3f7a28;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 20px;
}
.about-neo-company-row dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6db542;
}
.about-neo-company-row dd {
  margin: 0;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.85;
}

.about-neo-company-link {
  color: #3f7a28;
  font-weight: 700;
  border-bottom: 1px solid #a3d273;
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.about-neo-company-link:hover {
  color: #6db542;
  border-color: #6db542;
}

.about-neo .cta-c {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .about-neo .cta-c {
    padding-top: 16px;
  }
}

.about-neo-hero::before,
.about-neo-concept::before,
.about-neo-message::before,
.about-neo-company::before,
.about-neo .cta-c::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background-repeat: no-repeat;
}

.about-neo-hero::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: right 3% top 32px, left 4% bottom 12px;
  background-size: 88px 88px, 64px 64px;
}

.about-neo-concept::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 28px, left 5% bottom 32px;
  background-size: 112px 112px, 78px 78px;
}

.about-neo-message::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: left 4% top 32px, right 5% bottom 32px;
  background-size: 118px 118px, 82px 82px;
}

.about-neo-company::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 28px, left 5% bottom 56px;
  background-size: 122px 122px, 86px 86px;
}

.about-neo .cta-c::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>");
  background-position: left 6% top 8px;
  background-size: 72px 72px;
}

@media screen and (max-width: 1023px) {
  .about-neo-hero::before {
    background-size: 96px 96px, 64px 64px;
  }
  .about-neo-concept::before {
    background-size: 92px 92px, 64px 64px;
  }
  .about-neo-message::before {
    background-size: 96px 96px, 68px 68px;
  }
  .about-neo-company::before {
    background-size: 100px 100px, 70px 70px;
  }
  .about-neo .cta-c::before {
    background-size: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-neo-hero::before {
    background-position: right 3% top 24px, left 3% bottom 8px;
    background-size: 56px 56px, 42px 42px;
  }
  .about-neo-concept::before {
    background-position: right 3% top 14px, left 4% bottom 18px;
    background-size: 64px 64px, 46px 46px;
  }
  .about-neo-message::before {
    background-position: left 3% top 14px, right 4% bottom 18px;
    background-size: 66px 66px, 48px 48px;
  }
  .about-neo-company::before {
    background-position: right 3% top 14px, left 4% bottom 28px;
    background-size: 70px 70px, 50px 50px;
  }
  .about-neo .cta-c::before {
    background-position: left 4% top 4px;
    background-size: 48px 48px;
  }
}
/* =======================================
# homecare page redesign (homecare-neo)
========================================= */
.homecare-neo {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.homecare-neo-shell {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .homecare-neo-shell {
    width: min(1200px, 100% - 32px);
  }
}

.homecare-neo-eyebrow,
.homecare-neo-section-label {
  color: #6da33f;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
}
.homecare-neo-eyebrow::before,
.homecare-neo-section-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #6db542;
  margin-right: 12px;
}

.homecare-neo-section-title {
  color: #3f7a28;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.homecare-neo-section-text {
  margin-top: 22px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
}
.homecare-neo-section-text + .homecare-neo-section-text {
  margin-top: 16px;
}

.homecare-neo-hero {
  position: relative;
  padding: 104px 0 64px;
}
@media screen and (max-width: 1023px) {
  .homecare-neo-hero {
    padding: 92px 0 52px;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-hero {
    padding: 76px 0 40px;
  }
}

.homecare-neo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .homecare-neo-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-hero-grid {
    gap: 24px;
  }
}

.homecare-neo-blob,
.homecare-neo-curve {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.homecare-neo-blob-a {
  width: 260px;
  height: 260px;
  left: -80px;
  top: 96px;
  background: rgba(163, 210, 115, 0.32);
}
@media screen and (max-width: 980px) {
  .homecare-neo-blob-a {
    width: 200px;
    height: 200px;
    top: 56px;
    left: -110px;
  }
}

.homecare-neo-blob-b {
  width: 460px;
  height: 460px;
  right: -180px;
  top: 80px;
  background: radial-gradient(circle, rgba(141, 200, 80, 0.18) 0%, transparent 70%);
}
@media screen and (max-width: 980px) {
  .homecare-neo-blob-b {
    width: 340px;
    height: 340px;
    right: -180px;
    top: 30px;
  }
}

.homecare-neo-curve {
  width: 220px;
  height: 220px;
  right: 8%;
  bottom: -60px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.16) 0%, transparent 70%);
}

.homecare-neo-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.homecare-neo-hero-title {
  color: #3f7a28;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 800;
  margin-top: 4px;
}
.homecare-neo-hero-title span {
  background: linear-gradient(transparent 60%, rgba(163, 210, 115, 0.45) 60%);
  padding: 0 6px;
}

.homecare-neo-hero-text {
  margin-top: 22px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.9;
  max-width: 540px;
}

.homecare-neo-hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .homecare-neo-hero-visual {
    max-width: 480px;
    margin: 0 auto;
  }
}

.homecare-neo-hero-visual-wash {
  position: absolute;
  inset: -18px -22px -10px 12px;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.42) 0%, rgba(45, 184, 150, 0.28) 55%, rgba(141, 200, 80, 0.18) 100%);
  border-radius: 36% 36% 36% 8%/28% 36% 28% 12%;
  z-index: -1;
  pointer-events: none;
}

.homecare-neo-hero-visual-frame {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 28px 10px 28px 10px;
  box-shadow: 0 28px 56px rgba(63, 122, 40, 0.22), 0 0 0 6px #ffffff;
  aspect-ratio: 4/3;
}
.homecare-neo-hero-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .homecare-neo-hero-visual-frame {
    border-radius: 20px 8px 20px 8px;
    box-shadow: 0 18px 36px rgba(63, 122, 40, 0.2), 0 0 0 4px #ffffff;
  }
}

.homecare-neo-hero-visual-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.homecare-neo-hero-visual-dot-a {
  width: 14px;
  height: 14px;
  top: -7px;
  right: 6%;
  background: #6db542;
  box-shadow: 0 6px 14px rgba(74, 139, 53, 0.32);
}
@media screen and (max-width: 767px) {
  .homecare-neo-hero-visual-dot-a {
    width: 10px;
    height: 10px;
    top: -5px;
  }
}

.homecare-neo .nf-breadcrumb-wrap {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(141, 200, 80, 0.2);
}

.homecare-neo-intro {
  position: relative;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  .homecare-neo-intro {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-intro {
    padding: 56px 0;
  }
}

.homecare-neo-intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .homecare-neo-intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.homecare-neo-intro-main {
  min-width: 0;
}

.homecare-neo-intro-side {
  min-width: 0;
}

.homecare-neo-photo-card {
  position: relative;
}
.homecare-neo-photo-card::before {
  content: "";
  position: absolute;
  inset: -22px -28px -14px 8px;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.42) 0%, rgba(45, 184, 150, 0.28) 55%, rgba(141, 200, 80, 0.18) 100%);
  border-radius: 36% 36% 36% 8%/28% 36% 28% 12%;
  z-index: -1;
}
.homecare-neo-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36% 36% 36% 8%;
  background: #ffffff;
  box-shadow: 0 28px 56px rgba(63, 122, 40, 0.22), 0 0 0 6px #ffffff;
}
@media screen and (max-width: 767px) {
  .homecare-neo-photo-card img {
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(63, 122, 40, 0.2), 0 0 0 4px #ffffff;
  }
}

.homecare-neo-intro-cards {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .homecare-neo-intro-cards {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-intro-cards {
    grid-template-columns: 1fr;
    margin-top: 36px;
    gap: 18px;
  }
}

.homecare-neo-intro-card {
  background: linear-gradient(135deg, #ffffff 0%, #f6fbef 60%, #ecf6dd 100%);
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 32px;
  padding: 36px 32px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
}
@media screen and (max-width: 767px) {
  .homecare-neo-intro-card {
    padding: 28px 22px;
    border-radius: 24px;
  }
}

.homecare-neo-intro-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #6da33f;
}
.homecare-neo-intro-card-label::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--leaf-icon) no-repeat center/contain;
}

.homecare-neo-intro-card-title {
  margin-top: 14px;
  color: #3f7a28;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.homecare-neo-intro-card-text {
  margin-top: 14px;
  color: #5b6b56;
  font-size: 14.5px;
  line-height: 1.9;
}

.homecare-neo-intro-list {
  margin-top: 16px;
  list-style: none;
  padding: 0;
}
.homecare-neo-intro-list li {
  position: relative;
  padding: 10px 0 10px 22px;
  color: #5b6b56;
  font-size: 14.5px;
  line-height: 1.7;
  border-bottom: 1px dashed rgba(141, 200, 80, 0.2);
}
.homecare-neo-intro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6db542;
}
.homecare-neo-intro-list li:last-child {
  border-bottom: none;
}

.homecare-neo-services {
  position: relative;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  .homecare-neo-services {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-services {
    padding: 56px 0;
  }
}

.homecare-neo-services-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.homecare-neo-services-head .homecare-neo-section-label {
  margin-left: auto;
  margin-right: auto;
}
.homecare-neo-services-head .homecare-neo-section-text {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .homecare-neo-services-head {
    margin-bottom: 32px;
  }
}

.homecare-neo-services-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .homecare-neo-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.homecare-neo-service {
  position: relative;
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 28px;
  padding: 24px 24px 28px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.homecare-neo-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(74, 139, 53, 0.16);
}
@media screen and (max-width: 767px) {
  .homecare-neo-service {
    padding: 20px 20px 24px;
    border-radius: 22px;
  }
}

.homecare-neo-service-media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4/3;
  background: #f6fbef;
}
.homecare-neo-service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .homecare-neo-service-media {
    border-radius: 18px;
  }
}

.homecare-neo-service:hover .homecare-neo-service-media img {
  transform: scale(1.04);
}

.homecare-neo-service-num {
  display: inline-block;
  margin-top: 18px;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #6da33f;
  position: relative;
  padding-left: 22px;
}
.homecare-neo-service-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background: #6db542;
}

.homecare-neo-service-title {
  margin-top: 8px;
  color: #3f7a28;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.homecare-neo-flow {
  position: relative;
  padding: 96px 0 120px;
}
@media screen and (max-width: 1023px) {
  .homecare-neo-flow {
    padding: 72px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow {
    padding: 56px 0 72px;
  }
}

.homecare-neo-flow-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 48px;
}
.homecare-neo-flow-head .homecare-neo-section-label {
  margin-left: auto;
  margin-right: auto;
}
.homecare-neo-flow-head .homecare-neo-section-text {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-head {
    margin-bottom: 32px;
  }
}

.homecare-neo-flow-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.homecare-neo-flow-list::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, #a3d273 0%, #6db542 50%, #2db896 100%);
  opacity: 0.55;
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-list::before {
    left: 22px;
  }
}

.homecare-neo-flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }
}

.homecare-neo-flow-badge {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-badge {
    width: 48px;
    height: 48px;
  }
}

.homecare-neo-flow-badge-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
  opacity: 0.88;
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-badge-label {
    font-size: 8px;
    letter-spacing: 0.18em;
  }
}

.homecare-neo-flow-badge-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-badge-num {
    font-size: 16px;
    margin-top: 2px;
  }
}

.homecare-neo-flow-body {
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 24px;
  padding: 24px 28px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-body {
    padding: 20px 22px;
    border-radius: 20px;
  }
}

.homecare-neo-flow-title {
  color: #3f7a28;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .homecare-neo-flow-title {
    font-size: 16px;
  }
}

.homecare-neo-flow-sub {
  margin-top: 6px;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  color: #6da33f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.homecare-neo-flow-desc {
  margin-top: 14px;
  color: #5b6b56;
  font-size: 14.5px;
  line-height: 1.85;
}

.homecare-neo .cta-c {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .homecare-neo .cta-c {
    padding-top: 16px;
  }
}

.homecare-neo-hero::before,
.homecare-neo-intro::before,
.homecare-neo-services::before,
.homecare-neo-flow::before,
.homecare-neo .cta-c::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background-repeat: no-repeat;
}

.homecare-neo-hero::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: right 3% top 32px, left 4% bottom 12px;
  background-size: 88px 88px, 64px 64px;
}

.homecare-neo-intro::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 28px, left 5% bottom 32px;
  background-size: 112px 112px, 78px 78px;
}

.homecare-neo-services::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: left 4% top 32px, right 5% bottom 32px;
  background-size: 118px 118px, 82px 82px;
}

.homecare-neo-flow::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 28px, left 5% bottom 56px;
  background-size: 122px 122px, 86px 86px;
}

.homecare-neo .cta-c::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>");
  background-position: left 6% top 8px;
  background-size: 72px 72px;
}

@media screen and (max-width: 1023px) {
  .homecare-neo-hero::before {
    background-size: 96px 96px, 64px 64px;
  }
  .homecare-neo-intro::before {
    background-size: 92px 92px, 64px 64px;
  }
  .homecare-neo-services::before {
    background-size: 96px 96px, 68px 68px;
  }
  .homecare-neo-flow::before {
    background-size: 100px 100px, 70px 70px;
  }
  .homecare-neo .cta-c::before {
    background-size: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .homecare-neo-hero::before {
    background-position: right 3% top 24px, left 3% bottom 8px;
    background-size: 56px 56px, 42px 42px;
  }
  .homecare-neo-intro::before {
    background-position: right 3% top 14px, left 4% bottom 18px;
    background-size: 64px 64px, 46px 46px;
  }
  .homecare-neo-services::before {
    background-position: left 3% top 14px, right 4% bottom 18px;
    background-size: 66px 66px, 48px 48px;
  }
  .homecare-neo-flow::before {
    background-position: right 3% top 14px, left 4% bottom 28px;
    background-size: 70px 70px, 50px 50px;
  }
  .homecare-neo .cta-c::before {
    background-position: left 4% top 4px;
    background-size: 48px 48px;
  }
}
/* =======================================
# recruit page redesign (recruit-neo)
========================================= */
.recruit-neo {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.recruit-neo-shell {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-neo-shell {
    width: min(1200px, 100% - 32px);
  }
}

.recruit-neo-eyebrow,
.recruit-neo-section-label {
  color: #6da33f;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
}
.recruit-neo-eyebrow::before,
.recruit-neo-section-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #6db542;
  margin-right: 12px;
}

.recruit-neo-section-title {
  color: #3f7a28;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.recruit-neo-section-text {
  margin-top: 22px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
}

.recruit-neo-hero {
  position: relative;
  padding: 104px 0 76px;
}
@media screen and (max-width: 1023px) {
  .recruit-neo-hero {
    padding: 92px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-hero {
    padding: 76px 0 48px;
  }
}

.recruit-neo-blob,
.recruit-neo-curve {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.recruit-neo-blob-a {
  width: 260px;
  height: 260px;
  left: -90px;
  top: 88px;
  background: rgba(163, 210, 115, 0.34);
}
@media screen and (max-width: 980px) {
  .recruit-neo-blob-a {
    width: 200px;
    height: 200px;
    top: 56px;
    left: -110px;
  }
}

.recruit-neo-blob-b {
  width: 460px;
  height: 460px;
  right: -200px;
  top: 56px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.18) 0%, transparent 70%);
}
@media screen and (max-width: 980px) {
  .recruit-neo-blob-b {
    width: 320px;
    height: 320px;
    right: -200px;
    top: 24px;
  }
}

.recruit-neo-curve {
  width: 220px;
  height: 220px;
  right: 10%;
  bottom: -64px;
  background: radial-gradient(circle, rgba(141, 200, 80, 0.2) 0%, transparent 70%);
}

.recruit-neo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .recruit-neo-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-hero-grid {
    gap: 24px;
  }
}

.recruit-neo-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.recruit-neo-hero-title {
  color: #3f7a28;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 800;
  margin-top: 4px;
}
.recruit-neo-hero-title span {
  background: linear-gradient(transparent 60%, rgba(163, 210, 115, 0.45) 60%);
  padding: 0 6px;
}

.recruit-neo-hero-text {
  margin-top: 22px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.9;
  max-width: 540px;
}

.recruit-neo-hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .recruit-neo-hero-visual {
    max-width: 480px;
    margin: 0 auto;
  }
}

.recruit-neo-hero-visual-wash {
  position: absolute;
  inset: -18px -22px -10px 12px;
  background: linear-gradient(135deg, rgba(141, 200, 80, 0.42) 0%, rgba(45, 184, 150, 0.28) 55%, rgba(141, 200, 80, 0.18) 100%);
  border-radius: 36% 36% 36% 8%/28% 36% 28% 12%;
  z-index: -1;
  pointer-events: none;
}

.recruit-neo-hero-visual-frame {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 28px 10px 28px 10px;
  box-shadow: 0 28px 56px rgba(63, 122, 40, 0.22), 0 0 0 6px #ffffff;
  aspect-ratio: 4/3;
}
.recruit-neo-hero-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .recruit-neo-hero-visual-frame {
    border-radius: 20px 8px 20px 8px;
    box-shadow: 0 18px 36px rgba(63, 122, 40, 0.2), 0 0 0 4px #ffffff;
  }
}

.recruit-neo-hero-visual-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.recruit-neo-hero-visual-dot-a {
  width: 14px;
  height: 14px;
  top: -7px;
  right: 6%;
  background: #6db542;
  box-shadow: 0 6px 14px rgba(74, 139, 53, 0.32);
}
@media screen and (max-width: 767px) {
  .recruit-neo-hero-visual-dot-a {
    width: 10px;
    height: 10px;
    top: -5px;
  }
}

.recruit-neo .nf-breadcrumb-wrap {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(141, 200, 80, 0.2);
}

.recruit-neo-message {
  position: relative;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  .recruit-neo-message {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-message {
    padding: 56px 0;
  }
}

.recruit-neo-message-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbef 60%, #ecf6dd 100%);
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 32px;
  padding: 56px 64px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .recruit-neo-message-card {
    padding: 44px 36px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-message-card {
    padding: 32px 22px;
    border-radius: 24px;
  }
}

.recruit-neo-message-head {
  text-align: center;
}

.recruit-neo-message-card .recruit-neo-section-label {
  margin: 0 auto 14px;
}

.recruit-neo-message-card .recruit-neo-section-title {
  font-size: clamp(22px, 2.8vw, 30px);
}

.recruit-neo-message-body {
  margin-top: 32px;
}
.recruit-neo-message-body p {
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
  margin-top: 18px;
}
.recruit-neo-message-body p:first-child {
  margin-top: 0;
}

.recruit-neo-jobs {
  position: relative;
  padding: 0 0 96px;
}
@media screen and (max-width: 1023px) {
  .recruit-neo-jobs {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs {
    padding-bottom: 56px;
  }
}

.recruit-neo-jobs-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 40px;
}
.recruit-neo-jobs-head .recruit-neo-section-label {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs-head {
    margin-bottom: 28px;
  }
}

.recruit-neo-jobs-body {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 32px;
  padding: 56px 64px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .recruit-neo-jobs-body {
    padding: 44px 40px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs-body {
    padding: 32px 22px;
    border-radius: 24px;
  }
}
.recruit-neo-jobs-body .page-content {
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
}
.recruit-neo-jobs-body .page-content > * + * {
  margin-top: 22px;
}
.recruit-neo-jobs-body .page-content h1,
.recruit-neo-jobs-body .page-content h2,
.recruit-neo-jobs-body .page-content h3,
.recruit-neo-jobs-body .page-content h4,
.recruit-neo-jobs-body .page-content h5,
.recruit-neo-jobs-body .page-content h6 {
  color: #3f7a28;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.recruit-neo-jobs-body .page-content h2 {
  font-size: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(141, 200, 80, 0.32);
  margin-top: 36px;
}
.recruit-neo-jobs-body .page-content h3 {
  font-size: 18px;
  position: relative;
  padding-left: 18px;
  margin-top: 28px;
}
.recruit-neo-jobs-body .page-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 1.05em;
  background: linear-gradient(180deg, #6db542, #2db896);
  border-radius: 3px;
}
.recruit-neo-jobs-body .page-content h4 {
  font-size: 16px;
  margin-top: 22px;
}
.recruit-neo-jobs-body .page-content p {
  color: #5b6b56;
}
.recruit-neo-jobs-body .page-content a {
  color: #3f7a28;
  border-bottom: 1px solid #a3d273;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.recruit-neo-jobs-body .page-content a:hover {
  color: #6db542;
  border-color: #6db542;
}
.recruit-neo-jobs-body .page-content strong,
.recruit-neo-jobs-body .page-content b {
  color: #3f7a28;
  font-weight: 700;
}
.recruit-neo-jobs-body .page-content ul,
.recruit-neo-jobs-body .page-content ol {
  padding-left: 0;
  margin-top: 14px;
}
.recruit-neo-jobs-body .page-content ul {
  list-style: none;
}
.recruit-neo-jobs-body .page-content ul li {
  position: relative;
  padding: 6px 0 6px 22px;
}
.recruit-neo-jobs-body .page-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6db542;
}
.recruit-neo-jobs-body .page-content ol {
  list-style: decimal inside;
}
.recruit-neo-jobs-body .page-content ol li {
  padding: 6px 0;
}
.recruit-neo-jobs-body .page-content ol li::marker {
  color: #6db542;
  font-weight: 800;
}
.recruit-neo-jobs-body .page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  background: #f6fbef;
  border-radius: 16px;
  overflow: hidden;
}
.recruit-neo-jobs-body .page-content table th,
.recruit-neo-jobs-body .page-content table td {
  padding: 16px 20px;
  text-align: left;
  font-size: 14.5px;
  line-height: 1.85;
  border-bottom: 1px solid rgba(141, 200, 80, 0.2);
  vertical-align: top;
}
.recruit-neo-jobs-body .page-content table th {
  width: 30%;
  color: #3f7a28;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs-body .page-content table th {
    width: 36%;
    padding: 14px 14px;
    font-size: 13.5px;
  }
}
.recruit-neo-jobs-body .page-content table td {
  color: #5b6b56;
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs-body .page-content table td {
    padding: 14px 14px;
    font-size: 13.5px;
  }
}
.recruit-neo-jobs-body .page-content table tr:last-child th,
.recruit-neo-jobs-body .page-content table tr:last-child td {
  border-bottom: none;
}
.recruit-neo-jobs-body .page-content dl {
  display: grid;
  grid-template-columns: 30% 1fr;
  background: #f6fbef;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs-body .page-content dl {
    grid-template-columns: 1fr;
  }
}
.recruit-neo-jobs-body .page-content dt {
  padding: 16px 20px;
  color: #3f7a28;
  font-weight: 700;
  font-size: 14.5px;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(141, 200, 80, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs-body .page-content dt {
    padding: 14px 16px 4px;
    border-bottom: none;
  }
}
.recruit-neo-jobs-body .page-content dd {
  margin: 0;
  padding: 16px 20px;
  color: #5b6b56;
  font-size: 14.5px;
  line-height: 1.85;
  border-bottom: 1px solid rgba(141, 200, 80, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit-neo-jobs-body .page-content dd {
    padding: 4px 16px 14px;
  }
}
.recruit-neo-jobs-body .page-content dl > :nth-last-child(1),
.recruit-neo-jobs-body .page-content dl > :nth-last-child(2) {
  border-bottom: none;
}
.recruit-neo-jobs-body .page-content blockquote {
  margin-top: 22px;
  padding: 22px 26px;
  background: #f6fbef;
  border-left: 3px solid #6db542;
  border-radius: 4px 18px 18px 4px;
  color: #5b6b56;
  font-style: italic;
}

.recruit-neo-flow {
  position: relative;
  padding: 0 0 96px;
}
@media screen and (max-width: 1023px) {
  .recruit-neo-flow {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow {
    padding-bottom: 56px;
  }
}

.recruit-neo-flow-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 48px;
}
.recruit-neo-flow-head .recruit-neo-section-label {
  margin-left: auto;
  margin-right: auto;
}
.recruit-neo-flow-head .recruit-neo-section-text {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-head {
    margin-bottom: 32px;
  }
}

.recruit-neo-flow-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recruit-neo-flow-list::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, #a3d273 0%, #6db542 50%, #2db896 100%);
  opacity: 0.55;
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-list::before {
    left: 22px;
  }
}

.recruit-neo-flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }
}

.recruit-neo-flow-badge {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-badge {
    width: 48px;
    height: 48px;
  }
}

.recruit-neo-flow-badge-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
  opacity: 0.88;
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-badge-label {
    font-size: 8px;
    letter-spacing: 0.18em;
  }
}

.recruit-neo-flow-badge-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-badge-num {
    font-size: 16px;
    margin-top: 2px;
  }
}

.recruit-neo-flow-body {
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 24px;
  padding: 24px 28px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-body {
    padding: 20px 22px;
    border-radius: 20px;
  }
}

.recruit-neo-flow-title {
  color: #3f7a28;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit-neo-flow-title {
    font-size: 16px;
  }
}

.recruit-neo-flow-desc {
  margin-top: 10px;
  color: #5b6b56;
  font-size: 14.5px;
  line-height: 1.85;
}

.recruit-neo-entry {
  position: relative;
  padding: 0 0 120px;
}
@media screen and (max-width: 1023px) {
  .recruit-neo-entry {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-entry {
    padding-bottom: 72px;
  }
}

.recruit-neo-entry-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 56px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbef 55%, #ecf6dd 100%);
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 36px;
  padding: 64px 72px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .recruit-neo-entry-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 36px;
    border-radius: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-entry-panel {
    padding: 36px 22px;
    border-radius: 24px;
    gap: 24px;
  }
}

.recruit-neo-entry-copy .recruit-neo-section-text {
  max-width: 480px;
}
@media screen and (max-width: 900px) {
  .recruit-neo-entry-copy .recruit-neo-section-text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .recruit-neo-entry-copy .recruit-neo-section-label {
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit-neo-entry-actions {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .recruit-neo-entry-actions {
    justify-content: center;
  }
}

.recruit-neo-entry-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 140px;
  padding: 22px 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.recruit-neo-entry-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px rgba(74, 139, 53, 0.32);
  background: linear-gradient(135deg, #2db896 0%, #6db542 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-neo-entry-btn {
    width: 100%;
    min-height: 120px;
    border-radius: 22px;
  }
}

.recruit-neo-entry-btn-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-neo-entry-btn-label {
    font-size: 30px;
    letter-spacing: 0.18em;
  }
}

.recruit-neo-entry-btn-sub {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.92;
}

.recruit-neo-hero::before,
.recruit-neo-message::before,
.recruit-neo-jobs::before,
.recruit-neo-flow::before,
.recruit-neo-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background-repeat: no-repeat;
}

.recruit-neo-hero::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: right 3% top 32px, left 4% bottom 12px;
  background-size: 88px 88px, 64px 64px;
}

.recruit-neo-message::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 32px, left 5% bottom 32px;
  background-size: 112px 112px, 78px 78px;
}

.recruit-neo-jobs::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: left 4% top 0, right 5% bottom 32px;
  background-size: 118px 118px, 82px 82px;
}

.recruit-neo-flow::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 8px, left 5% bottom 56px;
  background-size: 122px 122px, 86px 86px;
}

.recruit-neo-entry::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>");
  background-position: right 6% top 16px;
  background-size: 88px 88px;
}

@media screen and (max-width: 1023px) {
  .recruit-neo-hero::before {
    background-size: 96px 96px, 64px 64px;
  }
  .recruit-neo-message::before {
    background-size: 92px 92px, 64px 64px;
  }
  .recruit-neo-jobs::before {
    background-size: 96px 96px, 68px 68px;
  }
  .recruit-neo-flow::before {
    background-size: 100px 100px, 70px 70px;
  }
  .recruit-neo-entry::before {
    background-size: 70px 70px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-neo-hero::before {
    background-position: right 3% top 24px, left 3% bottom 8px;
    background-size: 56px 56px, 42px 42px;
  }
  .recruit-neo-message::before {
    background-position: right 3% top 14px, left 4% bottom 18px;
    background-size: 64px 64px, 46px 46px;
  }
  .recruit-neo-jobs::before {
    background-position: left 3% top 0, right 4% bottom 18px;
    background-size: 66px 66px, 48px 48px;
  }
  .recruit-neo-flow::before {
    background-position: right 3% top 4px, left 4% bottom 28px;
    background-size: 70px 70px, 50px 50px;
  }
  .recruit-neo-entry::before {
    background-position: right 4% top 8px;
    background-size: 56px 56px;
  }
}
/* =======================================
# contact pages redesign (contact-neo)
========================================= */
.contact-neo {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 5% 6%, rgba(163, 210, 115, 0.32) 0 11%, transparent 12%), radial-gradient(circle at 96% 14%, rgba(45, 184, 150, 0.18) 0 13%, transparent 14%), linear-gradient(180deg, #f6fbef 0%, #fbfdf6 28%, #ffffff 54%, #f8fcef 80%, #ecf6dd 100%);
}

.contact-neo-shell {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-neo-shell {
    width: min(1200px, 100% - 32px);
  }
}

.contact-neo-eyebrow {
  color: #6da33f;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
}
.contact-neo-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #6db542;
  margin-right: 12px;
}

.contact-neo-hero {
  position: relative;
  padding: 132px 0 96px;
}
@media screen and (max-width: 1023px) {
  .contact-neo-hero {
    padding: 116px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact-neo-hero {
    padding: 92px 0 56px;
  }
}

.contact-neo-blob,
.contact-neo-curve {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.contact-neo-blob-a {
  width: 280px;
  height: 280px;
  left: -90px;
  top: 88px;
  background: rgba(163, 210, 115, 0.32);
}
@media screen and (max-width: 980px) {
  .contact-neo-blob-a {
    width: 210px;
    height: 210px;
    top: 56px;
    left: -110px;
  }
}

.contact-neo-blob-b {
  width: 480px;
  height: 480px;
  right: -180px;
  top: 64px;
  background: radial-gradient(circle, rgba(45, 184, 150, 0.2) 0%, transparent 70%);
}
@media screen and (max-width: 980px) {
  .contact-neo-blob-b {
    width: 340px;
    height: 340px;
    right: -180px;
    top: 24px;
  }
}

.contact-neo-curve {
  width: 240px;
  height: 240px;
  right: 12%;
  bottom: -68px;
  background: radial-gradient(circle, rgba(141, 200, 80, 0.2) 0%, transparent 70%);
}

.contact-neo-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.contact-neo-hero-title {
  color: #3f7a28;
  font-size: clamp(28px, 4.4vw, 52px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 800;
  margin-top: 4px;
}
.contact-neo-hero-title span {
  background: linear-gradient(transparent 60%, rgba(163, 210, 115, 0.45) 60%);
  padding: 0 6px;
}

.contact-neo-hero-text {
  margin-top: 28px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
  max-width: 620px;
}

.contact-neo .nf-breadcrumb-wrap {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(141, 200, 80, 0.2);
}

.contact-neo-form-section {
  position: relative;
  padding: 72px 0 120px;
}
@media screen and (max-width: 1023px) {
  .contact-neo-form-section {
    padding: 56px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .contact-neo-form-section {
    padding: 40px 0 72px;
  }
}

.contact-neo-form-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 32px;
  padding: 56px 64px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .contact-neo-form-wrap {
    padding: 44px 36px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contact-neo-form-wrap {
    padding: 32px 22px;
    border-radius: 24px;
  }
}

.contact-neo-form-lead {
  text-align: center;
  color: #5b6b56;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .contact-neo-form-lead {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .contact-neo-br {
    display: none;
  }
}

.contact-neo-form .contact-item {
  max-width: none;
  padding: 24px 0;
  margin: 0;
  border-bottom: 1px dashed rgba(141, 200, 80, 0.2);
}
.contact-neo-form .contact-item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  .contact-neo-form .contact-item {
    padding: 20px 0;
  }
}
.contact-neo-form .contact-title {
  color: #3f7a28;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-neo-form .contact-item-input {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contact-neo-form .contact-item-input {
    width: 100%;
  }
}
.contact-neo-form .contact-input {
  width: 100%;
  margin-left: 0;
}
.contact-neo-form .contact-input input[type=text],
.contact-neo-form .contact-input input[type=email],
.contact-neo-form .contact-input input[type=tel],
.contact-neo-form .contact-input input[type=url],
.contact-neo-form .contact-input input[type=number],
.contact-neo-form .contact-input input[type=search],
.contact-neo-form .contact-input select,
.contact-neo-form .contact-input textarea {
  width: 100%;
  background: #f6fbef;
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 15px;
  color: #2c3a2a;
  line-height: 1.7;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.contact-neo-form .contact-input input[type=text]::placeholder,
.contact-neo-form .contact-input input[type=email]::placeholder,
.contact-neo-form .contact-input input[type=tel]::placeholder,
.contact-neo-form .contact-input input[type=url]::placeholder,
.contact-neo-form .contact-input input[type=number]::placeholder,
.contact-neo-form .contact-input input[type=search]::placeholder,
.contact-neo-form .contact-input select::placeholder,
.contact-neo-form .contact-input textarea::placeholder {
  color: #8a9586;
}
.contact-neo-form .contact-input input[type=text]:focus,
.contact-neo-form .contact-input input[type=email]:focus,
.contact-neo-form .contact-input input[type=tel]:focus,
.contact-neo-form .contact-input input[type=url]:focus,
.contact-neo-form .contact-input input[type=number]:focus,
.contact-neo-form .contact-input input[type=search]:focus,
.contact-neo-form .contact-input select:focus,
.contact-neo-form .contact-input textarea:focus {
  outline: none;
  background: #fff;
  border-color: #6db542;
  box-shadow: 0 0 0 4px rgba(109, 181, 66, 0.16);
}
@media screen and (max-width: 767px) {
  .contact-neo-form .contact-input input[type=text],
  .contact-neo-form .contact-input input[type=email],
  .contact-neo-form .contact-input input[type=tel],
  .contact-neo-form .contact-input input[type=url],
  .contact-neo-form .contact-input input[type=number],
  .contact-neo-form .contact-input input[type=search],
  .contact-neo-form .contact-input select,
  .contact-neo-form .contact-input textarea {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.contact-neo-form .contact-input textarea {
  min-height: 200px;
  resize: vertical;
}
.contact-neo-form .haveto {
  color: #fff;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  border-radius: 999px;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1.4;
}
.contact-neo-form .wpcf7-radio,
.contact-neo-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.contact-neo-form .wpcf7-radio .wpcf7-list-item,
.contact-neo-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-neo-form .wpcf7-radio .wpcf7-list-item:nth-last-child(1),
.contact-neo-form .wpcf7-checkbox .wpcf7-list-item:nth-last-child(1) {
  margin-right: 0;
}
.contact-neo-form .wpcf7-radio .wpcf7-list-item-label,
.contact-neo-form .wpcf7-checkbox .wpcf7-list-item-label {
  cursor: pointer;
  color: #5b6b56;
}
.contact-neo-form .contact-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 0;
}
.contact-neo-form .contact-note {
  max-width: none;
  width: 100%;
  height: 220px;
  background: #f6fbef;
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 18px;
  padding: 24px 28px;
  margin: 32px 0 24px;
  overflow-y: auto;
  color: #5b6b56;
  font-size: 14px;
  line-height: 1.85;
}
.contact-neo-form .contact-note-title {
  color: #3f7a28;
  font-weight: 700;
  margin-bottom: 14px;
}
.contact-neo-form .contact-note-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contact-neo-form .contact-note {
    padding: 18px 20px;
    height: 200px;
  }
}
.contact-neo-form .contact-check {
  margin: 24px 0 28px;
  text-align: center;
  font-size: 14px;
  color: #5b6b56;
}
@media screen and (max-width: 550px) {
  .contact-neo-form .contact-check {
    font-size: 13px;
  }
}
.contact-neo-form .contact-footer {
  margin-top: 32px;
  text-align: center;
}
.contact-neo-form .contact-footer .wpcf7-list-item-label::before {
  border: 2px solid rgba(141, 200, 80, 0.32);
  width: 20px;
  height: 20px;
  margin-right: 14px;
  border-radius: 4px;
  background: #fff;
}
.contact-neo-form .contact-footer input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-color: #6db542;
  width: 6px;
  height: 13px;
  top: 4px;
  left: 7px;
}
.contact-neo-form.wpcf7 input[type=submit],
.contact-neo-form .wpcf7 input[type=submit], .contact-neo-form input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 280px;
  margin: 0;
  padding: 16px 36px;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.contact-neo-form.wpcf7 input[type=submit]:hover,
.contact-neo-form .wpcf7 input[type=submit]:hover, .contact-neo-form input[type=submit]:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2db896 0%, #6db542 100%);
  box-shadow: 0 22px 44px rgba(74, 139, 53, 0.32);
}
@media screen and (max-width: 767px) {
  .contact-neo-form.wpcf7 input[type=submit],
  .contact-neo-form .wpcf7 input[type=submit], .contact-neo-form input[type=submit] {
    min-width: 0;
    width: 100%;
    padding: 14px 24px;
  }
}
.contact-neo-form.wpcf7 .wpcf7-previous,
.contact-neo-form .wpcf7 .wpcf7-previous, .contact-neo-form .wpcf7-previous {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 200px;
  margin: 0;
  padding: 16px 32px;
  background: #fff !important;
  color: #3f7a28 !important;
  border: 1.5px solid rgba(141, 200, 80, 0.32) !important;
  border-radius: 999px !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.contact-neo-form.wpcf7 .wpcf7-previous:hover,
.contact-neo-form .wpcf7 .wpcf7-previous:hover, .contact-neo-form .wpcf7-previous:hover {
  transform: translateY(-2px);
  background: #f6fbef !important;
  border-color: #6db542 !important;
}
@media screen and (max-width: 767px) {
  .contact-neo-form.wpcf7 .wpcf7-previous,
  .contact-neo-form .wpcf7 .wpcf7-previous, .contact-neo-form .wpcf7-previous {
    min-width: 0;
    width: 100%;
    padding: 14px 24px;
  }
}
.contact-neo-form .contact-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact-neo-form .contact-buttons {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 12px;
  }
}
.contact-neo-form .contact-buttons > p {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact-neo-form .contact-buttons > p {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.contact-neo-form .contact-protect {
  max-width: none;
  margin: 28px 0 0;
  color: #8a9586;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .contact-neo-form .contact-protect {
    text-align: left;
  }
}
.contact-neo-form .contact-protect-link {
  color: #3f7a28;
  font-weight: 700;
  border-bottom: 1px solid #a3d273;
}
.contact-neo-form .contact-protect-link:hover {
  color: #6db542;
  border-color: #6db542;
}
.contact-neo-form .contact-footer-submit {
  margin-top: 28px;
}

.contact-neo-direct {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 28px auto 0;
  padding: 24px 32px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbef 60%, #ecf6dd 100%);
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-neo-direct {
    padding: 20px 22px;
    border-radius: 20px;
    margin-top: 20px;
  }
}

.contact-neo-direct-label {
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #6da33f;
}

.contact-neo-direct-tel {
  display: inline-block;
  margin-top: 6px;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  color: #3f7a28;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.25s ease;
}
.contact-neo-direct-tel:hover {
  color: #6db542;
}

.contact-neo-direct-note {
  margin-top: 6px;
  font-size: 13px;
  color: #8a9586;
}

.contact-neo--confirm .contact-neo-form .contact-form-table {
  background: #f6fbef;
  border: 1px solid rgba(141, 200, 80, 0.32);
  border-radius: 22px;
  padding: 8px 32px;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .contact-neo--confirm .contact-neo-form .contact-form-table {
    padding: 4px 20px;
    border-radius: 18px;
  }
}
.contact-neo--confirm .contact-neo-form .contact-item {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(141, 200, 80, 0.2);
  padding: 18px 0;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .contact-neo--confirm .contact-neo-form .contact-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }
}
.contact-neo--confirm .contact-neo-form .contact-item dt {
  width: auto;
  color: #3f7a28;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding-right: 0;
  position: relative;
  padding-left: 18px;
}
.contact-neo--confirm .contact-neo-form .contact-item dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6db542;
}
.contact-neo--confirm .contact-neo-form .contact-item dd {
  width: auto;
  margin: 0;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-word;
}
.contact-neo--confirm .contact-neo-form .contact-item:last-child {
  border-bottom: none;
}

.contact-neo--thanks .contact-neo-shell {
  text-align: center;
}

.contact-neo--thanks .contact-neo-hero-inner,
.contact-neo--thanks .contact-neo-hero-text {
  margin-left: auto;
  margin-right: auto;
}

.contact-neo--thanks .contact-neo-eyebrow {
  justify-content: center;
}

.contact-neo--thanks .contact-neo-thanks-section {
  position: relative;
  padding: 56px 0 120px;
}
@media screen and (max-width: 1023px) {
  .contact-neo--thanks .contact-neo-thanks-section {
    padding: 40px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .contact-neo--thanks .contact-neo-thanks-section {
    padding: 24px 0 72px;
  }
}

.contact-neo-thanks-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(141, 200, 80, 0.2);
  border-radius: 32px;
  padding: 64px 72px;
  box-shadow: 0 22px 50px rgba(74, 139, 53, 0.1);
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact-neo-thanks-card {
    padding: 48px 40px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contact-neo-thanks-card {
    padding: 36px 22px;
    border-radius: 24px;
  }
}

.contact-neo-thanks-icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
}
.contact-neo-thanks-icon svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .contact-neo-thanks-icon {
    width: 60px;
    height: 60px;
  }
  .contact-neo-thanks-icon svg {
    width: 32px;
    height: 32px;
  }
}

.contact-neo-thanks-title {
  color: #3f7a28;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.contact-neo-thanks-text {
  margin-top: 18px;
  color: #5b6b56;
  font-size: 15px;
  line-height: 1.95;
}

.contact-neo-thanks-actions {
  margin-top: 32px;
}

.contact-neo-thanks-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #6db542 0%, #2db896 100%);
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(74, 139, 53, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.contact-neo-thanks-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2db896 0%, #6db542 100%);
  color: #fff;
  box-shadow: 0 22px 44px rgba(74, 139, 53, 0.32);
}
@media screen and (max-width: 767px) {
  .contact-neo-thanks-btn {
    min-width: 0;
    width: 100%;
    padding: 14px 24px;
  }
}

.contact-neo-hero::before,
.contact-neo-form-section::before,
.contact-neo--thanks .contact-neo-thanks-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background-repeat: no-repeat;
}

.contact-neo-hero::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: right 5% top 88px, left 6% bottom 56px;
  background-size: 118px 118px, 78px 78px;
}

.contact-neo-form-section::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(40 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.22'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.32' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-70 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%23a3d273' fill-opacity='0.16'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.3' stroke-linecap='round'/></g></svg>");
  background-position: right 4% top 32px, left 5% bottom 32px;
  background-size: 112px 112px, 78px 78px;
}

.contact-neo--thanks .contact-neo-thanks-section::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(-22 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.18'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.6' fill='none' stroke-opacity='0.4' stroke-linecap='round'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g transform='rotate(135 50 50)'><path d='M50 8 C 78 18 88 50 68 80 C 50 92 22 82 14 56 C 12 32 26 14 50 8 Z' fill='%236db542' fill-opacity='0.14'/><path d='M22 80 Q 48 50 62 18' stroke='%233f7a28' stroke-width='1.4' fill='none' stroke-opacity='0.28' stroke-linecap='round'/></g></svg>");
  background-position: left 4% top 16px, right 5% bottom 24px;
  background-size: 100px 100px, 72px 72px;
}

@media screen and (max-width: 1023px) {
  .contact-neo-hero::before {
    background-size: 96px 96px, 64px 64px;
  }
  .contact-neo-form-section::before {
    background-size: 92px 92px, 64px 64px;
  }
  .contact-neo--thanks .contact-neo-thanks-section::before {
    background-size: 84px 84px, 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-neo-hero::before {
    background-position: right 3% top 40px, left 4% bottom 28px;
    background-size: 64px 64px, 46px 46px;
  }
  .contact-neo-form-section::before {
    background-position: right 3% top 14px, left 4% bottom 18px;
    background-size: 64px 64px, 46px 46px;
  }
  .contact-neo--thanks .contact-neo-thanks-section::before {
    background-position: left 3% top 8px, right 4% bottom 14px;
    background-size: 56px 56px, 44px 44px;
  }
}

/*# sourceMappingURL=style.css.map */
