@charset "UTF-8";

.w-container {
  width: min(92%, 1210px);
  margin-inline: auto;
}

/* 共通 */
.c-section-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #ce0000;
}
.sp-br {
  display: none;
}
@media (max-width: 749px) {
  .c-section-title {
    font-size: 26px;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  } 
}
.redmarker-text {
  font-weight: bold;
  color: #ce0000;
  font-size: 1em;
}
a.button.c-button--primary {
  color: #ce0000;
  background: #fff;
  border: 2px solid #ce0000;
}
a.button.c-button--primary::before {
  background: #d10000;
}
a.button.c-button--primary::after {
  background: #d10000;
}

/* MVエリア */
.main-visual {
  background-image: url('../images/service/seo/llmo/fv-back.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.main-visual__text-image {
  text-align: center;
}
.main-visual__text-image img {
  max-width: 100%;
  height: auto;
}
.main-visual__button-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  padding: 0 150px;
}
.mv-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid #cc2a2a;
  cursor: pointer;
  width: 380px;
  box-sizing: border-box;
}

.mv-button--primary {
  background-color: #cc2a2a;
  color: #fff;
}

.mv-button--primary:hover {
    opacity: .7;
}

.mv-button--secondary {
  background-color: #fff;
  color: #cc2a2a;
}
.mv-button--secondary:hover {
  opacity: .7;
}
.sp-only-image {
  display: none;
}

@media (max-width: 849px){
  .mv-button {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }
}

@media (max-width: 768px) {
  .main-visual {
    background-image: url('../images/service/seo//llmo/fv-sp-back.jpg');
    padding: 40px 0;
  }
  .main-visual__button-wrapper {
    align-items: center;
    padding: 0;
    gap: 15px;
    margin-top: 30px;
    width: 100%;
  }

  .sp-only-image {
    display: block;
    margin: 30px auto 0;
  }
  .main-visual__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-visual__text-image {
    order: 1;
  }

  .main-visual__button-wrapper {
    order: 2;
  }

  .sp-only-image {
    order: 3;
  }
}

/* --- 実績紹介 --- */
.c-showcase {
  padding: 60px 0;
}

.c-showcase__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.c-showcase__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.c-showcase__body {
  margin-top: 12px;
  padding-left: 8px;
}

.c-showcase__sub-title {
  color: #ce0000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.c-showcase__text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-weight: bold;
}

.c-showcase__link {
  display: block; 
  color: inherit;
}

.c-showcase__link:hover .c-showcase__image {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .c-showcase__grid {
    display: flex;
    flex-direction: column;
    gap: 40px; 
  }
}

.intro {
  background-color: #131843;
  padding: 80px 0;
}
.intro__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px; 
}

.intro__list {
  display: flex;
  gap: 40px;
}
.intro__item {
  background-color: #fff;
  padding: 30px 40px;
  flex: 1;
}
.intro__item-title {
  color: #131843;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}

.intro__item-text {
  margin-top: 20px;
  font-size: 16px; 
  line-height: 1.7;
}

@media (max-width: 749px) {
  .intro {
    padding: 40px 0;
  }
  .intro__title {
    font-size: 20px;
  }

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

  .intro__item-title {
    font-size: 18px;
  }
}

/* 得られる効果セクション */
.effect {
  background-image: url('../images/service/seo/llmo/effect-back.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.effect__inner {
  max-width: 840px;
  margin: 0 auto;
}

.effect__title {
  color: #ce0000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.effect__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.effect__item {
  background-color: #fff;
  border: 2px solid #ce0000;
  display: flex;
  align-items: center; 
  padding: 0 50px; 
  gap: 100px; 
}

.effect__item-image-wrapper {
  flex: 0 0 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.effect__item-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.effect__item-text-wrapper {
  flex: 1;
  min-width: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.effect__item-heading {
  color: #ce0000;
  font-size: 24px;
  font-weight: 700;
}

.effect__item-description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.effect__item--reverse {
  flex-direction: row-reverse;
}


@media (max-width: 768px) {
  .effect {
    padding: 50px 0;
  }
  .effect__inner {
    width: 92%; 
  }

  .effect__title {
    font-size: 20px;
  }
  
  .effect__item,
  .effect__item--reverse {
    flex-direction: column;
    align-items: center; 
    padding: 30px 20px;
    gap: 20px; 
  }

  .effect__item-image-wrapper {
    flex: 1 1 auto;
    width: 100%;
    padding: 15px 0 0 0;
  }

  .effect__item-image-wrapper img {
      max-width: 200px;
  }

  .effect__item-text-wrapper {
    flex: 1 1 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .effect__item-heading {
    font-size: 18px;
    text-align: center;
  }
  
  .effect__item-description {
     margin-top: 20px;
  }
}

/* 特徴セクション */
.features {
  padding: 80px 0; 
}

.features__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.features__title span {
  color: #ce0000;
  display: block;
  font-size: 30px;
}

.features__description {
  /* max-width: 840px; */
  margin: 0 auto 40px;
}

.features__image-gallery {
  max-width: 840px;
  margin: 0 auto; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
  gap: 40px; 
}

.features__image-item {
  flex: 1;
  min-width: 0; 
}

.features__image-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .features {
    padding: 50px 0; 
  }
  
  .features__title {
      font-size: 24px;
  }
  .features__title span{
    font-size: 24px;
  }
  .features__image-gallery {
      flex-direction: column;
      gap: 20px;
  }
}

/* サービス詳細セクション */
.service-details {
  padding: 80px 0;
}

.service-details__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #ce0000;
  margin-bottom: 50px;
}

.service-details__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.service-details__item-title {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: 1.5em;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  border-bottom: 3px solid #cacaca;
  padding-bottom: 10px;
  position: relative;
}
.service-details__item-title::before {
  content: "";
  width: 150px;
  height: 3px;
  background: #ce0000;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.service-details__item-label {
  color: #ce0000;
  font-size: 18px;
  font-weight: 700;
}

.service-details__item-number {
  color: #ce0000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.service-details__item-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.service-details__text-content {
  flex: 1;
  min-width: 0;
  padding-left: 10px;
}
.service-details__image-content {
  flex: 1;
  min-width: 0;
}
.service-details__image-content img {
  width: 100%;
  height: auto;
  display: block;
}


.service-details__text-content h4 {
  color: #ce0000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: .8em;
}

.service-details__text-content h4::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.service-details__text-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .service-details {
    padding-top: 0;
  }
  
  .service-details__title {
      font-size: 24px;
  }

  .service-details__item-title {
      font-size: 22px;
      flex-wrap: wrap;
  }
  .service-details__item-number {
      font-size: 32px;
  }

  .service-details__item-content,
  .service-details__item:nth-child(even) .service-details__item-content {
      flex-direction: column;
  }
}

/* 料金プランセクション */
.pricing {
  padding: 80px 0;
  background-image: url('../images/service/seo/llmo/price-back.jpg');
  background-size: cover;
  background-position: center;
}

.pricing__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #ce0000;
  margin-bottom: 50px;
}

.pricing__container {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
}

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

.pricing__plan {
    flex: 1;
    min-width: 240px;
}

.pricing__plan-title {
  font-size: 18px;
  font-weight: 700;
  color:  #ce0000;
  margin-bottom: 1em;
  border: 2px solid #ce0000;
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.pricing__plan-price {
  color: #333;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.2em;
}

.pricing__plan-price--number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.pricing__plan-price--unit {
  font-size: 30px;
  font-weight: 700;
}

.pricing__plan-note {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-top: 10px;
}

.pricing__separator {
  flex-shrink: 0;
  align-self: center;
}

.plus-icon {
  width: 40px;
  height: 40px; 
  background-color: #333;
  border-radius: 50%; 
  position: relative; 
}

.plus-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 3px;
  background-color: #fff;
}

.plus-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 23px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .pricing {
    padding: 50px 0;
  }
  .pricing__container {
      padding: 30px 20px;
  }

  .pricing__content {
      flex-direction: column;
      align-items: center; 
  }

  .pricing__plan-title {
      font-size: 16px;
  }
  
  .pricing__plan {
    min-width: initial; 
    width: 100%;
  }

  .pricing__separator {
    padding-top: 0;
  }

  .pricing__plus-icon {
      transform: rotate(90deg);
  }
  .pricing__plan-price--number {
    font-size: 40px;
}
.pricing__plan-price--unit {
  font-size: 20px;
}
.pricing__plan-note {
  font-size: 12px;
}
}

.process {
  padding: 80px 0;
  background-color: #131843;
}

.process__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.process__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 108.5px;
  color: #fff;
  list-style: none;
  padding: 0;
}

.process__item {
  flex: 1;
  min-width: 0;
  text-align: center;
  position: relative;
}


.process__item-header {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #fff;
}

.process__item-image {
  position: relative;
  margin-bottom: 1em;
}

.process__item-image img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.process__item-image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 40px; 
  
  width: 0;
  height: 0;

  border-top: 16.5px solid transparent;
  border-bottom: 16.5px solid transparent;
  border-left: 28.5px solid #71748e;
}


.process__item:last-child .process__item-image::after {
  content: none;
}
.process__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #74d4ff;
  line-height: 1.5;
}

.process__item-text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1em;
  text-align: left;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .process {
    padding: 50px 0;
  }
  .process__title {
      font-size: 24px;
  }

  .process__list {
      flex-direction: column;
      align-items: center;
      gap: 54.5px;
  }
  .process__item:not(:last-child) {
    position: relative;
    padding-bottom: 60px; 
  }

  .process__item-image::after {
    content: none;
  }

  .process__item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 28px solid #71748e;
  }
  .process__item-image img {
    max-width: 220px;
    margin-inline: auto;
  }
}

.contact-cta {
  padding: 80px 0;
  background-image: url('../images/service/seo/llmo/contact-back.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-cta__text {
  font-size: 30px;
  margin-bottom: 2em;
  position: relative;
  padding: 0 40px;
  color: #fff;
  display: inline-block;
}

.contact-cta__text::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 25%;
  width: 40px;
  height: 40px;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.contact-cta__text::after {
  content: "";
  position: absolute;
  right: 10px; 
  top: 25%; 
  width: 40px;
  height: 40px;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.contact-cta__button {
  display: inline-block;
  max-width: 420px;
  width: 90%;
  padding: 15px 30px;
  background-color: #fff;
  color: #cc2a2a;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
  margin: 0 auto;
}

.contact-cta__button:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .contact-cta {
      padding: 60px 0;
  }

  .contact-cta__text {
      font-size: 18px;
      padding: 0 20px;
  }

.contact-cta__text::before {
  height: 25px;
  left: 0;
  width: 20px;
}

.contact-cta__text::after {
  height: 25px;
  right: 0;
  width: 20px;
}
  .contact-cta__button {
      font-size: 18px;
      padding: 12px 20px;
      max-width: 100%;
      box-sizing: border-box;
  }
}
.faq h2.text {
  color: #ce0000;
} 
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.styledBorderHeading {
  font-size: 30px;
  position: relative;
  border-bottom: 3px solid #ccc;
  padding: 0 10px 10px;
  margin: 0 auto 50px;
}
.styledBorderHeading::before {
  content: "";
  width: 150px;
  height: 3px;
  background: #cc2a2a;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.styledBorderHeading._document {
  margin-top: 60px;
}
@media (max-width: 599px) {
  .styledBorderHeading {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.case-detail__title {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #cacaca;
  padding-bottom: 10px;
  position: relative;
  margin: 0 0 50px 0;
}
.case-detail__title::before {
  content: "";
  width: 150px;
  height: 3px;
  background: #ce0000;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.features__description .case-detail__title + p {
  padding-bottom: 24px;
}

@media (max-width: 599px) {
  .case-detail__title  {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.features-text-block {
  background: #fae5e5;
  max-width: 840px;
  margin-inline: auto;
  padding: 40px;
  position: relative;
}

.features-text-block__badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
  width: 112px;
  height: 68px; 
  background: #fae5e5;
  border-top-left-radius: 112px;
  border-top-right-radius: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 6px;
  color: #ce0000;
  text-align: center;
  z-index: 1;
}
.features-text-block__badge-label { font-size: 16px; line-height: 1.1; color:#ce0000;}
.features-text-block__badge-num   { font-size: 40px; line-height: 1; margin-top: 2px; color:#ce0000;}

.features-text-block h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 16px;
  font-weight: 700;
}

.features-text-block__panel {
  background: #fff;
  padding: 40px;
  margin-top: 24px;
}

.features-text-block__body p {
  font-size: 16px;
  margin: 0 0 24px;
}

.features-text-block__body p:last-of-type {
  margin-bottom: 40px;
}

.features-text-block__outputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}

.features-text-block__output {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-text-block__output-label,
.features-text-block__output-label--plain {
  background: #ce0000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 35px;
  text-align: center;
  width: 80%;
  margin: 0 auto 12px;
  box-sizing: border-box;
}

.features-text-block__output-label--plain {
  background: #ce0000;
  color: #fff;
}

.features-text-block__figure {
  margin: 0;
  text-align: center;
  width: 100%;
}
.features-text-block__figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.features .features-text-block:not(:last-child) {
  margin-bottom: 100px;
}
.features-text-block__figure--small img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .features-text-block__outputs { grid-template-columns: 1fr; }
  .features-text-block__badge { width: 98px; height: 58px; }
  .features-text-block__badge-label { font-size: 14px; }
  .features-text-block__badge-num { font-size: 34px; }
  .features-text-block h3 { font-size: 18px; }
  .features-text-block{ padding: 20px;}
  .features-text-block__panel {padding: 20px;}
  .features-text-block__output-label,
  .features-text-block__output-label--plain {width: 100%; font-size: 15px;}
  .features .features-text-block:not(:last-child) {margin-bottom: 80px;}
}

