@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
header {
  height: 40px;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header {
    height: 80px;
  }
}
#page {
  width: 100%;
}
.site-header-wrapper,
header.simple-header,
.simple-footer {
  width: 100%;
  padding: 14px 8px;
}
@media (max-width: 767px) {
  header.simple-header img {
    height: 24px;
  }
}
footer.simple-footer {
  font-family: "Noto Sans JP";
  background: #00629d;
  color: #fff;
  text-align: center;
}
body {
  font-family: "M PLUS 1", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f3f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #040000;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h3,
h5 {
  padding: 0px;
  margin: 0px;
}
ul {
  padding: 0px;
  margin: 0px;
}
.background__image {
  background-image: -webkit-image-set(
    url("/wp-content/themes/onepress/assets/images/suberanai-lp/avif/background.avif")
      type("image/avif"),
    url("/wp-content/themes/onepress/assets/images/suberanai-lp/webp/background.webp")
      type("image/webp"),
    url("/wp-content/themes/onepress/assets/images/suberanai-lp/background.png")
      type("image/png")
  );
  background-image: image-set(
    url("/wp-content/themes/onepress/assets/images/suberanai-lp/avif/background.avif")
      type("image/avif"),
    url("/wp-content/themes/onepress/assets/images/suberanai-lp/webp/background.webp")
      type("image/webp"),
    url("/wp-content/themes/onepress/assets/images/suberanai-lp/background.png")
      type("image/png")
  );

  /* background-image: url(/wp-content/themes/onepress/assets/images/suberanai-lp/background.png); */
  background-size: 375px 375px;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.content__firstview {
  background-color: #fff;
  width: 100%;
  max-width: 700px;
}
.content__wrapper {
  width: 100%;
}
.firstview__content .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.firstview__content .content-inner img {
  width: 100%;
}
.firstview__cta,
.section__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.firstview__cta {
  padding: 24px 16px;
}
.btn-cta,
.btn-cta-enquete {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-cta-enquete {
  gap: 1px;
}
.btn-cta .text,
.btn-cta-enquete .text {
  font-weight: 800;
  font-size: 14px;
  color: #007a88;
  text-align: center;
}

.btn-cta .frame {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.frame img {
  width: 100%;
  height: auto;
  max-width: 343px;
}
.btn-cta-enquete .frame {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-cta-enquete .frame .text {
  font-weight: 800;
  color: #fff;
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.section .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 80px;
  gap: 40px;
  width: 100%;
  max-width: 700px;
  position: relative;
  background-color: #fff;
}
.section .section__inner .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00629d;
  width: 100%;
  height: 98px;
  position: relative;
}
.section .section__inner .heading::after {
  position: absolute;
  content: "";
  background: #00629d;
  height: 20px;
  bottom: -19px;
  width: 80%;
  min-width: 300px;
  max-width: 550px;
  clip-path: polygon(0 200%, 100% 0, 0 0, 100% 200%);
}
.section .section__inner .heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 240px;
  height: 58px;
  font-family: "M PLUS 1";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #f4e829;

  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 15px;
  position: absolute;
  width: 343px;
  height: 58px;
  top: 24px;
}
.section .section__inner .heading h2::before {
  content: "『";
  margin: 0 auto;
  width: 24px;
  height: 58px;
}
.section .section__inner .heading h2::after {
  content: "』";
  margin: 0 auto;
  width: 24px;
  height: 58px;
  display: flex;
  align-items: flex-end;
}
.section .section__inner .heading h2 .small {
  display: contents;
  font-size: 16px;
}

.section .section__inner .sub-text {
  padding-top: 20px;
  width: 343px;
  height: 65px;
  display: table;
}
.section .section__inner .sub-text .sub-text--suberi {
  display: block;
  line-height: 32px;
}
.section .section__inner .sub-text .sub-text--suberi span {
  display: inline-block;
  height: 32px;
  background: #444;
  padding: 0 6px 2px;
  color: #fff;
  font-family: "M PLUS 1";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  vertical-align: text-bottom;
}

.section .section__inner .section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 40px;
  width: 343px;
}
.section.voice .section__inner .section__content {
  gap: 24px;
}
.section .section__inner .section__content p {
  margin: 0px;
  gap: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  font-family: "Noto Sans JP";
  background: #fff;
  display: block;
}

.section .section__content .list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0px;
  gap: 16px;
  width: 343px;
  height: 279px;
  background: #fff;
  border: 2px solid #00629d;
  border-radius: 4px;
  font-family: "Noto Sans JP";
  background: #fff;
}
.section .section__content .list .list__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 8px;
  font-weight: 700;
  width: 343px;
  height: 34px;
  font-size: 16px;
}
.section .section__content .list .list__title::after {
  content: "";
  width: 80px;
  border: 1px solid #00629d;
}
.section .section__content .list .list__content {
  width: 100%;
}
.section .section__content .list .list__content li {
  list-style: none;
  padding: 0px 8px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  height: 28px;
  gap: 4px;
  display: flex;
}
.section .section__content .list .list__content li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/onepress/assets/images/suberanai-lp/list__content__check.svg);
}
.section .section__content .list .list__content li span {
  height: 20px;
  padding-left: 4px;
}

.section.suberi_exists .mapping {
  position: relative;
  height: 100%;
}
.section.suberi_exists .mapping__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: calc(100% + 44px);
}
.section.suberi_exists .mapping__border {
  width: 2px;
  display: block;
  background-color: #00629d;
  padding: 0px;
  margin: 8px 0px 0px;
  content: "";
  left: -2px;
  position: absolute;
  height: calc(100% - 8px);
}
.section.suberi_exists .mapping__border::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2.5px solid #00629d;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  bottom: -2px;
  left: -5px;
  border-radius: 2px;
}
.section.suberi_exists .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section.suberi_exists .box .label {
  height: 24px;
  display: flex;
  align-items: center;
  position: absolute;
  left: -31px;
  gap: 16px;
}
.section.suberi_exists .box .label .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00629d;
}
.section.suberi_exists .box h4 {
  margin: 0px;
  color: #00629d;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.section.suberi_exists .box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP";
  padding: 8px;
  margin-top: 40px;
  gap: 8px;
  background-color: #fff;
  border: #00629d solid 1px;
}
.section.suberi_exists .box__inner .subetta,
.section.suberi_exists .box__inner .suberanai {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.section.suberi_exists .box__inner h5 {
  width: 283px;
  height: 18px;
  font-size: 12px;
  background-color: #444444;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.section.suberi_exists .box__inner .suberanai h5 {
  background-color: #00629d;
}
.section.suberi_exists .box__inner .subetta ul,
.section.suberi_exists .box__inner .suberanai ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.section.suberi_exists .box__inner .subetta ul li,
.section.suberi_exists .box__inner .suberanai ul li {
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
}
.section.suberi_exists .box__inner .subetta ul li::before,
.section.suberi_exists .box__inner .suberanai ul li::before {
  display: flex;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  align-self: center;
  justify-content: center;
}
.section.suberi_exists .box__inner .subetta ul li::before {
  background-image: url(/wp-content/themes/onepress/assets/images/suberanai-lp/icon-failure.svg);
}
.section.suberi_exists .box__inner .suberanai ul li::before {
  background-image: url(/wp-content/themes/onepress/assets/images/suberanai-lp/icon-success.svg);
}
.section.suberi_exists .box__inner .subetta ul li span,
.section.suberi_exists .box__inner .suberanai ul li span {
  width: 251px;
}
.progress-section {
  display: flex;
  width: 100%;
  height: 10px;
  gap: 10px;
  justify-content: center;
}
.progress-section span.triangle {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/themes/onepress/assets/images/suberanai-lp/triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
}
.section.suberi_exists .box__inner .message {
  display: flex;
  gap: 8px;
}
.section.suberi_exists .box__inner .message .message__text {
  display: flex;
  background-color: #f3f8ff;
  border: 1px solid #00629d;
  border-radius: 4px;
  height: 100%;
  width: 195px;
}
.section.suberi_exists .box__inner .message .message__text p {
  font-size: 10px;
  line-height: 18px;
  padding: 8px;
  width: 178px;
  background-color: initial;
  color: #00629d;
}
.section.suberi_exists .box__inner .message .message__person {
  display: flex;
  align-items: flex-end;
}

.section.voice .section__inner .heading {
  margin-bottom: -20px;
}
.section.suberi_exists .section__content {
  padding: 20px 0px;
}
.section.suberi_exists .section__content h3.pattern,
.section.voice .section__content h3.pattern {
  padding: 0px;
  margin: 0px;
  gap: 8px;
  width: 343px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  font-family: "Noto Sans JP";
  /* text-align: center; */
  background-color: #fff;
  color: #007a88;
}
.section.suberi_exists .section__content h3.pattern::before,
.section.voice .section__content h3.pattern::before {
  content: "";
  width: 4px;
  height: 64px;
  background-color: #007a88;
  float: left;
  margin-right: 10px;
}
.section.voice .section__inner {
  gap: 80px;
}

.section.voice .section__inner .section__content .section__voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  width: 343px;
}
.section.voice .section__inner .section__content .section__voice p {
  font-size: 14px;
  width: 327px;
}
.section.voice .section__inner .section__content .section__voice .company {
  font-family: "Noto Sans JP";
  font-weight: 700;
  text-align: right;
  align-self: flex-end;
  padding-right: 8px;
}
.section.voice
  .section__inner
  .section__content
  .section__voice
  .company
  .name {
  font-size: 12px;
  color: #444;
}
.section.voice
  .section__inner
  .section__content
  .section__voice
  .company
  .person {
  font-family: "Noto Sans JP";
  font-size: 10px;
  color: #444;
}
.section.voice .section__inner .section__content .section__voice .case {
  display: flex;
  gap: 8px;
  width: 343px;
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding: 8px 8px 16px;
}
.section.voice .section__inner .section__content .section__voice .case .icon {
  width: 40px;
  height: 18px;
  color: #fff;
  background-color: #007a88;
  text-align: center;
  float: left;
}
.section.voice .section__inner .section__content .section__voice .case .detail {
  color: #00629d;
}

.section.company .section__content {
  text-align: center;
}
.section.company .section__sns {
  display: flex;
  width: 168px;
  gap: 24px;
}
.markerlp {
  color: #007a88;
  padding: 0.2em 0.4em;
  border-radius: 0.3em;
}

div.wpcf7-response-output {
  display: none;
}
@media (max-width: 420px) {
  .section__form {
    padding: 0px;
  }
}

/* contact form 7 ここまで */

:root {
  --aws-orange: #1a73e8;
  --aws-dark: #00629f;
  --aws-blue: #1a73e8;
  --text: #333;
  --text-light: #666;
  --bg-gray: #f5f7fa;
  --border: #e0e0e0;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
}

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

body {
  font-family: "Segoe UI", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  background: #fff;
}

.header.container {
  width: 100%;
  max-width: 100%;
  padding: 15px 0;
  background: var(--aws-dark);
  color: #fff;
}

.header-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.site-logo-div {
  flex-shrink: 0;
}

.site-logo-div .cont_h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.site-logo-div .custom-logo {
  display: block;
  height: auto;
  max-width: 180px;
}

.custom-logo-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.custom-logo-link:hover {
  opacity: 0.8;
}

.custom-logo-link.disabled {
  pointer-events: none;
  cursor: default;
}

.header-title {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .header-inner {
    gap: 10px;
    text-align: center;
  }

  .site-logo-div .custom-logo {
    max-width: 150px;
  }
}

/* メインコンテナ */
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* イントロセクション */
.intro-section {
  text-align: center;
  margin-bottom: 40px;
}

.intro-badge {
  display: inline-block;
  background: var(--aws-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.intro-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--aws-dark);
  margin-bottom: 15px;
}

.intro-subtitle {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 20px;
}

.intro-meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.intro-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text);
}

.intro-meta-item .icon {
  font-size: 18px;
}

/* プログレスバー */
.progress-container {
  margin-bottom: 30px;
}

.progress-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--text);
}

.progress-bar {
  height: 8px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--aws-orange), #4da1ff);
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* 質問カード */
.question-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.question-card.active {
  border-color: var(--aws-orange);
}

.question-category {
  display: inline-block;
  background: var(--bg-gray);
  color: var(--text);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.question-number {
  font-size: 14px;
  color: var(--aws-orange);
  font-weight: 700;
  margin-bottom: 10px;
}

.question-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--aws-dark);
  margin-bottom: 25px;
  line-height: 1.6;
}

.question-help {
  font-size: 13px;
  color: var(--text);
  margin-top: -15px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid var(--border);
}

/* 回答オプション */
.options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.option {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: var(--bg-gray);
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.option:hover {
  border-color: var(--aws-orange);
  background: #e3f4ff;
}

.option.selected {
  border-color: var(--aws-orange);
  background: #e3f4ff;
}

.option input {
  display: none;
}

.option-radio {
  width: 22px;
  height: 22px;
  border: 2px solid var(--border);
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.option.selected .option-radio {
  border-color: var(--aws-orange);
}

.option.selected .option-radio::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--aws-orange);
  border-radius: 50%;
}

.option-content {
  flex: 1;
}

.option-label {
  font-weight: 600;
  color: var(--aws-dark);
  margin-bottom: 2px;
}

.option-desc {
  font-size: 13px;
  color: var(--text);
}

.option-points {
  font-size: 14px;
  font-weight: 700;
  color: var(--aws-orange);
  margin-left: 10px;
}

/* ナビゲーションボタン */
.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 15px;
}

.btn {
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-secondary {
  background: var(--bg-gray);
  color: var(--text);
}

.btn-secondary:hover {
  background: var(--border);
}

.btn-primary {
  background: var(--aws-orange);
  color: #fff;
}

.btn-primary:hover {
  background: var(--aws-orange);
}

.btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.btn-large {
  padding: 18px 40px;
  font-size: 18px;
}

/* CF7 送信ボタン */
.lead-form input[type="submit"],
.wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 25px auto 0;
  padding: 18px 40px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--aws-orange);
  color: #fff;
}

.lead-form input[type="submit"]:hover,
.wpcf7-submit:hover {
  background: #1557b0;
  opacity: 0.9;
}

.lead-form input[type="submit"]:disabled,
.wpcf7-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* 結果セクション */
.result-header {
  text-align: center;
  margin-bottom: 40px;
}

.result-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--aws-dark);
  margin-bottom: 10px;
}

/* スコアゲージ */
.score-gauge {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 30px auto;
}

.score-gauge svg {
  transform: rotate(-90deg);
}

.score-gauge-bg {
  fill: none;
  stroke: var(--border);
  stroke-width: 15;
}

.score-gauge-fill {
  fill: none;
  stroke-width: 15;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}

.score-gauge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.score-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--aws-dark);
  line-height: 1;
}

.score-max {
  font-size: 16px;
  color: var(--text);
}

/* 評価バッジ */
.rating-badge {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.rating-excellent {
  background: #e8f5e9;
  color: var(--success);
}

.rating-good {
  background: #e3f2fd;
  color: var(--aws-blue);
}

.rating-warning {
  background: #fff8e1;
  color: #f57c00;
}

.rating-danger {
  background: #ffebee;
  color: var(--danger);
}

.result-message {
  font-size: 16px;
  color: var(--text);
  margin-top: 20px;
  padding: 20px;
  background: var(--bg-gray);
  border-radius: 8px;
  line-height: 1.8;
}

/* カテゴリ別スコア */
.category-scores {
  margin: 40px 0;
}

.category-scores h3 {
  font-size: 18px;
  color: var(--aws-dark);
  margin-bottom: 20px;
  text-align: center;
}

.category-score-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  padding: 15px 20px;
  background: var(--bg-gray);
  border-radius: 8px;
}

.category-name {
  flex: 1;
  font-weight: 600;
  color: var(--aws-dark);
}

.category-bar {
  flex: 2;
  height: 10px;
  background: var(--border);
  border-radius: 5px;
  overflow: hidden;
}

.category-bar-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 1s ease;
}

.category-score-text {
  min-width: 60px;
  text-align: right;
  font-weight: 700;
  color: var(--text);
}

/* 改善ポイント */
.improvements {
  margin: 40px 0;
}

.improvements h3 {
  font-size: 18px;
  color: var(--aws-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.improvement-item {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
}

.improvement-icon {
  width: 40px;
  height: 40px;
  background: #ffebee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--danger);
  flex-shrink: 0;
}

.improvement-content h4 {
  font-size: 15px;
  color: var(--aws-dark);
  margin-bottom: 5px;
}

.improvement-content p {
  font-size: 13px;
  color: var(--text);
  margin: 0;
}

.no-improvements {
  text-align: center;
  color: var(--success);
  padding: 20px;
}

/* CTAセクション */
.cta-section {
  background: var(--aws-dark);
  border-radius: 12px;
  padding: 40px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

.cta-section h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}

.cta-section p {
  font-size: 15px;
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-cta {
  background: var(--aws-orange);
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-cta:hover {
  background: #e68a00;
  transform: translateY(-2px);
}

.btn-cta-secondary {
  background: transparent;
  border: 2px solid #fff;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* リード獲得フォーム */
.lead-form {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
  text-align: left;
}

.lead-form h4 {
  font-size: 18px;
  color: var(--aws-dark);
  margin-bottom: 5px;
  text-align: center;
}

.lead-form > p {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}

.form-group label .required {
  color: var(--danger);
  margin-left: 3px;
}

.form-group input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--border);
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--aws-orange);
}

.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--border);
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.2s ease;
}

.form-group p {
  margin-bottom: 0;
}

.form-error {
  color: var(--danger);
  font-size: 13px;
  margin-top: 5px;
  display: none;
}

.form-group.has-error input {
  border-color: var(--danger);
}

.form-group.has-error .form-error {
  display: block;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-submit {
  text-align: center;
  margin-top: 25px;
}

/* 再診断ボタン */
.restart-section {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

/* フッター */
.footer {
  background: var(--aws-dark);
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  margin-top: 50px;
}

.footer p {
  font-size: 13px;
  opacity: 0.7;
  margin: 5px 0;
}

/* 非表示 */
.hidden {
  display: none !important;
}

/* レスポンシブ */
@media (max-width: 600px) {
  .intro-title {
    font-size: 22px;
  }

  .question-text {
    font-size: 16px;
  }

  .nav-buttons {
    flex-direction: column;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .category-score-item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .category-score-item .category-name {
    flex: 1 1 auto;
  }

  .category-score-item .category-score-text {
    flex: 0 0 auto;
    text-align: right;
  }

  .category-bar {
    width: 100%;
    flex: 0 0 100%;
    height: 10px;
    order: 3;
  }
}
