/* =========================================================
   RESEARCH DESIGN & PROCESS
   調査設計・導入の流れ
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.rp-intro,
.rp-ready,
.rp-design,
.rp-steps,
.rp-detail,
.rp-evidence,
.rp-condition,
.rp-quality,
.rp-analysis,
.rp-example,
.rp-roles,
.rp-preparation,
.rp-schedule,
.rp-cost,
.rp-changes,
.rp-security,
.rp-routing,
.rp-faq,
.rp-final {
  padding: 90px 0;
}

.rp-ready,
.rp-design,
.rp-evidence,
.rp-quality,
.rp-example,
.rp-preparation,
.rp-cost,
.rp-security,
.rp-faq {
  background: #f6f8fa;
}

.rp-section-lead {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #444;
}

.rp-intro *,
.rp-ready *,
.rp-design *,
.rp-steps *,
.rp-detail *,
.rp-evidence *,
.rp-condition *,
.rp-quality *,
.rp-analysis *,
.rp-example *,
.rp-roles *,
.rp-preparation *,
.rp-schedule *,
.rp-cost *,
.rp-changes *,
.rp-security *,
.rp-routing *,
.rp-faq *,
.rp-final * {
  box-sizing: border-box;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.rp-intro {
  background: #fff;
}

.rp-intro .parts-title {
  margin-bottom: 32px;
}

.rp-intro__lead {
  margin: 0 auto 38px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.9;
  color: #17345d;
}

.rp-intro__body {
  max-width: 850px;
  margin: 0 auto;
}

.rp-intro__body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 2;
  color: #444;
}

.rp-intro__body p:last-child {
  margin-bottom: 0;
}

.rp-intro__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 46px;
}


/* =========================================================
   BEFORE CONSULTATION
========================================================= */

.rp-ready__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1060px;
  margin: 50px auto 0;
}

.rp-ready__text,
.rp-ready__list {
  padding: 38px 36px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-ready__text p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.95;
  color: #444;
}

.rp-ready__text p:last-child {
  margin-bottom: 0;
}

.rp-ready__list h3 {
  margin: 0 0 22px;
  font-size: 20px;
  color: #17345d;
}

.rp-ready__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-ready__list li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.rp-ready__list li:last-child {
  margin-bottom: 0;
}

.rp-ready__list li::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
  color: #315f8d;
  font-weight: 700;
}

.rp-ready__message {
  max-width: 900px;
  margin: 34px auto 0;
  padding: 28px 32px;
  background: #17345d;
  text-align: center;
  color: #fff;
}

.rp-ready__message span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.7;
}

.rp-ready__message p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}


/* =========================================================
   DESIGN PRINCIPLE
========================================================= */

.rp-design__flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) 24px
    minmax(0, 1fr) 24px
    minmax(0, 1fr) 24px
    minmax(0, 1fr) 24px
    minmax(0, 1fr) 24px
    minmax(0, 1fr);
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.rp-design__item {
  min-height: 205px;
  padding: 30px 18px 26px;
  background: #fff;
  border-top: 4px solid #17345d;
  border-right: 1px solid #dfe5ea;
  border-bottom: 1px solid #dfe5ea;
  border-left: 1px solid #dfe5ea;
  text-align: center;
}

.rp-design__item span {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7b91a5;
}

.rp-design__item h3 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 600;
  color: #17345d;
}

.rp-design__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rp-design__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #8ca0b3;
}

.rp-design__note {
  max-width: 900px;
  margin: 42px auto 0;
  padding: 26px 34px;
  background: #17345d;
  text-align: center;
}

.rp-design__note p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}


/* =========================================================
   STANDARD 8 STEPS
========================================================= */

.rp-steps {
  background: #fff;
}

.rp-steps__group {
  max-width: 1100px;
  margin: 0 auto 38px;
}

.rp-steps__group-label {
  display: block;
  margin-bottom: 14px;
  padding: 10px 16px;
  background: #eef3f7;
  border-left: 4px solid #315f8d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #315f8d;
}

.rp-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rp-steps__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rp-step-card {
  min-height: 235px;
  padding: 30px 26px 26px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-step-card__num {
  display: block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #748ba0;
}

.rp-step-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.5;
  color: #17345d;
}

.rp-step-card p {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.85;
  color: #555;
}

.rp-step-card small {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e2e6ea;
  font-size: 11px;
  line-height: 1.7;
  color: #7890a5;
}

.rp-steps__group--decision {
  max-width: 720px;
}

.rp-step-card--final {
  min-height: auto;
  background: #17345d;
  border-color: #17345d;
  text-align: center;
}

.rp-step-card--final .rp-step-card__num,
.rp-step-card--final h3,
.rp-step-card--final p,
.rp-step-card--final small {
  color: #fff;
}

.rp-step-card--final .rp-step-card__num,
.rp-step-card--final small {
  opacity: 0.72;
}

.rp-step-card--final small {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.rp-steps__message {
  max-width: 900px;
  margin: 46px auto 0;
  padding: 28px 34px;
  background: #f2f5f7;
  text-align: center;
}

.rp-steps__message p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #444;
}


/* =========================================================
   STEP 01-02
========================================================= */

.rp-detail {
  background: #fff;
}

.rp-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1060px;
  margin: 50px auto 0;
}

.rp-detail__item {
  padding: 38px 34px;
  border: 1px solid #dfe5ea;
  background: #fff;
}

.rp-detail__item > span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7890a5;
}

.rp-detail__item h3 {
  margin: 0 0 22px;
  font-size: 22px;
  color: #17345d;
}

.rp-detail__item > p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.rp-detail__item ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rp-detail__item li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rp-detail__item li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #315f8d;
}

.rp-before-after {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
  margin-top: 18px;
}

.rp-before-after > div {
  padding: 18px 20px;
  background: #f5f7f9;
}

.rp-before-after > div:last-child {
  background: #eef3f7;
  border-left: 3px solid #315f8d;
}

.rp-before-after small {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  color: #7890a5;
}

.rp-before-after p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}


/* =========================================================
   STEP 03 EVIDENCE
========================================================= */

.rp-evidence__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.rp-evidence__box {
  padding: 36px 34px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-evidence__box h3 {
  margin: 0 0 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dde4e9;
  font-size: 20px;
  color: #17345d;
}

.rp-evidence__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-evidence__box li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.rp-evidence__box li:last-child {
  margin-bottom: 0;
}

.rp-evidence__box li::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
  color: #315f8d;
}


/* =========================================================
   STEP 04-05
========================================================= */

.rp-condition {
  background: #fff;
}

.rp-condition__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1060px;
  margin: 50px auto 0;
}

.rp-condition__item {
  padding: 38px 34px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-condition__item > span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7890a5;
}

.rp-condition__item h3 {
  margin: 0 0 20px;
  font-size: 21px;
  color: #17345d;
}

.rp-condition__item p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.rp-condition__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-condition__item li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 21px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rp-condition__item li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #315f8d;
}


/* =========================================================
   STEP 06-07 QUALITY
========================================================= */

.rp-quality__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1060px;
  margin: 50px auto 0;
}

.rp-quality__item {
  padding: 38px 34px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-quality__item > span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7890a5;
}

.rp-quality__item h3 {
  margin: 0 0 20px;
  font-size: 21px;
  color: #17345d;
}

.rp-quality__item p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.rp-quality__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-quality__item li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 21px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rp-quality__item li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #315f8d;
}


/* =========================================================
   STEP 08 ANALYSIS
========================================================= */

.rp-analysis {
  background: #fff;
}

.rp-analysis__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.rp-analysis__item {
  min-height: 230px;
  padding: 34px 28px 30px;
  border: 1px solid #dfe5ea;
  background: #fff;
}

.rp-analysis__item:nth-child(3) {
  background: #eef3f7;
}

.rp-analysis__item span {
  display: block;
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #c0ccd7;
}

.rp-analysis__item h3 {
  margin: 0 0 14px;
  font-size: 19px;
  color: #17345d;
}

.rp-analysis__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.rp-analysis__message {
  max-width: 900px;
  margin: 38px auto 0;
  padding: 25px 30px;
  background: #17345d;
  text-align: center;
}

.rp-analysis__message p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
}


/* =========================================================
   DESIGN EXAMPLE
========================================================= */

.rp-example__flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1060px;
  margin: 0 auto;
}

.rp-example__item {
  min-height: 195px;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-example__item span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  color: #7890a5;
}

.rp-example__item h3 {
  margin: 0 0 13px;
  font-size: 18px;
  color: #17345d;
}

.rp-example__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: #555;
}

.rp-example__button {
  margin-top: 36px;
  text-align: center;
}


/* =========================================================
   ROLES
========================================================= */

.rp-roles {
  background: #fff;
}

.rp-roles__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}

.rp-roles__item {
  padding: 36px 32px;
  border: 1px solid #dfe5ea;
  background: #fff;
}

.rp-roles__item > span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7890a5;
}

.rp-roles__item h3 {
  margin: 0 0 22px;
  font-size: 20px;
  color: #17345d;
}

.rp-roles__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-roles__item li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 21px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rp-roles__item li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #315f8d;
}

.rp-roles__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 18px;
  background: #17345d;
  text-align: center;
  color: #fff;
}

.rp-roles__center span {
  display: block;
  margin-bottom: 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

.rp-roles__center strong {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}


/* =========================================================
   PREPARATION
========================================================= */

.rp-preparation__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1080px;
  margin: 0 auto;
}

.rp-preparation__item {
  min-height: 150px;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-preparation__item span {
  display: block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  color: #7890a5;
}

.rp-preparation__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: #555;
}

.rp-preparation__note {
  max-width: 900px;
  margin: 34px auto 0;
  padding: 24px 28px;
  background: #eef3f7;
  border-left: 4px solid #315f8d;
  font-size: 14px;
  line-height: 1.9;
  color: #44515d;
}


/* =========================================================
   SCHEDULE
========================================================= */

.rp-schedule {
  background: #fff;
}

.rp-schedule__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.rp-schedule__item {
  padding: 32px 28px;
  border: 1px solid #dfe5ea;
  background: #fff;
}

.rp-schedule__item > span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  color: #7890a5;
}

.rp-schedule__item h3 {
  min-height: 56px;
  margin: 0 0 22px;
  font-size: 19px;
  line-height: 1.5;
  color: #17345d;
}

.rp-schedule__item dl {
  margin: 0;
}

.rp-schedule__item dl::after {
  content: "";
  display: block;
  clear: both;
}

.rp-schedule__item dt,
.rp-schedule__item dd {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e3e7eb;
  font-size: 13px;
}

.rp-schedule__item dt {
  float: left;
  width: 60%;
  color: #555;
}

.rp-schedule__item dd {
  float: right;
  width: 40%;
  text-align: right;
  color: #17345d;
  font-weight: 600;
}

.rp-schedule__item strong {
  display: block;
  clear: both;
  margin-top: 22px;
  padding: 14px 12px;
  background: #eef3f7;
  text-align: center;
  font-size: 14px;
  color: #17345d;
}

.rp-schedule__note {
  max-width: 900px;
  margin: 34px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}


/* =========================================================
   COST
========================================================= */

.rp-cost__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1080px;
  margin: 0 auto;
}

.rp-cost__item {
  min-height: 135px;
  padding: 25px 23px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-cost__item span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  color: #7890a5;
}

.rp-cost__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rp-cost__message {
  max-width: 900px;
  margin: 34px auto 0;
  padding: 26px 30px;
  background: #17345d;
  text-align: center;
}

.rp-cost__message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #fff;
}


/* =========================================================
   CHANGES
========================================================= */

.rp-changes {
  background: #fff;
}

.rp-changes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1060px;
  margin: 50px auto 0;
}

.rp-changes__item {
  min-height: 170px;
  padding: 28px 26px;
  border: 1px solid #dfe5ea;
  background: #fff;
}

.rp-changes__item h3 {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.55;
  color: #17345d;
}

.rp-changes__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: #555;
}


/* =========================================================
   QUALITY & INFORMATION
========================================================= */

.rp-security__box {
  max-width: 960px;
  margin: 50px auto 0;
  padding: 42px 40px;
  background: #fff;
  border: 1px solid #dfe5ea;
}

.rp-security__box ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.rp-security__box li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

.rp-security__box li::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
  color: #315f8d;
}

.rp-security__box p {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #e1e6ea;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}


/* =========================================================
   RIGHT APPROACH
========================================================= */

.rp-routing {
  background: #fff;
}

.rp-routing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.rp-routing__item {
  padding: 36px 32px;
  background: #f6f8fa;
  border-top: 3px solid #315f8d;
}

.rp-routing__item span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7890a5;
}

.rp-routing__item h3 {
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 1.55;
  color: #17345d;
}

.rp-routing__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.rp-routing__note {
  max-width: 820px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.rp-routing__button {
  margin-top: 32px;
  text-align: center;
}


/* =========================================================
   FAQ
========================================================= */

.rp-faq__list {
  max-width: 920px;
  margin: 50px auto 0;
  border-top: 1px solid #dfe4e8;
}

.rp-faq__item {
  border-bottom: 1px solid #dfe4e8;
}

.rp-faq__item summary {
  position: relative;
  padding: 24px 52px 24px 40px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  color: #17345d;
}

.rp-faq__item summary::-webkit-details-marker {
  display: none;
}

.rp-faq__item summary::before {
  content: "Q";
  position: absolute;
  left: 8px;
  top: 23px;
  color: #315f8d;
  font-size: 17px;
  font-weight: 700;
}

.rp-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #6f8395;
}

.rp-faq__item[open] summary::after {
  content: "−";
}

.rp-faq__answer {
  padding: 0 40px 26px;
}

.rp-faq__answer p {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.rp-faq__answer p::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #7d8c99;
  font-weight: 700;
}


/* =========================================================
   FINAL CTA
========================================================= */

.rp-final {
  background: #17345d;
}

.rp-final__box {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.rp-final__en {
  display: block;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  opacity: 0.66;
}

.rp-final__box h2 {
  margin: 0 0 32px;
  color: #fff;
  font-size: 34px;
  line-height: 1.55;
  font-weight: 600;
}

.rp-final__box p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

.rp-final__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 40px;
}

.rp-final .parts-button a {
  background: #fff;
  color: #17345d;
}

.rp-final .parts-button a:hover {
  opacity: 0.9;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1100px) {

  .rp-design__flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 900px;
  }

  .rp-design__arrow {
    display: none;
  }

  .rp-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rp-steps__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rp-analysis__grid,
  .rp-preparation__grid,
  .rp-cost__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 768px) {

  .rp-intro,
  .rp-ready,
  .rp-design,
  .rp-steps,
  .rp-detail,
  .rp-evidence,
  .rp-condition,
  .rp-quality,
  .rp-analysis,
  .rp-example,
  .rp-roles,
  .rp-preparation,
  .rp-schedule,
  .rp-cost,
  .rp-changes,
  .rp-security,
  .rp-routing,
  .rp-faq,
  .rp-final {
    padding: 60px 0;
  }

  .rp-section-lead {
    margin-bottom: 34px;
    text-align: left;
    font-size: 14px;
    line-height: 1.9;
    text-wrap: balance;
  }

  .pc-only {
    display: none;
  }


  /* INTRO */

  .rp-intro__lead {
    margin-bottom: 28px;
    text-align: left;
    font-size: 17px;
    line-height: 1.8;
    text-wrap: balance;
  }

  .rp-intro__body p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.9;
  }

  .rp-intro__buttons,
  .rp-final__buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
  }

  .rp-intro__buttons .parts-button,
  .rp-final__buttons .parts-button {
    width: 100%;
  }

  .rp-intro__buttons .parts-button a,
  .rp-final__buttons .parts-button a {
    width: 100%;
  }


  /* READY */

  .rp-ready__box {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 35px;
  }

  .rp-ready__text,
  .rp-ready__list {
    padding: 27px 23px;
  }

  .rp-ready__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .rp-ready__list h3 {
    font-size: 18px;
  }

  .rp-ready__list li {
    font-size: 13px;
  }

  .rp-ready__message {
    margin-top: 24px;
    padding: 23px 22px;
    text-align: left;
  }

  .rp-ready__message p {
    font-size: 14px;
    line-height: 1.85;
  }


  /* DESIGN */

  .rp-design__flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rp-design__item {
    min-height: auto;
    padding: 24px 22px;
    text-align: left;
    border-top-width: 3px;
  }

  .rp-design__item span {
    margin-bottom: 8px;
  }

  .rp-design__item h3 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .rp-design__item p {
    font-size: 14px;
    line-height: 1.75;
  }

  .rp-design__note {
    margin-top: 28px;
    padding: 21px 22px;
    text-align: left;
  }

  .rp-design__note p {
    font-size: 14px;
    line-height: 1.8;
  }


  /* 8 STEPS */

  .rp-steps__group {
    margin-bottom: 30px;
  }

  .rp-steps__grid,
  .rp-steps__grid--three {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rp-step-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .rp-step-card__num {
    margin-bottom: 9px;
  }

  .rp-step-card h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .rp-step-card p {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .rp-step-card small {
    padding-top: 11px;
    font-size: 10px;
  }

  .rp-steps__group--decision {
    max-width: none;
  }

  .rp-step-card--final {
    text-align: left;
  }

  .rp-steps__message {
    margin-top: 30px;
    padding: 22px;
    text-align: left;
  }

  .rp-steps__message p {
    font-size: 13px;
  }


  /* DETAIL */

  .rp-detail__grid,
  .rp-evidence__grid,
  .rp-condition__grid,
  .rp-quality__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 35px;
  }

  .rp-detail__item,
  .rp-condition__item,
  .rp-quality__item,
  .rp-evidence__box {
    padding: 27px 23px;
  }

  .rp-detail__item h3,
  .rp-condition__item h3,
  .rp-quality__item h3,
  .rp-evidence__box h3 {
    font-size: 18px;
  }

  .rp-detail__item > p,
  .rp-condition__item p,
  .rp-quality__item p {
    font-size: 13px;
  }

  .rp-detail__item li,
  .rp-condition__item li,
  .rp-quality__item li,
  .rp-evidence__box li {
    font-size: 13px;
  }

  .rp-before-after {
    grid-template-columns: 1fr;
  }


  /* ANALYSIS */

  .rp-analysis__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rp-analysis__item {
    min-height: auto;
    padding: 25px 23px;
  }

  .rp-analysis__item span {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .rp-analysis__item h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .rp-analysis__item p {
    font-size: 14px;
  }

  .rp-analysis__message {
    margin-top: 28px;
    padding: 21px 22px;
    text-align: left;
  }

  .rp-analysis__message p {
    font-size: 13px;
  }


  /* EXAMPLE */

  .rp-example__flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rp-example__item {
    min-height: auto;
    padding: 24px 22px;
  }

  .rp-example__item h3 {
    font-size: 17px;
  }

  .rp-example__item p {
    font-size: 13px;
  }


  /* ROLES */

  .rp-roles__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rp-roles__item {
    padding: 27px 23px;
  }

  .rp-roles__item h3 {
    font-size: 18px;
  }

  .rp-roles__item li {
    font-size: 13px;
  }

  .rp-roles__center {
    min-height: 170px;
  }


  /* PREPARATION */

  .rp-preparation__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rp-preparation__item {
    min-height: auto;
    padding: 22px 20px;
  }

  .rp-preparation__item span {
    margin-bottom: 9px;
  }

  .rp-preparation__item p {
    font-size: 13px;
  }

  .rp-preparation__note {
    margin-top: 26px;
    padding: 20px 22px;
    font-size: 13px;
  }


  /* SCHEDULE */

  .rp-schedule__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rp-schedule__item {
    padding: 26px 23px;
  }

  .rp-schedule__item h3 {
    min-height: auto;
    font-size: 18px;
  }

  .rp-schedule__note {
    margin-top: 26px;
    text-align: left;
    font-size: 13px;
  }


  /* COST */

  .rp-cost__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rp-cost__item {
    min-height: auto;
    padding: 22px 20px;
  }

  .rp-cost__message {
    margin-top: 26px;
    padding: 21px 22px;
    text-align: left;
  }

  .rp-cost__message p {
    font-size: 13px;
  }


  /* CHANGES */

  .rp-changes__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 35px;
  }

  .rp-changes__item {
    min-height: auto;
    padding: 23px 22px;
  }

  .rp-changes__item h3 {
    font-size: 16px;
  }

  .rp-changes__item p {
    font-size: 13px;
  }


  /* SECURITY */

  .rp-security__box {
    margin-top: 35px;
    padding: 27px 23px;
  }

  .rp-security__box li {
    font-size: 13px;
  }

  .rp-security__box p {
    font-size: 13px;
  }


  /* ROUTING */

  .rp-routing__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rp-routing__item {
    padding: 27px 23px;
  }

  .rp-routing__item h3 {
    font-size: 18px;
  }

  .rp-routing__item p {
    font-size: 13px;
  }

  .rp-routing__note {
    margin-top: 25px;
    text-align: left;
    font-size: 13px;
  }


  /* FAQ */

  .rp-faq__list {
    margin-top: 35px;
  }

  .rp-faq__item summary {
    padding: 20px 42px 20px 32px;
    font-size: 14px;
    line-height: 1.65;
  }

  .rp-faq__item summary::before {
    left: 4px;
    top: 19px;
    font-size: 15px;
  }

  .rp-faq__item summary::after {
    top: 18px;
    right: 8px;
    font-size: 21px;
  }

  .rp-faq__answer {
    padding: 0 18px 22px 32px;
  }

  .rp-faq__answer p {
    padding-left: 24px;
    font-size: 13px;
  }


  /* FINAL */

  .rp-final__box h2 {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.55;
    text-wrap: balance;
  }

  .rp-final__box p {
    font-size: 14px;
    line-height: 1.9;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media screen and (max-width: 390px) {

  .rp-intro,
  .rp-ready,
  .rp-design,
  .rp-steps,
  .rp-detail,
  .rp-evidence,
  .rp-condition,
  .rp-quality,
  .rp-analysis,
  .rp-example,
  .rp-roles,
  .rp-preparation,
  .rp-schedule,
  .rp-cost,
  .rp-changes,
  .rp-security,
  .rp-routing,
  .rp-faq,
  .rp-final {
    padding: 52px 0;
  }

  .rp-intro .parts-title h2,
  .rp-ready .parts-title h2,
  .rp-design .parts-title h2,
  .rp-steps .parts-title h2,
  .rp-detail .parts-title h2,
  .rp-evidence .parts-title h2,
  .rp-condition .parts-title h2,
  .rp-quality .parts-title h2,
  .rp-analysis .parts-title h2,
  .rp-example .parts-title h2,
  .rp-roles .parts-title h2,
  .rp-preparation .parts-title h2,
  .rp-schedule .parts-title h2,
  .rp-cost .parts-title h2,
  .rp-changes .parts-title h2,
  .rp-security .parts-title h2,
  .rp-routing .parts-title h2,
  .rp-faq .parts-title h2 {
    text-wrap: balance;
  }

  .rp-final__box h2 {
    font-size: 23px;
  }

}
/* =========================================================
   SP｜TITLE FIXED LINE BREAK
========================================================= */

.rp-sp-br {
  display: none;
}

@media screen and (max-width: 768px) {

  .rp-sp-br {
    display: block;
  }

  .rp-steps .parts-title h2,
  .rp-preparation .parts-title h2,
  .rp-cost .parts-title h2 {
    font-size: 26px;
    line-height: 1.55;
    letter-spacing: 0;
    text-wrap: wrap;
  }

}