:root {
  --primary-green: #22bd00;
  --primal-green: #86f16f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cta-button-02 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.cta-button-02 img {
  width: 100%;
  height: auto;
}

/* スマホ用（フェードイン制御） */
@media screen and (max-width: 768px) {
  .cta-button-02 {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
}

.header-nav {
  width: 55%;
}

.header-nav ul {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
}

.header-nav ul li {
  margin-left: 7.5%;
}

.header-nav ul li a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1280px) {
  .header-nav ul {
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
  /*
  .header-nav ul {
    padding-right: 0;
    justify-content: space-between;
  }
  .header-nav ul li {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  */
  .hero-contact-btn {
    display: none;
  }
}

.drawer-nav ul {
  width: 90%;
  margin: 5% auto 7.5% auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.drawer-nav ul li {
  width: 50%;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
}

.drawer-nav ul li a {
  text-decoration: none;
  color: #000;
}

.drawer-nav .drawer-nav-main-btn {
  width: 50%;
  margin: 0 auto 5% auto;
  display: block;
  height: auto;
  text-align: center;
  padding: 7.5px 0 10px 0;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
}

.big-green {
  color: var(--primary-green);
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .big-green {
    font-size: 1.9rem;
  }
  .message-title.big-green {
    font-size: 1.3rem !important;
  }
  .message-text {
    font-size: 1rem !important;
  }
  .price-area img[alt="業界初の完全従量課金制"]:first-child {
    display: none;
  }
  .price-sub-text {
    font-size: 1.2rem !important;
  }
  .price-section-title .big-green {
    font-size: 1.8rem !important;
  }
  .price-discription-title {
    font-size: 2rem !important;
  }
  .price-main-text {
    font-size: 1.2rem !important;
  }
  .price-detail-text {
    font-size: 0.9rem !important;
  }
  .price-number {
    font-size: 1.1rem !important;
  }
  .small-text {
    font-size: 1rem !important;
  }
  .benefit-tag {
    top: -65px !important;
    left: -41px !important;
    width: 100px !important;
  }
  .we-are-on-your-side-title {
    font-size: 1.3rem !important;
  }
  .card-title {
    font-size: 1rem !important;
  }
  .card-description {
    font-size: 1rem !important;
  }
  .card-attribution {
    font-size: 1rem !important;
  }
  .troubles-item {
    font-size: 1rem !important;
  }
  .flow-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 10px auto !important;
  }
  .flow-icon {
    display: none !important;
  }
  .flow-card-content {
    gap: 0 !important;
  }
  .testimonial-icon {
    text-align: center !important;
    margin: 0 auto !important;
  }
  .testimonial-quote {
    font-size: 1rem !important;
  }
  .company-name {
    font-size: 1rem !important;
  }
  .company-details {
    font-size: 1rem !important;
  }
  .introduction-flow-title {
    position: absolute !important;
    top: -30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: inline-block !important;
    background-color: white !important;
    color: var(--primary-green) !important;
    border-radius: 50px !important;
    padding: 5px 20px !important;
    font-size: 1rem !important;
    margin-bottom: 50px !important;
  }
  .introduction-description {
    padding: 20px !important;
  }
  .flow-step {
    padding: 25px 20px !important;
  }
  .introduction-software-title {
    font-size: 1rem !important;
  }
  .introduction-software-text {
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    margin-top: 0 !important;
  }
}

.introduction-software-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 10px solid #000;
}

.introduction-software-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 10px;
}

.introduction-software-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.introduction-software-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 40px 20px 40px;
}

.introduction-software-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.introduction-software-images img:hover {
  transform: scale(1.05);
}

.border-bottom-green {
  display: inline-block;
  border-bottom: 10px solid var(--primary-green);
  padding-bottom: 10px;
}

.border-bottom-white {
  display: inline-block;
  border-bottom: 10px solid white;
  padding-bottom: 10px;
}

.border-bottom-base {
  display: inline-block;
  padding-bottom: 10px;
}

/* Small text utility class */
.small-text {
  font-size: 0.8rem;
  line-height: 1.4;
}

/* Blue text utility class */
.blue-text {
  color: #0066cc;
}

/* Black text utility class */
.black-text {
  color: #000000;
}

/* Yellow text utility class */
.yellow-text {
  color: #ffd700;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Staff section title styling */
.staff-software,
.staff-work-reason {
  color: #d63384;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

body.home {
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif;
  background-color: rgb(97, 208, 0) !important;
}

/* Header adjustments for home page */
body.home #commonHeader {
  padding: 0;
  margin: 0;
}

body.home #commonHeaderInner {
  padding: 0;
  margin: 0;
}

body.home #headerLogo {
  margin: 0;
  padding: 0;
}

/* Simple styling for the front page sections */
.front-page-section {
  padding: 60px 200px;
  text-align: center;
}
.front-page-section h2 {
  font-size: 2.3rem;
  margin-bottom: 40px;
  color: #333;
  font-weight: bold;
}

/* Hero Section */
.hero-section {
  padding: 20px 0;
  text-align: left;
  background-color: rgb(248, 255, 242);
}
.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 85px;
}
.hero-tagline {
  font-size: 0.9rem;
  color: var(--primary-green);
}
.hero-contact-btn {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.hero-contact-btn:hover {
  opacity: 0.8;
  color: #fff;
}

/* Hero Text Layout */
.hero-text {
  margin-top: 20px;
  /*
  padding: 0 200px;
  text-align: center !important;
  */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}

.hero-text-top {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
}

.sub-text {
  text-align: start !important;
  align-self: flex-start;
}

.hero-text-top .main-text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.hero-text-top img {
  max-width: 200px;
  height: auto;
}

.sub-text {
  text-align: start;
}

.sub-text img {
  max-width: 100%;
  height: auto;
}

.hero-content-container-02 {
  display: block !important;
  width: 90% !important;
  background-image: url("./assets/images/202509/fv-img.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-container-02 .hero-content-container-top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.hero-content-container-02
  .hero-content-container-top
  .hero-content-container-top-img {
  width: 140px;
}
.hero-content-container-02
  .hero-content-container-top
  .hero-content-container-top-txt {
  width: 80%;
  margin-left: 5%;
  text-align: left;
}

.hero-content-container-02
  .hero-content-container-top
  .hero-content-container-top-txt
  h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-green);
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff,
    3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff,
    0px -3px 3px #fff;
}

.hero-content-container-02
  .hero-content-container-top
  .hero-content-container-top-txt
  span.t-01 {
  font-size: 3rem;
}

.hero-content-container-02
  .hero-content-container-top
  .hero-content-container-top-txt
  span.t-02 {
  font-size: 2.75rem;
}

.hero-content-container-02 .hero-content-container-bottom {
  margin-top: 250px;
  text-align: left;
}

.hero-content-container-02 .hero-content-container-bottom strong {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-green);
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff,
    3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff,
    0px -3px 3px #fff;
}

.br-sp {
  display: none;
}

.hero-content-container-02 .hero-content-container-btn {
  margin-top: 20px;
}

.hero-content-container-02 .hero-content-container-btn a {
  display: block;
  width: 200px;
  height: auto;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #0080f8;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .hero-content-container-02 {
    min-width: 90%;
    max-width: 90%;
    background-size: auto 85%;
  }
}

@media screen and (max-width: 768px) {
  .hero-text {
    width: 100%;
  }
  .hero-content-container-02 {
    min-width: 95%;
    max-width: 95%;
    background-size: 90% auto;
    background-position: top right;
  }
  .hero-content-container-02 .hero-content-container-top {
    align-items: center;
  }
  .hero-content-container-02
    .hero-content-container-top
    .hero-content-container-top-img {
    width: 15%;
  }

  .hero-content-container-02
    .hero-content-container-top
    .hero-content-container-top-img
    img {
    width: 100%;
    height: auto;
  }
  .hero-content-container-02
    .hero-content-container-top
    .hero-content-container-top-txt {
    width: 80%;
    margin-left: 5%;
    text-align: left;
  }

  .hero-content-container-02
    .hero-content-container-top
    .hero-content-container-top-txt
    h1 {
    font-size: 1rem;
    text-shadow: 1px 1px 3px #fff, -2px -1px 1px #fff, -1px 1px 1px #fff,
      1px -1px 1px #fff, 1px 0px 1px #fff, -1px -0px 1px #fff, 0px 1px 1px #fff,
      0px -1px 1px #fff;
  }

  .hero-content-container-02
    .hero-content-container-top
    .hero-content-container-top-txt
    span.t-01 {
    font-size: 1.25rem;
  }

  .hero-content-container-02
    .hero-content-container-top
    .hero-content-container-top-txt
    span.t-02 {
    font-size: 1rem;
  }
  .hero-content-container-02 .hero-content-container-bottom {
    margin-top: 45%;
  }

  .hero-content-container-02 .hero-content-container-bottom strong {
    font-size: 1rem;
    text-shadow: 1px 1px 3px #fff, -2px -1px 1px #fff, -1px 1px 1px #fff,
      1px -1px 1px #fff, 1px 0px 1px #fff, -1px -0px 1px #fff, 0px 1px 1px #fff,
      0px -1px 1px #fff;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

.cta-button {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.cta-button:hover {
  background-color: #2980b9;
  color: #fff;
}

.features-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.feature-item {
  flex: 1;
  max-width: 300px;
}
.feature-item .icon {
  font-size: 3rem;
  color: #3498db;
  margin-bottom: 20px;
}
.feature-item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service-section {
  background-color: #fff;
}
.service-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-bottom: 50px;
}
.service-layout:nth-child(even) {
  flex-direction: row-reverse;
}
.service-layout .text-content,
.service-layout .image-content {
  flex: 1;
}
.service-layout img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonials-section {
  background-color: #f9f9f9;
}
.testimonial-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  max-width: 320px;
  flex: 1;
}
.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonial-card p {
  font-style: italic;
  color: #666;
}
.testimonial-card .author {
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}

.final-cta-section {
  background-color: #34495e;
  color: #fff;
}
.final-cta-section h2 {
  color: #fff;
}
.final-cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.service-image,
.price-card {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* 中央揃え */
}

.price-card {
  margin-top: 50px;
}

.price-card-button-container {
  text-align: center;
  margin-top: 30px;
}

.price-card-button {
  display: block;
  background-color: rgb(91, 207, 41);
  color: white;
  padding: 20px 80px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  max-width: 591px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s;
}

.price-card-button:hover {
  background-color: rgb(145, 238, 119);
  color: black;
}

/* About Section */
.about-section {
  background-color: rgb(0, 204, 0) !important;
  color: white;
  text-align: center;
  padding: 50px 200px;
  margin-bottom: 0;
}

.about-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-banner-text {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 10px solid white;
  padding-bottom: 10px;
}

.about-content-area {
  margin: 60px auto 0;
  width: 866px;
  max-width: 90%;
  height: auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
}

.about-image-area {
  display: flex;
  align-items: center;
  gap: 100px;
  height: 100%;
  padding: 10px;
  justify-content: center;
}

.about-icon-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.about-icon-image {
  max-width: 120px;
  height: auto;
}

.about-icon-image:nth-child(2) {
  max-width: 180px;
  margin-top: 20px;
}

.about-text-image {
  text-align: center;
}

.about-text-image img {
  max-width: 350px;
  height: auto;
}

/* Service Section */
.service-section {
  text-align: center;
  padding: 60px 200px;
  background-color: rgb(248, 255, 242);
}

.service-section-content {
  max-width: 800px;
  margin: 0 auto;
}

.service-section-title-ja {
  color: black;
  font-size: 3.5rem;
  margin: 0 0 20px 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.service-section-title-en {
  color: var(--primary-green);
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 2px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 10px;
}

.service-section-description {
  color: black;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.6;
  margin-bottom: 40px;
}

.service-title {
  margin-bottom: 20px;
}

.service-items {
  display: grid;
  grid-template-columns: repeat(4, 140px);
  grid-template-rows: repeat(3, 140px);
  column-gap: 21px;
  row-gap: 65px;
  margin-top: 40px;
  justify-content: center;
  margin-bottom: 80px;
}

.service-item {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 8px solid var(--primary-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.2rem;
}
.service-item-note {
  text-align: start;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.service-item-alt {
  border-color: rgb(145, 238, 119);
}

.service-item-subtext {
  font-size: 0.8rem;
  display: block;
  margin: 5px 0 0 0;
  line-height: 1.2;
  font-weight: normal;
}

/* Benefit Section */
.benefit-section {
  text-align: center;
  padding: 60px 200px;
  background-color: rgb(255, 255, 255);
}

.benefit-section-content {
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-section-title-ja {
  color: black;
  font-size: 3.5rem;
  margin: 0 0 20px 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.benefit-section-title-en {
  color: var(--primary-green);
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 2px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 10px;
}

.benefit-section-description {
  color: black;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.6;
}

.benefit-title p {
  font-size: 4.5rem !important;
  margin-bottom: 20px;
}
.benefit-title p span {
  font-size: 2.5rem !important;
}

.benefit-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.benefit-card {
  background-color: rgb(248, 255, 242);
  box-shadow: #8b8b8b 3px 5px 10px 0px;
  border: 3px solid var(--primary-green);
  border-radius: 50%;
  text-align: center;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}

.benefit-number {
  font-size: 5rem;
  font-weight: bold;
  color: var(--primary-green);
  margin-bottom: 8px;
  line-height: 1;
}

.benefit-card-title {
  font-size: 1.4rem;
  color: var(--primary-green);
  margin-bottom: 12px;
  margin-top: 0px;
  line-height: 1.3;
}

.benefit-card-content {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.3;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}

.benefit-card-content p {
  margin: 7px 0;
}

/* Legacy styles for backward compatibility */
.benefit-item {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 10px solid var(--primary-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto;
  background-color: #fff;
}

.benefit-item-alt {
  border-color: rgb(145, 238, 119);
}

.benefit-item-subtext {
  font-size: 0.5rem;
  display: block;
  margin: 5px 0 0 0;
  line-height: 1.2;
}

.merit-card img {
  max-width: 100%;
  height: auto;
  width: 1200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* We are on your side Section */
.we-are-on-your-side-section {
  background-color: var(--primary-green);
  text-align: center;
  padding: 60px 200px;
}

.we-are-on-your-side-content {
  max-width: 800px;
  margin: 0 auto;
}

.we-are-on-your-side-subtitle {
  color: #ffd700;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 20px;
}

.we-are-on-your-side-title {
  color: white;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.company-name-large {
  font-size: 1.2em;
  font-weight: bold;
}

/* Problem and Solution Cards */
.problem-solution-cards {
  border-radius: 20px;
  overflow: hidden;
  margin: 40px auto 0 auto;
  max-width: 100%;
}

.problem-card {
  background-color: rgb(238, 251, 255);
  padding: 40px;
}

.solution-card {
  background-color: #ffe8f0;
  padding: 40px;
}

.card-content {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.card-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-brand {
  color: #d63384;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  background-color: #ffe8f0;
  padding: 2px 8px;
  border-radius: 4px;
}

.card-text {
  flex: 1;
}

.card-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 15px 0;
  text-align: start;
}

.card-attribution {
  color: #0066cc;
  font-size: 0.9rem;
  margin: 0;
  text-align: right;
}

.card-title {
  color: #d63384;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.3;
  text-align: start;
}

/* Legacy classes for backward compatibility */
.problem-solution-section {
  border-radius: 20px;
  overflow: hidden;
  margin: 40px auto 0 auto;
  max-width: 85%;
}

.problem-section {
  background-color: #e8f5e8;
  padding: 40px;
}

.solution-section {
  background-color: #ffe8f0;
  padding: 40px;
}

.problem-content,
.solution-content {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.problem-icon,
.solution-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.solution-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.solution-brand {
  color: #d63384;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  background-color: #ffe8f0;
  padding: 2px 8px;
  border-radius: 4px;
}

.problem-text,
.solution-text {
  flex: 1;
}

.problem-description {
  color: #0066cc;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 15px 0;
  text-align: start;
}

.problem-attribution {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  text-align: right;
}

.solution-title {
  color: #d63384;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.3;
  text-align: start;
}

.solution-description {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  text-align: start;
}

/* Troubles Card Container */
.troubles-card-container {
  padding: 0 50px;
}

.troubles-card {
  border-radius: 20px;
  overflow: hidden;
  margin: 40px auto 0 auto;
  width: 735px;
  background-color: #fff;
  padding: 65px;
  text-align: center;
}

.troubles-title {
  margin-bottom: 30px;
  line-height: 1.3;
}

.troubles-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.troubles-item {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
  text-align: start;
}

.troubles-item-highlighted {
  background-color: #e8f5e8;
}

/* Staff Section */
.staff-section {
  background-color: var(--primary-green);
  text-align: center;
  padding: 60px 0px;
}

.staff-section-content {
  max-width: 1150px;
  margin: 0 auto;
}

.staff-section-title {
  color: white !important;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 50px 0;
  position: relative;
  display: inline-block;
}

.staff-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
}

.staff-card {
  background-color: rgb(255, 231, 246);
  border-radius: 15px;
  padding: 30px;
  width: 100%;
  max-width: 350px;
  text-align: left;
}

.staff-card p {
  margin: 0;
}

/* Workflow Section */
.workflow-section {
  background-color: rgb(248, 255, 242);
  padding: 80px 0;
}

.workflow-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.workflow-title {
  margin-bottom: 50px;
}

.workflow-content {
  text-align: center;
}

.work-flow {
  background-color: var(--primal-green);
  padding: 5px 0px;
  border-radius: 50px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}

.flow-card {
  background-color: white;
  border: 2px solid var(--primal-green);
  border-radius: 15px;
  margin: 20px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flow-card-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.flow-icon {
  color: var(--primal-green);
  font-size: 2.5rem;
  flex-shrink: 0;
  margin-top: 5px;
}

.flow-text {
  flex: 1;
  text-align: left;
}

.flow-quote {
  color: var(--primary-green);
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.flow-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Achievement Section */
.achievement-section {
  background-color: #fff;
  padding: 80px 0;
}

.achievement-title {
  margin-bottom: 50px;
}

.achievement-content {
  text-align: center;
  margin-bottom: 50px;
}

/* Achievement Card Styling */
.achievement-card {
  background-color: rgb(238, 251, 255, 1);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

/* Testimonial Section */
.testimonial-section {
  margin-bottom: 40px;
}

.testimonial-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}

.testimonial-icon {
  flex-shrink: 0;
}

.testimonial-icon img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.testimonial-text {
  flex: 1;
}

.testimonial-quote {
  color: #4a90e2;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.testimonial-info {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.company-name {
  color: #3a70b0;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.company-details {
  color: #3a70b0;
  font-size: 1rem;
  margin: 0;
}
.company-details span {
  font-size: 0.7rem;
  font-weight: normal;
}

/* BPO Services Section */
.bpo-services-section {
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: left;
  border-radius: 25px;
  background-color: #fff;
  padding: 20px;
}

.bpo-logo {
  flex-shrink: 0;
  text-align: center;
}

.bpo-logo img {
  width: 70px;
  height: 95px;
  object-fit: cover;
}
.bpo-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primary-green);
}

.bpo-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3cb371;
  border-radius: 50%;
}

.bpo-icon i {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.bpo-dots {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
}

.bpo-dots span {
  width: 6px;
  height: 6px;
  background-color: #3cb371;
  border-radius: 50%;
}

.bpo-text {
  text-align: center;
}

.bpo-title {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 0 5px 0;
  font-family: "Noto Serif JP", serif;
}

.bpo-subtitle {
  color: #3cb371;
  font-size: 0.9rem;
  margin: 0;
  font-weight: normal;
}

.services-list {
  flex: 1;
  display: flex;
}

.services-column {
  flex: 1;
}

.services-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-column li {
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.services-column li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .achievement-card {
    padding: 30px 20px;
  }

  .testimonial-header {
    flex-direction: column;
    text-align: center;
  }

  .bpo-services-section {
    flex-direction: column;
    gap: 20px;
  }

  .services-list {
    flex-direction: column;
    gap: 20px;
  }

  .testimonial-quote {
    font-size: 1.2rem;
  }
}

.staff-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.staff-icon {
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.staff-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-basic-info {
  flex: 1;
}

.staff-name {
  color: #d63384;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.staff-location {
  color: #d63384;
  font-size: 1rem;
  margin: 0;
}

.staff-experience {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Message Section */
.message-section {
  text-align: center;
  padding: 60px 200px;
}

.message-title {
  text-align: center;
  margin-bottom: 30px;
}

.message-text {
  text-align: start;
  color: black;
  font-size: 1.3rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Price Section */
.price-section {
  text-align: center;
  padding: 126px 200px;
}

.price-section-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.price-area {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.price-area p {
  font-size: 3.3rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: start;
}

.price-text {
  font-size: 1.3rem;
  line-height: 1.8;
}

.price-text p {
  margin: 0;
}

.price-sub-text {
  font-size: 2.3rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 90px;
}

.price-sub-text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20%;
  width: 50px;
  height: 50px;
  background-image: url(assets/images/site-file/yellowstar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.price-sub-text::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 80%;
  width: 60px;
  height: 60px;
  background-image: url(assets/images/site-file/yellowstar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 追加の星用のクラス */
.star-decoration {
  position: absolute;
  background-image: url(assets/images/site-file/yellowstar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.star-left-2 {
  left: 60px;
  top: 70%;
  width: 30px;
  height: 30px;
}

.star-right-2 {
  right: -30px;
  top: 30%;
  width: 50px;
  height: 50px;
}

.price-discription {
  text-align: center;
  padding: 50px 100px;
  background-color: #fff;
  border: 5px solid var(--primary-green);
  border-radius: 25px;
  margin-top: 50px;
}

.price-discription-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.price-main-text {
  font-size: 1.5rem;
  text-decoration: underline;
  margin: 0 0 20px 0;
}

.price-detail-text {
  font-size: 1rem;
  margin: 10px 0;
  text-decoration: underline;
}

.price-discription-text span {
  color: var(--primary-green);
  text-decoration: underline;
}

.price-number {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000 !important;
}

.price-detail-text .price-number {
  color: #000 !important;
}

.small-text {
  font-size: 1.2rem;
}

.reason-card {
  border-radius: 25px;
  padding: 30px;
  margin-top: 30px;
  text-align: start;
  background-color: rgba(145, 238, 119, 0.5);
  position: relative;
}

.reason-card::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20%;
  width: 30px;
  height: 30px;
  background-image: url(assets/images/site-file/greenstar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reason-card::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 60%;
  width: 40px;
  height: 40px;
  background-image: url(assets/images/site-file/greenstar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* reason-card用の追加の星 */
.reason-star-decoration {
  position: absolute;
  background-image: url(assets/images/site-file/greenstar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reason-star-left-2 {
  left: -26px;
  top: -19%;
  width: 70px;
  height: 70px;
}

.reason-star-right-2 {
  right: -30px;
  top: 67%;
  width: 70px;
  height: 70px;
}

.reason-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.reason-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.calculation-card {
  border-radius: 25px;
  padding: 30px;
  margin-top: 30px;
  text-align: start;
}

.calculation-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: var(--primary-green);
}

.calculation-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calculation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

.calculation-label {
  font-size: 1.1rem;
  font-weight: bold;
}

.calculation-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--primary-green);
}

.calculation-savings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: var(--primary-green);
  border-radius: 10px;
  margin-top: 10px;
}

.savings-label {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}

.savings-amount {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.culclation-card {
  border-radius: 25px;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
}

.culclation-title {
  margin: 0 0 20px 0;
}

.culclation-content {
  position: relative;
}

.culclation-content img {
  max-width: 100%;
  height: auto;
  width: 1200px;
}

.benefit-tag {
  position: absolute;
  top: -74px;
  left: -94px;
  width: 226px;
  height: auto;
  z-index: 10;
}

.benefit-tag img {
  width: 100%;
  height: auto;
}

.achievement-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* Responsive design for benefit cards */
@media (max-width: 768px) {
  .benefit-items {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .benefit-card {
    width: 200px;
    height: 200px;
  }

  .benefit-number {
    font-size: 2rem;
  }

  .benefit-card-title {
    font-size: 0.9rem;
  }

  .benefit-card-content {
    font-size: 0.7rem;
  }
}

/* Responsive design for problem-solution section */
@media (max-width: 768px) {
  .problem-solution-section {
    margin: 20px;
    border-radius: 15px;
  }

  .problem-section,
  .solution-section {
    padding: 20px;
  }

  .problem-content,
  .solution-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .problem-icon,
  .solution-icon {
    width: 100px;
    height: 100px;
  }

  .solution-brand {
    bottom: -20px;
  }

  .problem-description {
    font-size: 1.1rem;
  }

  .solution-title {
    font-size: 1.5rem;
  }

  .solution-description {
    font-size: 1rem;
  }
}

/* Responsive design for troubles card */
@media (max-width: 768px) {
  .troubles-card-container {
    padding: 0 0px;
  }

  .troubles-card {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
  }

  .troubles-title {
    font-size: 1.5rem;
  }

  .troubles-item {
    font-size: 1.5rem;
    padding: 15px;
  }
}

/* Responsive design for about section */
@media (max-width: 1000px) {
  .about-content-area {
    width: 95%;
    max-width: 95%;
  }

  .about-image-area {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .about-content-area {
    flex-direction: column;
    width: 90%;
    max-width: 90%;
  }

  .about-image-area {
    flex-direction: column;
    gap: 30px;
  }

  .about-icon-image {
    max-width: 80px !important;
  }

  .about-icon-image:nth-child(2) {
    max-width: 120px !important;
  }

  .about-text-image img {
    max-width: 280px;
  }
}

/* Responsive design for staff section */
@media (max-width: 768px) {
  .staff-section {
    padding: 40px 20px;
  }

  .staff-section-title {
    font-size: 2.5rem;
  }

  .staff-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .staff-card {
    max-width: 100%;
    width: 100%;
  }

  .staff-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .staff-icon {
    width: 70px;
    height: 70px;
  }

  .staff-icon img {
    width: 50px;
    height: 50px;
  }

  .staff-name {
    font-size: 1.2rem;
  }

  .staff-experience {
    font-size: 0.9rem;
  }
}

/* Reset flex interference from style.css */
@media (min-width: 961px) {
  #mainContentInner {
    display: block;
  }
}

/* Introduction Flow Section */
.introduction-flow-section {
  background-color: var(--primary-green);
  padding: 80px 0;
}

.introduction-flow-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 60px 50px 80px;
  text-align: center;
  border: 4px solid #fff;
}

.introduction-description-text {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: 5px;
}

.introduction-description-text p {
  letter-spacing: 1.2;
  font-size: 0.8rem;
}

.introduction-description {
  color: white;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin: 40px 0;
  position: relative;
}

.introduction-description h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: 10px;
}

.introduction-description-detail {
  font-size: 1.1rem;
  line-height: 1.9;
  margin: 0;
  text-align: left;
}

/* PC用の星の装飾 - 左側面 */
@media (min-width: 769px) {
  .introduction-description::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 58%;
    width: 45px;
    height: 45px;
    background-image: url(assets/images/site-file/yellowstar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }

  .introduction-description::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 55%;
    width: 20px;
    height: 20px;
    background-image: url(assets/images/site-file/yellowstar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }

  .introduction-description .star-decoration-left-1 {
    position: absolute;
    position: absolute;
    left: -27px;
    top: 40%;
    width: 70px;
    height: 70px;
    background-image: url(assets/images/site-file/yellowstar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }

  .introduction-description .star-decoration-right-1 {
    position: absolute;
    right: -33px;
    top: 13%;
    width: 70px;
    height: 70px;
    background-image: url(assets/images/site-file/yellowstar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }

  .introduction-description .star-decoration-right-2 {
    position: absolute;
    right: -45px;
    top: 25%;
    width: 16px;
    height: 16px;
    background-image: url(assets/images/site-file/yellowstar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }
}

.introduction-flow-title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: white;
  color: var(--primary-green);
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.introduction-flow-content {
  text-align: left;
}

.flow-steps-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: stretch;
  min-height: 100%;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flow-step {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 30px;
  border-bottom: 2px solid var(--primary-green);
  position: relative;
  display: flex;
  gap: 20px;
}

.flow-step:last-child {
  border-bottom: none;
}

.step-title {
  color: var(--primary-green);
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  position: relative;
}

.step-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--primary-green);
}

.step-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  max-width: 450px;
}

.flow-sidebar {
  background-color: var(--primary-green);
  border: 2px solid #fff;
  min-width: 60px;
  height: 100%;
  min-height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: stretch;
}

.sidebar-content {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}

.sidebar-text {
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  line-height: 2;
}
.step-container {
  display: flex;
  gap: 10px;
}

.trial-container {
  display: flex;
  gap: 30px;
}

.four-steps-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.introduction-software-section {
  background-color: rgb(145, 238, 119);
}

.introduction-software-text {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 10px;
  margin-top: 20px;
}

/* Q&A Section */
.qa-section {
  background-color: rgb(248, 255, 242);
  text-align: center;
  padding: 60px 200px;
}

.qa-container {
  max-width: 800px;
  margin: 0 auto;
}

.qa-section-title-ja {
  color: var(--primary-green) !important;
  font-size: 3.5rem;
  margin: 0 0 20px 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.qa-title-large {
  font-size: 4.2rem !important;
}

.qa-section-title-en {
  color: var(--primary-green);
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 2px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 10px;
}

/* Q&A Accordion Styles */
.qa-accordion {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.qa-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.qa-item:last-child {
  border-bottom: none;
}

.qa-question {
  display: flex;
  align-items: start;
  padding: 20px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.qa-question:hover {
  background-color: rgba(34, 189, 0, 0.05);
}

.qa-q {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
  margin-right: 10px;
  flex-shrink: 0;
}

.qa-text {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.qa-toggle {
  flex-shrink: 0;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa-toggle-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.qa-item.active .qa-toggle-icon {
  transform: rotate(180deg);
}

.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.qa-answer.active {
  max-height: 400px;
  padding: 0 0 20px 0;
}

.qa-answer p {
  padding: 0 20px;
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* ===== Responsive Styles ===== */
@media (max-width: 960px) {
  /* PCとタブレットの中間くらいの調整 */
  .front-page-section,
  .about-section,
  .service-section,
  .benefit-section,
  .we-are-on-your-side-section,
  .message-section,
  .price-section,
  .qa-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-text {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  /* タブレットサイズ */
  .front-page-section h2 {
    font-size: 2.2rem;
  }
  .service-layout,
  .service-layout:nth-child(even) {
    flex-direction: column;
    gap: 20px;
  }
  .service-items {
    grid-template-columns: repeat(4, 110px);
    grid-template-rows: repeat(3, 110px);
    gap: 15px;
  }

  .service-item {
    width: 110px;
    height: 110px;
  }
  .benefit-items {
    flex-direction: column;
    gap: 30px;
  }
  .staff-cards {
    grid-template-columns: 1fr; /* スタッフ紹介を1列に */
    gap: 30px;
  }
  .card-content {
    flex-direction: column;
    text-align: center;
  }
  .card-text {
    text-align: left;
  }
  .price-area {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .price-area img {
    max-width: 100%;
    height: auto;
  }

  .price-text {
    font-size: 0.9rem;
  }

  .price-area p {
    font-size: 2.2rem;
  }

  .price-card-button {
    padding: 15px 40px !important;
    font-size: 1.3rem !important;
    max-width: 90% !important;
  }

  .about-banner-text {
    font-size: 1.8rem !important;
  }

  .price-discription {
    padding: 30px 20px;
  }
  .introduction-flow-container {
    padding: 50px 20px;
  }
  .flow-steps-container {
    grid-template-columns: 1fr; /* 導入フローを1列に */
  }
  .flow-sidebar {
    display: none; /* サイドバーはスマホでは非表示に */
  }
  .company-content,
  .group-cords,
  .group-1,
  .group-2 {
    flex-direction: column;
  }
  .hero-text {
    padding: 0 40px; /* タブレット用にpaddingを調整 */
  }

  /* 全体的なmax-widthを広く */
  .front-page-section,
  .about-section,
  .service-section,
  .benefit-section,
  .we-are-on-your-side-section,
  .message-section,
  .price-section,
  .qa-section {
    max-width: 95%;
    margin: 0 auto;
  }
}

.company-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-content {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-direction: column;
}

.company-text {
  text-align: left;
  font-size: 1.2rem;
  line-height: 2;
  flex: 1;
  margin-top: 30px;
}

.company-detail {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.5;
  flex: 1;
}

.company-detail-name {
  color: var(--primary-green);
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.company-discription-content {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.kitasyoukai-group {
  flex: 2;
}

.group-title {
  color: var(--primary-green);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  border: 2px solid var(--primary-green);
  padding: 10px 0px;
  margin-bottom: 20px;
}

.group-cords {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: left;
  margin-top: 20px;
}

.group-cords p {
  margin: 0;
  font-size: 0.8rem;
}

.group-1 {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.group-2 {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.group-card {
  border-radius: 10px;
  padding: 20px 25px;
  background-color: rgb(248, 255, 242);
  transition: transform 0.2s ease;
}

.group-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.group-card-title {
  color: var(--primary-green);
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.group-card-text {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.shoyoukai-group {
  max-width: 380px;
  flex: 1;
}

.group-img-container {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}

.group-img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.shoyoukai-group p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 15px 0;
  text-align: left;
}

.group-img-arrow-container {
  text-align: center;
  margin: 20px 0;
  max-width: 20px;
}

.group-img-arrow-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* タブレット対応 */
@media (max-width: 768px) {
  .company-content {
    flex-direction: column;
    gap: 20px;
  }

  .company-discription-content {
    flex-direction: column;
    gap: 30px;
  }

  .group-cords {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .shoyoukai-group {
    max-width: 100%;
  }

  .group-card {
    padding: 15px 20px;
  }

  .company-text {
    font-size: 1.1rem;
  }

  .company-detail {
    font-size: 0.85rem;
  }
}

/* スマートフォン対応 */
@media (max-width: 551px) {
  .company-container {
    padding: 0 15px;
  }

  .company-content {
    gap: 15px;
    margin-bottom: 30px;
  }

  .company-discription-content {
    gap: 25px;
    margin-top: 30px;
  }

  .company-text {
    font-size: 1rem;
    line-height: 1.8;
  }

  .company-detail {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .company-detail-name {
    font-size: 1rem;
  }

  .group-title {
    font-size: 0.9rem;
    padding: 8px 0px;
  }

  .group-card {
    padding: 12px 15px;
  }

  .group-card-title {
    font-size: 0.85rem;
  }

  .group-card-text {
    font-size: 0.75rem;
  }

  .shoyoukai-group p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .group-img-arrow-container img {
    width: 20px;
    height: auto;
  }

  /* 星の装飾要素を非表示 */
  .price-sub-text::before,
  .price-sub-text::after,
  .star-decoration,
  .reason-card::before,
  .reason-card::after,
  .reason-star-decoration {
    display: none !important;
  }
}

/* フッターのスタイル */
#commonFooter {
  text-decoration: none;
  list-style: none !important;
  padding: 0px 50px;
}

#commonFooterInner {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

#footerInfo {
  padding: 30px 0;
  border-top: 1px solid #dee2e6;
  margin-top: 20px;
}

#footerInfo #copyright {
  color: #6c757d;
}

#footerMenuList .menu-item a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footerMenuList .menu-item a:hover {
  color: #495057;
}

/* フッターのレスポンシブ対応 */
@media (max-width: 551px) {
  #commonFooter {
    margin-top: 40px;
  }

  #commonFooterInner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #footerInfo {
    padding: 15px 0;
  }

  #footerMenuList {
    flex-direction: column;
    gap: 10px;
  }

  #footerMenuList .menu-item {
    padding: 5px 0;
  }

  #footerMenuList .menu-item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
  }
}

@media (max-width: 551px) {
  /* スマホサイズ */
  .front-page-section,
  .about-section,
  .service-section,
  .benefit-section,
  .we-are-on-your-side-section,
  .message-section,
  .price-section,
  .qa-section,
  .company-section {
    padding: 30px 10px;
    max-width: 98%;
    margin: 0 auto;
  }
  .front-page-section h2 {
    font-size: 1.8rem;
  }
  .hero-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10%;
  }
  .hero-tagline {
    text-align: left;
    width: 100%;
  }
  .hero-text {
    padding: 0 10px;
  }
  .hero-text-top {
    flex-direction: column;
    gap: 20px;
  }
  .features-grid {
    flex-direction: column;
  }
  .service-items {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }
  .merit-card img,
  .culclation-content img {
    width: 100%; /* 固定幅を解除 */
  }
  .introduction-software-images {
    flex-direction: column;
    gap: 20px;
  }
  .company-content,
  .group-cords,
  .group-1,
  .group-2 {
    flex-direction: column;
  }
}
