img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.fv {
  padding: 80px 20px 60px;
  text-align: center;
}

.fv-inner {
  max-width: 900px;
  margin: 0 auto;
}

.fv-title {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 700;
  color: #2f6b2f;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.fv-sub {
  font-size: 22px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 30px;
}

.fv-trust {
  margin-bottom: 35px;
}

.fv-trust p {
  font-size: 16px;
  color: #555;
  margin: 8px 0;
}

.fv-btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fv-btn a {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.btn-main {
  background: #3f7d3f;
  color: #fff;
}

.btn-sub {
  background: #fff;
  color: #3f7d3f;
  border: 1px solid #3f7d3f;
}

.problem {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.problem h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #2f6b2f;
}

.problem ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.problem li {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

.problem p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.service {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  text-align: center;
}

.service h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #2f6b2f;
}

.service-box {
  background: rgba(255,255,255,0.88);
  padding: 28px 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.service-box h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #2f6b2f;
}

.service-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 50px 20px 40px;
  }

  .fv-title {
    font-size: 30px;
  }

  .fv-sub {
    font-size: 18px;
  }

  .problem h2,
  .service h2 {
    font-size: 24px;
  }

  .service-box h3 {
    font-size: 20px;
  }
}
.fv {
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  padding: 60px 30px;
  max-width: 900px;
  margin: 80px auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.fv-title {
  border: none;
}
.btn-main:hover {
  background: #2f5f2f;
}

.btn-sub:hover {
  background: #3f7d3f;
  color: #fff;
}
.fv-sub {
  font-size: 24px;
}
.btn-main {
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.btn-main:hover {
  transform: translateY(-2px);
}
.fv {
  margin-top: 120px;
}
.btn-main {
  background: #3f7d3f;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transform: scale(1);
}

.btn-main:hover {
  transform: scale(1.05);
}
.profile {
  text-align: center;
}

.profile-text {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.profile-achievement li {
  background: #f5f5f5;
  margin: 10px auto;
  padding: 10px;
  border-radius: 8px;
  max-width: 500px;
}
.profile {
  max-width: 1000px;
  margin: 120px auto 100px;
  padding: 0 20px;
  text-align: center;
}

.profile h2 {
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.profile-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-top: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.profile-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.profile-text p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 18px;
}

.profile-achievement {
  margin-top: 60px;
}

.profile-achievement h3 {
  font-size: 44px;
  margin-bottom: 30px;
}

.profile-achievement ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-achievement li {
  background: #f5f5f5;
  max-width: 540px;
  margin: 0 auto 14px;
  padding: 18px 24px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.6;
}

.cta {
  margin: 120px auto 40px;
  padding: 0 20px;
  text-align: center;
}

.cta h2 {
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cta p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .profile {
    margin: 80px auto 70px;
  }

  .profile h2,
  .cta h2 {
    font-size: 36px;
  }

  .profile-text p,
  .profile-achievement li,
  .cta p {
    font-size: 16px;
  }

  .profile-inner {
    gap: 30px;
  }
}
.profile {
  max-width: 1100px;
  margin: 120px auto 100px;
  padding: 0 20px;
  text-align: center;
}

.profile h2 {
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.profile-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.profile-img {
  flex: 0 0 240px;
}

.profile-img img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.profile-text {
  max-width: 680px;
  text-align: left;
}

.profile-text p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 16px;
}
.profile-text {
  max-width: 600px;
}
.profile-img img {
  width: 280px;
  height: 280px;
}
.profile-achievement ul {
  list-style: none;
  padding: 0;
}

.profile-achievement li {
  margin-bottom: 12px;
  font-size: 18px;
}
.hero {
  background: url('/file_contents/●●/get') center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}
.hero * {
  position: relative;
}
.cta {
  background-image: url('/upload/tenant_1/bfbc82860e4697b66454e6c7a7792a79.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
  padding: 140px 20px;
  text-align: center;
  position: relative;
  color: #fff;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.cta > * {
  position: relative;
  z-index: 1;
}

.cta h2,
.cta p,
.cta div {
  color: #fff;
}

.cta .fv-btn {
  margin-top: 30px;
}
