@charset "UTF-8";
html, body {
  overflow-x: clip;
}

/* ============
pa-firstview（テキスト量が多いので縮小＋ヘッダー回避の上余白）
============ */
section#pa-firstview .firstview-sub__bg {
  padding-top: 6rem;
}
@media screen and (max-width: 1100px) {
  section#pa-firstview .firstview-sub__bg {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  section#pa-firstview .firstview-sub__bg {
    padding-top: 3rem;
  }
}
section#pa-firstview .firstview-sub__bg .contents__text-area--title-sub {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
section#pa-firstview .firstview-sub__bg .contents__text-area--title-sub span {
  font-size: 1.25rem;
}
@media screen and (max-width: 1100px) {
  section#pa-firstview .firstview-sub__bg .contents__text-area--title-sub {
    font-size: 1.1rem;
  }
  section#pa-firstview .firstview-sub__bg .contents__text-area--title-sub span {
    font-size: 1.1rem;
  }
}
section#pa-firstview .firstview-sub__bg .contents__text-area--title {
  font-size: 1.875rem;
  letter-spacing: 0.12rem;
}
section#pa-firstview .firstview-sub__bg .contents__text-area--title span {
  font-size: 2.5rem;
}
@media screen and (max-width: 1100px) {
  section#pa-firstview .firstview-sub__bg .contents__text-area--title {
    font-size: 1.8rem;
  }
  section#pa-firstview .firstview-sub__bg .contents__text-area--title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  section#pa-firstview .firstview-sub__bg .contents__text-area--title {
    font-size: 1.6rem;
  }
  section#pa-firstview .firstview-sub__bg .contents__text-area--title span {
    font-size: 2.1rem;
  }
}

/* ============
pa-concept
============ */
section#pa-concept {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-concept {
    margin: 5rem 0;
  }
}
section#pa-concept .contents {
  text-align: center;
}
section#pa-concept .contents__lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  section#pa-concept .contents__lead {
    font-size: 1rem;
    text-align: left;
  }
}
section#pa-concept .contents__lead span {
  color: #2C55A7;
  font-weight: 700;
}
section#pa-concept .contents__pillars {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  section#pa-concept .contents__pillars {
    flex-direction: column;
    gap: 1.5rem;
  }
}
section#pa-concept .contents__pillar {
  background: linear-gradient(251deg, #2C55A7 18.21%, #1E88CA 78.28%);
  color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  flex: 1;
  max-width: 18rem;
}
@media screen and (max-width: 767px) {
  section#pa-concept .contents__pillar {
    max-width: none;
  }
}
section#pa-concept .contents__pillar--num {
  font-family: "new-atten", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
section#pa-concept .contents__pillar--text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#pa-concept .contents__pillar--text {
    font-size: 1.1rem;
  }
}
section#pa-concept .contents__closing {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section#pa-concept .contents__closing {
    font-size: 0.95rem;
    text-align: left;
  }
}

/* ============
pa-limit
============ */
section#pa-limit {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  section#pa-limit {
    margin-bottom: 5rem;
  }
}
section#pa-limit .contents {
  margin-top: 4rem;
}
section#pa-limit .contents__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  section#pa-limit .contents__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
section#pa-limit .contents__item {
  background-color: #EAEEF6;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  position: relative;
}
section#pa-limit .contents__item--num {
  font-family: "new-atten", sans-serif;
  color: #C81E32;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section#pa-limit .contents__item--num {
    font-size: 2.25rem;
  }
}
section#pa-limit .contents__item--title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#pa-limit .contents__item--title {
    font-size: 1.2rem;
  }
}
section#pa-limit .contents__item--desc {
  line-height: 2;
  color: #252525;
}
section#pa-limit .bg-arrow {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, #2C55A7 0%, #1E88CA 100%);
  clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0% 0%);
}
@media screen and (max-width: 767px) {
  section#pa-limit .bg-arrow {
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
  }
}
section#pa-limit .bg-arrow .w-container {
  text-align: center;
  padding: 8rem 0 5rem;
}
section#pa-limit .bg-arrow .w-container h3 {
  font-size: 1.6875rem;
  font-weight: 700;
  display: inline;
  background-color: #ffffff;
  color: #252525;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.2rem 1rem;
  line-height: 2;
}
section#pa-limit .bg-arrow .w-container h3 .primary {
  font-size: 2.125rem;
  color: #2C55A7;
}
section#pa-limit .bg-arrow .w-container h3 .big {
  font-size: 2.125rem;
}

/* ============
pa-role
============ */
section#pa-role {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  section#pa-role {
    margin-bottom: 5rem;
  }
}
section#pa-role .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1100px) {
  section#pa-role .contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section#pa-role .contents {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
section#pa-role .contents__item {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-decoration: none;
  color: #252525;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}
section#pa-role .contents__item:hover {
  background-color: #EAEEF6;
  border-color: #EAEEF6;
}
section#pa-role .contents__item--num {
  font-family: "new-atten", sans-serif;
  color: #2C55A7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
section#pa-role .contents__item--label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
section#pa-role .contents__item--sub {
  font-family: "new-atten", sans-serif;
  font-size: 0.75rem;
  color: #888888;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
section#pa-role .contents__item--merit {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #252525;
}

/* ============
pa-role-detail
============ */
section#pa-role-detail {
  background-color: rgba(44, 85, 167, 0.04);
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail {
    padding: 4rem 0;
  }
}
section#pa-role-detail .contents {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail .contents {
    padding: 2rem 1.5rem;
  }
}
section#pa-role-detail .contents:last-child {
  margin-bottom: 0;
}
section#pa-role-detail .contents__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EAEEF6;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail .contents__head {
    gap: 1rem;
  }
}
section#pa-role-detail .contents__head--num {
  font-family: "new-atten", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #2C55A7;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail .contents__head--num {
    font-size: 2.25rem;
  }
}
section#pa-role-detail .contents__head--text {
  flex: 1;
}
section#pa-role-detail .contents__head--title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail .contents__head--title {
    font-size: 1.1rem;
  }
}
section#pa-role-detail .contents__head--sub {
  font-family: "new-atten", sans-serif;
  color: #888888;
  font-size: 0.8125rem;
}
section#pa-role-detail .contents__head--plan {
  background-color: #2C55A7;
  color: #ffffff;
  padding: 0.5rem 1.2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
}
section#pa-role-detail .contents__head--plan span {
  font-weight: 700;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail .contents__head--plan {
    width: 100%;
    text-align: center;
  }
}
section#pa-role-detail .contents__lead {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #2C55A7;
}
section#pa-role-detail .contents__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail .contents__body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
section#pa-role-detail .contents__body--col {
  background-color: #EAEEF6;
  border-radius: 12px;
  padding: 1.8rem 1.5rem;
}
section#pa-role-detail .contents__body--heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
section#pa-role-detail .contents__body--heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 1.2rem;
  transform: translateY(-50%);
}
section#pa-role-detail .contents__body--heading.issue::before {
  background-color: #C81E32;
}
section#pa-role-detail .contents__body--heading.solution::before {
  background-color: #2C55A7;
}
section#pa-role-detail .contents__body ul {
  list-style: none;
  padding: 0;
}
section#pa-role-detail .contents__body ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.8;
  margin-bottom: 0.6rem;
  font-size: 0.875rem;
}
section#pa-role-detail .contents__body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
section#pa-role-detail .contents__body ul li:last-child {
  margin-bottom: 0;
}
section#pa-role-detail .contents__plan-tip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-role-detail .contents__plan-tip {
    grid-template-columns: 1fr;
  }
}
section#pa-role-detail .contents__plan-tip--block {
  border: 1px dashed #2C55A7;
  border-radius: 12px;
  padding: 1.5rem;
}
section#pa-role-detail .contents__plan-tip--block ul {
  list-style: none;
  padding: 0;
}
section#pa-role-detail .contents__plan-tip--block ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.8;
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
}
section#pa-role-detail .contents__plan-tip--block ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}
section#pa-role-detail .contents__plan-tip--label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 0.8rem;
}
section#pa-role-detail .contents__plan-tip--note {
  font-size: 0.6875rem;
  color: #888888;
  margin-top: 0.6rem;
}

/* ============
pa-strength
============ */
section#pa-strength {
  margin: 5rem 0 8rem;
}
section#pa-strength .contents-title__desc {
  margin-top: 1.5rem;
  line-height: 2;
}
section#pa-strength .contents-column {
  margin-top: 5rem;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4.8rem;
  align-items: start;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__item:nth-child(odd) .contents-column__border {
  left: 0;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__item:nth-child(odd) .contents-column__image {
  order: 2;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__item:nth-child(odd) .contents-column__text {
  order: 1;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#pa-strength .contents-column.column02-01-3 .contents-column__item {
    margin-bottom: 1.5rem;
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  section#pa-strength .contents-column.column02-01-3 .contents-column__item:first-child {
    margin-top: 0;
  }
}
section#pa-strength .contents-column.column02-01-3 .contents-column__border {
  position: absolute !important;
  top: 0;
  left: calc(50% + 2rem);
  width: calc(50% - 2rem);
  height: 0.0625rem;
  background-color: #252525;
}
@media screen and (max-width: 767px) {
  section#pa-strength .contents-column.column02-01-3 .contents-column__border {
    left: 0;
    width: 100%;
  }
}
section#pa-strength .contents-column.column02-01-3 .contents-column__border .contents-column__border-text {
  color: #C81E32;
  margin-left: 0.4rem;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: "new-atten", sans-serif;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__image {
  order: 1;
}
@media screen and (max-width: 767px) {
  section#pa-strength .contents-column.column02-01-3 .contents-column__image {
    order: 2 !important;
    margin-top: 2rem;
  }
}
section#pa-strength .contents-column.column02-01-3 .contents-column__image img {
  width: 100%;
  height: auto;
  display: block;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__text {
  order: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  section#pa-strength .contents-column.column02-01-3 .contents-column__text {
    order: 3 !important;
    margin-top: 0;
  }
}
section#pa-strength .contents-column.column02-01-3 .contents-column__text-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 1100px) {
  section#pa-strength .contents-column.column02-01-3 .contents-column__text-title {
    font-size: 1.2rem;
  }
}
section#pa-strength .contents-column.column02-01-3 .contents-column__excerpt {
  margin-top: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  section#pa-strength .contents-column.column02-01-3 .contents-column__excerpt {
    margin-top: 1.2rem;
  }
}
section#pa-strength .contents-column.column02-01-3 .contents-column__example {
  margin-top: 1.5rem;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__example-label {
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 0.5rem;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__example ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-strength .contents-column.column02-01-3 .contents-column__example ul {
    grid-template-columns: 1fr;
  }
}
section#pa-strength .contents-column.column02-01-3 .contents-column__example ul li {
  position: relative;
  padding-left: 1.1rem;
  line-height: 1.9;
  font-size: 0.875rem;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__example ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}
section#pa-strength .contents-column.column02-01-3 .contents-column__example-note {
  font-size: 0.75rem;
  color: #888888;
  margin-top: 0.5rem;
}

/* ============
pa-feature
============ */
section#pa-feature .bg {
  padding: 8rem 0 4rem;
}
section#pa-feature .contents__category {
  margin: 4rem 0 2rem;
}
section#pa-feature .contents__category:first-of-type {
  margin-top: 5rem;
}
section#pa-feature .contents__category--label {
  display: inline-block;
  background-color: #2C55A7;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents__category--label {
    font-size: 1rem;
  }
}
section#pa-feature .contents-column.column02-10-1 {
  margin-top: 2rem;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__container {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  min-height: 18rem;
  border-radius: 20px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__container {
    flex-direction: column;
    min-height: auto;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__image {
    flex: none;
    width: 100%;
    height: 18.75rem;
    border-radius: 20px 20px 0 0;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__text {
  flex: 1;
  color: #ffffff;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__text {
    padding: 2.5rem 3.5%;
    border-radius: 0 0 20px 20px;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__container:nth-child(odd) .contents-column__text {
  background-color: #5278C4;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__container:nth-child(even) .contents-column__text {
  background-color: #2C55A7;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__title {
    font-size: 1.125rem;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__title .plan-tag {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.3rem 0.8rem;
  white-space: nowrap;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description p {
  line-height: 2;
  margin-bottom: 1rem;
  letter-spacing: 0.05rem;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__description p {
    font-size: 0.875rem;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-label {
  font-weight: 700;
  margin-bottom: 0.4rem;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0 1rem;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list li {
  position: relative;
  padding-left: 1.1rem;
  line-height: 1.9;
  letter-spacing: 0.05rem;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list li {
    font-size: 0.875rem;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list-num {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0 1rem;
  counter-reset: feat;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list-num li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05rem;
  counter-increment: feat;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list-num li::before {
  content: counter(feat) ")";
  position: absolute;
  left: 0;
  font-family: "new-atten", sans-serif;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__description .feature-list-num li {
    font-size: 0.875rem;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__note {
  font-size: 0.75rem !important;
  opacity: 0.85;
  margin-top: 0.5rem !important;
}

/* ============
pa-voice
============ */
section#pa-voice.bg {
  padding: 8rem 0;
  background-color: rgba(44, 85, 167, 0.1);
}
section#pa-voice .contents {
  margin-top: 4rem;
}
section#pa-voice .contents__category {
  margin: 3rem 0 1.5rem;
}
section#pa-voice .contents__category:first-of-type {
  margin-top: 0;
}
section#pa-voice .contents__category--label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C55A7;
}
@media screen and (max-width: 767px) {
  section#pa-voice .contents__category--label {
    font-size: 1.1rem;
  }
}
section#pa-voice .contents__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-voice .contents__list {
    grid-template-columns: 1fr;
  }
}
section#pa-voice .contents__item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2rem;
}
section#pa-voice .contents__item--title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  line-height: 1.6;
  position: relative;
}
section#pa-voice .contents__item--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3px;
  background: linear-gradient(251deg, #2C55A7 18.21%, #1E88CA 78.28%);
}
section#pa-voice .contents__item--text {
  font-size: 0.875rem;
  line-height: 2;
  color: #252525;
}

/* ============
pa-price
============ */
section#pa-price {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-price {
    margin: 5rem 0;
  }
}
section#pa-price .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  section#pa-price .contents {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
section#pa-price .contents__plan {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
}
section#pa-price .contents__plan--head {
  border-bottom: 1px solid #EAEEF6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
section#pa-price .contents__plan--name {
  font-family: "new-atten", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 1rem;
}
section#pa-price .contents__plan--price {
  font-family: "new-atten", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #252525;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.3rem;
  line-height: 1.3;
}
section#pa-price .contents__plan--price small {
  font-size: 1rem;
  font-weight: 500;
}
section#pa-price .contents__plan--price span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #888888;
  font-family: "Noto Sans JP", "Noto Sans JP Fallback", sans-serif;
}
section#pa-price .contents__plan--price span.month {
  width: 100%;
  margin-top: 0.3rem;
}
section#pa-price .contents__plan--price.inquiry {
  font-size: 1.375rem;
}
section#pa-price .contents__plan--price-sub {
  font-size: 0.8125rem;
  color: #888888;
  margin-top: 0.3rem;
}
section#pa-price .contents__plan--lead {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  flex: 1;
}
section#pa-price .contents__plan--target {
  background-color: #EAEEF6;
  border-radius: 8px;
  padding: 1.2rem;
}
section#pa-price .contents__plan--target-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 0.6rem;
}
section#pa-price .contents__plan--target ul {
  list-style: none;
  padding: 0;
}
section#pa-price .contents__plan--target ul li {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 0.6rem;
}
section#pa-price .contents__plan--target ul li:last-child {
  margin-bottom: 0;
}
section#pa-price .contents__plan--target ul li span {
  display: block;
  font-size: 0.6875rem;
  color: #888888;
  font-family: "new-atten", sans-serif;
  margin-top: 0.2rem;
}

/* ============
pa-faq
============ */
section#pa-faq {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  section#pa-faq {
    margin-bottom: 5rem;
  }
}
section#pa-faq .contents-faq.faq01-1 {
  margin-top: 4rem;
}
section#pa-faq .contents-faq.faq01-1 .faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
section#pa-faq .contents-faq.faq01-1 .faq-item:last-child {
  margin-bottom: 0;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__question {
  position: relative;
  padding: 1.25rem 3rem 1.25rem 3.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__question {
    padding: 1.25rem 2.5rem 1.25rem 3.5rem;
    font-size: 0.9rem;
  }
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__question::before {
  content: "Q";
  position: absolute;
  left: 1.05rem;
  top: 48%;
  transform: translateY(-50%);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 2;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__question::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background-color: #2C55A7;
  border-radius: 50%;
  z-index: 1;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__question span.arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.75rem solid #2C55A7;
  transition: transform 0.3s ease;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__question.active span.arrow {
  transform: translateY(-50%) rotate(90deg);
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer {
  height: 0;
  overflow: hidden;
  padding: 0 3.75rem;
  line-height: 1.8;
  font-size: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer {
    padding: 0 1rem 0 3.5rem;
  }
  section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer p {
    font-size: 0.9rem;
  }
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer::before {
  content: "A";
  position: absolute;
  left: 1.15rem;
  top: 0.3rem;
  color: #2C55A7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 2;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #ffffff;
  border: 1px solid #2C55A7;
  border-radius: 50%;
  z-index: 1;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer p + p,
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer p + .faq-list,
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer .faq-list + p {
  margin-top: 0.9rem;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer .faq-list {
  list-style: none;
  padding: 0;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer .faq-list li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer .faq-list li:last-child {
  margin-bottom: 0;
}
section#pa-faq .contents-faq.faq01-1 .faq-item .faq-item__answer .faq-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}

/* ============
PriceAnalyzer 主な機能：feature1 スライダー ＆ 拡大ライトボックス
============ */
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap {
  background-color: #fff;
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper {
    height: 18.75rem;
  }
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: zoom-in;
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-pagination {
  bottom: 0.4rem;
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-pagination-bullet-active {
  background-color: #2C55A7;
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-button-prev,
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-button-next {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #2C55A7;
  color: #ffffff;
  --swiper-navigation-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-button-prev::after,
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-button-next::after {
  font-size: 0.66rem;
  font-weight: 700;
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg) scale(0.5);
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .swiper-button-next .swiper-navigation-icon {
  transform: scale(0.5);
}
section#pa-feature .contents-column.column02-10-1 .pa-feature-imgwrap .pa-feature-swiper .pa-feature-zoomhint {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 5;
  background-color: rgba(44, 85, 167, 0.85);
  color: #ffffff;
  font-size: 0.6875rem;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  pointer-events: none;
}

.pa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 4vw;
  cursor: zoom-out;
}
.pa-lightbox.is-open {
  display: flex;
}
.pa-lightbox__img {
  max-width: 96vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.pa-lightbox__close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pa-lightbox__close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* 差し替えイラスト/イメージ：テキスト量と画像サイズを分離
   （白パネル内に自然比のまま中央表示。テキストが伸びても画像サイズは一定） */
section#pa-feature .contents-column.column02-10-1 .contents-column__image:not(.pa-feature-imgwrap) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section#pa-feature .contents-column.column02-10-1 .contents-column__image:not(.pa-feature-imgwrap) {
    height: auto;
  }
}
section#pa-feature .contents-column.column02-10-1 .contents-column__image:not(.pa-feature-imgwrap) > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__image.pa-feature-zoom {
  cursor: zoom-in;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__image.pa-feature-zoom::after {
  content: "クリックで拡大";
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 5;
  background-color: rgba(44, 85, 167, 0.85);
  color: #ffffff;
  font-size: 0.6875rem;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
section#pa-feature .contents-column.column02-10-1 .contents-column__image.pa-feature-zoom:hover::after {
  opacity: 1;
}
