@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #202020;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.6;
  font-feature-settings: "palt";
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:active {
  transform: scale(0.95);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*------------------- 
* component
-------------------*/
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 56px;
  margin: 0 auto 8px;
  background: linear-gradient(to right, #d94827, #f09c2e);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  transition: transform 0.2s;
}
.c-btn p {
  margin: 0;
}
.c-btn-nav {
  width: 240px;
  margin: 0;
}
.c-btn-company {
  background: #25A3BB;
  flex-direction: column;
}
.c-btn-company__stxt {
  font-size: 1.2rem;
  font-weight: 400;
}

.c-btn:link,
.c-btn:visited,
.c-btn:hover,
.c-btn:active {
  color: #fff;
}

.c-unit__num {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.c-unit-cta {
  font-size: 3.2rem;
  color: #EF6000;
}
.c-unit-cta .c-unit__num {
  font-size: 4.8rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (min-width: 1100px) {
  .c-unit-cta .c-unit__num {
    font-size: 8rem;
  }
}

.c-unit-data {
  color: #c30D23;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
}
.c-unit-data .c-unit__num {
  font-size: 5.6rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.c-unit-price {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.c-unit-price .c-unit__num {
  font-size: 3.2rem;
  line-height: 1.2;
}
.c-unit-price .c-unit__note {
  font-weight: 400;
}

.c-sectionTtl {
  background: linear-gradient(to right, #25A3BB, #036EB8);
  color: #fff;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-sectionTtl span {
  display: block;
}

.c-sectionTtl-about {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (min-width: 1100px) {
  .c-sectionTtl-about {
    font-size: 4.8rem;
  }
}
.c-sectionTtl-about span {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.c-sectionTtl-price {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media (min-width: 1100px) {
  .c-sectionTtl-price {
    font-size: 4.8rem;
  }
}
.c-sectionTtl-price span {
  font-size: 2rem;
}
@media (min-width: 1100px) {
  .c-sectionTtl-price span {
    font-size: 3.2rem;
  }
}

.c-h3 {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.c-h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #003E66;
}
.c-h3 span {
  font-size: 2rem;
  margin-bottom: -8px;
}

/*-------------------
* project
-------------------*/
.p-logo {
  width: 240px;
}

.p-header {
  display: flex;
  padding: 8px 16px;
}
@media (min-width: 1100px) {
  .p-header {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    top: 0;
    z-index: 1000;
  }
}
.p-header__logo {
  width: 180px;
  height: 40px;
  margin: 0;
}
@media (min-width: 1100px) {
  .p-header__logo {
    width: 240px;
    height: 64px;
  }
}

.p-nav {
  display: none;
}
.p-nav a,
.p-nav a:link,
.p-nav a:visited,
.p-nav a:hover,
.p-nav a:active {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1100px) {
  .p-nav {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    gap: 48px;
  }
  .p-nav ul {
    display: none;
  }
}
@media (min-width: 1100px) and (min-width: 1560px) {
  .p-nav ul {
    display: flex;
    gap: 24px;
  }
}

.p-mv {
  width: 100%;
  height: 320px;
  background-image: url(../../img/scl/202510/mv.jpg);
  background-size: cover;
  background-position: 70%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .p-mv {
    background-position: center;
    height: 640px;
  }
}
.p-mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url(../../img/scl/202510/mv-arrow.svg);
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  bottom: -1px;
}
@media (min-width: 1100px) {
  .p-mv::after {
    height: 70px;
  }
}
.p-mv__copy {
  width: 90%;
  max-width: 1220px;
  margin-top: -32px;
}
.p-mv__badge {
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media (min-width: 1100px) {
  .p-mv__badge {
    right: 10%;
    width: 230px;
  }
}

.p-solution {
  background-image: url(../../img/scl/202510/bg-river.png);
  background-size: cover;
  background-position: 70%;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 40px;
  color: #003E66;
}
.p-solution h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .p-solution h2 {
    font-size: 3.2rem;
  }
}
.p-solution__service {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1100px) {
  .p-solution__service {
    flex-direction: row-reverse;
    gap: 56px;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}
.p-solution__device {
  max-width: 220px;
}
.p-solution figcaption {
  color: #202020;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 1100px) {
  .p-solution figcaption {
    text-align: right;
  }
}

.p-ctaArea__h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  background: linear-gradient(to right, #d94827, #f09c2e);
  color: #fff;
  margin: 0;
}
@media (min-width: 1100px) {
  .p-ctaArea__h2 {
    font-size: 4.8rem;
  }
}

.p-ctaBg {
  background-image: url(../../img/scl/202510/bg-cta.jpeg);
  background-size: cover;
  background-position: 60% 70%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-cta {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  color: #202020;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.p-cta__ttl,
.p-cta h2 {
  font-family: "Noto Serif JP", serif;
  height: 66px;
  font-weight: 600;
  color: #fff;
  background-image: url(../../img/scl/202510/cp_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media (min-width: 1100px) {
  .p-cta__ttl,
  .p-cta h2 {
    height: 94px;
    font-size: 3.2rem;
  }
}
.p-cta__h2Small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-top: 4px;
}
@media (min-width: 1100px) {
  .p-cta__h2Small {
    font-size: 2rem;
    padding-top: 8px;
  }
}
.p-cta__content {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 16px;
  background-color: #fff;
}
@media (min-width: 1100px) {
  .p-cta__content {
    font-size: 2.4rem;
  }
}
.p-cta__content p {
  margin-bottom: 0;
}
.p-cta__code {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  background-color: #EF6000;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .p-cta__code {
    font-size: 2.4rem;
  }
}
.p-cta__date {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}

.p-ctaGrad {
  width: 90%;
  padding: 8px 8px;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #d94827, #f09c2e);
  border-radius: 28px;
  margin: 0 auto;
}

.p-case {
  background: linear-gradient(to right, #C30D23, #DC5659);
  padding-bottom: 24px;
}
.p-case h2 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  .p-case h2 {
    width: fit-content;
    margin: 0 auto 24px;
    font-size: 3.2rem;
  }
}
.p-case h2 span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 1.6;
  display: block;
}
@media (min-width: 1100px) {
  .p-case h2 span {
    font-size: 4.8rem;
  }
}
.p-case h2::before {
  content: "";
  width: calc(100% + 20px);
  height: 24px;
  background-image: url(../../img/scl/202510/case-deco.svg);
  position: absolute;
  top: 0;
  left: -20px;
}
@media (min-width: 1100px) {
  .p-case h2::before {
    width: 66px;
    height: 70px;
    background-image: url(../../img/scl/202510/case-slash.svg);
    top: 50%;
    bottom: unset;
    left: -70px;
    transform: translateY(-50%);
  }
}
.p-case h2::after {
  content: "";
  width: calc(100% + 20px);
  height: 24px;
  background-image: url(../../img/scl/202510/case-deco.svg);
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media (min-width: 1100px) {
  .p-case h2::after {
    width: 66px;
    height: 70px;
    background-image: url(../../img/scl/202510/case-slash.svg);
    top: 50%;
    bottom: unset;
    left: unset;
    right: -70px;
    transform: translateY(-50%);
  }
}
.p-case ol {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  padding: 0 16px;
  border-radius: 12px;
  background-color: #fff;
}
@media (min-width: 1100px) {
  .p-case ol {
    padding: 0 40px;
  }
}
.p-case ol li {
  border-bottom: 2px solid #c30D23;
  padding-bottom: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1100px) {
  .p-case ol li {
    flex-direction: row;
    gap: 40px;
  }
}
.p-case ol li:last-of-type {
  border-bottom: none;
}
.p-case figure {
  width: 240px;
}
@media (min-width: 1100px) {
  .p-case figure {
    width: 320px;
  }
}
.p-case__text {
  flex: 1;
}
.p-case__ttl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .p-case__ttl {
    gap: 24px;
  }
}
.p-case__ttl h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 1100px) {
  .p-case__ttl h3 {
    font-size: 3.2rem;
  }
}
.p-case__ttl__icon {
  background: linear-gradient(to right, #C30D23, #DC5659);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  line-height: 1;
  font-size: 1.2rem;
}
@media (min-width: 1100px) {
  .p-case__ttl__icon {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
  }
}
.p-case__ttl__icon__num {
  font-size: 2rem;
}
@media (min-width: 1100px) {
  .p-case__ttl__icon__num {
    font-size: 3.2rem;
  }
}
.p-case__detail {
  margin-bottom: 16px;
}
@media (min-width: 1100px) {
  .p-case__detail {
    padding-left: 24px;
  }
}
.p-case__conclution {
  padding-left: 32px;
  font-weight: 600;
  color: #003E66;
  position: relative;
}
@media (min-width: 1100px) {
  .p-case__conclution {
    font-size: 2rem;
    padding-left: 56px;
  }
}
.p-case__conclution span {
  display: inline-block;
  background-color: #003E66;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 1100px) {
  .p-case__conclution span {
    font-size: 3.2rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.p-case__conclution::before {
  content: "";
  background-image: url(../../img/scl/202510/case-arrow.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1100px) {
  .p-case__conclution::before {
    left: 24px;
  }
}

.p-data__ttl {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(to right, #0F2A4C, #036EB8);
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1100px) {
  .p-data__ttl {
    font-size: 3.2rem;
  }
}
.p-data__bg {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-data__content {
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  width: calc(100% - 32px);
  max-width: 480px;
}

.p-data-yearly .p-data__bg {
  background-image: url(../../img/scl/202510/bg-data-yearly.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
}
.p-data-yearly .p-data__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1100px) {
  .p-data-yearly .p-data__content {
    flex-direction: row;
    gap: 32px;
  }
}
.p-data-yearly .p-data__content h3 {
  display: block;
  text-align: center;
  padding: 8px 24px;
  background-color: #c30D23;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  border-radius: 8px;
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .p-data-yearly .p-data__content h3 {
    font-size: 2.4rem;
  }
}
.p-data-yearly .p-data__content h3::after {
  content: "";
  background-image: url(../../img/scl/202510/data-triangle-bottom.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1100px) {
  .p-data-yearly .p-data__content h3::after {
    background-image: url(../../img/scl/202510/data-triangle.svg);
    right: -10px;
    top: 50%;
    bottom: unset;
    left: unset;
    transform: translateY(-50%) translateX(0);
  }
}
.p-data-yearly .p-data__txt {
  color: #c30D23;
  font-size: 2rem;
  font-weight: 600;
}

.p-data-ranking .p-data__bg {
  background-image: url(../../img/scl/202510/bg-data-ranking.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 24px;
}
.p-data-ranking .p-data__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url(../../img/scl/202510/mv-arrow.svg);
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  bottom: -1px;
}
@media (min-width: 1100px) {
  .p-data-ranking .p-data__bg::after {
    height: 70px;
  }
}

.p-about__summary {
  background-image: url(../../img/scl/202510/bg-river.png);
  background-size: cover;
  background-position: 70%;
  padding-bottom: 40px;
}
.p-about__summary__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1100px) {
  .p-about__summary__header {
    flex-direction: row-reverse;
    gap: 56px;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}
.p-about__summary__header__device {
  width: 220px;
}
.p-about__summary__header__logo {
  flex: 1;
}
.p-about__summary__header figcaption {
  color: #202020;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 1100px) {
  .p-about__summary__header figcaption {
    text-align: right;
  }
}
.p-about__summary__content {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 1060px;
  border: 1px solid #003E66;
  border-radius: 12px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 1100px) {
  .p-about__summary__content {
    flex-direction: row;
    justify-content: space-around;
  }
}
.p-about__summary__content h3 {
  text-align: center;
  color: #003E66;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1100px) {
  .p-about__summary__content h3 {
    text-align: left;
    font-size: 3.2rem;
  }
}
.p-about__summary__content figure {
  max-width: 400px;
}
.p-about__content {
  background-image: url(../../img/scl/202510/bg-main.jpeg);
  background-size: cover;
  background-position: 40%;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  padding-top: 48px;
  padding-bottom: 40px;
}
@media (min-width: 1100px) {
  .p-about__content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-function {
  margin-bottom: 48px;
}
.p-function__content {
  padding-top: 24px;
  width: calc(100% - 32px);
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 1100px) {
  .p-function__content {
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
  }
}
.p-function__content li {
  width: 100%;
  max-width: 400px;
}
.p-function__content li figure {
  margin-bottom: 24px;
}
.p-function__content li h4 {
  color: #003E66;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}
.p-function__content li p {
  font-weight: 600;
}
.p-function__content li p .u-cap {
  margin-top: 16px;
}

.p-support__content {
  padding-top: 24px;
  width: calc(100% - 32px);
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-bottom: 48px;
}
@media (min-width: 1100px) {
  .p-support__content {
    padding-top: 48px;
    flex-direction: row;
    align-items: stretch;
  }
}
.p-support__content li {
  width: 100%;
  max-width: 400px;
}
.p-support__content li figure {
  margin-bottom: 24px;
}
.p-support__content li h4 {
  color: #003E66;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}
.p-support__content li p {
  font-weight: 600;
}
.p-support__content li p .u-cap {
  margin-top: 16px;
}
.p-support__content li a {
  width: 148px;
  height: 48px;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 16px;
  position: relative;
  color: #003E66;
}
.p-support__content li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../img/scl/202510/btn-right.svg);
  position: absolute;
  right: 0;
}

.p-model {
  width: calc(100% - 32px);
  max-width: 1060px;
  margin: 0 auto;
  padding: 24px 16px;
  background-color: #fff;
  border: 4px solid #003E66;
  border-radius: 12px;
}
.p-model__inner {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
@media (min-width: 1100px) {
  .p-model__inner {
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    font-size: 2rem;
  }
}
.p-model__content {
  color: #003E66;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-bottom: 24px;
}
.p-model__content p {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .p-model__content p {
    text-align: left;
  }
}
.p-model__content-bigTxt {
  font-size: 2rem;
}
@media (min-width: 1100px) {
  .p-model__content-bigTxt {
    font-size: 3.2rem;
  }
}
.p-model__content-num {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1100px) {
  .p-model__content-num {
    font-size: 6.4rem;
  }
}
.p-model__content-black {
  font-size: 2rem;
  color: #202020;
}
.p-model__search p {
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #003E66;
  padding: 8px 24px;
  border-radius: 8px;
  width: fit-content;
  margin: 0 auto 16px;
  position: relative;
}
.p-model__search p::after {
  content: url(../../img/scl/202510/model-triangle.svg);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.p-model__search a {
  width: fit-content;
  height: 48px;
  border: 1px solid #003E66;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  color: #003E66;
  margin: 0 auto;
}
.p-model__search a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../img/scl/202510/btn-right.svg);
}

.p-comparison {
  background-image: url(../../img/scl/202510/bg-main.jpeg);
  background-size: cover;
  background-position: 40%;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.p-comparison__lead {
  padding-top: 44px;
  color: #003E66;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .p-comparison__lead {
    font-size: 3.2rem;
  }
}
.p-comparison__lead__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.p-comparison__lead-black {
  color: #202020;
  font-size: 2.4rem;
}
.p-comparison__emp {
  font-size: 3.2rem;
}
@media (min-width: 1100px) {
  .p-comparison__emp {
    font-size: 4.8rem;
  }
}
.p-comparison__baloon {
  display: flex;
  padding: 0 16px;
  background-color: #003E66;
  color: #fff;
  border-radius: 100px;
  width: fit-content;
  position: relative;
}
.p-comparison__baloon::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/scl/202510/baloon-arrow-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-comparison figure {
  width: calc(100% - 32px);
  max-width: 834px;
  margin: 0 auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
}

.p-price__structure {
  background-image: url(../../img/scl/202510/bg-main.jpeg);
  background-size: cover;
  background-position: 40%;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  padding-top: 48px;
  padding-bottom: 180px;
}
.p-price__structure__content {
  padding-top: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
}
.p-price__structure__content::after {
  content: "";
  width: 106px;
  height: 102px;
  background-image: url(../../img/scl/202510/price-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -150px;
}
@media (min-width: 1100px) {
  .p-price__structure__content {
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
  }
}
.p-price__structure__content__item {
  width: calc(100% - 32px);
  max-width: 343px;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
}
.p-price__structure__content__item h4 {
  text-align: center;
  background-color: #003E66;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-price__structure__content__item table {
  width: fit-content;
  margin: 0 auto 16px;
}
.p-price__structure__content__item table th {
  width: 126px;
  font-weight: 400;
}
.p-price__structure__content__item table td {
  padding-left: 20px;
  position: relative;
}
.p-price__structure__content__item table td::before {
  content: "：";
  position: absolute;
  left: 0;
}
.p-price__structure__content__item ol {
  width: fit-content;
  margin: 0 auto;
}

.p-bg {
  background-image: url(../../img/scl/202510/bg-main.jpeg);
  background-size: cover;
  background-position: 40%;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

.p-flow {
  padding-top: 40px;
  padding-bottom: 48px;
}
@media (min-width: 1100px) {
  .p-flow {
    padding-top: 64px;
  }
}
.p-flow__list {
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (min-width: 1100px) {
  .p-flow__list {
    flex-direction: row;
    justify-content: center;
  }
}
.p-flow__list li {
  position: relative;
}
.p-flow__list li::after {
  content: "";
  width: 26px;
  height: 12px;
  background-image: url(../../img/scl/202510/flow-arrow-down.svg);
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1100px) {
  .p-flow__list li::after {
    background-image: url(../../img/scl/202510/flow-arrow.svg);
    width: 12px;
    height: 26px;
    left: unset;
    right: -28px;
    bottom: 50%;
    transform: translateY(-50%);
  }
}
.p-flow__list li:last-of-type::after {
  display: none;
}
.p-flow__list__item {
  border: 2px solid #003E66;
  background-color: #fff;
  width: 260px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1100px) {
  .p-flow__list__item {
    border: none;
    flex-direction: column;
    width: 112px;
    background-color: unset;
    padding: 0;
  }
}
.p-flow__list__item figure {
  width: 48px;
}
@media (min-width: 1100px) {
  .p-flow__list__item figure {
    width: 64px;
  }
}
.p-flow__list__cap {
  background-color: #003E66;
  width: 260px;
  padding: 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 16px;
  position: relative;
}
@media (min-width: 1100px) {
  .p-flow__list__cap {
    display: none;
  }
}
.p-flow__list__cap::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: #003E66;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1100px) {
  .p-flow__list__cap::before {
    width: 12px;
    height: 12px;
    background-image: url(../../img/scl/202510/flow-triangle.svg);
    top: -8px;
    background-color: unset;
  }
}
.p-flow__list__cap-pc {
  display: none;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  padding: 8px 24px;
}
@media (min-width: 1100px) {
  .p-flow__list__cap-pc {
    display: block;
  }
}
@media (min-width: 1100px) {
  .p-flow__list__cap-sp {
    display: none;
  }
}

.p-faq {
  padding-bottom: 40px;
}
@media (min-width: 1100px) {
  .p-faq {
    padding-bottom: 64px;
  }
}
.p-faq ul {
  width: calc(100% - 32px);
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 44px;
}
.p-faq ul li {
  border: 2px solid #003E66;
  margin-bottom: 16px;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-faq__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-faq__item__icon {
  width: 40px;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.6;
}
.p-faq__item-q {
  padding-right: 56px;
  font-weight: 600;
  position: relative;
}
.p-faq__item-q::after {
  content: url(../../img/scl/202510/faq-arrow.svg);
  position: absolute;
  right: 0;
}
.p-faq__item-q.onclick::after {
  transform: rotate(180deg);
}

.p-footer {
  background-color: #003E66;
  color: #fff;
}
.p-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 24px 16px;
}
@media (min-width: 1100px) {
  .p-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-footer__inner__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1100px) {
  .p-footer__inner__company {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    padding-left: 16px;
  }
}
.p-footer__inner__company figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1100px) {
  .p-footer__inner__company figure {
    flex-direction: row;
  }
}
.p-footer__inner__company figcaption {
  font-weight: 400;
}
.p-footer__inner__company__small {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1100px) {
  .p-footer__inner__company__small {
    text-align: left;
  }
}
.p-footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding: 24px 16px;
}
.p-footer .p-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 1100px) {
  .p-footer .p-nav {
    flex-direction: row-reverse;
    gap: 48px;
  }
}
.p-footer .p-nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 1100px) {
  .p-footer .p-nav ul {
    flex-direction: row;
  }
}

/*-------------------
* utility
-------------------*/
.u-hiddenTxt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-break {
  display: inline-block;
}

.u-cap {
  font-size: 1.2rem;
  color: #6a6a6a;
  display: block;
  font-weight: 400;
}

.u-cap-flow {
  width: fit-content;
  padding-left: 16px;
  padding-right: 16px;
  margin: 24px auto 0;
}
@media (min-width: 1100px) {
  .u-cap-flow {
    text-align: center;
  }
}