@charset "UTF-8";
:root {
  --site-primary: var(--color_main, #e02323);
  --site-primary-70: color-mix(in srgb, var(--site-primary) 70%, transparent);
  --site-secondary: var(--color_sub, #1a1a1a);
  --site-accent: var(--color_accent, #0071e3);
  --site-text: var(--color_text, #222222);
  --site-bg: var(--color_bg, #ffffff);
  --site-cta: #ff7752;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(4.2666666667vw, 20px);
  }
}

a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    color: revert;
    text-decoration: revert;
  }
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

:where(.home, .page) #content.l-content {
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-inline: 0;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
[class$="__title"],
[class$="__heading"],
[class$="__catch"] {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.p-spMenu .c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__nav {
  margin-top: 0;
}

.l-header {
  position: sticky;
  top: 0;
}

.l-fixHeader {
  display: none;
}

.l-header__bar {
  background: transparent;
}

.l-header__bar .c-catchphrase {
  color: var(--site-text);
}

.l-header__bar,
.-parallel-bottom .l-header__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.l-header__barInner {
  max-width: initial;
  padding-left: 0;
}

.-parallel-bottom .l-header__inner {
  justify-content: space-between;
  padding-top: 0;
}

.-parallel-bottom .l-header__logo {
  width: max-content;
  padding: 0;
}

.l-header.-parallel .w-header {
  width: max-content;
  margin-top: 0;
  margin-bottom: 0;
}

.-parallel .l-header__gnav .c-gnav {
  max-width: 80rem;
  margin: 0 auto;
  justify-content: space-between;
}

.c-gnav > .menu-item {
  flex-grow: 1;
}

.c-gnav > .menu-item > .sub-menu {
  top: 100%;
}

.l-footer {
  background-color: var(--site-primary);
  color: #fff;
  z-index: auto;
}
.l-footer a {
  color: inherit;
}
.l-footer .l-footer__foot,
.l-footer .w-footer__box {
  background-color: transparent;
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
.l-footer {
  padding-block: 4rem 2rem;
}
.l-footer .l-footer__widgetArea,
.l-footer .l-footer__foot {
  padding-block: 0;
}
.l-footer .l-footer__widgetArea + .l-footer__foot {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-block: 2.5rem 1.5rem;
  }
  .l-footer .l-footer__widgetArea + .l-footer__foot {
    margin-top: 1.75rem;
  }
}

.l-footer .textwidget .post_content > * {
  margin-bottom: 0;
}

.l-footer .textwidget .post_content > * + * {
  margin-top: 0.5rem;
}

.p-footer-info__logo img {
  width: auto;
  height: 2.5rem;
}

.p-footer-info__name {
  font-weight: 700;
}

.p-footer-info__address,
.p-footer-info__tel {
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-footer-info__name + .p-footer-info__address {
  margin-top: 1rem;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  column-gap: 11rem;
  row-gap: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    grid-template-columns: repeat(2, auto);
    column-gap: 7.5rem;
  }
}
.l-footer__nav a {
  display: inline-block;
  position: relative;
  padding-block: 0.25rem;
  font-size: 0.9375rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .l-footer__nav a {
    font-size: 0.875rem;
  }
}
.l-footer__nav a::before {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.5625rem;
  margin-right: 0.375rem;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  vertical-align: middle;
}
.l-footer__nav a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left calc(100% - 0.125rem);
  background-size: 0 1px;
  transition: background-size 0.3s ease;
}
.l-footer__nav a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.l-footer__nav li:first-child > a {
  border: none;
}
.l-footer__nav .sub-menu {
  margin-top: 0.25rem;
}
.l-footer__nav .sub-menu a {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav .sub-menu a {
    font-size: 0.875rem;
  }
}

.l-footer .copyright {
  padding-block: 1rem;
  font-size: 12px;
  text-align: center;
}

.c-sec-head {
  text-align: center;
}

.c-sec-head__title {
  margin-top: 0.5rem;
}

.c-card-post__link {
  display: block;
}

.c-card-post__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-card-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card-post__thumb-placeholder {
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--site-text) 10%, transparent);
}

.c-card-post__meta {
  margin-top: 0.75rem;
}

.c-card-post__title {
  margin-top: 0.5rem;
}

.c-logo-marquee {
  --logo-height: 2.75rem;
  --marquee-duration: 30s;
  --marquee-gap: 4rem;
  margin-inline: calc(50% - 50vw);
  overflow-x: clip;
}

.c-logo-marquee__track {
  display: flex;
  width: max-content;
  animation: c-logo-marquee-scroll var(--marquee-duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .c-logo-marquee__track {
    animation: none;
  }
}

.c-logo-marquee__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (prefers-reduced-motion: reduce) {
  .c-logo-marquee__list[aria-hidden="true"] {
    display: none;
  }
}

.c-logo-marquee__item {
  flex-shrink: 0;
  margin-inline-end: var(--marquee-gap);
}

.c-logo-marquee__image {
  display: block;
  width: auto;
  height: var(--logo-height);
}

@keyframes c-logo-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-bridge-band {
  --bridge-band-bg: color-mix(in srgb, var(--site-primary) 12%, var(--site-bg));
  --bridge-notch-color: var(--site-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  background: var(--bridge-band-bg);
  padding-bottom: 4.375rem;
}

.c-bridge-band__notch {
  width: 5rem;
  height: 2.5rem;
  background: var(--bridge-notch-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.c-bridge-band__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-bridge-band__inner {
    padding-inline: 1.25rem;
  }
}
.c-bridge-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.c-bridge-band__catch {
  color: var(--site-primary);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-bridge-band__catch-sm {
  font-weight: 500;
  font-size: 1.5rem;
}

.c-bridge-band__catch-lg {
  font-weight: 800;
  font-size: 2rem;
}

.c-bridge-band__box {
  background: var(--site-bg);
  border-radius: 0.625rem;
  padding: 0.9375rem 1.875rem;
}

.c-bridge-band__text {
  color: var(--site-primary);
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-bridge-band__text {
    font-size: 1rem;
  }
}

.c-compare-table {
  background: var(--site-bg);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .c-compare-table {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.c-compare-table__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-compare-table__inner {
    padding-inline: 1.25rem;
  }
}
.c-compare-table__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.c-compare-table__title {
  color: var(--site-primary);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-compare-table__lead {
  color: var(--site-text);
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-compare-table__lead {
    font-size: 1rem;
  }
}

.c-compare-table__scroll-hint {
  display: none;
  color: color-mix(in srgb, var(--site-text) 70%, transparent);
  font-size: 0.8125rem;
  text-align: center;
}
.c-compare-table__scroll-hint.js-scroll-hint {
  display: block;
}

.c-compare-table__table-wrap {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-compare-table__table-wrap {
    overflow-x: auto;
  }
}

.c-compare-table__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .c-compare-table__table {
    min-width: 47.5rem;
  }
}

.c-compare-table__th:first-child,
.c-compare-table__method {
  width: 6.25rem;
}

.c-compare-table__th,
.c-compare-table__method,
.c-compare-table__cell {
  border: 1px solid color-mix(in srgb, var(--site-text) 20%, transparent);
  padding: 0.75rem 0.75rem 0.75rem 0.875rem;
  vertical-align: top;
  text-align: left;
}

.c-compare-table__th {
  background: var(--site-secondary);
  color: var(--site-bg);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-compare-table__th {
    font-size: 0.875rem;
  }
}

.c-compare-table__method {
  background: color-mix(in srgb, var(--site-secondary) 6%, var(--site-bg));
  color: var(--site-secondary);
  font-weight: 700;
  font-size: 0.78125rem;
  line-height: 1.52;
}
@media screen and (max-width: 768px) {
  .c-compare-table__method {
    font-size: 0.875rem;
  }
}

.c-compare-table__cell {
  background: var(--site-bg);
  color: var(--site-text);
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.52;
}
@media screen and (max-width: 768px) {
  .c-compare-table__cell {
    font-size: 1rem;
  }
}

.c-compare-table__row--accent .c-compare-table__method,
.c-compare-table__row--accent .c-compare-table__cell {
  background: color-mix(in srgb, var(--site-primary) 8%, var(--site-bg));
}

.c-compare-table__callout {
  background: color-mix(in srgb, var(--site-text) 4%, var(--site-bg));
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
}

.c-compare-table__callout-title {
  color: var(--site-primary);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-compare-table__callout-text {
  color: var(--site-text);
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-compare-table__callout-text {
    font-size: 1rem;
  }
}

.c-compare-table__callout-note {
  color: var(--site-text);
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-compare-table__callout-note {
    font-size: 0.875rem;
  }
}

.c-contrast-cards {
  background: var(--site-bg);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .c-contrast-cards {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.c-contrast-cards__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-contrast-cards__inner {
    padding-inline: 1.25rem;
  }
}
.c-contrast-cards__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.c-contrast-cards__title {
  color: var(--site-primary);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-contrast-cards__lead {
  color: var(--site-text);
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-contrast-cards__lead {
    font-size: 1rem;
  }
}

.c-contrast-cards__cards {
  display: flex;
  align-items: stretch;
  gap: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-contrast-cards__cards {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contrast-cards__cards {
    flex-direction: column;
  }
}

.c-contrast-cards__card {
  flex: 1 1 0;
  background: var(--site-bg);
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem
    color-mix(in srgb, var(--site-text) 15%, transparent);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .c-contrast-cards__card {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contrast-cards__card {
    padding: 1.875rem;
  }
}

.c-contrast-cards__card-title {
  color: var(--site-primary);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-contrast-cards__checks {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-contrast-cards__check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.c-contrast-cards__check-icon {
  flex-shrink: 0;
  background: var(--site-secondary);
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-bg);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}

.c-contrast-cards__check-text {
  color: var(--site-text);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-contrast-cards__check-text {
    font-size: 1rem;
  }
}

.c-contrast-cards__callout {
  background: color-mix(in srgb, var(--site-text) 4%, var(--site-bg));
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
}

.c-contrast-cards__callout-title {
  color: var(--site-primary);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-contrast-cards__callout-text {
  color: var(--site-text);
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-contrast-cards__callout-text {
    font-size: 1rem;
  }
}

.c-flow-steps {
  background: var(--site-bg);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .c-flow-steps {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-flow-steps__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__inner {
    padding-inline: 1.25rem;
  }
}
.c-flow-steps__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.c-flow-steps__title {
  color: var(--site-primary);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-flow-steps__lead {
  color: var(--site-text);
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__lead {
    font-size: 1rem;
  }
}

.c-flow-steps__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.c-flow-steps__step {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 8.75rem;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__step {
    flex-direction: column;
    height: auto;
  }
}

.c-flow-steps__photo {
  flex-shrink: 0;
  width: 12.5rem;
  border: 1px solid var(--site-primary);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__photo {
    width: 100%;
    height: 10rem;
    border-right: 1px solid var(--site-primary);
    border-bottom: none;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.c-flow-steps__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-flow-steps__body {
  flex: 1 1 0;
  min-width: 0;
  background: var(--site-bg);
  border: 1px solid var(--site-primary);
  border-left: none;
  border-radius: 0 0.625rem 0.625rem 0;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__body {
    border-left: 1px solid var(--site-primary);
    border-top: none;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.c-flow-steps__num {
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: var(--site-primary);
  border: 3px solid var(--site-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-bg);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
}

.c-flow-steps__text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__text {
    gap: 0.75rem;
  }
}

.c-flow-steps__step-title {
  color: var(--site-text);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.c-flow-steps__step-desc {
  color: var(--site-text);
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__step-desc {
    font-size: 1rem;
  }
}

.c-flow-steps__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background: color-mix(in srgb, var(--site-primary) 15%, var(--site-bg));
  clip-path: polygon(
    30.87% 0,
    69.13% 0,
    69.13% 50.5%,
    100% 50.5%,
    50% 100%,
    0 50.5%,
    30.87% 50.5%
  );
}

.c-flow-steps__note {
  color: var(--site-text);
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-flow-steps__note {
    font-size: 0.875rem;
  }
}

.c-point-grid {
  background: var(--site-bg);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .c-point-grid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-point-grid__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-point-grid__inner {
    padding-inline: 1.25rem;
  }
}
.c-point-grid__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.c-point-grid__title {
  color: var(--site-primary);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-point-grid__lead {
  color: var(--site-text);
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-point-grid__lead {
    font-size: 1rem;
  }
}

.c-point-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-point-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .c-point-grid__grid {
    grid-template-columns: 1fr;
  }
}

.c-point-grid__item {
  background: var(--site-bg);
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem
    color-mix(in srgb, var(--site-text) 6%, transparent);
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 1.875rem;
}

.c-point-grid__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.c-point-grid__item-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-point-grid__item-title {
  color: var(--site-primary);
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.4;
}

.c-point-grid__item-text {
  color: var(--site-text);
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-point-grid__item-text {
    font-size: 1rem;
  }
}

.c-point-grid__callout {
  background: color-mix(in srgb, var(--site-text) 4%, var(--site-bg));
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
  text-align: center;
}

.c-point-grid__callout-title {
  color: var(--site-primary);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-point-grid__callout-text {
  color: var(--site-text);
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-point-grid__callout-text {
    font-size: 1rem;
  }
}

.c-button {
  --c-button-bg: var(--site-cta);
  display: block;
  width: 20.625rem;
  background-color: var(--c-button-bg);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 999px;
  padding: 0.75rem;
  text-align: center;
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-button:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.18);
}

.c-cta-button {
  --cta-button-bg: #1ccec7;
  --cta-button-line-bg: #06c755;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0.5rem;
  background-color: var(--cta-button-bg);
  color: #fff;
  border-radius: 0.3125rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.c-cta-button:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.18);
}
.c-cta-button .message {
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.875rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--site-text);
  display: block;
  width: fit-content;
  white-space: nowrap;
  padding-inline: 0.75rem;
}
.c-cta-button .message::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/common/icon-left-deco.svg) no-repeat center
    center/contain;
  height: 0.875rem;
  width: 0.5rem;
}
.c-cta-button .message::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/common/icon-right-deco.svg) no-repeat center
    center/contain;
  height: 0.875rem;
  width: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-cta-button .message.u-pc-only {
    display: none;
  }
}
.c-cta-button .text {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta-button .text {
    font-size: 0.875rem;
  }
}
.c-cta-button .text::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-cta-button.--line {
  background-color: var(--cta-button-line-bg);
}
.c-cta-button.--line .text {
  padding-left: 2.625rem;
}
.c-cta-button.--line .text::before {
  width: 2.625rem;
  height: 2.625rem;
  background: url(../images/common/icon-line.svg) no-repeat center
    center/contain;
}

.c-cta-button.--mail .text {
  padding-left: 2.1875rem;
}
.c-cta-button.--mail .text::before {
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../images/common/icon-mail.svg) no-repeat center
    center/contain;
}

.c-cta-button.--tel {
  line-height: 1;
  padding-block: 0.5rem;
}
.c-cta-button.--tel .label {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  text-align: center;
}
.c-cta-button.--tel .text {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 1.75rem;
  display: inline-block;
}
.c-cta-button.--tel .text::before {
  width: 1.3125rem;
  height: 1.3125rem;
  background: url(../images/common/icon-phone.svg) no-repeat center
    center/contain;
}
.c-cta-button.--tel .time {
  display: block;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.c-contact-band {
  --contact-band-field-bg: #f8f8f8;
  --contact-band-placeholder: #bababa;
  --contact-band-required: #911111;
  --contact-band-submit-bg: var(--site-cta);
}

.c-contact-band__body {
  max-width: 43.75rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-contact-band__body {
    margin-top: 2rem;
  }
}

.c-contact-band__row {
  display: flex;
  align-items: flex-start;
}
.c-contact-band__row + .c-contact-band__row {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-contact-band__row {
    flex-direction: column;
  }
  .c-contact-band__row + .c-contact-band__row {
    margin-top: 1.5rem;
  }
}

.c-contact-band__label {
  flex-shrink: 0;
  width: 11.75rem;
  padding-top: 0.6875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--site-text);
}
@media screen and (max-width: 768px) {
  .c-contact-band__label {
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-contact-band__label + .c-contact-band__field {
    margin-top: 0.5rem;
  }
}

.c-contact-band__req {
  margin-left: 0.375rem;
  font-size: 0.75rem;
  color: var(--contact-band-required);
  vertical-align: super;
}

.c-contact-band__field {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.c-contact-band__field input,
.c-contact-band__field textarea,
.c-contact-band__field select {
  width: 100%;
  background-color: var(--contact-band-field-bg);
  border: none;
  border-radius: 0.3125rem;
  padding: 0.6875rem 0.875rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--site-text);
  font-family: inherit;
}
.c-contact-band__field input::placeholder,
.c-contact-band__field textarea::placeholder,
.c-contact-band__field select::placeholder {
  color: var(--contact-band-placeholder);
}
.c-contact-band__field input:focus,
.c-contact-band__field textarea:focus,
.c-contact-band__field select:focus {
  outline: 0.125rem solid
    color-mix(in srgb, var(--site-accent) 50%, transparent);
  outline-offset: 0;
}
.c-contact-band__field input,
.c-contact-band__field select {
  height: 2.875rem;
}
.c-contact-band__field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
}
.c-contact-band__field:has(select) {
  position: relative;
}
.c-contact-band__field:has(select)::before,
.c-contact-band__field:has(select)::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none;
}
.c-contact-band__field:has(select)::before {
  right: 0.75rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
}
.c-contact-band__field:has(select)::after {
  right: 1.375rem;
  transform: translate(50%, calc(-50% + 0.0625rem));
  width: 0;
  height: 0;
  border-left: 0.2734375rem solid transparent;
  border-right: 0.2734375rem solid transparent;
  border-top: 0.3515625rem solid var(--site-accent);
}
.c-contact-band__field textarea {
  height: 16.25rem;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .c-contact-band__field textarea {
    height: 12.5rem;
  }
}

.c-contact-band__foot {
  margin-top: 3rem;
  text-align: center;
}

.c-contact-band__privacy {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--site-text);
}
.c-contact-band__privacy a {
  color: var(--site-accent);
  text-decoration: underline;
}

.c-contact-band__submit {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-contact-band .wpcf7-submit {
  display: block;
  width: 20.625rem;
  max-width: 100%;
  padding: 0.75rem 2.75rem;
  background-color: var(--contact-band-submit-bg);
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5rem 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.c-contact-band .wpcf7-submit:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.18);
}

.c-contact-band .wpcf7-response-output {
  margin: 1.5rem auto 0;
  max-width: 32rem;
}

.c-contact-band .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}

.c-card-voice {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: var(--site-bg);
  border-radius: 0.5rem;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--site-text) 8%, transparent);
}

.c-card-voice__thumb {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.c-card-voice__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-card-voice__thumb-placeholder {
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--site-text) 10%, transparent);
}

.c-card-voice__title {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--site-text);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-card-voice__title {
    font-size: 1rem;
  }
}

.c-card-voice__comment {
  margin-top: 0.75rem;
  line-height: 1.9;
  font-size: 1rem;
  color: var(--site-text);
}
@media screen and (max-width: 768px) {
  .c-card-voice__comment {
    font-size: 1rem;
  }
}

.c-card-voice__meta {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.c-card-voice__company {
  font-size: 0.875rem;
  color: var(--site-text);
}
@media screen and (max-width: 768px) {
  .c-card-voice__company {
    font-size: 0.875rem;
  }
}

.c-card-voice__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--site-text);
}
@media screen and (max-width: 768px) {
  .c-card-voice__name {
    font-size: 0.875rem;
  }
}

.c-message {
  padding-block: 2.5rem 6.625rem;
}
@media screen and (max-width: 768px) {
  .c-message {
    padding-block: 2rem 3rem;
  }
}

.c-message.--bg-yellow {
  background-color: color-mix(in srgb, var(--site-primary) 10%, var(--site-bg));
  background-image: url(../images/common/message-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-message__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-message__inner {
    padding-inline: 1.25rem;
  }
}
.c-message__inner {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-message__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.c-message__image {
  position: relative;
  flex-shrink: 0;
  width: 27.5rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-message__image {
    width: 12.5rem;
  }
}
.c-message__image img {
  display: block;
  width: 100%;
  border-radius: 0.1875rem;
}

.c-message__name {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .c-message__name {
    left: 0.75rem;
    bottom: 0.75rem;
  }
}

.c-message__name-role {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
}

.c-message__name-main {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-message__name-main {
    font-size: 1.25rem;
  }
}

.c-message__name-sub {
  margin-left: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

.c-message__body {
  flex: 1;
  min-width: 0;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .c-message__body {
    margin-top: 0;
  }
}

.c-message__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--site-text);
}
@media screen and (max-width: 768px) {
  .c-message__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.c-message__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--site-text);
}
@media screen and (max-width: 768px) {
  .c-message__text {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.c-card-layout {
  padding: 9.375rem 0 6.25rem;
  background-color: #fff;
  background-image: radial-gradient(#35c670 1px, transparent 1px);
  background-size: 0.75rem 0.75rem;
}

.c-card-layout__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-card-layout__inner {
    padding-inline: 1.25rem;
  }
}

.c-card-layout__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-card-layout__head .c-sec-head {
  text-align: left;
}

.c-card-layout__head .c-sec-head__label {
  color: #fff;
  font-size: 4.375rem;
  line-height: 1;
  -webkit-text-stroke: 1px #35c670;
}

.c-card-layout__head .c-sec-head__title {
  font-size: 1.375rem;
}

.c-card-layout__lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.c-card-layout__feature {
  display: grid;
  grid-template-columns: 19.125rem 1fr;
  gap: 1.875rem;
  align-items: center;
  margin-top: 3.75rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 1px 0.3125rem rgba(0, 0, 0, 0.15);
}

.c-card-layout__feature > img {
  width: 100%;
  height: 17rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

.c-card-layout__feature h3 {
  font-size: 1.625rem;
}

.c-card-layout__feature p {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

.c-card-layout__tags {
  display: flex;
  gap: 1.875rem;
  margin-top: 1.25rem;
}

.c-card-layout__tags span {
  min-width: 10.6875rem;
  padding: 0.375rem 1.125rem;
  border: 1px solid #3da85c;
  border-radius: 999px;
  color: #3da85c;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.c-card-layout__cards {
  margin-top: 2.5rem;
}

.c-card-layout__card {
  overflow: hidden;
  padding: 0 0 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 1px 0.3125rem rgba(0, 0, 0, 0.15);
}

.c-card-layout__image img {
  width: 100%;
  height: 8.75rem;
  object-fit: cover;
}

.c-card-layout__card-title,
.c-card-layout__card-text {
  margin-inline: 1.25rem;
}

.c-card-layout__card-title {
  margin-top: 1.25rem;
  font-size: 1.375rem;
}

.c-card-layout__card-text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .c-card-layout {
    padding-block: 4.5rem;
  }
  .c-card-layout__head {
    display: block;
  }
  .c-card-layout__head .c-sec-head__label {
    font-size: 3.25rem;
  }
  .c-card-layout__lead {
    margin-top: 1.5rem;
  }
  .c-card-layout__feature {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  .c-card-layout__tags {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .c-card-layout__tags span {
    min-width: 0;
  }
}
.c-card-layout.--bg-tint {
  background-color: color-mix(in srgb, var(--site-primary) 6%, var(--site-bg));
}

.c-card-layout__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-card-layout__inner {
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .c-card-layout__lead {
    text-align: left;
  }
}

.c-card-layout__cards {
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-card-layout__cards {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}

.c-card-layout__card {
  padding-block: 1rem;
  padding-inline: 0.875rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.06);
  flex: 1;
}

.c-card-layout__image img {
  display: block;
  width: 100%;
  aspect-ratio: 261/164;
  object-fit: cover;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .c-card-layout__image img {
    aspect-ratio: 16/10;
  }
}

.c-card-layout__card-title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--site-accent);
}

.c-card-layout__card-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--site-text);
}

.c-card-layout__button {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-card-layout__button {
    margin-top: 2rem;
  }
}
.c-card-layout__button .c-button {
  width: auto;
  min-width: 20.625rem;
  padding-inline: 2rem 3rem;
}

.c-card-layout .c-card-layout__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-card-layout .c-card-layout__inner {
    padding-inline: 1.25rem;
  }
}

.c-card-layout .c-card-layout__cards {
  margin-top: 2.5rem;
}

.c-card-layout .c-card-layout__card {
  overflow: hidden;
  padding: 0 0 1.875rem;
  border-radius: 0.625rem;
}

.c-card-layout .c-card-layout__image img {
  height: 8.75rem;
  aspect-ratio: auto;
  border-radius: 0;
}

.c-card-layout .c-card-layout__card-title {
  margin: 1.25rem 1.25rem 0;
  color: #2e363d;
  font-size: 1.375rem;
}

.c-card-layout .c-card-layout__card-text {
  margin: 1.25rem 1.25rem 0;
  font-size: 1.125rem;
}

.c-plan {
  background: var(--site-bg);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .c-plan {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.c-plan__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-plan__inner {
    padding-inline: 1.25rem;
  }
}

.c-plan__lead {
  margin-top: 1.5rem;
  color: var(--site-text);
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-plan__lead {
    margin-top: 1rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.c-plan__cards {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .c-plan__cards {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 25rem;
    margin-inline: auto;
    margin-top: 2rem;
  }
}

.c-plan__card {
  position: relative;
  background-color: var(--site-bg);
  border: 1px solid color-mix(in srgb, var(--site-text) 12%, var(--site-bg));
  border-radius: 0.5rem;
  z-index: 10;
}

.c-plan__card.--recommend {
  border: 0.1875rem solid var(--site-accent);
}

.c-plan__card-head {
  background-color: color-mix(in srgb, var(--site-accent) 8%, var(--site-bg));
  text-align: center;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .c-plan__card-head {
    padding: 0.75rem;
  }
}

.c-plan__card.--recommend .c-plan__card-head {
  background-color: var(--site-accent);
  color: var(--site-bg);
}

.c-plan__name {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-plan__name {
    font-size: 1.125rem;
  }
}

.c-plan__sub {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-plan__sub {
    font-size: 0.875rem;
  }
}

.c-plan__badge {
  position: absolute;
  top: -2.5rem;
  left: -1rem;
  z-index: 100;
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--site-bg);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  background: url(../images/common/icon-plan-badge.svg) no-repeat center
    center/contain;
}

.c-plan__card-body {
  padding: 1.75rem 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-plan__card-body {
    padding: 1rem 0.75rem;
  }
}

.c-plan__price {
  text-align: center;
  font-weight: 700;
  color: var(--site-text);
  line-height: 1;
}

.c-plan__price-num {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-plan__price-num {
    font-size: 2rem;
  }
}

.c-plan__price-unit {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-plan__price-unit {
    font-size: 1rem;
  }
}

.c-plan__price-note {
  margin-top: 0.625rem;
  color: color-mix(in srgb, var(--site-text) 60%, transparent);
  text-align: center;
  font-size: 0.875rem;
}

.c-plan__specs {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--site-text) 12%, var(--site-bg));
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-plan__specs {
    margin-top: 1rem;
    padding-top: 0.75rem;
  }
}

.c-plan__spec {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.c-plan__spec-label {
  flex-shrink: 0;
  background-color: var(--site-accent);
  color: var(--site-bg);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 9999px;
  padding: 0.25rem 1rem;
}

.c-plan__spec-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--site-text);
}

.c-plan__features {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-plan__features {
    margin-top: 1rem;
  }
}

.c-plan__feature {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: color-mix(in srgb, var(--site-text) 4%, var(--site-bg));
  border-radius: 0.375rem;
  padding: 0.75rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--site-text);
}
.c-plan__feature::before {
  content: "";
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/icon-check.svg) no-repeat center
    center/contain;
}

.c-choose {
  position: relative;
  height: 64.6875rem;
  padding-top: 6.25rem;
  overflow: hidden;
  border-radius: 3.125rem;
  background: linear-gradient(105deg, #35c670 0%, #b0e481 100%);
  color: #333;
}

.c-choose::before,
.c-choose::after {
  content: "+";
  position: absolute;
  color: #35c670;
  font-family: sans-serif;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
}

.c-choose::before {
  left: 8.4375rem;
  bottom: 2.625rem;
  font-size: 13rem;
}

.c-choose::after {
  right: 14.875rem;
  top: 8.125rem;
  color: #8bdb7c;
  font-size: 5.5rem;
}

.c-choose__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0rem;
}
@media screen and (max-width: 768px) {
  .c-choose__inner {
    padding-inline: 1.25rem;
  }
}
.c-choose__inner {
  position: relative;
  z-index: 1;
}

.c-sec-head--about {
  color: #fff;
  text-align: left;
}

.c-sec-head--about .c-sec-head__label {
  height: 1.625rem;
  font-family: Jost, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.01em;
}

.c-sec-head--about .c-sec-head__sub {
  margin-top: 0.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.c-sec-head--about .c-sec-head__title {
  margin-top: 0.625rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.c-choose__body {
  height: 41.3125rem;
  margin-top: 3.125rem;
  padding: 3.125rem 3.3125rem;
  border-radius: 0.625rem;
  background: #fff;
}

.c-choose__intro {
  width: 68.375rem;
  height: 5.0625rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
}

.c-choose__content {
  display: grid;
  grid-template-columns: 47.0625rem 19.375rem;
  justify-content: space-between;
  align-items: start;
  width: 68.3125rem;
  margin-top: 1.25rem;
}

.c-choose__text {
  width: 47.0625rem;
}

.c-choose__points {
  display: flex;
  gap: 1.25rem;
  height: 3.75rem;
}

.c-choose__point {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  height: 3.75rem;
  padding-inline: 1.625rem;
  border: 1px solid #3da85c;
  border-radius: 1.875rem;
  background: rgba(229, 247, 210, 0.2);
  color: #3da85c;
}

.c-choose__point:first-child {
  width: 19.125rem;
}

.c-choose__point:last-child {
  width: 20.25rem;
  gap: 0.75rem;
}

.c-choose__point > span:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
}

.c-choose__point strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.c-choose__point strong em {
  font-size: 1.5rem;
  font-style: normal;
}

.c-choose__point-icon {
  position: relative;
  flex: 0 0 1.9375rem;
  width: 1.9375rem;
  height: 2.25rem;
  overflow: hidden;
}

.c-choose__point-icon img {
  position: absolute;
  display: block;
  max-width: none;
}

.c-choose__point-icon.--limit img {
  top: -53.09%;
  left: -1306.45%;
  width: 2361.29%;
  height: 661.73%;
}

.c-choose__point-icon.--direct img {
  top: -545.83%;
  left: -845.1%;
  width: 2572.52%;
  height: 704.67%;
}

.c-choose__points + p {
  margin-top: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
}

.c-choose__points + p strong {
  font-size: 1.1875rem;
}

.c-choose__text h4 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 2.5rem;
  font-size: 1.375rem;
  line-height: 1.2;
}

.c-choose__text h4:nth-of-type(2) {
  margin-top: 1.875rem;
}

.c-choose__text h4::before {
  content: "";
  flex: 0 0 0.8125rem;
  width: 0.8125rem;
  height: 1.125rem;
  border-radius: 999px;
  background: linear-gradient(
    225deg,
    rgba(176, 228, 129, 0.7),
    rgba(53, 198, 112, 0.7)
  );
}

.c-choose__text h4 + p {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
}

.c-choose__text ul {
  margin-top: 0.875rem;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: -0.01em;
}

.c-choose__text li::before {
  content: "・";
}

.c-choose__text li + li {
  margin-top: 0.3125rem;
}

.c-choose__image {
  width: 19.375rem;
  height: 17.875rem;
  margin: 0;
}

.c-choose__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

@media screen and (max-width: 1024px) {
  .c-choose {
    height: auto;
    padding: 5rem 2.5rem;
  }
  .c-choose__inner {
    max-width: 100%;
  }
  .c-choose__body {
    height: auto;
  }
  .c-choose__intro,
  .c-choose__content,
  .c-choose__text {
    width: 100%;
    height: auto;
  }
  .c-choose__content {
    grid-template-columns: 1fr 16.25rem;
    gap: 1.5rem;
  }
  .c-choose__points {
    height: auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-choose {
    padding: 3.5rem 0;
    border-radius: 1.5rem;
  }
  .c-choose::before,
  .c-choose::after {
    display: none;
  }
  .c-sec-head--about .c-sec-head__sub {
    font-size: 1rem;
    line-height: 1.6;
  }
  .c-sec-head--about .c-sec-head__title {
    font-size: 1.75rem;
  }
  .c-choose__body {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  .c-choose__intro {
    font-size: 1.25rem;
    line-height: 1.65;
  }
  .c-choose__content {
    display: flex;
    flex-direction: column;
  }
  .c-choose__text {
    display: contents;
  }
  .c-choose__points {
    display: flex;
    order: 1;
    flex-direction: column;
    width: 100%;
  }
  .c-choose__point,
  .c-choose__point:first-child,
  .c-choose__point:last-child {
    width: 100%;
    padding-inline: 1.375rem;
  }
  .c-choose__points + p {
    order: 2;
    font-size: 1rem;
    line-height: 1.8;
  }
  .c-choose__image {
    order: 3;
    width: 100%;
    height: auto;
  }
  .c-choose__image img {
    height: auto;
    max-height: 17.875rem;
  }
  .c-choose__text h4,
  .c-choose__text h4 + p,
  .c-choose__text ul {
    order: 4;
  }
}
.p-voice-list {
  background: #fff;
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .p-voice-list {
    padding-block: 3rem;
  }
}

.p-voice-list__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-voice-list__inner {
    padding-inline: 1.25rem;
  }
}

.p-voice-list__lead {
  max-width: 51.25rem;
  margin-inline: auto;
  line-height: 1.9;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-voice-list__lead {
    font-size: 1rem;
  }
}

.p-voice-list__lead + .p-voice-list__grid,
.p-voice-list__lead + .p-voice-list__empty {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-voice-list__lead + .p-voice-list__grid,
  .p-voice-list__lead + .p-voice-list__empty {
    margin-top: 2.5rem;
  }
}

.p-voice-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-voice-list__grid {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.p-voice-list__empty {
  text-align: center;
  color: var(--site-text);
  padding-block: 3.75rem;
}

.p-mv {
  position: relative;
  height: 52.875rem;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(229, 247, 210, 0.2) 0%,
    rgba(242, 251, 233, 0.1) 60.589%,
    #fff 78.723%
  );
  color: #333;
}

.p-mv__visual {
  position: absolute;
  top: 0;
  left: 61.5625%;
  width: 38.4375%;
  height: 100%;
  overflow: hidden;
}

.p-mv__bg {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: fill;
}

.p-mv__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-mv__visual::after {
  content: "";
  position: absolute;
  top: -18.625rem;
  right: -3.3125rem;
  width: 48.4375rem;
  height: 33.125rem;
  border-radius: 50%;
  background: linear-gradient(
    225deg,
    rgba(176, 228, 129, 0.7) 18%,
    rgba(53, 198, 112, 0.7) 88%
  );
}

.p-mv__deco {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.p-mv__deco--left {
  top: 28.4375rem;
  left: -12rem;
  width: 27rem;
  height: 39.5625rem;
  background: linear-gradient(
    225deg,
    rgba(176, 228, 129, 0.7) 18%,
    rgba(53, 198, 112, 0.7) 88%
  );
}

.p-mv__deco--right {
  display: none;
}

.p-mv__deco-ring {
  position: absolute;
  top: 44rem;
  left: 11.8125rem;
  width: 12.1875rem;
  height: 17.8125rem;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  pointer-events: none;
}

.p-mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 12.4375rem;
  padding-left: clamp(2.5rem, 10.78125vw, 12.9375rem);
}

.p-mv__eyebrow {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.p-mv__title {
  margin-top: 1.6875rem;
  width: 51.5rem;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 5.625rem;
  letter-spacing: 0.125rem;
}

.p-mv__title-large {
  font-size: 3.75rem;
}

.p-mv__lead {
  margin-top: 1.6875rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.p-mv__actions {
  display: flex;
  gap: 1.25rem;
  margin-top: 4.1875rem;
  margin-left: 11.125rem;
}

.p-mv__actions .p-front-button:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1.5625rem;
  border-top: 1px solid #f68b1f;
}

.p-mv__actions .p-front-button:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.85);
}

.p-mv__actions .p-front-button small {
  bottom: calc(100% + 0.3125rem);
  color: #333;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1024px) {
  .p-mv__inner {
    padding-left: 2.5rem;
  }
  .p-mv__eyebrow {
    font-size: 1.25rem;
  }
  .p-mv__title {
    width: 58%;
    font-size: 2.375rem;
    line-height: 1.55;
  }
  .p-mv__title-large {
    font-size: 2.75rem;
  }
  .p-mv__actions {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: auto;
    padding-bottom: 3.5rem;
  }
  .p-mv__visual {
    position: relative;
    left: 0;
    width: 100%;
    height: 16.25rem;
  }
  .p-mv__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-mv__visual::after {
    top: -6.875rem;
    right: -6.875rem;
    width: 20.625rem;
    height: 15rem;
  }
  .p-mv__deco--left {
    top: auto;
    bottom: -7.5rem;
    left: -6.25rem;
    width: 13.75rem;
    height: 18.75rem;
    opacity: 0.55;
  }
  .p-mv__deco-ring {
    display: none;
  }
  .p-mv__inner {
    padding: 2.25rem 1.25rem 0;
  }
  .p-mv__eyebrow {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-mv__title {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.75rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }
  .p-mv__title-large {
    font-size: 2rem;
  }
  .p-mv__lead {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-mv__lead br {
    display: none;
  }
  .p-mv__actions {
    flex-direction: column;
    gap: 2.5rem;
    margin: 3.25rem 0 0;
  }
}
.p-contact {
  padding-block: 6rem;
  background-color: color-mix(in srgb, var(--site-primary) 5%, #fff);
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-block: 3.5rem;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-contact__lead {
  margin-top: 1.5rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: left;
  }
}

.p-contact__form {
  width: 100%;
  max-width: 720px;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 1.75rem;
  }
}

.p-placeholder-band {
  padding-block: 3rem;
  background-color: color-mix(in srgb, var(--site-primary) 5%, #fff);
}
.p-placeholder-band:nth-of-type(even) {
  background-color: color-mix(in srgb, var(--site-primary) 10%, #fff);
}

.p-placeholder-band__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-placeholder-band__inner {
    padding-inline: 1.25rem;
  }
}

.p-placeholder-band__label {
  display: grid;
  place-items: center;
  height: 10rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, var(--site-text) 60%, transparent);
}
@media screen and (max-width: 768px) {
  .p-placeholder-band__label {
    font-size: 1rem;
  }
}

.p-cta-band {
  padding-block: 8.125rem 5rem;
  background: linear-gradient(110deg, #22bf6f, #aee47d);
  color: #fff;
  overflow: hidden;
}

.p-cta-band__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cta-band__inner {
    padding-inline: 1.25rem;
  }
}
.p-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-cta-band__label {
  display: grid;
  place-items: center;
  height: 10rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, var(--site-text) 60%, transparent);
}
@media screen and (max-width: 768px) {
  .p-cta-band__label {
    font-size: 1rem;
  }
}

.p-cta-band__body h2 {
  padding-bottom: 0.375rem;
  border-bottom: 0.5rem solid #b0e481;
  font-size: 3.75rem;
  font-weight: 900;
}

.p-cta-band__body > p {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-cta-band__actions {
  display: flex;
  gap: 1.25rem;
  margin-top: 3.125rem;
}

.p-cta-band__image {
  width: 21.4375rem;
  height: 20.125rem;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p-cta-band {
    padding-block: 4.375rem 3rem;
  }
  .p-cta-band__inner {
    flex-direction: column-reverse;
  }
  .p-cta-band__body h2 {
    font-size: 1.875rem;
  }
  .p-cta-band__body > p br {
    display: none;
  }
  .p-cta-band__actions {
    flex-direction: column;
    gap: 2.375rem;
  }
  .p-cta-band__image {
    width: 13.75rem;
    height: auto;
  }
}
.p-column {
  padding: 6.25rem 0;
  background: linear-gradient(
    115deg,
    rgba(53, 198, 112, 0.7),
    rgba(176, 228, 129, 0.7)
  );
}
@media screen and (max-width: 768px) {
  .p-column {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-column__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    padding-inline: 1.25rem;
  }
}

.p-column__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-column__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-column__list {
    grid-template-columns: 1fr;
  }
}

.p-column .c-sec-head {
  color: #fff;
}

.p-column .c-sec-head__label {
  font-size: 5rem;
  line-height: 1;
}

.p-column .c-sec-head__title {
  font-size: 1.375rem;
}

.p-column .c-card-post {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 1px 0.3125rem rgba(0, 0, 0, 0.15);
}

.p-column .c-card-post__meta,
.p-column .c-card-post__title {
  margin-inline: 1.25rem;
}

.p-column .c-card-post__title {
  min-height: 4.75rem;
  padding-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.9;
}

.p-column__more {
  margin: 3.125rem auto 0;
}

.p-news {
  padding: 9.1875rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-news__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    padding-inline: 1.25rem;
  }
}

.p-news__list {
  margin-top: 2.5rem;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .p-news__list {
    margin-top: 1.5rem;
  }
}

.p-news__row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, var(--site-text) 15%, transparent);
}
@media screen and (max-width: 768px) {
  .p-news__row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.p-news__date {
  grid-column: 1;
}

.p-news__cat {
  grid-column: 2;
  justify-self: start;
  padding: 0.125rem 0.75rem;
  border: 1px solid currentColor;
  border-radius: 62.4375rem;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news__cat {
    grid-column: 1;
    grid-row: 2;
  }
}

.p-news__title {
  grid-column: 1/-1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    grid-column: 1;
    grid-row: 3;
  }
}

.p-news .c-sec-head__label {
  color: #f2f2f2;
  font-size: 5rem;
  line-height: 1;
  -webkit-text-stroke: 1px #35c670;
}

.p-news .c-sec-head__title {
  font-size: 1.375rem;
}

.p-news__date {
  color: #c2c2c2;
}

.p-news__cat {
  color: #3da85c;
}

.p-news__title {
  font-size: 1.375rem;
  font-weight: 500;
}

.p-news__more {
  margin: 4.625rem auto 0;
}

.p-page-title {
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  min-height: 18.75rem;
  background: var(--site-primary);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-page-title {
    min-height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 10rem;
  }
}

.p-page-title__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-title__inner {
    padding-inline: 1.25rem;
  }
}

.p-page-title__heading {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-page-title__heading {
    font-size: 1.375rem;
  }
}

.p-page-breadcrumb {
  display: flex;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-page-breadcrumb__list {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-breadcrumb__list {
    padding-inline: 1.25rem;
  }
}
.p-page-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .p-page-breadcrumb__list {
    gap: 0.875rem;
  }
}

.p-page-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-page-breadcrumb__item {
    gap: 0.875rem;
  }
}

.p-page-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.p-page-breadcrumb__link {
  text-decoration: none;
}

.page #breadcrumb,
.single #breadcrumb,
.archive #breadcrumb {
  display: none;
}

#breadcrumb .p-breadcrumb__item::after {
  clip-path: none;
  background: none;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

#breadcrumb .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: inline;
}

.p-fixed-cta {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-fixed-cta {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    gap: 0;
  }
}

.p-fixed-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  padding: 1.5rem 0.75rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-fixed-cta__btn {
    flex: 1 1 0;
    writing-mode: horizontal-tb;
    padding: 1rem 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: var(--fixed-cta-h, 3.5rem);
  }
}
.p-fixBtnWrap {
  right: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-fixBtnWrap {
    right: 0.625rem;
    bottom: calc(var(--fixed-cta-h, 3.5rem) + 1rem);
  }
}

.p-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-faq__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    padding-inline: 1.25rem;
  }
}
.p-faq__inner {
  line-height: 1.8;
}

.p-faq .p-faq__inner .swell-block-faq {
  list-style: none;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .swell-block-faq {
    margin-top: 1.75rem;
  }
}

.p-faq .p-faq__inner .swell-block-faq__item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .swell-block-faq__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.p-faq .p-faq__inner .swell-block-faq__item:first-child {
  padding-top: 0;
}
.p-faq .p-faq__inner .swell-block-faq__item:last-child {
  border-bottom: none;
}

.p-faq .p-faq__inner .p-faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.5rem;
  list-style: none;
}
.p-faq .p-faq__inner .p-faq__tabs:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .p-faq__tabs {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-faq .p-faq__inner .p-faq__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex: 1 1 0;
  padding: 0.875rem 1.5rem;
  border: 1px solid var(--site-primary);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-faq .p-faq__inner .p-faq__tab:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .p-faq__tab {
    padding: 0.75rem 1rem;
  }
}

.p-faq .p-faq__inner .p-faq__tab-label {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--site-primary);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .p-faq__tab-label {
    font-size: 0.9375rem;
    white-space: normal;
    text-align: center;
  }
}

.p-faq .p-faq__inner .p-faq__tab-arrow {
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid var(--site-primary);
  border-bottom: 2px solid var(--site-primary);
  transform: rotate(45deg);
}

.p-faq .p-faq__inner .post_content {
  margin-top: 5.6em;
}

.p-faq .p-faq__inner .faq_q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .faq_q {
    gap: 0.75rem;
    font-size: 1.0625rem;
  }
}
.p-faq .p-faq__inner .faq_q::before {
  content: "Q";
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(90deg, var(--site-primary), var(--site-accent));
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .faq_q::before {
    width: 2rem;
    height: 2rem;
  }
}

.p-faq .p-faq__inner .faq_a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 1.25rem 0 0;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .faq_a {
    gap: 0.75rem;
    margin-top: 0.875rem;
    font-size: 0.90625rem;
  }
}
.p-faq .p-faq__inner .faq_a::before {
  content: "A";
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid var(--site-accent);
  color: var(--site-accent);
  font-weight: bold;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq__inner .faq_a::before {
    width: 2rem;
    height: 2rem;
  }
}
.p-faq .p-faq__inner .faq_a > p {
  margin: 0;
}

.p-page-body {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-page-body {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-page-body__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-body__inner {
    padding-inline: 1.25rem;
  }
}

.p-page-body .p-page-body__inner .post_content {
  max-width: 51.25rem;
  margin-inline: auto;
}

.p-page-body .p-page-body__inner .p-page-lead {
  max-width: 51.25rem;
  margin-inline: auto;
  line-height: 1.9;
}

.p-page-body .p-page-body__inner .p-page-lead-note {
  max-width: 51.25rem;
  margin-top: 0.75rem;
  margin-inline: auto;
  font-size: 0.875rem;
}
.p-page-body .p-page-body__inner .p-page-lead-note a {
  text-decoration: underline;
}

.p-page-body .p-page-body__inner .p-page-lead + .post_content,
.p-page-body .p-page-body__inner .p-page-lead-note + .post_content {
  margin-top: 2rem;
}

.starter-form {
  background: #f7f7f7;
  padding: 3.75rem 5rem;
}
@media screen and (max-width: 768px) {
  .starter-form {
    padding: 2rem 1.25rem;
  }
}

form.wpcf7-form {
  display: flex;
  flex-direction: column;
}

.starter-form--unset {
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.starter-form__row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .starter-form__row {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.starter-form__row + .starter-form__row {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .starter-form__row + .starter-form__row {
    margin-top: 1.75rem;
  }
}

.starter-form__row--top {
  align-items: flex-start;
}

.starter-form__label {
  flex: 0 0 25%;
  width: 25%;
  padding-top: 0.5625rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .starter-form__label {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
  }
}

.starter-form__badge {
  display: inline-block;
  margin-left: 0.75rem;
  padding: 0.375rem 0.625rem;
  background: var(--site-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}

.starter-form__badge--optional {
  background: #999;
}

.starter-form__field {
  flex: 1 1 0;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .starter-form__field {
    width: 100%;
  }
}

.starter-form__input,
.starter-form__textarea {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background: #fff;
  border: 1px solid #d0d0d0;
  font-size: 1rem;
  color: var(--site-text);
}
.starter-form__input:focus,
.starter-form__textarea:focus {
  outline: none;
  border-color: var(--site-primary);
  box-shadow: 0 0 0.0625rem 0 var(--site-primary);
}

.starter-form__textarea {
  height: 12.5rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  .starter-form__textarea {
    height: 10rem;
  }
}

.starter-form__agree {
  margin-top: 2.5rem;
  text-align: center;
  order: 2;
}
@media screen and (max-width: 768px) {
  .starter-form__agree {
    margin-top: 1.75rem;
  }
}

.starter-form__agree-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.starter-form__checkbox {
  appearance: none;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--site-text) 35%, transparent);
  border-radius: 0.1875rem;
  background-color: #fff;
  cursor: pointer;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}

.starter-form__checkbox:hover {
  border-color: var(--site-primary);
}

.starter-form__checkbox:checked {
  border-color: var(--site-primary);
  background-color: var(--site-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5 6.5 12 13 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
}

.starter-form__checkbox:focus-visible {
  outline: 2px solid var(--site-primary);
  outline-offset: 2px;
}

.starter-form__agree-link {
  text-decoration: underline;
}

.starter-form__submit {
  margin-top: 2.8125rem;
  text-align: center;
  order: 3;
}
@media screen and (max-width: 768px) {
  .starter-form__submit {
    margin-top: 2rem;
  }
}

.wpcf7-form .wpcf7-turnstile {
  order: 1;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  max-width: 100%;
}

.l-sidebar .wpcf7-turnstile > div,
.p-side-cta .wpcf7-turnstile > div {
  transform: scale(0.8);
  transform-origin: center;
}

.l-sidebar .wpcf7-turnstile,
.p-side-cta .wpcf7-turnstile {
  overflow: clip;
}
.l-sidebar .wpcf7-turnstile > div,
.p-side-cta .wpcf7-turnstile > div {
  margin-block: -0.4375rem;
}

.starter-form__submit p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.starter-form__submit .wpcf7-spinner {
  flex-shrink: 0;
}

.starter-form__submit-btn {
  width: 16.25rem;
  max-width: 100%;
  padding: 1.0625rem 0;
  background: var(--site-cta);
  border: none;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.starter-form__submit-btn:hover {
  opacity: 0.7;
}

.starter-form input[type="text"],
.starter-form input[type="email"],
.starter-form input[type="tel"],
.starter-form input[type="url"],
.starter-form textarea {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background: #fff;
  border: 1px solid #d0d0d0;
  font-size: 1rem;
  color: var(--site-text);
}
.starter-form input[type="text"]:focus,
.starter-form input[type="email"]:focus,
.starter-form input[type="tel"]:focus,
.starter-form input[type="url"]:focus,
.starter-form textarea:focus {
  outline: none;
  border-color: var(--site-primary);
  box-shadow: 0 0 0.0625rem 0 var(--site-primary);
}

.starter-form input[type="submit"] {
  display: block;
  width: 16.25rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 1.0625rem 0;
  background: var(--site-cta);
  border: none;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.starter-form input[type="submit"]:hover {
  opacity: 0.7;
}

.wpcf7-form .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  order: 4;
}

.starter-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  color: #c00;
  font-size: 0.8125rem;
}

.starter-form .wpcf7-spinner {
  display: none;
}

.p-thanks {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-thanks__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__inner {
    padding-inline: 1.25rem;
  }
}

.p-thanks__message {
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}

.p-thanks__back {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__back {
    margin-top: 2rem;
  }
}

.p-thanks__back-link {
  color: var(--site-accent);
  text-decoration: underline;
}

.p-company {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-company {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-company__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding-inline: 1.25rem;
  }
}
.p-company__inner {
  line-height: 1.8;
}

.p-company .p-company__inner > .wp-block-table,
.p-company .p-company__inner > .wp-block-columns,
.p-company .p-company__inner > p {
  max-width: 51.25rem;
  margin-inline: auto;
}

.p-company .c-sec-head {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-company .c-sec-head {
    margin-top: 3rem;
  }
}
.p-company .c-sec-head:first-child {
  margin-top: 0;
}

.p-company .p-company__inner > .wp-block-columns {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__inner > .wp-block-columns {
    margin-top: 1.75rem;
  }
}
.p-company .p-company__inner > .wp-block-columns .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.p-company .p-company__inner > .wp-block-columns p {
  line-height: 1.9;
}
.p-company .p-company__inner > .wp-block-columns p + p {
  margin-top: 1rem;
}

.p-company .p-company__inner > .c-sec-head + .wp-block-table {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__inner > .c-sec-head + .wp-block-table {
    margin-top: 1.75rem;
  }
}

.p-company .p-company__inner .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.p-company .p-company__inner .wp-block-table tbody tr {
  border: none;
}
.p-company .p-company__inner .wp-block-table td {
  padding: 1.4rem 1.5rem;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1rem;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__inner .wp-block-table td {
    padding: 1rem;
    font-size: 0.90625rem;
  }
}
.p-company .p-company__inner .wp-block-table td:first-child {
  width: 20rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__inner .wp-block-table td:first-child {
    width: auto;
    white-space: normal;
  }
}
.p-company .p-company__inner .wp-block-table tr:last-child td {
  border-bottom: none;
}
.p-company .p-company__inner .wp-block-table ul {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.6;
}
.p-company .p-company__inner .wp-block-table ul li + li {
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__inner .wp-block-table tr {
    display: block;
  }
  .p-company .p-company__inner .wp-block-table td {
    display: block;
    width: 100%;
  }
  .p-company .p-company__inner .wp-block-table td:first-child {
    padding-bottom: 0.25rem;
    border-bottom: none;
  }
  .p-company .p-company__inner .wp-block-table td:last-child {
    padding-top: 0;
  }
}

.p-header-btns {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.p-header-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0.875rem 0.875rem 0.875rem 1.25rem;
  transition: opacity 0.3s;
  text-decoration: none;
}

.p-header-btn:hover {
  opacity: 0.7;
}

.p-header-btn--primary {
  background-color: var(--site-primary);
}

.p-header-btn--secondary {
  background-color: var(--site-secondary);
}

.p-header-btn:has(.p-header-btn__badge) {
  position: relative;
  margin-left: 2.5rem;
  padding-left: 2.75rem;
}

.p-header-btn__badge {
  position: absolute;
  left: -2.5rem;
  width: 4.375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--site-accent);
  color: var(--site-text);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

.l-sidebar .c-widget__title {
  margin-bottom: 0;
}

.l-sidebar .c-widget__title + * {
  margin-top: 1.25rem;
}

.p-side-popular {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
}

.p-side-popular__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  color: inherit;
  transition: opacity 0.3s;
}

.p-side-popular__link:hover {
  opacity: 0.7;
}

.p-side-popular__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.375rem;
  overflow: hidden;
}

.p-side-popular__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-side-popular__num {
  position: absolute;
  top: -0.25rem;
  left: 0.9375rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 2.1875rem;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background: var(--site-primary);
}

.p-side-popular__num[data-rank="1"] {
  background: linear-gradient(
    to left top,
    #f7bf05,
    #fcea7f,
    #fcd700,
    #f7d305,
    #eaca12,
    #ac9303,
    #f7d305,
    #fcea7f,
    #f7e705,
    #eaca12,
    #f7bf05
  );
}

.p-side-popular__num[data-rank="2"] {
  background: linear-gradient(
    to left top,
    #a5a5a5,
    #e5e5e5,
    #ae9c9c,
    #a5a5a5,
    #a5a5a5,
    #7f7f7f,
    #a5a5a5,
    #e5e5e5,
    #a5a5a5,
    #a5a5a5,
    #a5a5a5
  );
}

.p-side-popular__num[data-rank="3"] {
  background: linear-gradient(
    to left top,
    #c46522,
    #e8b27d,
    #d07217,
    #c47222,
    #b9722e,
    #834c17,
    #c47222,
    #e8b27d,
    #c48022,
    #b9722e,
    #c46522
  );
}

.p-side-popular__title {
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--site-text);
}

.p-side-cta {
  padding: 1.5rem 1.25rem;
  background: var(--site-primary);
  border-radius: 0.625rem;
  text-align: center;
}

.p-side-cta__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.p-side-cta__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}

.p-side-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  height: 3rem;
  background: #fff;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--site-primary);
  transition: opacity 0.3s;
}

.p-side-cta__btn:hover {
  opacity: 0.85;
  color: var(--site-primary);
}

.p-side-cta--form {
  text-align: left;
}

.p-side-cta--form .p-side-cta__form {
  margin-top: 1rem;
}

.p-side-cta--form .starter-form__row {
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
}

.p-side-cta--form .starter-form__row + .starter-form__row {
  margin-top: 0.75rem;
}

.p-side-cta--form .starter-form__label {
  width: 100%;
  padding-top: 0;
  font-size: 0.875rem;
  color: #fff;
}

.p-side-cta--form .starter-form__field {
  width: 100%;
}

.p-side-cta--form .starter-form__input,
.p-side-cta--form .starter-form__textarea {
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
}

.p-side-cta--form .starter-form__agree {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #fff;
}

.p-side-cta--form .starter-form__submit {
  margin-top: 1rem;
}

.p-side-cta--form .starter-form__submit-btn {
  width: 100%;
  height: 3rem;
}

.p-download-list {
  background: #fff;
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .p-download-list {
    padding-block: 3rem;
  }
}

.p-download-list__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-download-list__inner {
    padding-inline: 1.25rem;
  }
}

.p-download-list__lead {
  max-width: 51.25rem;
  margin-inline: auto;
  line-height: 1.9;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-download-list__lead {
    font-size: 1rem;
  }
}

.p-download-list__lead + .p-download-list__grid,
.p-download-list__lead + .p-download-list__empty {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-download-list__lead + .p-download-list__grid,
  .p-download-list__lead + .p-download-list__empty {
    margin-top: 2.5rem;
  }
}

.p-download-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-download-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .p-download-list__grid {
    grid-template-columns: 1fr;
  }
}

.p-download-list__card {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-download-list__card:hover {
  opacity: 0.7;
}

.p-download-list__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  background: #f0f0f0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-download-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-download-list__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--site-text);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-download-list__title {
    font-size: 1rem;
  }
}

.p-download-list__empty {
  text-align: center;
  color: var(--site-text);
  padding-block: 3.75rem;
}

.p-download-detail {
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .p-download-detail {
    padding-block: 3rem;
  }
}

.p-download-detail__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-download-detail__inner {
    padding-inline: 1.25rem;
  }
}
.p-download-detail__inner {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-download-detail__inner {
    flex-direction: column;
    gap: 5rem;
  }
}

.p-download-detail__main {
  flex: 1 1 0;
  min-width: 0;
}

.p-download-detail__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-download-detail__thumb + * {
  margin-top: 1.875rem;
}

.p-download-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-download-detail__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--site-text);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-download-detail__title {
    font-size: 1.375rem;
  }
}

.p-download-detail__title + * {
  margin-top: 1.25rem;
}

.p-download-detail__body {
  line-height: 1.8;
}

.p-download-detail__form {
  width: 25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-download-detail__form {
    width: 100%;
  }
}

.p-cases {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-cases {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-cases__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cases__inner {
    padding-inline: 1.25rem;
  }
}

.p-cases__block + .p-cases__block {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-cases__block + .p-cases__block {
    margin-top: 3rem;
  }
}

.p-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-cases__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-cases__grid {
    grid-template-columns: 1fr;
  }
}

.p-front-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  min-height: 3.5rem;
  border: 1px solid #2d4c6f;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.25);
  color: #2d4c6f;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-front-button small {
  position: absolute;
  bottom: calc(100% + 0.25rem);
  width: 100%;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

.p-front-button--primary {
  border-color: #f68b1f;
  background: #f68b1f;
  color: #fff;
}

.c-sec-head__label {
  font-family: Jost, sans-serif;
}

@media screen and (max-width: 768px) {
  .p-front-button {
    width: 100%;
    min-height: 3.25rem;
    font-size: 1rem;
  }
}
.p-front-section__inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-front-section__inner {
    padding-inline: 1.25rem;
  }
}

.p-front-kicker {
  color: #3da85c;
  font-family: Jost, sans-serif;
  font-size: 1.125rem;
}

.p-front-kicker + h2 {
  margin-top: 0.625rem;
  font-size: 2.5rem;
  line-height: 1.4;
}

.p-front-clients {
  height: 24.125rem;
  background: #f9f9f9;
}

.p-front-clients__inner {
  width: 100%;
  max-width: 1054px;
  margin-inline: auto;
  padding-inline: 0rem;
}
@media screen and (max-width: 768px) {
  .p-front-clients__inner {
    padding-inline: 1.25rem;
  }
}
.p-front-clients__inner {
  text-align: center;
}

.p-front-clients h2 {
  padding-top: 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.p-front-clients h2 span {
  font-size: 1.25rem;
}

.p-front-clients__logos {
  position: relative;
  width: 65.875rem;
  height: 6.875rem;
  margin: 1.875rem auto 0;
  padding: 0;
  list-style: none;
}

.p-front-clients__logos li {
  position: absolute;
  display: grid;
  place-items: center;
}

.p-front-clients__logos li:nth-child(1) {
  top: 0;
  left: 0;
  width: 4.6875rem;
  height: 6.625rem;
}

.p-front-clients__logos li:nth-child(2) {
  top: 1.5rem;
  left: 7.5rem;
  width: 14.625rem;
  height: 4.1875rem;
}

.p-front-clients__logos li:nth-child(3) {
  top: 0.375rem;
  left: 24.8125rem;
  width: 7rem;
  height: 6.5rem;
}

.p-front-clients__logos li:nth-child(4) {
  top: 2.25rem;
  left: 33.8125rem;
  width: 16rem;
  height: 2.1875rem;
}

.p-front-clients__logos li:nth-child(5) {
  top: 1.3125rem;
  left: 52.625rem;
  width: 13.25rem;
  height: 4.375rem;
}

.p-front-clients__logos li img {
  width: 100%;
  height: 100%;
}

.p-front-clients__logos img {
  display: block;
  max-width: none;
  object-fit: contain;
}

.p-front-case {
  padding: 6.25rem 0;
  background: linear-gradient(90deg, rgba(229, 247, 210, 0.2), #fff 60%);
}

.p-front-case .c-sec-head__label,
.p-front-voice .c-sec-head__label,
.p-front-flow .c-sec-head__label,
.p-front-company .c-sec-head__label {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  -webkit-text-stroke: 1px #35c670;
}

.p-front-case__grid,
.p-front-voice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 3.75rem;
}

.p-front-case article,
.p-front-voice article {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 1px 0.375rem rgba(0, 0, 0, 0.15);
}

.p-front-case article > img {
  width: 100%;
  height: 11.875rem;
  object-fit: cover;
}

.p-front-case article > div {
  padding: 1.25rem;
}

.p-front-case article span {
  display: inline-block;
  padding: 0.3125rem 1.125rem;
  border: 1px solid #3da85c;
  border-radius: 999px;
  color: #3da85c;
  font-size: 0.875rem;
}

.p-front-case article h3 {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.25rem;
  line-height: 1.7;
}

.p-front-case article p {
  margin-top: 1rem;
  line-height: 1.7;
}

.p-front-case .p-front-button,
.p-front-faq .p-front-button {
  margin: 3.125rem auto 0;
}

.p-front-policy {
  padding: 6.25rem 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url(../images/front/sections/policy-bg.png) center/cover;
}

.p-front-policy h2 strong {
  color: #3da85c;
  font-size: 3.75rem;
}

.p-front-policy ol {
  display: grid;
  gap: 3.75rem;
  margin-top: 3.75rem;
}

.p-front-policy li {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  gap: 1.875rem;
  padding: 1.75rem 2.5rem;
  border-left: 0.625rem solid #35c670;
  background: rgba(255, 255, 255, 0.8);
}

.p-front-policy li > span {
  color: #3da85c;
  font-size: 1.375rem;
}

.p-front-policy li h3 {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #c2c2c2;
  font-size: 1.375rem;
}

.p-front-policy li p {
  margin-top: 1rem;
  line-height: 1.7;
}

.p-front-problem {
  margin-top: -2.875rem;
  padding: 6.25rem 0;
  border-radius: 3.125rem;
  background: #f1f1f1;
}

.p-front-problem ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2.5rem;
  margin-top: 3.125rem;
}

.p-front-problem li {
  padding: 0.875rem 2.5rem;
  border-radius: 999px;
  background: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}

.p-front-problem li::before {
  content: "✓";
  margin-right: 0.75rem;
  color: #3da85c;
}

.p-front-solution {
  padding: 9.375rem 0 6.25rem;
  background: linear-gradient(120deg, #35c670, #b0e481);
  color: #fff;
}

.p-front-solution__head {
  text-align: center;
}

.p-front-solution__head > span {
  color: rgba(53, 198, 112, 0.8);
  font-family: Jost, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.p-front-solution__head h2 {
  display: inline-block;
  margin-top: 0.5rem;
  border-bottom: 0.5rem solid #b0e481;
  font-size: 2.375rem;
}

.p-front-solution__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 9.375rem;
  margin-top: 3.75rem;
}

.p-front-solution article {
  position: relative;
  border-left: 0.1875rem solid #fff;
  padding-left: 1.25rem;
}

.p-front-solution article b {
  position: absolute;
  top: -3.125rem;
  left: 0;
  font-family: Jost, sans-serif;
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
}

.p-front-solution article img,
.p-front-solution__placeholder {
  width: 100%;
  height: 20.8125rem;
  border-radius: 1.25rem 1.25rem 0 0;
  object-fit: cover;
  background: #c4c4c4;
}

.p-front-solution article h3 {
  margin-top: 1.25rem;
  font-size: 1.5rem;
}

.p-front-solution article p {
  margin-top: 0.875rem;
  line-height: 1.7;
}

.p-front-matching,
.p-front-voice,
.p-front-faq,
.p-front-company {
  padding: 6.25rem 0;
  background: #f9f9f9;
}

.p-front-matching__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.p-front-matching__grid > div {
  overflow: hidden;
  border: 1px solid #35c670;
  border-radius: 0.875rem;
  background: #fff;
}

.p-front-matching h3 {
  padding: 0.875rem;
  background: linear-gradient(90deg, #35c670, #b0e481);
  color: #fff;
  text-align: center;
}

.p-front-matching .is-muted {
  border-color: #c2c2c2;
}

.p-front-matching .is-muted h3 {
  background: #c2c2c2;
}

.p-front-matching ul {
  padding: 1.25rem;
}

.p-front-matching li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.6;
}

.p-front-matching li::before {
  content: "✓";
  margin-right: 0.75rem;
  color: #3da85c;
}

.p-front-matching .is-muted li::before {
  content: "•";
  color: #c2c2c2;
}

.p-front-voice .c-sec-head__title {
  font-size: 1.375rem;
}

.p-front-voice article {
  padding: 1.25rem;
}

.p-front-voice article h3 {
  font-size: 1.375rem;
}

.p-front-voice article small {
  display: block;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #c2c2c2;
}

.p-front-voice article > div {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-front-voice article img {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: contain;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}

.p-front-voice article p {
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-front-choice {
  padding: 6.25rem 0;
  border-radius: 3.125rem 3.125rem 0 0;
  background: #3da85c;
  color: #fff;
}

.p-front-choice__box {
  margin-top: 3.75rem;
  padding: 2.5rem;
  border-radius: 1.25rem;
  background: #fff;
  color: #333;
}

.p-front-choice article {
  display: grid;
  grid-template-columns: 5rem 23.75rem 1fr;
  align-items: center;
  gap: 1.5625rem;
  padding: 1.875rem 0;
  border-top: 1px solid #3da85c;
}

.p-front-choice article > b {
  width: 5rem;
  height: 5rem;
  padding-top: 0.875rem;
  border-radius: 50%;
  background: #3da85c;
  color: #fff;
  text-align: center;
}

.p-front-choice article h3 {
  color: #3da85c;
  font-size: 1.5rem;
  text-align: center;
}

.p-front-choice article img {
  display: block;
  width: 6.25rem;
  height: 5.625rem;
  margin: 0.625rem auto 0;
  object-fit: contain;
}

.p-front-choice article p {
  line-height: 1.8;
}

.p-front-comparison {
  padding: 6.25rem 0;
}

.p-front-comparison__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-front-comparison__head span {
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 4.375rem;
  line-height: 1;
  -webkit-text-stroke: 1px #35c670;
}

.p-front-comparison__head p {
  line-height: 2;
  text-align: right;
}

.p-front-comparison__table {
  display: grid;
  grid-template-columns: 11.5rem repeat(2, 1fr);
  margin-top: 3.75rem;
}

.p-front-comparison__table > * {
  display: flex;
  align-items: center;
  min-height: 6.25rem;
  padding: 1.25rem 1.875rem;
  border: 1px solid #c2c2c2;
}

.p-front-comparison__table h3 {
  justify-content: center;
}

.p-front-comparison__table h3:nth-of-type(1) {
  background: #3da85c;
  color: #fff;
}

.p-front-comparison__table .is-good {
  border-color: #3da85c;
  color: #3da85c;
  font-weight: 700;
}

.p-front-comparison__note {
  display: block;
  margin-top: 3.125rem;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: underline #b0e481 0.5rem;
}

.p-front-flow {
  padding: 6.25rem 0;
  background: #fff;
}

.p-front-flow ol {
  display: grid;
  gap: 1.75rem;
  max-width: 53.125rem;
  margin: 3.75rem auto 0;
}

.p-front-flow li {
  display: grid;
  grid-template-columns: 3.9375rem 1fr;
  height: 3.9375rem;
  background: #eaf7ea;
  color: #3da85c;
  font-size: 1.375rem;
  font-weight: 700;
}

.p-front-flow li b {
  display: grid;
  place-items: center;
  background: #3da85c;
  color: #fff;
}

.p-front-flow li span {
  display: flex;
  align-items: center;
  padding-inline: 2.5rem;
}

.p-front-faq dl {
  display: grid;
  gap: 1.875rem;
  margin-top: 3.75rem;
}

.p-front-faq dl > div {
  padding: 1.875rem 2.5rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1px 0.3125rem rgba(0, 0, 0, 0.15);
}

.p-front-faq dt {
  font-size: 1.5rem;
  font-weight: 700;
}

.p-front-faq dt::before {
  content: "Q.";
  margin-right: 1.25rem;
  color: #3da85c;
}

.p-front-faq dd {
  margin-top: 0.875rem;
  line-height: 1.7;
}

.p-front-faq dd::before {
  content: "A.";
  margin-right: 1.25rem;
  color: #f68b1f;
  font-size: 1.5rem;
}

.p-front-company__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-front-company__head > p {
  line-height: 2;
  text-align: right;
}

.p-front-company__body {
  display: grid;
  grid-template-columns: 32.4375rem 1fr;
  gap: 2.5rem;
  margin-top: 3.125rem;
}

.p-front-company__body > img {
  width: 100%;
  height: 21.625rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

.p-front-company__body > div {
  display: grid;
  gap: 1.625rem;
}

.p-front-company__body a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.9375rem 2.5rem;
  border-left: 0.625rem solid #3da85c;
  background: #fff;
}

.p-front-company__body a strong {
  font-size: 1.375rem;
}

.p-front-message {
  padding: 6.25rem 0;
  background: linear-gradient(90deg, rgba(229, 247, 210, 0.2), #fff 60%);
}

.p-front-message .p-front-section__inner {
  display: grid;
  grid-template-columns: 1fr 28.1875rem;
  gap: 4.375rem;
  align-items: center;
}

.p-front-message .c-sec-head {
  text-align: left;
}

.p-front-message .c-sec-head__label {
  color: #fff;
  font-size: 4.375rem;
  line-height: 1;
  -webkit-text-stroke: 1px #35c670;
}

.p-front-message .c-sec-head__title {
  font-size: 1.375rem;
}

.p-front-message p {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 2;
}

.p-front-message small,
.p-front-message strong {
  display: block;
  margin-top: 1.75rem;
}

.p-front-message strong {
  margin-top: 0.25rem;
  font-size: 1.875rem;
}

.p-front-message img {
  width: 28.1875rem;
  height: 30rem;
  border-radius: 0.625rem;
  object-fit: cover;
  box-shadow: 0 1px 0.5625rem rgba(0, 0, 0, 0.15);
}

.p-front-youtube {
  padding: 6.25rem 0;
  border-radius: 3.125rem;
  background: #3da85c;
  color: #fff;
}

.p-front-youtube h2 {
  margin-top: 0.625rem;
  font-size: 2.5rem;
}

.p-front-youtube h2 + p {
  margin-top: 3.125rem;
  font-size: 1.125rem;
}

.p-front-youtube .p-front-section__inner > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.p-front-youtube a {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #fff;
}

.p-front-youtube img {
  width: 100%;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-front-kicker + h2 {
    font-size: 1.75rem;
  }
  .p-front-clients {
    height: auto;
    padding: 3rem 0;
  }
  .p-front-clients h2 {
    padding-top: 0;
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .p-front-clients h2 span {
    font-size: 0.9375rem;
  }
  .p-front-clients__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 2rem;
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  .p-front-clients__logos li:nth-child(n) {
    position: static;
    width: calc(33.333% - 1.5rem);
    height: 4rem;
  }
  .p-front-clients__logos li:nth-child(n) img {
    width: 100%;
    height: 100%;
  }
  .p-front-case__grid,
  .p-front-voice__grid,
  .p-front-solution__grid,
  .p-front-matching__grid {
    grid-template-columns: 1fr;
  }
  .p-front-policy li {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .p-front-problem li {
    width: 100%;
    border-radius: 1rem;
    font-size: 1rem;
  }
  .p-front-solution__head > span {
    font-size: 3.25rem;
  }
  .p-front-solution__head h2 {
    font-size: 1.75rem;
  }
  .p-front-choice__box {
    padding: 1.25rem;
  }
  .p-front-choice article {
    grid-template-columns: 3.75rem 1fr;
  }
  .p-front-choice article > p {
    grid-column: 1/-1;
  }
  .p-front-choice article > b {
    width: 3.75rem;
    height: 3.75rem;
    padding-top: 0.5625rem;
  }
  .p-front-comparison__head,
  .p-front-company__head {
    display: block;
  }
  .p-front-comparison__head p,
  .p-front-company__head > p {
    margin-top: 1.5rem;
    text-align: left;
  }
  .p-front-comparison__table {
    grid-template-columns: 6.25rem repeat(2, minmax(13.125rem, 1fr));
    overflow-x: auto;
  }
  .p-front-comparison__table > * {
    padding: 0.75rem;
    font-size: 0.8125rem;
  }
  .p-front-company__body,
  .p-front-message .p-front-section__inner {
    grid-template-columns: 1fr;
  }
  .p-front-company__body > img,
  .p-front-message img {
    width: 100%;
    height: auto;
  }
  .p-front-youtube .p-front-section__inner > div {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: revert;
  }
}

/*# sourceMappingURL=styles.css.map */
