@charset "UTF-8";
@media screen and (max-width: 1100px) {
  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;
  }
}
@media screen and (max-width: 1100px) {
  section#pa-firstview .contents__text-area--title {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  section#pa-firstview .contents__text-area--title {
    font-size: 1.6rem !important;
  }
}

/* ============
pa-overview
============ */
section#pa-overview {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-overview {
    margin: 5rem 0;
  }
}
section#pa-overview .contents {
  text-align: center;
}
section#pa-overview .contents__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#pa-overview .contents__title {
    font-size: 1.4rem;
  }
}
section#pa-overview .contents__lead {
  font-size: 1.125rem;
  line-height: 2.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-overview .contents__lead {
    font-size: 1rem;
    text-align: left;
  }
}
section#pa-overview .contents__lead .primary {
  color: #2C55A7;
  font-weight: 700;
}
section#pa-overview .contents__note {
  font-size: 0.8125rem;
  color: #888888;
  line-height: 2;
  padding: 1.5rem;
  background-color: #EAEEF6;
  border-radius: 8px;
  text-align: left;
}

/* ============
pa-method
============ */
section#pa-method .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-method .bg {
    padding: 5rem 0;
  }
}
section#pa-method .contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section#pa-method .contents__method {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-method .contents__method {
    padding: 2rem 1.5rem;
  }
}
section#pa-method .contents__method--head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-method .contents__method--head {
    gap: 1rem;
  }
}
section#pa-method .contents__method--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-method .contents__method--num {
    font-size: 2.25rem;
  }
}
section#pa-method .contents__method--title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#pa-method .contents__method--title {
    font-size: 1.2rem;
  }
}
section#pa-method .contents__method--desc {
  line-height: 2;
  margin-bottom: 1.5rem;
}
section#pa-method .contents__method--note {
  font-size: 0.8125rem;
  color: #888888;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
section#pa-method .contents__method--features {
  background-color: #EAEEF6;
  border-radius: 8px;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-method .contents__method--features {
    padding: 1rem 1.2rem;
  }
}
section#pa-method .contents__method--features-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 0.8rem;
}
section#pa-method .contents__method--features ul {
  list-style: none;
  padding: 0;
}
section#pa-method .contents__method--features ul li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
  font-size: 0.875rem;
}
section#pa-method .contents__method--features ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}

/* ============
pa-comparison
============ */
section#pa-comparison {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-comparison {
    margin: 5rem 0;
  }
}
section#pa-comparison .contents-title__desc {
  margin-top: 1.5rem;
  line-height: 2;
}
section#pa-comparison .contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section#pa-comparison .contents__item {
  background-color: #EAEEF6;
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .contents__item {
    padding: 2rem 1.5rem;
  }
}
section#pa-comparison .contents__item--num {
  font-family: "new-atten", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #2C55A7;
  opacity: 0.3;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .contents__item--num {
    font-size: 2rem;
  }
}
section#pa-comparison .contents__item--title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .contents__item--title {
    font-size: 1.2rem;
  }
}
section#pa-comparison .contents__item--desc {
  line-height: 2;
  margin-bottom: 1rem;
}
section#pa-comparison .contents__item--list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .contents__item--list {
    grid-template-columns: 1fr;
  }
}
section#pa-comparison .contents__item--list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
  font-size: 0.875rem;
}
section#pa-comparison .contents__item--list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}
section#pa-comparison .contents__item--bridge {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* ============
pa-schedule
============ */
section#pa-schedule {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-schedule {
    margin: 5rem 0;
  }
}
section#pa-schedule .contents-title__desc {
  margin-top: 1rem;
  color: #888888;
  font-size: 0.8125rem;
}
section#pa-schedule .contents__steps {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  section#pa-schedule .contents__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section#pa-schedule .contents__steps {
    grid-template-columns: 1fr;
  }
}
section#pa-schedule .contents__step {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}
section#pa-schedule .contents__step--num {
  font-family: "new-atten", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 1rem;
}
section#pa-schedule .contents__step--num span {
  font-size: 1.75rem;
  margin-left: 0.3rem;
  line-height: 1;
}
section#pa-schedule .contents__step--title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
section#pa-schedule .contents__step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #2C55A7;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  section#pa-schedule .contents__step:not(:last-child)::after {
    display: none;
  }
}
section#pa-schedule .contents__lead {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section#pa-schedule .contents__lead {
    font-size: 1rem;
  }
}
section#pa-schedule .contents__lead .primary {
  color: #2C55A7;
  font-weight: 700;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  section#pa-schedule .contents__lead .primary {
    font-size: 1.2rem;
  }
}

/* ============
pa-case
============ */
section#pa-case .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-case .bg {
    padding: 5rem 0;
  }
}
section#pa-case .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-case .contents {
    grid-template-columns: 1fr;
  }
}
section#pa-case .contents__case {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-case .contents__case {
    padding: 2rem 1.5rem;
  }
}
section#pa-case .contents__case--label {
  display: inline-block;
  background-color: #2C55A7;
  color: #ffffff;
  font-family: "new-atten", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
  margin-bottom: 1.5rem;
}
section#pa-case .contents__case--title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section#pa-case .contents__case--title {
    font-size: 1.1rem;
  }
}
section#pa-case .contents__case--desc {
  line-height: 2;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
section#pa-case .contents__case--list {
  list-style: none;
  padding: 0;
  background-color: #EAEEF6;
  border-radius: 8px;
  padding: 1.5rem;
}
section#pa-case .contents__case--list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
  font-size: 0.875rem;
}
section#pa-case .contents__case--list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}

/* ============
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;
  text-align: center;
  background-color: #EAEEF6;
  border-radius: 20px;
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  section#pa-price .contents {
    padding: 2.5rem 1.5rem;
  }
}
section#pa-price .contents__lead {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-price .contents__lead {
    font-size: 1rem;
  }
}
section#pa-price .contents__cta {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-price .contents__cta {
    font-size: 1.1rem;
  }
}
