body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased; }

.btn-miraibunsho {
  background-color: #990000;
  color: #FFFFFF;
  padding: 1.2rem 2.5rem;
  border-radius: 8px;
  font-weight: bold;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .btn-miraibunsho:hover {
    background-color: #660000;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }

.hero {
  background-color: #FFFFFF;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .hero .main-copy {
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  .hero h1 .accent {
    color: #990000;
    font-size: 1.2em;
    display: block; }

.section-problem {
  background-color: #F5F5F5; }
  .section-problem .problem-box {
    background-color: #FFFFFF;
    padding: 2.5rem;
    height: 100%;
    border: 1px solid transparent;
    transition: 0.3s;
    border-top: 3px solid #990000; }
    .section-problem .problem-box i {
      color: #990000;
      font-size: 2rem; }
    .section-problem .problem-box h3 {
      font-weight: bold;
      margin: 1.5rem 0 1rem; }

.section-philosophy {
  background-color: #990000;
  color: #FFFFFF;
  padding: 8rem 0; }
  .section-philosophy h2 {
    font-size: 3rem;
    font-weight: bold; }
  .section-philosophy .lead {
    opacity: 0.9; }

.section-services {
  background-color: #FFFFFF; }
  .section-services .service-card i {
    color: #990000; }
  .section-services .service-card .check-mark {
    color: #990000;
    margin-right: 0.5rem; }

.section-stance {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .section-stance .border-divider {
    border-right: 1px solid #ddd; }
    @media (max-width: 768px) {
      .section-stance .border-divider {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 2rem;
        margin-bottom: 2rem; } }

.section-achievements {
  background-color: #F5F5F5; }
  .section-achievements .achievement-title {
    color: #990000;
    font-weight: bold; }

@media (max-width: 768px) {
  .hero {
    background-image: none; } }
.hero {
  background-color: #ffffff; }
  .hero .main-copy {
    font-size: 1.2rem;
    color: #333333; }
  .hero h1 {
    color: #333333;
    letter-spacing: -0.02em; }
  .hero .lead {
    color: #555555;
    font-size: 1.25rem; }

.btn-miraibunsho {
  background-color: #990000 !important;
  color: #ffffff !important;
  padding: 18px 40px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: none; }
  .btn-miraibunsho:hover {
    background-color: #770000 !important;
    transform: translateY(-2px); }

.entry-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  border-left: 5px solid #990000;
  padding: 0.5rem 1rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  background-color: #F5F5F5; }
.entry-content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #990000;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3rem; }
.entry-content p {
  margin-bottom: 1.5rem; }
.entry-content .wp-block-button__link {
  background-color: #990000 !important;
  padding: 1rem 2.5rem;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s; }
  .entry-content .wp-block-button__link:hover {
    opacity: 0.8; }
