@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 色 */
/* text */
/* base */
/* cta */
/* accent */
/* gray */
/* blue */
/* tab */
/* form */
/* gradation */
/* フォント */
/* スペース */
/* 角丸 */
/* ホバー */
.c-hover, .p-contact__form .c-mail-button:hover, .p-blog-list__item a:hover, .p-news-list__item a:hover, .p-solution-list__item-btn:hover, .p-works__nav .swiper-button-prev:hover,
.p-works__nav .swiper-button-next:hover, .p-plan-tabs__nav .tab-btn:hover, .c-banner a:hover, .c-mail-button:hover, .c-works-btn:hover, .l-footer__menu li a:hover, .l-header__link:hover {
  opacity: 0.7;
  transition: 300ms;
}

.l-block__inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0px 16px;
}
.feature-block__inner {
  max-width: 50%;
  margin: 0 auto;
  padding: 0px 4px;
  font-size:16px;
}
.feature-block__inner h3 {
  font-size:24px;
  text-align:center;
}
@media (max-width: 576px) {
  .feature-block__inner {
    max-width: 100%;
    padding: 0 12px;
    font-size: 14px;
  }
}
.l-block-fv__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0px 16px;
}
@media (max-width: 1200px) {
  .l-block-fv__inner {
    padding: 0 6.4rem;
  }
}
@media (max-width: 992px) {
  .l-block-fv__inner {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .l-block-fv__inner {
    padding: 0 2.4rem;
  }
}
@media (max-width: 576px) {
  .l-block-fv__inner {
    padding: 0 1.6rem;
  }
}

.u-padding-inner {
  padding: 0rem 8rem;
}
@media (max-width: 1200px) {
  .u-padding-inner {
    padding: 0 6.4rem;
  }
}
@media (max-width: 992px) {
  .u-padding-inner {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .u-padding-inner {
    padding: 0 2.4rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner {
    padding: 0 1.6rem;
  }
}

.u-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 80em) {
  .u-container {
    max-width: 1500px;
  }
}

.u-mb80 {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 576px) {
  .u-mb80 {
    margin-bottom: 4rem;
  }
}

.u-mb48 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .u-mb48 {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb48 {
    margin-bottom: 2.4rem;
  }
}

.u-mb40, .p-contact__form .form-group {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .u-mb40, .p-contact__form .form-group {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb40, .p-contact__form .form-group {
    margin-bottom: 1.6rem;
  }
}

.u-mb32 {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .u-mb32 {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 576px) {
  .u-mb32 {
    margin-bottom: 1.4rem;
  }
}

.u-mb24 {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .u-mb24 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 576px) {
  .u-mb24 {
    margin-bottom: 1.2rem;
  }
}

.u-mb16 {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .u-mb16 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 576px) {
  .u-mb16 {
    margin-bottom: 0.8rem;
  }
}

.u-mb8 {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .u-mb8 {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 576px) {
  .u-mb8 {
    margin-bottom: 0.4rem;
  }
}

.u-mt80 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .u-mt80 {
    margin-top: 6.4rem;
  }
}
@media (max-width: 576px) {
  .u-mt80 {
    margin-top: 4rem;
  }
}

.u-mt40 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .u-mt40 {
    margin-top: 3.2rem;
  }
}
@media (max-width: 576px) {
  .u-mt40 {
    margin-top: 2rem;
  }
}

.u-p40 {
  padding: 4rem;
}
@media (max-width: 768px) {
  .u-p40 {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .u-p40 {
    padding: 1.6rem;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 576px) {
  .u-br-sp {
    display: block;
  }
}

@media (max-width: 576px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-padding-inner-tb {
  padding: 8rem 8rem 4rem 8rem;
  padding: 4rem 8rem;
}
@media (max-width: 1200px) {
  .u-padding-inner-tb {
    padding: 3.2rem 6.4rem;
  }
}
@media (max-width: 992px) {
  .u-padding-inner-tb {
    padding: 2.8rem 5.6rem;
  }
}
@media (max-width: 768px) {
  .u-padding-inner-tb {
    padding: 2rem 4rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner-tb {
    padding: 1.6rem 1.6rem;
  }
}

.l-content-container {
  margin-top: 162px;
}
.l-main-layout {
  display: flex;
  max-width: 1287px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 40px 16px 0px;
  gap: 40px;
}
@media (max-width: 992px) {
  .l-main-layout {
    padding: 24px 12px 0px;
    flex-direction: column;
  }
}

.l-main-layout-sp-none {
  display: flex;
  max-width: 1287px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 40px 16px 0px;
  gap: 40px;
}
@media (max-width: 992px) {
  .l-main-layout-sp-none {
    padding: 24px 12px 0px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .l-main-layout-sp-none {
    padding: 24px 12px 0px;
  }
}
@media (max-width: 576px) {
  .l-main-layout-sp-none {
    padding: 24px 0px 0px;
  }
}

.l-sidebar {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .l-sidebar {
    width: 100%;
  }
}

.l-main {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.l-content-flex {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .l-content-flex {
    display: block;
  }
}

.l-fv-layout {
  margin: 0 auto;
  flex-wrap: nowrap;
  gap: 32px;
}

@media (max-width: 576px) {
  .pt0 {
    padding-top: 0px;
  }
}

.l-page-wrapper {
  margin: 0 16px;
  padding: 40px;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-size: 1rem; /* 16px → 1rem */
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.noto, .u-jp42, .p-contact .c-head h1, .common-title h2, .u-jp40, .u-jp32, .p-contact__title h1, .p-fv__slot .slot li, .p-features-list__item-title h3, .p-service__content-left h3, .p-service__content-right h3, .p-price__contents-title, .p-backup__content-text h3, .u-jp30, .u-jp28, .p-fv2__slot .slot li, .p-works__titlearea h2, .p-plan-tabs .plan-lead, .p-plan-tabs .plan-total, .p-plan-tabs .plan-total span, .u-jp24, .p-fv__actions .c-mail-button, .p-fv2__actions .c-mail-button, .p-problems-list__item-title h3, .p-price__btn .c-mail-button, .l-footer__catch, .u-jp22, .p-solution-list__item h3, .p-achievements__item-textarea h3, .p-plan-tabs .plan-box__title, .u-jp20, .p-achievements__item-img p, .p-works__item h3, .p-price-list__item-title, .p-plan-tabs__nav .tab-btn, .u-jp18, .p-contact__list li, .p-contact__text, .p-contact__attention, .p-contact__form .c-mail-button, .p-fv__slot p, .p-fv__lead, .p-fv2__slot p, .p-fv2__lead, .p-problems-list__item-content-bottom p, .p-features-list__item .check-list li h4, .p-plan-tabs .plan-list li, .u-jp16, .p-contact__description, .p-contact__title p, .p-contact__form .form-group label, .p-contact__form .form-group input,
.p-contact__form .form-group select,
.p-contact__form .form-group textarea, .p-blog-list__date, .p-blog-list__link, .p-news-list__date, .p-problems-list__item-content-top-title h4, .p-solution-list__item .check-list li, .p-solution-list__item-btn, .p-service .service-list__item h4, .p-achievements__item-textarea h3 small, .p-works__item-ctg, .p-price-list__item-title small, .p-price .p-price-cost-list__title, .p-price .p-price-cost-list__partation, .p-plan-tabs .plan-tags__wrap p, .p-plan-tabs .plan-tags li, .p-plan-tabs .plan-table th span,
.p-plan-tabs .plan-table td span, .p-plan-tabs .plan-table th, .p-plan-tabs .plan-total small, .common-title__detail, .c-mail-button, .l-footer__menu li a, .l-header__link, .l-header__link-ja, .l-header .c-mail-button span, .u-jp15, .u-jp14, .p-contact__form .form-group .form-note, .p-features-list__item-text, .p-features-list__item .check-list li p, .p-achievements__text, .p-works__text, .p-works__item-detail, .p-works__item p, .p-price .p-price-point-list li, .p-price .p-price-cost-list__number small, .p-plan-tabs .plan-table th,
.p-plan-tabs .plan-table td, .p-backup__content-text p, a.c-list-btn, .c-works-btn, .l-footer__address, .u-jp13, .p-contact__form .form-group .form-error, .p-problems-list__item-content-top p, .u-jp12, .p-contact__form .form-group .required, .p-contact__form .c-mail-button__note, .p-contact__form .submit-button__inner .submit-button__note, .submit-button__inner .submit-button__note, .p-news-list__title, .p-service .service-list__item p, .p-plan-tabs .plan-table td small, .u-jp11, body, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.roboto, .p-price .p-price-cost-list__number, .p-plan-tabs .plan-table .table-number, .p-plan-tabs .plan-total strong {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

.mon, .u-eng24, .p-features-list__item-title p, .u-eng22, .p-news__title, .u-eng20, .p-problems-list__item-title p, .u-eng18, .l-footer__info-right p, .u-eng16, .p-problems-list__item-title p small, .p-features-list__item-title p small, .common-title p small, .l-footer__copyright, .u-eng13, .l-header__link-en, .u-eng12, .u-eng10 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.u-jp11 {
  font-size: 11px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp11 {
    font-size: 10px;
  }
}

.u-jp12, .p-contact__form .form-group .required, .p-contact__form .c-mail-button__note, .p-contact__form .submit-button__inner .submit-button__note, .submit-button__inner .submit-button__note, .p-news-list__title, .p-service .service-list__item p, .p-plan-tabs .plan-table td small {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp12, .p-contact__form .form-group .required, .p-contact__form .c-mail-button__note, .p-contact__form .submit-button__inner .submit-button__note, .submit-button__inner .submit-button__note, .p-news-list__title, .p-service .service-list__item p, .p-plan-tabs .plan-table td small {
    font-size: 11px;
  }
}

.u-jp13, .p-contact__form .form-group .form-error, .p-problems-list__item-content-top p {
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .u-jp13, .p-contact__form .form-group .form-error, .p-problems-list__item-content-top p {
    font-size: 12px;
  }
}

.u-jp14, .p-contact__form .form-group .form-note, .p-features-list__item-text, .p-features-list__item .check-list li p, .p-achievements__text, .p-works__text, .p-works__item-detail, .p-works__item p, .p-price .p-price-point-list li, .p-price .p-price-cost-list__number small, .p-plan-tabs .plan-table th,
.p-plan-tabs .plan-table td, .p-backup__content-text p, a.c-list-btn, .c-works-btn, .l-footer__address {
  font-size: 14px;
  line-height: 1.65;
}
@media (max-width: 576px) {
  .u-jp14, .p-contact__form .form-group .form-note, .p-features-list__item-text, .p-features-list__item .check-list li p, .p-achievements__text, .p-works__text, .p-works__item-detail, .p-works__item p, .p-price .p-price-point-list li, .p-price .p-price-cost-list__number small, .p-plan-tabs .plan-table th,
  .p-plan-tabs .plan-table td, .p-backup__content-text p, a.c-list-btn, .c-works-btn, .l-footer__address {
    font-size: 12px;
  }
}

.u-jp15 {
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 576px) {
  .u-jp15 {
    font-size: 13px;
  }
}

.u-jp16, .p-contact__description, .p-contact__title p, .p-contact__form .form-group label, .p-contact__form .form-group input,
.p-contact__form .form-group select,
.p-contact__form .form-group textarea, .p-blog-list__date, .p-blog-list__link, .p-news-list__date, .p-problems-list__item-content-top-title h4, .p-solution-list__item .check-list li, .p-solution-list__item-btn, .p-service .service-list__item h4, .p-achievements__item-textarea h3 small, .p-works__item-ctg, .p-price-list__item-title small, .p-price .p-price-cost-list__title, .p-price .p-price-cost-list__partation, .p-plan-tabs .plan-tags__wrap p, .p-plan-tabs .plan-tags li, .p-plan-tabs .plan-table th span,
.p-plan-tabs .plan-table td span, .p-plan-tabs .plan-table th, .p-plan-tabs .plan-total small, .common-title__detail, .c-mail-button, .l-footer__menu li a, .l-header__link, .l-header__link-ja, .l-header .c-mail-button span {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp16, .p-contact__description, .p-contact__title p, .p-contact__form .form-group label, .p-contact__form .form-group input,
  .p-contact__form .form-group select,
  .p-contact__form .form-group textarea, .p-blog-list__date, .p-blog-list__link, .p-news-list__date, .p-problems-list__item-content-top-title h4, .p-solution-list__item .check-list li, .p-solution-list__item-btn, .p-service .service-list__item h4, .p-achievements__item-textarea h3 small, .p-works__item-ctg, .p-price-list__item-title small, .p-price .p-price-cost-list__title, .p-price .p-price-cost-list__partation, .p-plan-tabs .plan-tags__wrap p, .p-plan-tabs .plan-tags li, .p-plan-tabs .plan-table th span,
  .p-plan-tabs .plan-table td span, .p-plan-tabs .plan-table th, .p-plan-tabs .plan-total small, .common-title__detail, .c-mail-button, .l-footer__menu li a, .l-header__link, .l-header__link-ja, .l-header .c-mail-button span {
    font-size: 14px;
  }
}

.u-jp18, .p-contact__list li, .p-contact__text, .p-contact__attention, .p-contact__form .c-mail-button, .p-fv__slot p, .p-fv__lead, .p-fv2__slot p, .p-fv2__lead, .p-problems-list__item-content-bottom p, .p-features-list__item .check-list li h4, .p-plan-tabs .plan-list li {
  font-size: 18px;
}
@media (max-width: 576px) {
  .u-jp18, .p-contact__list li, .p-contact__text, .p-contact__attention, .p-contact__form .c-mail-button, .p-fv__slot p, .p-fv__lead, .p-fv2__slot p, .p-fv2__lead, .p-problems-list__item-content-bottom p, .p-features-list__item .check-list li h4, .p-plan-tabs .plan-list li {
    font-size: 15px;
  }
}

.u-jp20, .p-achievements__item-img p, .p-works__item h3, .p-price-list__item-title, .p-plan-tabs__nav .tab-btn {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .u-jp20, .p-achievements__item-img p, .p-works__item h3, .p-price-list__item-title, .p-plan-tabs__nav .tab-btn {
    font-size: 16px;
  }
}

.u-jp22, .p-solution-list__item h3, .p-achievements__item-textarea h3, .p-plan-tabs .plan-box__title {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .u-jp22, .p-solution-list__item h3, .p-achievements__item-textarea h3, .p-plan-tabs .plan-box__title {
    font-size: 18px;
  }
}

.u-jp24, .p-fv__actions .c-mail-button, .p-fv2__actions .c-mail-button, .p-problems-list__item-title h3, .p-price__btn .c-mail-button, .l-footer__catch {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp24, .p-fv__actions .c-mail-button, .p-fv2__actions .c-mail-button, .p-problems-list__item-title h3, .p-price__btn .c-mail-button, .l-footer__catch {
    font-size: 20px;
  }
}

.u-jp28, .p-fv2__slot .slot li, .p-works__titlearea h2, .p-plan-tabs .plan-lead, .p-plan-tabs .plan-total, .p-plan-tabs .plan-total span {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp28, .p-fv2__slot .slot li, .p-works__titlearea h2, .p-plan-tabs .plan-lead, .p-plan-tabs .plan-total, .p-plan-tabs .plan-total span {
    font-size: 22px;
  }
}

.u-jp30 {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp30 {
    font-size: 22px;
  }
}

.u-jp32, .p-contact__title h1, .p-fv__slot .slot li, .p-features-list__item-title h3, .p-service__content-left h3, .p-service__content-right h3, .p-price__contents-title, .p-backup__content-text h3 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp32, .p-contact__title h1, .p-fv__slot .slot li, .p-features-list__item-title h3, .p-service__content-left h3, .p-service__content-right h3, .p-price__contents-title, .p-backup__content-text h3 {
    font-size: 24px;
  }
}

.u-jp40 {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp40 {
    font-size: 28px;
  }
}

.u-jp42, .p-contact .c-head h1, .common-title h2 {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-jp42, .p-contact .c-head h1, .common-title h2 {
    font-size: 30px;
  }
}

.u-eng10 {
  font-size: 10px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng10 {
    font-size: 10px;
  }
}

.u-eng12 {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng12 {
    font-size: 12px;
  }
}

.u-eng13, .l-header__link-en {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng13, .l-header__link-en {
    font-size: 12px;
  }
}

.u-eng16, .p-problems-list__item-title p small, .p-features-list__item-title p small, .common-title p small, .l-footer__copyright {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng16, .p-problems-list__item-title p small, .p-features-list__item-title p small, .common-title p small, .l-footer__copyright {
    font-size: 14px;
  }
}

.u-eng18, .l-footer__info-right p {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng18, .l-footer__info-right p {
    font-size: 14px;
  }
}

.u-eng20, .p-problems-list__item-title p {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng20, .p-problems-list__item-title p {
    font-size: 16px;
  }
}

.u-eng22, .p-news__title {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng22, .p-news__title {
    font-size: 18px;
  }
}

.u-eng24, .p-features-list__item-title p {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .u-eng24, .p-features-list__item-title p {
    font-size: 20px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(to right, #20508F, #082448);
}
.l-header__inner {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .l-header__inner {
    padding: 8px 16px;
  }
}
.l-header__brand img {
  display: block;
  height: 45px;
  width: auto;
}
.l-header__left {
  display: flex;
  gap: 56px;
  align-items: center;
}
@media (max-width: 576px) {
  .l-header__btn {
    display: none !important;
  }
}
.l-header__toggle {
  display: none;
  position: relative;
  z-index: 2000;
  background: none;
  border: none;
  cursor: pointer;
  padding: 18px 2px;
  width: 60px;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  gap: 7px;
}
@media (max-width: 768px) {
  .l-header__toggle {
    min-width: 60px;
    padding: 16px 4px;
  }
}
@media (max-width: 576px) {
  .l-header__toggle {
    min-width: 30px;
    width: 50px;
  }
}
.l-header__toggle span {
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 40%;
  background: #2d2d2d;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .l-header__toggle span {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .l-header__toggle {
    display: flex;
  }
}
@media (max-width: 576px) {
  .l-header__toggle {
    gap: 6px;
  }
}
.l-header__toggle.is-active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  width: 60%;
}
@media (max-width: 576px) {
  .l-header__toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
}
.l-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  width: 60%;
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
}
@media (max-width: 1200px) {
  .l-header__nav {
    padding: 16px 16px;
  }
}
@media (max-width: 576px) {
  .l-header__nav {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .l-header__nav.is-open {
    transform: translateX(0);
  }
}
.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.l-header__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__spnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.2);
  z-index: 1100;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: right 0.3s ease;
}
.l-header__spnav.is-open {
  right: 0;
}
.l-header__spmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-header__spmenu li a {
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
}
.l-header__spcta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-header__spcta .c-tel-button span {
  font-size: 20px !important;
}
.l-header__spcta .c-mail-button {
  flex-direction: row !important;
  max-width: none !important;
}
.l-header__spcta .c-mail-button__label {
  display: block !important;
  font-size: 16px !important;
  padding: 0px !important;
}
.l-header__menu {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__link {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__cta {
  display: flex;
  gap: 40px;
  margin-left: 24px;
}
@media (max-width: 1200px) {
  .l-header__cta {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .l-header__cta {
    margin-left: 0;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .l-header__cta {
    gap: 8px;
  }
}

.navFlagFlex {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
  gap: 8px; 
}
.navFlagFlex img {
  width:30px;
  height:auto;
}
.p-header__tel {
  color:white;
  font-size:16px;
}
.p-header__tel img {
  width:18px;
  height:auto;
}
@media (max-width:768px) {
  .p-header__tel {
    display: none;
  } 
}

.l-header .c-tel-button {
  background-color: #ffffff;
  color: #1F528F;
}
@media (max-width: 576px) {
  .l-header .c-tel-button {
    padding: 0px;
    gap: 4px;
  }
  .l-header .c-tel-button p {
    font-size: 12px;
  }
  .l-header .c-tel-button span {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .l-header .c-tel-button span {
    font-size: 16px;
  }
}
.l-header .c-tel-button img {
  width: 30px;
}
@media (max-width: 576px) {
  .l-header .c-tel-button img {
    width: 20px;
  }
}
.l-header .c-mail-button {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .l-header .c-mail-button {
    padding: 20px 16px;
  }
}
@media (max-width: 576px) {
  .l-header .c-mail-button__label {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-header .c-mail-button img {
    width: 24px !important;
  }
}
.l-header .c-mail-button span {
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-header .c-mail-button span {
    gap: 8px;
  }
}
.l-header .c-mail-button img {
  width: 30px;
}

footer {
  border-top: 1px solid #1F528F;
}

.l-footer {
  /* CTAエリア */
}
.l-footer__cta {
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
@media (max-width: 576px) {
  .l-footer__cta {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .l-footer__cta .c-tel-button {
    min-width: 246px;
  }
}
.l-footer__cta-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 768px) {
  .l-footer__cta-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer__catch {
  font-weight: 800;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .l-footer__catch {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .l-footer__catch {
    font-size: 20px;
  }
}
.l-footer__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer__actions .c-mail-button {
  padding: 24px 64px;
  border-radius: 100px;
  background: #ffffff;
  color: #D8562B;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .l-footer__actions .c-mail-button {
    padding: 24px;
  }
}
.l-footer__actions .c-mail-button span {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .l-footer__actions .c-mail-button span {
    font-size: 20px;
  }
}
.l-footer__info {
  background: #ffffff;
  padding: 40px 16px;
  display: flex;
  align-items: start;
}
@media (max-width: 768px) {
  .l-footer__info {
    flex-direction: column;
  }
}
.l-footer__info-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.l-footer__info-left {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #1F528F;
}
@media (max-width: 768px) {
  .l-footer__info-left {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #1F528F;
    padding-right: 0px;
    padding-bottom: 24px;
    text-align: center;
  }
}
.l-footer__info-right {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .l-footer__info-right {
    padding-left: 0px;
    padding-top: 24px;
  }
}
.l-footer__info-right p {
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .l-footer__info-right p {
    margin-bottom: 20px;
  }
}
.l-footer__logo {
  margin-bottom: 16px;
  width: 110px;
}
@media (max-width: 576px) {
  .l-footer__logo {
    max-width: 100px;
  }
}
.l-footer__address {
  font-weight: 500;
}
.l-footer__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 576px) {
  .l-footer__menu {
    gap: 20px;
  }
}
.l-footer__menu li a {
  color: #2d2d2d;
  font-weight: 600;
  padding-bottom: 8px;
  transition: transform 0.3s ease;
}
.l-footer__menu li a:hover {
  border-bottom: 2px solid #1F528F;
}
.l-footer__copyright {
  padding: 12px 16px;
  background: linear-gradient(to right, #20508F, #082448);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

/* ================================
   Mail Button
================================ */
.c-mail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 56px;
  border-radius: 100px;
  background: linear-gradient(to right, #D27217, #AA1400);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  box-shadow: 0px 8px 8px rgba(207, 106, 21, 0.24);
  transition: all 0.3s ease;
}
/* ================================
   List Button
================================ */
a.c-list-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px 72px;
  border: 1px solid #1F528F;
  background-color: #ffffff;
  color: #1F528F;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
}
a.c-list-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #1F528F;
  z-index: 0;
  transition: width 0.4s ease;
}
a.c-list-btn span,
a.c-list-btn img {
  position: relative;
  z-index: 1;
}
a.c-list-btn:hover {
  color: #ffffff !important;
}
a.c-list-btn:hover::before {
  width: 100%;
}
a.c-list-btn:hover img {
  content: url("../images/arrow-right-white.svg");
}

/* ================================
   Works Button
================================ */
.c-works-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  letter-spacing: 0;
  padding: 8px 16px;
  background: rgb(174, 182, 199);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 240px;
}
.c-works-btn img {
  width: 4px;
}
.c-banner {
  position: fixed;
  bottom: 8px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 16px;
}
@media (max-width: 992px) {
  .c-banner {
    width: 100%;
  }
}
.c-banner a {
  position: relative;
  display: inline-block;
}
.c-banner img {
  width: 100%;
  max-width: 892px;
  min-width: 892px;
}
@media (max-width: 992px) {
  .c-banner img {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .c-banner img {
    min-width: auto;
    max-width: none;
  }
}
@media (max-width: 576px) {
  .c-banner .banner-pc {
    display: none;
  }
}
.c-banner .banner-sp {
  display: none;
}
@media (max-width: 576px) {
  .c-banner .banner-sp {
    display: block;
  }
}
.c-banner__close {
  position: absolute;
  top: -12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: #333;
  z-index: 999;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.c-banner__close:hover {
  background: #f5f5f5;
}
@media (max-width: 576px) {
  .c-banner__close {
    top: -8px;
    right: 12px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 22px;
  }
}

.common-title {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .common-title {
    margin-bottom: 20px;
  }
}
.common-title p {
  text-align: center;
}
.common-title p small {
  margin: 0 auto;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.common-title p small::before {
  position: absolute;
  content: "";
  background: #D8562B;
  left: -16px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.common-title__detail {
  line-height: 1.5;
  font-weight: 500;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .common-title__detail {
    font-size: 13px;
  }
}
.common-title h2 {
  text-align: center;
  display: block;
  font-weight: 900;
}
.br500 {
  display: none;
}
@media (max-width: 576px) {
  .br500 {
    display: block;
  }
}

@media (max-width: 576px) {
  .br-pc {
    display: none;
  }
}

.marker-orange {
  position: relative;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari対応 */
  background: linear-gradient(transparent 70%, rgba(216, 86, 43, 0.7) 70%);
}

.marker-yellow {
  position: relative;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari対応 */
  background: linear-gradient(transparent 70%, rgb(251, 183, 12) 70%);
}

.color-orange {
  color: #D8562B;
}

.color-blue {
  color: #1F528F;
}

.p-fv {
  position: relative;
  background: linear-gradient(to right, #20508F, #082448);
  padding: 40px 0 80px;
}
@media (max-width: 992px) {
  .p-fv {
    padding: 20px 0 40px;
  }
}
.p-fv .c-tel-button {
  min-width: 246px;
}
.p-fv__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .p-fv__content {
    flex-direction: column;
  }
}
.p-fv__content-left {
  width: 60%;
}
@media (max-width: 992px) {
  .p-fv__content-left {
    width: 100%;
  }
}
.p-fv__content-right {
  width: 40%;
}
@media (max-width: 992px) {
  .p-fv__content-right {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .p-fv__content-right {
    position: absolute;
    right: 16px;
    bottom: 40px;
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .p-fv__content-right {
    position: absolute;
    right: 16px;
    bottom: 80px;
    width: 100%;
    max-width: 200px;
  }
}
.p-fv__content-right img {
  width: 100%;
}
.p-fv__slot {
  min-width: 420px;
  max-width: 420px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-fv__slot {
    max-width: none;
    min-width: auto;
    margin-bottom: 12px;
    width: 100%;
    justify-content: center;
  }
}
.p-fv__slot .element {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-fv__slot .element::before, .p-fv__slot .element::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #ffffff;
}
.p-fv__slot .element::before {
  transform: rotate(64deg);
}
.p-fv__slot .element::after {
  transform: rotate(-64deg);
}
.p-fv__slot p {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-fv__slot p {
    font-size: 14px;
  }
}
.p-fv__slot .slot {
  position: relative;
  height: 76px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-fv__slot .slot li {
  padding: 12px;
  display: inline-block;
  border: 4px solid #ffffff;
  text-align: center;
  width: 100%;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slotScroll 3s ease-in-out infinite;
}
.p-fv__slot .slot li:nth-child(1) {
  animation-delay: 0s;
}
.p-fv__slot .slot li:nth-child(2) {
  animation-delay: 1s;
}
.p-fv__slot .slot li:nth-child(3) {
  animation-delay: 2s;
}
@keyframes slotScroll {
  0%, 30% {
    opacity: 1;
    transform: translateY(0);
  }
  33%, 100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.p-fv__title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-fv__title {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
.p-fv__title span {
  display: inline !important;
}
.p-fv__lead {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 992px) {
  .p-fv__lead {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .p-fv__lead {
    font-size: 14px;
    margin-bottom: 160px;
  }
}
.p-fv__actions {
  display: flex;
  gap: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-fv__actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-fv__actions .c-mail-button {
  padding: 20px 48px;
  font-weight: 900;
  border-radius: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .p-fv__actions .c-mail-button {
    width: 100%;
  }
}
.p-fv__visual {
  flex: 1;
}
.p-fv__visual img {
  width: 100%;
  height: auto;
}

.p-fv2 {
  position: relative;
  background: #ffffff;
  padding: 40px 0 80px;
}
@media (max-width: 992px) {
  .p-fv2 {
    padding: 20px 0 40px;
  }
}
.p-fv2 .c-tel-button {
  min-width: 246px;
}
.p-fv2__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .p-fv2__content {
    flex-direction: column;
  }
}
.p-fv2__content-left {
  width: 60%;
}
@media (max-width: 992px) {
  .p-fv2__content-left {
    width: 100%;
  }
}
.p-fv2__content-right {
  width: 40%;
}
@media (max-width: 992px) {
  .p-fv2__content-right {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .p-fv2__content-right {
    position: absolute;
    right: 16px;
    bottom: 40px;
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .p-fv2__content-right {
    position: absolute;
    right: 16px;
    bottom: 100px;
    width: 100%;
    max-width: 200px;
  }
}
.p-fv2__content-right img {
  width: 100%;
}
.p-fv2__slot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 24px;
  max-width: 550px;
}
@media (max-width: 768px) {
  .p-fv2__slot {
    max-width: none;
    min-width: auto;
    margin-bottom: 12px;
    width: 100%;
    justify-content: center;
  }
}
.p-fv2__slot .element {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-fv2__slot .element::before, .p-fv2__slot .element::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #2d2d2d;
}
.p-fv2__slot .element::before {
  transform: rotate(64deg);
}
.p-fv2__slot .element::after {
  transform: rotate(-64deg);
}
.p-fv2__slot p {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-fv2__slot p {
    font-size: 14px;
  }
}
.p-fv2__slot .slot {
  position: relative;
  height: 88px;
  overflow: hidden;
  list-style: none;
  padding-bottom: 8px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .p-fv2__slot .slot {
    height: 110px;
  }
}
.p-fv2__slot .slot li {
  padding: 12px 12px 12px 12px;
  display: inline-block;
  border-radius: 40px;
  background-color: #efefef;
  border: 4px solid #424242;
  text-align: center;
  z-index: 6;
  width: 100%;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slotScroll 3s ease-in-out infinite;
}
.p-fv2__slot .slot li::after {
  content: "";
  background: url(../images/fv2_slot_dcr.svg);
  position: absolute;
  width: 43px;
  height: 32px;
  bottom: -20px;
  right: 20px;
  z-index: 2;
  background-repeat: no-repeat;
}
.p-fv2__slot .slot li:nth-child(1) {
  animation-delay: 0s;
}
.p-fv2__slot .slot li:nth-child(2) {
  animation-delay: 1s;
}
.p-fv2__slot .slot li:nth-child(3) {
  animation-delay: 2s;
}
@keyframes slotScroll {
  0%, 30% {
    opacity: 1;
    transform: translateY(0);
  }
  33%, 100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.p-fv2__title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-fv2__title {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
.p-fv2__title span {
  display: inline !important;
}
.p-fv2__lead {
  font-weight: 600;
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 992px) {
  .p-fv2__lead {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .p-fv2__lead {
    font-size: 14px;
    margin-bottom: 160px;
  }
}
.p-fv2__actions {
  display: flex;
  gap: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-fv2__actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-fv2__actions .c-mail-button {
  padding: 20px 48px;
  font-weight: 900;
  border-radius: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .p-fv2__actions .c-mail-button {
    width: 100%;
    padding: 20px;
  }
}
.p-fv2__visual {
  flex: 1;
}
.p-fv2__visual img {
  width: 100%;
  height: auto;
}

.p-blog-list {
  padding: 80px 16px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .p-blog-list {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  .p-blog-list {
    padding: 40px 120px 40px 16px;
  }
}
@media (max-width: 576px) {
  .p-blog-list {
    padding: 40px 64px 40px 16px;
  }
}
.p-blog-list__content {
  position: relative;
  margin: 0 auto;
  padding: 40px 80px;
  max-width: 950px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-blog-list__content {
    padding: 16px;
  }
}
.p-blog-list__title {
  position: absolute;
  top: -40px;
  right: -88px;
  width: 77px;
  font-weight: 700;
  transform: rotate(0deg);
  text-align: center;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease-out;
}
.p-blog-list__title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-blog-list__title {
    width: 64px;
    top: -20px;
  }
}
@media (max-width: 576px) {
  .p-blog-list__title {
    width: 40px;
    top: -16px;
    right: -48px;
  }
}
.p-blog-list__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .p-blog-list__items {
    gap: 8px;
  }
}
.p-blog-list__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.p-blog-list__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-blog-list__item a {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 32px 56px;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 768px) {
  .p-blog-list__item a {
    padding: 16px;
    flex-direction: column;
    gap: 8px;
  }
}
.p-blog-list__date {
  flex-shrink: 0;
}
.p-blog-list__link {
  text-decoration: underline;
}

.p-news {
  position: relative;
  margin-top: -40px;
  margin-left: 120px;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 40px;
}
@media (max-width: 768px) {
  .p-news {
    margin-left: 40px;
  }
}
@media (max-width: 576px) {
  .p-news {
    padding: 16px;
    margin-left: 16px;
    margin-top: -24px;
  }
}
.p-news__content {
  padding-left: 120px;
  border-left: 1px solid #1F528F;
}
@media (max-width: 992px) {
  .p-news__content {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .p-news__content {
    padding-left: 16px;
  }
}
.p-news__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .p-news__inner {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .p-news__inner {
    gap: 16px;
  }
}
.p-news__title {
  font-weight: 500;
}
.p-news-list__item a {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 576px) {
  .p-news-list__item a {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
}
.p-news-list__date {
  min-width: 100px;
}
@media (max-width: 576px) {
  .p-news-list__date {
    font-size: 12px;
    min-width: 80px;
  }
}
.p-news-list__title {
  text-decoration: underline;
}

.p-problems {
  background-color: #E4E8EA;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 576px) {
  .p-problems {
    padding: 40px 0;
  }
}
.p-problems__dcr {
  position: absolute;
  content: "";
  width: 50%;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-problems__dcr {
    bottom: -40px;
  }
}
@media (max-width: 576px) {
  .p-problems__dcr {
    bottom: -20px;
  }
}
.p-problems-list {
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  .p-problems-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-problems-list {
    flex-direction: column;
  }
}
.p-problems-list__item {
  padding: 16px;
  background-color: #ffffff;
  width: calc((100% - 40px) / 3);
}
@media (max-width: 768px) {
  .p-problems-list__item {
    width: 100%;
  }
}
.p-problems-list__item-title {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1F528F;
}
.p-problems-list__item-title p {
  color: #D8562B;
  font-weight: 600;
}
.p-problems-list__item-title p small {
  margin-right: 2px;
}
.p-problems-list__item-title h3 {
  font-weight: 800;
}
.p-problems-list__item-content-top-img {
  width: 100%;
  margin-bottom: 12px;
}
.p-problems-list__item-content-top-title {
  margin-bottom: 12px;
  position: relative;
}
.p-problems-list__item-content-top-title h4 {
  text-align: center;
  font-weight: 900;
  padding: 8px;
  border-radius: 32px;
  color: #ffffff;
  background-color: #424242;
}
.p-problems-list__item-content-top-title img {
  content: "";
  position: absolute;
  width: 29px;
  bottom: -12px;
  right: 16px;
}
.p-problems-list__item-content-top p {
  font-weight: 500;
}
.p-problems-list__item-content-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-problems-list__item-content-arrow img {
  width: 18px;
  margin: 8px auto;
}
.p-problems-list__item-content-bottom {
  min-height: 156px;
  position: relative;
  padding: 16px;
  border: 4px solid #FBB70C;
}
@media (max-width: 768px) {
  .p-problems-list__item-content-bottom {
    min-height: auto;
  }
}
.p-problems-list__item-content-bottom p {
  font-weight: 800;
}
.p-problems-list__item-content-bottom img {
  content: "";
  position: absolute;
  width: 29px;
  top: -16px;
  left: -16px;
}

.p-solution {
  padding: 120px 0 80px;
  background: linear-gradient(to bottom, rgba(0, 128, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}
@media (max-width: 576px) {
  .p-solution {
    padding: 64px 0 40px;
  }
}
.p-solution .common-title {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .p-solution .common-title {
    margin-bottom: 40px;
  }
}
.p-solution .common-title img {
  margin-bottom: -30px;
  width: 182px;
  margin-right: 8px;
}
@media (max-width: 576px) {
  .p-solution .common-title img {
    width: 92px;
    margin-bottom: -16px;
  }
}
.p-solution .common-title .common-title__detail {
  margin-top: 40px;
}
.p-solution-list {
  display: flex;
  gap: 40px;
  flex-wrap:wrap;
}
@media (max-width: 992px) {
  .p-solution-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-solution-list {
    flex-direction: column;
  }
}
.p-solution-list__item {
  padding: 24px;
  background-color: #ffffff;
  border: 4px solid #1F528F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: calc((100% - 80px) / 3);
}
@media (max-width: 992px) {
  .p-solution-list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .p-solution-list__item {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-solution-list__item {
    padding: 12px;
  }
}
.p-solution-list__item-img {
  width: 100%;
  margin-bottom: 24px;
}
.p-solution-list__item h3 {
  text-align: center;
  font-weight: 800;
  color: #1F528F;
  margin-bottom: 22px;
}
.p-solution-list__item .check-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-solution-list__item .check-list li {
  padding-left: 28px;
  position: relative;
  font-weight: 800;
}
.p-solution-list__item .check-list li::before {
  position: absolute;
  content: "";
  left: 0px;
  background: url(../images/check.svg) no-repeat center/contain;
  top: 0px;
  width: 24px;
  height: 24px;
}
.p-solution-list__item-btn {
  display: block;
  text-align: center;
  font-weight: 800;
  color: #1F528F;
  padding: 8px;
  border-radius: 24px;
  border: 2px solid #1F528F;
  position: relative;
}
.p-solution-list__item-btn::after {
  position: absolute;
  content: "";
  right: 12px;
  background: url(../images/btn_arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-features {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 576px) {
  .p-features {
    padding: 40px 0;
  }
}
.p-features__dcr {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 126px;
  z-index: -1;
}
@media (max-width: 576px) {
  .p-features__dcr {
    max-width: 80px;
  }
}
.p-features-list {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 992px) {
  .p-features-list {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .p-features-list {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .p-features-list {
    gap: 40px;
    margin-top: 0px;
  }
}
.p-features-list__item {
  margin-right: 16px;
  background-color: #F5F5F5;
  padding: 40px 160px;
  display: flex;
  position: relative;
  margin-right: 24%;
  padding-left: 10%;
  flex-direction: column;
}
.p-features-list__item:nth-child(2n) {
  justify-content: end;
  margin-right: 0%;
  margin-left: 24%;
  padding-right: 10%;
}
@media (max-width: 992px) {
  .p-features-list__item:nth-child(2n) {
    padding: 40px 80px;
  }
}
@media (max-width: 768px) {
  .p-features-list__item:nth-child(2n) {
    margin-left: 8%;
    padding-right: 16px;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .p-features-list__item:nth-child(2n) {
    margin-left: 4%;
    padding-right: 0;
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .p-features-list__item:nth-child(2n) {
    padding: 20px 16px;
  }
}
.p-features-list__item:nth-child(2n) .p-features-list__item-title {
  padding-right: 0%;
}
@media (max-width: 576px) {
  .p-features-list__item:nth-child(2n) .p-features-list__item-title {
    padding-left: 0%;
  }
}
.p-features-list__item:nth-child(2n) .features-img {
  right: auto;
  left: -240px;
}
@media (max-width: 992px) {
  .p-features-list__item:nth-child(2n) .features-img {
    left: -160px;
  }
}
@media (max-width: 768px) {
  .p-features-list__item:nth-child(2n) .features-img {
    left: -40px;
  }
}
@media (max-width: 576px) {
  .p-features-list__item:nth-child(2n) .features-img {
    left: auto;
    position: relative;
  }
}
@media (max-width: 992px) {
  .p-features-list__item {
    margin-right: 10%;
    padding: 40px 80px;
  }
}
@media (max-width: 768px) {
  .p-features-list__item {
    margin-right: 8%;
    padding-left: 16px;
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .p-features-list__item {
    margin-right: 4%;
    padding-left: 0;
    padding: 20px 16px;
  }
}
.p-features-list__item .features-img {
  position: absolute;
  content: "";
  right: -180px;
  top: -80px;
  max-width: 340px;
  width: 100%;
}
@media (max-width: 992px) {
  .p-features-list__item .features-img {
    max-width: 240px;
    top: -48px;
    right: -48px;
  }
}
@media (max-width: 768px) {
  .p-features-list__item .features-img {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.p-features-list__item-title {
  display: flex;
  align-items: start;
  gap: 22px;
  color: #1F528F;
  padding-right: 18%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-features-list__item-title {
    gap: 8px;
    padding-right: 0;
  }
}
.p-features-list__item-title p {
  padding-left: 18px;
  border-left: 4px solid #1F528F;
  font-size: 64px;
  color: #7997bc;
  line-height: 1;
  font-weight: 700;
}
.p-features-list__item-title p small {
  display: block;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 576px) {
  .p-features-list__item-title p {
    font-size: 40px;
    padding-left: 8px;
  }
  .p-features-list__item-title p small {
    font-size: 16px;
  }
}
.p-features-list__item-title h3 {
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-features-list__item-title h3 {
    font-size: 24px;
  }
}
.p-features-list__item-text {
  font-weight: 500;
  margin-bottom: 16px;
}
.p-features-list__item .check-list {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 576px) {
  .p-features-list__item .check-list {
    padding: 16px 12px;
  }
}
.p-features-list__item .check-list li {
  padding-left: 32px;
  position: relative;
}
.p-features-list__item .check-list li::before {
  position: absolute;
  content: "";
  left: 0px;
  background: url(../images/check.svg) no-repeat center/contain;
  top: 3px;
  width: 24px;
  height: 24px;
}
.p-features-list__item .check-list li h4 {
  font-weight: 800;
  margin-bottom: 4px;
}
.p-features-list__item .check-list li p {
  font-weight: 500;
}
.p-features-list__item .check-list .features-dcr {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 31px;
}

.p-service {
  padding: 80px 0;
  position: relative;
  background-color: #E4E8EA;
}
.p-service .l-block__inner {
  position: relative;
  z-index: 2;
}
.p-service__dcr {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 126px;
  z-index: 1;
}
@media (max-width: 576px) {
  .p-service__dcr {
    max-width: 80px;
  }
}
@media (max-width: 576px) {
  .p-service {
    padding: 40px 0;
  }
}
.p-service__contents {
  display: flex;
}
@media (max-width: 992px) {
  .p-service__contents {
    flex-direction: column;
  }
}
.p-service__content-left {
  padding: 32px 24px;
  width: 50%;
  background: linear-gradient(to right, #20508F, #082448);
}
@media (max-width: 992px) {
  .p-service__content-left {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-service__content-left {
    padding: 24px 12px;
  }
}
.p-service__content-left h3 {
  text-align: center;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-service__content-right {
  width: 50%;
  padding: 32px 24px;
  background-color: #f5f6f7;
}
@media (max-width: 992px) {
  .p-service__content-right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-service__content-right {
    padding: 24px 12px;
  }
}
.p-service__content-right .service-list__item h4 {
  color: #2d2d2d !important;
}
.p-service__content-right h3 {
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}
.p-service .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 576px) {
  .p-service .service-list {
    gap: 8px;
  }
}
.p-service .service-list__item {
  width: calc((100% - 32px) / 3);
  padding: 12px;
  border: 2px solid #a3a8aa;
  background-color: #ffffff;
  position: relative;
  min-height: 180px;
}
@media (max-width: 576px) {
  .p-service .service-list__item {
    width: calc((100% - 16px) / 3);
    padding: 6px;
  }
}
.p-service .service-list__item h4 {
  font-weight: 900;
  margin-bottom: 8px;
  color: #1F528F;
}
@media (max-width: 576px) {
  .p-service .service-list__item h4 {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.p-service .service-list__item p {
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-service .service-list__item p {
    line-height: 1.3;
  }
}
.p-service .service-list__item img {
  position: absolute;
  width: 37px;
  height: auto;
  content: "";
  right: 4px;
  bottom: 4px;
  color: #1F528F;
}
@media (max-width: 576px) {
  .p-service .service-list__item img {
    width: 32px;
  }
}

.p-achievements {
  position: relative;
  padding: 80px 0;
}
.p-achievements__dcr {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 126px;
  z-index: -1;
}
@media (max-width: 576px) {
  .p-achievements__dcr {
    max-width: 80px;
  }
}
@media (max-width: 576px) {
  .p-achievements {
    padding: 40px 0;
  }
}
.p-achievements__text {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out 0.2s;
}
.p-achievements__text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-achievements__items {
  display: flex;
  gap: 80px;
}
@media (max-width: 992px) {
  .p-achievements__items {
    padding: 0;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .p-achievements__items {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .p-achievements__items {
    flex-direction: column;
    gap: 32px;
  }
}
.p-achievements__item {
  width: calc((100% - 160px) / 3);
  border: 4px solid #1F528F;
}
@media (max-width: 992px) {
  .p-achievements__item {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 768px) {
  .p-achievements__item {
    width: calc((100% - 16px) / 3);
  }
}
@media (max-width: 576px) {
  .p-achievements__item {
    width: 100%;
  }
}
.p-achievements__item-img {
  width: 100%;
  position: relative;
  height: 205px;
}
@media (max-width: 768px) {
  .p-achievements__item-img {
    height: 160px;
  }
}
@media (max-width: 576px) {
  .p-achievements__item-img {
    height: 200px;
  }
}
.p-achievements__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-achievements__item-img p {
  padding: 0px 16px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-weight: 500;
  background-color: #ffffff;
  color: #1F528F;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .p-achievements__item-img p {
    font-size: 18px;
  }
}
.p-achievements__item-textarea {
  padding: 24px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-top: 4px solid #1F528F;
}
@media (max-width: 768px) {
  .p-achievements__item-textarea {
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .p-achievements__item-textarea {
    padding: 16px;
    gap: 16px;
  }
}
.p-achievements__item-textarea h3 {
  text-align: center;
  font-weight: 800;
  color: #1F528F;
}
@media (max-width: 768px) {
  .p-achievements__item-textarea h3 {
    font-size: 18px;
  }
}
.p-achievements__item-textarea h3 span {
  display: inline;
}
.p-achievements__item-textarea h3 small {
  font-weight: 700;
}

.p-works {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .p-works {
    padding: 40px 0;
  }
}
.p-works::after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #E4E8EA;
  z-index: -1;
}
@media (max-width: 576px) {
  .p-works::after {
    bottom: 40px;
  }
}
@media (max-width: 576px) {
  .p-works {
    padding: 40px 0 80px;
  }
}
.p-works__inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .p-works__inner {
    padding: 0 16px;
  }
}
.p-works__cover {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 80px;
  width: 800px;
  height: 800px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 576px) {
  .p-works__cover {
    left: 16px;
    width: 300px;
    height: 1000px;
  }
}
.p-works__titlearea {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 32px;
  max-width: 1180px;
  padding: 0 16px;
}
@media (max-width: 576px) {
  .p-works__titlearea {
    padding: 0px;
    margin-bottom: 24px;
  }
}
.p-works__titlearea h2 {
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: end;
  color: #ffffff;
  background-color: #1F528F;
  padding: 8px 16px;
}
@media (max-width: 576px) {
  .p-works__titlearea h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.p-works__text {
  margin-bottom: 16px;
  text-align: right;
}
.p-works__content {
  width: 100vw;
  position: relative;
  z-index: 4;
}
.p-works__items {
  display: flex;
  padding-top: 160px;
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .p-works__items {
    padding-top: 80px;
  }
}
.p-works__item {
  position: relative;
  margin: 0 0;
  background-color: #ffffff;
  transition: transform 0.3s ease;
  margin: 0 auto;
  padding: 80px 80px 40px;
  min-height: 320px;
  max-width: 816px;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
@media (max-width: 576px) {
  .p-works__item {
    margin-right: 16px !important;
    min-width: auto;
    max-width: none;
    padding: 64px 20px 20px;
    min-width: 200px;
  }
}
.p-works__item-ctg {
  text-align: center;
  padding: 2px 8px;
  margin: 0 auto;
  font-weight: 700;
  color: #1F528F;
  background-color: #f2f5fd;
  border-radius: 24px;
  display: inline-block;
}
.p-works__item-img {
  position: absolute;
  width: 100%;
  max-width: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  top: -56px;
  z-index: 3;
  left: 50%;
  border-radius: 100px;
  transform: translateX(-50%);
  box-shadow: 0 -12px 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .p-works__item-img {
    width: 80px;
    top: -32px;
    max-width: 80px;
  }
}
.p-works__item-detail {
  font-weight: 500;
}
.p-works__item-textarea {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 24px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-works__item h3 {
  text-align: center;
  color: #1F528F;
}
.p-works__item-btnarea {
  display: flex;
  justify-content: center;
}
.p-works__nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .p-works__nav {
    margin-top: 24px;
  }
}
.p-works__nav .swiper-button-prev,
.p-works__nav .swiper-button-next {
  position: static;
  width: 48px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .p-works__nav .swiper-button-prev,
  .p-works__nav .swiper-button-next {
    width: 36px;
  }
}
.p-works__nav .swiper-button-prev img,
.p-works__nav .swiper-button-next img {
  display: inline-block;
  width: 100%;
  height: auto;
  display: block;
}
.p-works__nav .swiper-button-prev::after,
.p-works__nav .swiper-button-next::after {
  display: none;
}
.p-works__btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.p-works__btn a {
  max-width: 240px;
}

.p-works__item {
  transition: all 0.4s ease;
  opacity: 0.4;
  transform: scale(0.9);
  filter: blur(0.5px);
  pointer-events: none;
}
.p-works__item.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
  pointer-events: auto;
  z-index: 2;
}
.p-works__item.swiper-slide-next, .p-works__item.swiper-slide-prev {
  opacity: 0.7;
  transform: scale(0.95);
}

.swiper-pagination {
  position: relative !important;
}

.p-price {
  padding: 80px 0px;
  background-color: #E4E8EA;
}
@media (max-width: 576px) {
  .p-price {
    padding: 40px 0;
  }
}
.p-price__contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 576px) {
  .p-price__contents {
    gap: 40px;
  }
}
.p-price__contents-title {
  padding-bottom: 8px;
  border-bottom: 2px solid #1F528F;
  margin-bottom: 16px;
  font-weight: 900;
  position: relative;
  padding-left: 26px;
}
.p-price__contents-title::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #D27217, #AA1400);
  left: 0px;
  top: 16px;
  width: 18px;
  height: 18px;
  border-radius: 100px;
}
.p-price-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.p-price-list__item {
  width: calc((100% - 32px) / 3);
  flex-wrap: wrap;
  border: 4px solid #1F528F;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-price-list__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 576px) {
  .p-price-list__item {
    width: 100%;
  }
}
.p-price-list__item-title {
  text-align: center;
  padding: 8px;
  background: linear-gradient(to right, #20508F, #082448);
  color: #ffffff;
  font-weight: 900;
}
.p-price-list__item-textarea {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
@media (max-width: 576px) {
  .p-price-list__item-textarea {
    padding: 12px;
  }
}



.p-price-list__example {
  display: flex;
  margin-left:16px;
  gap: 16px;
  flex-wrap: wrap;
  flex: 1 1 750px;
  max-width: 100%;
}

.p-price-list__item__example {
  width: calc((100% - 32px) / 2);
  flex-wrap: wrap;
  margin-top:24px; 
  border: 4px solid #3E4C53;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-price-list__example {
    margin-left:0px;
  }
}
@media (max-width: 768px) {
  .p-price-list__item__example {
    flex-basis: 100%;
    width: auto; /* 保険：width指定を無効化 */
  }
}
@media (max-width: 576px) {
  .p-price-list__item__example {
    flex-basis: 100%;
  }
}

.p-price-list__item-title__example {
  text-align: center;
  padding: 8px;
  background: linear-gradient(
  to right,
  #7F8D94,
  #4F5E66
);
  color: #ffffff;
  font-size:20px;
  font-weight: 900;
}
.p-price-list__item-textarea__example {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  margin:0 24px;
}
@media (max-width: 768px) {
  .p-price-list__item-textarea__example {
    padding: 8px;
    margin:8px;
  }
}
.p-price__example {
  font-size:14px;
  color:#2d2d2d;
}
  .priceTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .priceTable td {
    padding: 4px 0;
    vertical-align: top;
  }
  .priceTable .label {
    white-space: nowrap;
    padding-right: 16px;
  }
  .priceTable .value {
    text-align: right;
    white-space: nowrap;
  }
  @media (max-width: 576px) {
  .priceTable {
    font-size: 14px;
  }

  .priceTable td {
    padding: 8px 0;
  }
}
  /* 罫線：小計の上 */
  .priceTable .line-top-subtotal td {
    border-top: 1px solid #2d2d2d;
    padding-top: 12px;
  }

  /* 罫線：税込金額の上 */
  .priceTable .line-top-total td {
    border-top: 1px solid #2d2d2d;
    padding-top: 12px;
  }



.p-price .p-price-point-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-price .p-price-point-list li {
  position: relative;
  font-weight: 700;
  padding-left: 16px;
}
.p-price .p-price-point-list li::before {
  position: absolute;
  content: "";
  background: #1F528F;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}
.p-price .p-price-cost-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-price .p-price-cost-list li {
  display: flex;
  align-items: center;
}
.p-price .p-price-cost-list__title {
  width: 80px;
  min-width: 80px;
  font-weight: 700;
}
.p-price .p-price-cost-list__partation {
  font-weight: 700;
}
.p-price .p-price-cost-list__number {
  font-size: 20px;
  font-weight: 700;
}
.p-price .p-price-cost-list__number small {
  font-weight: 500;
}
.p-price__btn {
  display: flex;
  justify-content: center;
}
.p-price__btn .c-mail-button {
  padding: 20px 48px;
}

.p-plan-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 576px) {
  .p-plan-tabs__nav {
    gap: 4px;
  }
}
.p-plan-tabs__nav .tab-btn {
  flex: 1;
  padding: 14px 8px;
  text-align: center;
  font-weight: 900;
  background: #7F8D94;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .p-plan-tabs__nav .tab-btn {
    font-size: 15px;
    padding: 8px;
  }
}
.p-plan-tabs__nav .tab-btn.is-active {
  background: linear-gradient(to right, #20508F, #082448);
  color: #ffffff;
}
.p-plan-tabs .tab-content {
  display: none;
  border: 4px solid #1F528F;
}
.p-plan-tabs .tab-content__top {
  padding: 20px 40px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-plan-tabs .tab-content__top {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .p-plan-tabs .tab-content__top {
    padding: 12px;
  }
}
.p-plan-tabs .tab-content.is-active {
  display: block;
  animation: fadeIn 0.4s ease;
}
.p-plan-tabs .plan-lead {
  font-weight: 900;
  margin-bottom: 16px;
  color: #1F528F;
}
.p-plan-tabs .plan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-plan-tabs .plan-tags__wrap {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
}
.p-plan-tabs .plan-tags__wrap p {
  font-weight: 700;
  padding-right: 16px;
  border-right: 2px solid #1F528F;
}
.p-plan-tabs .plan-tags li {
  background: #f2f5fd;
  color: #1F528F;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 24px;
}
.p-plan-tabs .plan-box {
  border: 2px solid #1F528F;
  padding: 16px 24px;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .p-plan-tabs .plan-box {
    padding: 8px 12px;
  }
}
.p-plan-tabs .plan-box__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.p-plan-tabs .plan-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 6px;
  font-weight: 700;
}
.p-plan-tabs .plan-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/check.svg) no-repeat center/contain;
  top: 3px;
  width: 22px;
  height: 22px;
}
.p-plan-tabs .plan-table {
  width: 100%;
  border-collapse: collapse;
}
.p-plan-tabs .plan-table__wrap {
  display: flex;
  background: #ffffff;
  gap: 4px;
}
@media (max-width: 576px) {
  .p-plan-tabs .plan-table__wrap {
    flex-direction: column;
  }
}
.p-plan-tabs .plan-table td:first-child {
  background-color: #eaeaea;
  font-weight: 600;
  max-width: 160px;
  width: 40%;
  border-bottom: 1px solid #ffffff;
}
.p-plan-tabs .plan-table th,
.p-plan-tabs .plan-table td {
  padding: 8px 12px;
  text-align: left;
  font-weight: 700;
}
.p-plan-tabs .plan-table td {
  border: 1px solid #eaeaea;
}
.p-plan-tabs .plan-table .table-number {
  font-weight: 800;
  margin-left: 2px;
  font-size: 21px;
}
.p-plan-tabs .plan-table th {
  background: linear-gradient(
  to right,
  #6f8fb8,
  #4a6fa5
);
  color: #ffffff;
  text-align: center;
  font-size:24px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.p-plan-tabs .plan-table tr:last-child th,
.p-plan-tabs .plan-table tr:last-child td {
  border-bottom: 0px;
}
.p-plan-tabs .plan-total {
  padding: 16px;
  text-align: center;
  font-weight: 700;
  color: #2d2d2d;
  background-color: #dfeaf8;
}
@media (max-width: 576px) {
  .p-plan-tabs .plan-total {
    padding: 8px;
  }
}
.p-plan-tabs .plan-total strong {
  font-size: 64px;
  font-weight: 700;
  padding: 0 8px;
  color: #1F528F;
}
@media (max-width: 576px) {
  .p-plan-tabs .plan-total strong {
    font-size: 48px;
  }
}
.p-plan-tabs .plan-total span {
  margin-right: 16px;
  font-weight: 700;
}
.p-plan-tabs .plan-total small {
  font-weight: 700;
  margin-right: 8px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-plan-tabs .plan-total small {
    display: block;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-backup {
  background: linear-gradient(to right, #20508F, #082448);
  padding: 80px 0;
  position: relative;
}
@media (max-width: 576px) {
  .p-backup {
    padding: 40px 0;
  }
}
.p-backup .common-title {
  color: #ffffff;
}
.p-backup__dcr {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 126px;
  z-index: 1;
}
@media (max-width: 576px) {
  .p-backup__dcr {
    max-width: 80px;
  }
}
.p-backup__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  gap: 40px;
}
@media (max-width: 576px) {
  .p-backup__content {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .p-backup__content {
    flex-direction: column;
  }
}
.p-backup__content img {
  width: 50%;
}
@media (max-width: 992px) {
  .p-backup__content img {
    width: 100%;
  }
}
.p-backup__content-text {
  width: 50%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .p-backup__content-text {
    width: 100%;
  }
}
.p-backup__content-text h3 {
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .p-backup__content-text h3 {
    margin-bottom: 20px;
  }
}
.p-backup__content-text p {
  font-weight: 700;
  line-height: 1.8;
}


.p-contact {
  padding: 80px 0;
}
@media (max-width: 576px) {
  .p-contact {
    padding: 40px 0;
  }
}
.p-contact .c-head h1 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .p-contact .c-head h1 {
    margin-bottom: 20px;
  }
}
.p-contact__content-left {
  width: 50%;
}
@media (max-width: 768px) {
  .p-contact__content-left {
    width: 100%;
  }
}
.p-contact__content-right {
  width: 50%;
}
@media (max-width: 768px) {
  .p-contact__content-right {
    width: 100%;
  }
}
.p-contact__description {
  font-weight: 500;
  text-align: center;
}
.p-contact__title {
  margin-bottom: 16px;
}
.p-contact__title p {
  margin-bottom: 4px;
  font-weight: 600;
  color: #1F528F;
}
.p-contact__title h1 {
  font-weight: 900;
}
.p-contact__list {
  padding: 24px;
  border: 4px solid #1F528F;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.p-contact__list li {
  font-weight: 800;
  position: relative;
  padding-left: 18px;
}
.p-contact__list li::before {
  position: absolute;
  content: "";
  background: #d8562b;
  left: 0px;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.p-contact__form {
  background-color: #f5f5f5;
}
.p-contact__text {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-contact__text {
    width: 100%;
  }
}
.p-contact__attention {
  font-weight: 800;
  color: #D8562B;
}
.p-contact__main-contents {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-contact__main-contents {
    flex-direction: column;
  }
}

.p-contact2 {
  padding: 40px 0;
}
@media (max-width: 576px) {
  .p-contact2 {
    padding: 40px 0;
  }
}

.p-contact__form {
  padding: 40px 24px;
}
@media (max-width: 768px) {
  .p-contact__form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-contact__form {
    padding: 20px 16px;
  }
}
.p-contact__form .form-group label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.p-contact__form .form-group input,
.p-contact__form .form-group select,
.p-contact__form .form-group textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.p-contact__form .form-group input:focus,
.p-contact__form .form-group select:focus,
.p-contact__form .form-group textarea:focus {
  border-color: #D8562B;
  outline: none;
  box-shadow: 0 0 3px rgba(216, 86, 43, 0.3);
}
.p-contact__form .form-group input::-moz-placeholder, .p-contact__form .form-group select::-moz-placeholder, .p-contact__form .form-group textarea::-moz-placeholder {
  color: #cccccc;
}
.p-contact__form .form-group input::placeholder,
.p-contact__form .form-group select::placeholder,
.p-contact__form .form-group textarea::placeholder {
  color: #cccccc;
}
.p-contact__form .form-group input.is-error,
.p-contact__form .form-group select.is-error,
.p-contact__form .form-group textarea.is-error {
  border-color: #E74C3C;
  background-color: #fff5f5;
}
.p-contact__form .form-group textarea {
  resize: vertical;
}
.p-contact__form .form-group .form-note {
  font-weight: 500;
  color: #7F8D94;
  margin-top: 4px;
}
.p-contact__form .form-group .form-error {
  display: none;
  color: #E74C3C;
  margin-top: 6px;
  line-height: 1.4;
}
.p-contact__form .form-group.has-error input,
.p-contact__form .form-group.has-error select {
  border-color: #E74C3C;
  background-color: #fff5f5;
}
.p-contact__form .form-group.has-error .form-error {
  display: block;
}
.p-contact__form .form-group .required {
  font-weight: 500;
  padding: 2px 4px;
  background-color: #f46a61;
  color: #ffffff;
  border-radius: 4px;
  margin-left: 4px;
}
.p-contact__form .form-group--tel .form-tel-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-contact__form .form-group--tel .form-tel-wrapper select {
  min-width: 160px;
  max-width: 160px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .p-contact__form .form-group--tel .form-tel-wrapper select {
    min-width: 100px;
    max-width: 100px;
    padding: 6px;
  }
}
.p-contact__form .form-group--tel .form-tel-wrapper input[type=tel] {
  flex: 1;
}
.p-contact__form .c-mail-button {
  cursor: pointer;
  padding: 16px 48px;
  text-align: center;
  border: none;
  background-color: #D8562B;
  color: #ffffff;
  transition: background-color 0.3s ease;
}
@media (max-width: 576px) {
  .p-contact__form .c-mail-button {
    padding: 16px 24px;
  }
}
.p-contact__form .c-mail-button img {
  margin-right: 2.4rem;
}
.p-contact__form .c-mail-button__note {
  font-weight: 500;
  margin-top: 8px;
}
.p-contact__form .submit-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
.p-contact__form .submit-button__inner .submit-button__note {
  font-size: 12px;
}
.p-contact__form .submit-button__inner .submit-button__note a {
  text-decoration: underline;
}

.submit-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
}

/* ベースのフォントサイズ */
body {
  color: #2d2d2d;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ===== Flow（ご利用までの流れ） ===== */
.p-flow{
  padding:80px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(31,82,143,.08), transparent 40%),
    radial-gradient(circle at 90% 10%, rgba(216,86,43,.10), transparent 40%),
    #E4E8EA;
}

@media (max-width:576px){
  .p-flow{padding:40px 0;}
}

/* 2カラム（serviceの雰囲気に寄せる） */
.p-flow__contents{
  display:flex;
  gap:0;
  border:2px solid #a3a8aa;
  background:#fff;
}
@media (max-width:992px){
  .p-flow__contents{flex-direction:column;}
}

/* 左：青グラデ */
.p-flow__content-left{
  width:40%;
  padding:36px 28px;
  color:#fff;
  background:linear-gradient(to right,#20508F,#082448);
  position:relative;
  overflow:hidden;
}
@media (max-width:992px){
  .p-flow__content-left{width:100%;}
}
@media (max-width:576px){
  .p-flow__content-left{padding:26px 14px;}
}

/* 左の装飾（薄い円で奥行き） */
.p-flow__content-left::before,
.p-flow__content-left::after{
  content:"";
  position:absolute;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  filter:blur(0);
}
.p-flow__content-left::before{
  width:220px;height:220px;
  top:-70px;left:-70px;
}
.p-flow__content-left::after{
  width:280px;height:280px;
  bottom:-140px;right:-120px;
  background:rgba(255,255,255,.06);
}

.p-flow__intro{position:relative; z-index:2;}

.p-flow__badge{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.10);
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.p-flow__headline{
  font-weight:900;
  text-align:center;
  margin:0 0 16px;
}

.p-flow__marker{
  padding:0 .2em;
  background:linear-gradient(transparent 62%, #ffe27a 62%);
  color:#fff;
}

.p-flow__text{
  line-height:1.8;
  font-weight:500;
  margin:0 0 16px;
}

.p-flow__check{
  margin:0;
  padding-left:1.2em;
  line-height:1.7;
  font-weight:700;
}
.p-flow__check li{
  margin:6px 0;
}

/* 右：ステップ側 */
.p-flow__content-right{
  width:60%;
  padding:36px 28px;
  background:#f5f6f7;
}
@media (max-width:992px){
  .p-flow__content-right{width:100%;}
}
@media (max-width:576px){
  .p-flow__content-right{padding:26px 14px;}
}

/* タイムライン */
.p-flow-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:14px;
  position:relative;
}
.p-flow-steps::before{
  content:"";
  position:absolute;
  left:18px;
  top:10px;
  bottom:10px;
  width:2px;
  background:rgba(31,82,143,.25);
}

.p-flow-step{
  position:relative;
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 16px 16px 10px;
  background:#fff;
  border:2px solid rgba(163,168,170,.9);
  box-shadow:0 12px 28px rgba(12,27,58,.08);
}
.p-flow-step__feature{
  position:relative;
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:4px 16px 4px 10px;
  background:#fff;
  border:2px solid rgba(163,168,170,.9);
  box-shadow:0 12px 28px rgba(12,27,58,.08);
}

.p-flow-step__num{
  position:relative;
  z-index:1;
  min-width:46px;
  height:34px;
  border-radius:999px;
  background:#1F528F;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:14px;
}

.p-flow-step__body h4{
  margin:0 0 6px;
  font-weight:900;
  color:#1F528F;
}
.p-flow-step__body p{
  margin:0;
  line-height:1.7;
  font-weight:500;
}

/* ②だけ強調 */
.p-flow-step--accent{
  border-color:#D8562B;
  background:
    linear-gradient(180deg, rgba(216,86,43,.08), rgba(255,255,255,0) 40%),
    #fff;
}
.p-flow-step--accent .p-flow-step__num{
  background:#D8562B;
}
.p-flow-step__lead{
  margin:12px 0 10px;
  font-weight:900;
  display:inline-block;
  padding:0 .2em;
  background:linear-gradient(transparent 62%, #ffe27a 62%);
}

/* 選択肢（カードを小さめに整える） */
.p-flow-choice{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr))!important;
  gap:16px;
}
.p-flow-choice__item:nth-child(4){
  background: #f5f5f5!important;
}
@media (max-width:992px){
  .p-flow-choice{grid-template-columns:repeat(2, minmax(250px,1fr));}
}
@media (max-width:576px){
  .p-flow-choice{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
}

.p-flow-choice__item{
  border:2px solid rgba(163,168,170,.9);
  background:#fff;
  padding:12px;
  position:relative;
  min-height:120px;
}

.p-flow-choice__tag{
  position:absolute;
  top:10px;
  left:10px;
  width:28px;
  height:28px;
  border-radius:10px;
  background:rgba(31,82,143,.12);
  color:#1F528F;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.p-flow-choice__text{
  padding-left:34px;
  line-height:1.65;
  font-weight:500;
}
.p-flow-choice__text strong{
  color:#1F528F;
  font-weight:900;
}

/* CTA */
.p-flow__cta{
  margin-top:18px;
  padding-top:16px;
  border-top:2px dashed rgba(31,82,143,.25);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.p-flow__cta p{
  margin:0;
  font-weight:900;
  color:#082448;
}

.p-flow__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  background:#D8562B;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  border:2px solid rgba(255,255,255,.0);
  box-shadow:0 14px 26px rgba(216,86,43,.25);
}
.p-flow__btn:hover{
  opacity:.92;
}
/* ===== Flow（1カラム）広画面で横長に見えないように調整：上書き ===== */

/* セクション全体 */
.p-flow--single{
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(31,82,143,.14), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(216,86,43,.12), transparent 40%),
    radial-gradient(circle at 90% 78%, rgba(31,82,143,.10), transparent 46%),
    #E4E8EA;
}

/* 背景の円（広い画面でも寂しくならないように位置調整） */
.p-flow--single::before,
.p-flow--single::after{
  content:"";
  position:absolute;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  pointer-events:none;
}

.p-flow--single::before{
  width:420px;
  height:420px;
  top:-210px;
  left:-240px;
}

.p-flow--single::after{
  width:560px;
  height:560px;
  bottom:-300px;
  right:-360px;
  background:rgba(255,255,255,.10);
}

/* 中身を背景より前に */
.p-flow--single .l-block__inner{
  position: relative;
  z-index: 2;
}

/* ここがメイン：中央カード枠の最大幅を“狭める” */
.p-flow--single .p-flow__single{
  /* 980pxだと横長に見えるので、ここを締める */
  max-width: 820px;
  margin: 0 auto;

  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,246,247,.92)),
    #f5f6f7;
  border: 2px solid rgba(163,168,170,.9);
  box-shadow: 0 16px 36px rgba(12,27,58,.10);
  padding: 30px;
  backdrop-filter: blur(4px);
}

@media (max-width:576px){
  .p-flow--single{
    padding: 40px 0;
  }
  .p-flow--single .p-flow__single{
    padding: 16px;
  }
}

/* タイムライン位置もカード幅に合わせて微調整 */
.p-flow--single .p-flow-steps::before{
  left: 22px;
}

/* stepの中の文章が横に伸びすぎないように “行幅制限” */
.p-flow--single .p-flow-step__body{
  max-width: 620px;  /* ← ここが効く */
}

/* Stepカードの見栄えを少しリッチに */
.p-flow--single .p-flow-step{
  padding: 18px 18px 18px 12px;
  border-radius: 10px; /* 角をほんの少し丸めて上品に */
}

/* 説明文（追加したdesc用） */
.p-flow-step__desc{
  margin: 6px 0 0;
  line-height: 1.7;
  font-weight: 500;
  color: #3f4a63;
}

/* === ここが2つ目の重要ポイント：choiceカードの列数固定 === */
/* 3列のままだと横に広がるので、広い画面でも “2列” を基本にする */
.p-flow--single .p-flow-choice{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ただし十分な幅があるときは3列にしてもOK（任意） */
@media (min-width: 1100px){
  .p-flow--single .p-flow-choice{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* タブレット以下 */
@media (max-width: 768px){
  .p-flow--single .p-flow-choice{
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Flow（ご利用までの流れ） - 完全版（1カラム / 横長&縦長対策）
   HTML想定： <section class="p-flow p-flow--single" id="flow">...
   ========================================================= */

/* ===== セクション背景：左側っぽい雰囲気（でも主張しすぎない） ===== */
.p-flow.p-flow--single{
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(31,82,143,.12), transparent 45%),
    radial-gradient(circle at 86% 12%, rgba(216,86,43,.10), transparent 46%),
    radial-gradient(circle at 88% 78%, rgba(31,82,143,.08), transparent 55%),
    #E4E8EA;
}

/* 背景の薄い円（視覚的なリッチさ） */
.p-flow.p-flow--single::before,
.p-flow.p-flow--single::after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  background:rgba(255,255,255,.12);
}

.p-flow.p-flow--single::before{
  width:520px;
  height:520px;
  top:-280px;
  left:-320px;
}

.p-flow.p-flow--single::after{
  width:680px;
  height:680px;
  bottom:-380px;
  right:-460px;
  background:rgba(255,255,255,.10);
}

@media (max-width: 576px){
  .p-flow.p-flow--single{
    padding: 40px 0;
  }
}

/* 中身を背景より前に */
.p-flow.p-flow--single .l-block__inner{
  position: relative;
  z-index: 2;
}

/* ===== タイトルまわりの空気感を他セクションに寄せる ===== */
.p-flow.p-flow--single .common-title{
  margin-bottom: 26px;
}

/* ===== 中央カード（横長回避のキー：幅を締めて、でも縦長にならない） ===== */
.p-flow.p-flow--single .p-flow__single{
  /* 横長回避：広画面でも締める（これが一番効く） */
  max-width: 960px;
  margin: 0 auto;

  /* 見た目 */
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,246,247,.92)),
    #f5f6f7;
  border: 2px solid rgba(163,168,170,.90);
  box-shadow: 0 18px 46px rgba(12,27,58,.12);
  backdrop-filter: blur(5px);

  /* 余白：縦長にならない最適値 */
  padding: 28px 26px;

  border-radius: 10px;
}

@media (max-width: 576px){
  .p-flow.p-flow--single .p-flow__single{
    padding: 16px 14px;
    border-radius: 8px;
  }
}

/* ===== Flowのタイポ：他セクション（u-jp18/u-jp20）に揃える ===== */
.p-flow.p-flow--single{
  font-size: 18px;       /* u-jp18 */
  line-height: 1.7;      /* 1.7が “縦長になりにくい” */
}

@media (max-width: 576px){
  .p-flow.p-flow--single{
    font-size: 15px;     /* u-jp18 のSP */
    line-height: 1.75;
  }
}

/* ===== ステップ全体：タイムライン + カード ===== */
.p-flow.p-flow--single .p-flow-steps{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;

  /* ここで縦長を調整：間隔は12がちょうど良い */
  gap: 12px;

  position: relative;
}

/* タイムライン */
.p-flow.p-flow--single .p-flow-steps::before{
  content:"";
  position:absolute;
  left: 22px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: rgba(31,82,143,.22);
}

/* ステップカード */
.p-flow.p-flow--single .p-flow-step{
  display: flex;
  align-items: flex-start;
  gap: 14px;

  background: #fff;
  border: 2px solid rgba(163,168,170,.90);
  box-shadow: 0 12px 28px rgba(12,27,58,.08);

  /* 縦長を抑えつつ、詰まりすぎないpadding */
  padding: 14px 16px 14px 12px;

  border-radius: 10px;

  position: relative;
}

@media (max-width: 576px){
  .p-flow.p-flow--single .p-flow-step{
    padding: 12px 12px 12px 10px;
    gap: 12px;
    border-radius: 8px;
  }
}

/* 02だけ強調 */
.p-flow.p-flow--single .p-flow-step--accent{
  border-color: #D8562B;
  background:
    linear-gradient(180deg, rgba(216,86,43,.08), rgba(255,255,255,0) 45%),
    #fff;
}

.p-flow.p-flow--single .p-flow-step__num{
  min-width: 46px;
  height: 34px;
  border-radius: 999px;
  background: #1F528F;
  color: #fff;
  font-weight: 900;
  font-size: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  z-index: 1;
}

.p-flow.p-flow--single .p-flow-step--accent .p-flow-step__num{
  background: #D8562B;
}

/* Step本文エリア：横長の“1行が長すぎる”問題を抑える */
.p-flow.p-flow--single .p-flow-step__body{
  max-width: 660px; /* ←横に長くなりすぎるのを抑え、縦長にもなりすぎない値 */
}

/* Stepタイトル（u-jp20相当） */
.p-flow.p-flow--single .p-flow-step__body h4{
  margin: 0 0 4px;
  font-size: 20px;   /* u-jp20 */
  line-height: 1.5;
  font-weight: 900;
  color: #1F528F;
}

@media (max-width: 576px){
  .p-flow.p-flow--single .p-flow-step__body h4{
    font-size: 16px; /* u-jp20 SP */
  }
}

/* 説明文（本文より一段小さく） */
.p-flow.p-flow--single .p-flow-step__desc{
  margin: 4px 0 0;  /* ここが縦長の原因になりやすいので最小に */
  font-size: 16px;
  line-height: 1.65;
  color: #3f4a63;
  font-weight: 500;
}

@media (max-width: 576px){
  .p-flow.p-flow--single .p-flow-step__desc{
    font-size: 14px;
    line-height: 1.7;
  }
}

/* 「選べる4つの選択」ラベル：目立つけど縦に間延びしない */
.p-flow.p-flow--single .p-flow-step__lead{
  display: inline-block;
  margin: 10px 0 10px;
  font-weight: 900;
  font-size: 18px;
  padding: 0 .2em;
  background: linear-gradient(transparent 62%, #ffe27a 62%);
}

@media (max-width: 576px){
  .p-flow.p-flow--single .p-flow-step__lead{
    font-size: 15px;
    margin: 8px 0 8px;
  }
}

/* ===== Choiceカード：縦長になりやすいので “高さを作らない” 設計に変更 ===== */
.p-flow.p-flow--single .p-flow-choice{
  display: grid;
  gap: 12px;
  /* 広い画面でも “2列” を基本にして縦長を減らす */
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1200px){
  /* 1200px以上なら3列でも破綻しない（ただし文章が短い時だけ）
     縦長に感じる場合はこのブロックを削除して常に2列でOK */
  .p-flow.p-flow--single .p-flow-choice{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px){
  .p-flow.p-flow--single .p-flow-choice{
    grid-template-columns: 1fr;
  }
}

.p-flow.p-flow--single .p-flow-choice__item{
  position: relative;
  border: 2px solid rgba(163,168,170,.90);
  background: #fff;

  /* “縦長”になる原因の min-height を撤廃 */
  min-height: auto;

  /* paddingも最適化 */
  padding: 10px 12px;

  border-radius: 10px;
}

@media (max-width: 576px){
  .p-flow.p-flow--single .p-flow-choice__item{
    padding: 10px;
    border-radius: 8px;
  }
}

.p-flow.p-flow--single .p-flow-choice__tag{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(31,82,143,.12);
  color: #1F528F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.p-flow.p-flow--single .p-flow-choice__text{
  padding-right: 34px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  color: #3f4a63;
}

.p-flow.p-flow--single .p-flow-choice__text strong{
  color: #1F528F;
  font-weight: 900;
}

@media (max-width: 576px){
  .p-flow.p-flow--single .p-flow-choice__text{
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================================================
   /Flow 完全版
   ========================================================= */


main {
  flex: 1;
}/*# sourceMappingURL=style.css.map */
