/* reset */
*:where(:not(html,iframe,canvas,img,webp,video,audio):not(webp *,symbol *)) {
  all: unset;
  display: revert;
}

*,*::before,*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

a,button {
  cursor: revert;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

/* base */

@media screen and (min-width: 1025px) {
  .pc-none {
      display:none !important;
  }
}

@media(min-width: 769px) {
  .sp-only {
      display:none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
      display:none !important;
  }

  .without-pc {
      display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
      display:none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292c2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .02em;
  /* text-align: justify; */
}

img {
  height: auto;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.l-body-wrap {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .l-body-wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-body-wrap {
      padding-top: 55px;
  }
}
@media screen and (min-width: 769px) {
  [id="form"] {
    scroll-margin-top: 130px !important;
  }
}
[id]:not([id="page-top"]) {
  scroll-margin-top: 90px;
}

/* header */

.l-header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0px 10px 12px -18px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  .l-header{
    height: 90px;
  }

}
@media screen and (max-width: 768px) {
  .l-header {
    height: 55px;
  }
}

.l-header.is-active {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .l-header__inner {
      padding-inline:24px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner {
      padding-inline:10px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
}

.l-header__logo {
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
      margin-right:auto;
      height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 36px;
  }
  .l-header__logo-img {
    width: auto;
    height: 100%;
  }
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .l-header__right {
      -webkit-box-pack:end;
      -ms-flex-pack: end;
      justify-content: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__right .c-button {
      padding-block:10px;
  }
}

.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.l-header__info img{
  display: flex;
  justify-content: center;
  align-items: center;
}


.l-header__tel {
  font-size: 48px;
  font-weight: 700;
  font-family: "Noto Sans JP",sans-serif;
  line-height: normal;
  color: #2D3E8A; /* blue01 */
}

@media screen and (max-width: 1024px) {
  .l-header__tel {
    font-size:32px;
  }
}

.l-header__tel-text {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .l-header__tel-text {
  font-size: 12px;
  line-height: 2;
}

}

.l-header__hour {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}


.l-header-tel-button__text {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}


/* navigation */

.l-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background-color: #2D3E8A;
}

.l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 120px;
}

.l-nav-list__item {
  font-size: 16px;
  font-weight: 600
}

.l-nav-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.l-nav-list__link::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/arrow1.webp) no-repeat center/contain;
}


/* footer */

.l-footer__foot {
  background-color: #222;
  color: #fff;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__foot {
    height: 70px;
  }
}
.l-footer__copy {
  font-size: 12px;
  font-weight: 500;
}

/* section */

.l-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    gap: 24px;
  }
}


/* component */

.c-button {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background-color: #2D3E8A;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button--orange {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffffff;
  border: #E46500 2px solid;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button--data {
  padding: 6px 0;
  font-size: 16px;
  width: 175px;
  background-color: #ffffff;
  border: #E46500 2px solid;
}
.c-button--tel {
  padding: 8px 16px;
  font-size: 16px;
  width: 175px;
}

.c-button--ss {
  font-size: 16px;
  padding: 8px 0;
  width: 175px;
}

.c-button--s {
  font-size: 16px;
  padding: 16px;
  width: 180px;
}

.c-button--blue {
  background-color: #2D3E8A;
}
.c-text--blue{
  color: #2D3E8A;
}
.c-text--orange{
  color: #E46500;
}
.c-text--white{
  color: #ffffff;
}

.c-button--blue:hover {
  opacity: 1;
  background-color: #3c52b6;
  color: #fff;
  text-decoration: none;
}
.c-button--inquiry{
  max-width: 300px;
  width: calc(100% - 40px);
}
.p-float{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 0;
  background-color: #CFDAFB;
}

.c-heading-xl--textline-normal {
  line-height: normal;
}
.c-heading-xl--border {
  position: relative;
  padding-bottom: 16px;
}
.c-heading-xl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-heading-xl {
    font-size: 24px;
  }
}

.c-heading-m {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-heading-m {
    font-size: 15px;
  }
}

.c-badge {
  background-image: url(../img/icon-badge-left.svg), url(../img/icon-badge-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 71px, auto 71px;
  background-position: left center, right center;
  padding: 0 28px;
  min-height: 71px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-badge {
    background-size: auto 32px, auto 32px;
    padding: 0 14px;
    min-height: 32px;
  }
}

/* mv */

.p-mv {
  width: 100%;
  background-color: #fff;
  padding: 54px 24px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/top-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px auto;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .p-mv {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
      padding: 24px 12px;
      background-image: url(../img/top-bg-sp.webp);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      width: auto;
  }
}

.p-mv__inner {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .p-mv__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__inner {
      gap: 24px;
  }
}

.p-mv__content {
  position: relative;
  max-width: 694px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    width: auto;
  }
}

.p-mv__form {
  width: 460px;
  min-width: 400px;
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 4px 20px #B4B4B4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-mv__form {
    max-width: 343px;
    min-width: 0;
    width: 100%;
    gap: 16px;
    padding: 30px 0;
  }
}
.p-mv__form-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.p-mv__form-heading-text {
  position: relative;
}
.p-mv__form-heading-text::after {
  content: '';
  width: 90px;
  height: 80px;
  background: url(../img/form-point.webp) no-repeat center / contain;
  position: absolute;
  bottom: -4px;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__form-heading-text::after {
    background-image: url(../img/form-point-sp.webp);
    width: 72px;
    height: 72px;
    bottom: 16px;
  }
}

.p-mv-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-top: 220px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-mv-badge {
    margin-top: 132px;
  }
}
.p-mv-badge__text1 {
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-mv-badge__text1 {
    font-size: 10px;
  }
}
.p-mv-badge__text2 {
  font-size: 18px;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .p-mv-badge__text2 {
    font-size: 10px;
  }
}
.p-mv-badge__text2-number {
  font-size: 56px;
  font-weight: 600;
  font-family: "Lexend Deca", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-mv-badge__text2-number {
    font-size: 25px;
  }
}
.p-mv-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-mv-visual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-visual {
    gap: 12px;
    max-width: 348px;
  }
}

.p-mv-visual__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-mv-visual__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    max-width: 640px;
    width: 100%;
  }
}
.p-mv-visual__title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(to right, #E04F00, #FF8E25);
  border-radius: 4px;
  padding: 6px 24px;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__title {
    font-size: 24px;
    width: 100%;
    padding-inline: 4px;
    text-align: center;
  }
}
.p-mv-visual__text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__text {
    font-size: 12px;
    line-height: 2.1;
  }
}


.p-mv-visual__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-mv-visual__tags {
    max-width: 640px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-visual__tags {
    align-self: flex-start;
    gap: 4px;
  }
}
.p-mv-visual__tags-item {
  border-radius: 8px;
  padding: 8px 15px;
  background-color: #DDEDFF;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__tags-item {
    font-size: 10px;
    border-radius: 4px;
    padding: 4px 8px;
  }
}
.p-mv-visual__tags-item::before {
  content: "";
  background: url(../img/icon-check.svg) no-repeat center center / cover;
  width: 23px;
  height: 23px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__tags-item::before {
    width: 11px;
    height: 11px;
  }

}
.p-mv-visual__img-wrap {
  position: absolute;
  top: -54px;
  left: -808px;
  width: 2120px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__img-wrap {
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
  }
}
.p-mv-visual__img {
}
@media screen and (max-width: 768px) {
  .p-mv-visual__img {
    width: 750px;
  }
}

@media screen and (max-width: 1024px) {
  .p-mv-visual__badge {
    max-width: 640px;
    width: 100%;
  }
}


/* 
.p-mv-visual__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 360px;
  gap: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-mv-visual__features {
    align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-visual__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    padding-inline: 0;
    max-width: 317px;
    width: 100%;
    align-self: center;
  }
}

.p-mv-visual__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  gap: 16px;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 0 2px 10px 0 rgba(45,62,138,0.2);
}
@media screen and (max-width: 768px) {
  .p-mv-visual__features-item {
    width: 95px;
    height: 95px;
    background-color: #FAFDFF;
    box-shadow: 0 0 12px 0 rgba(45,62,138,0.2);
  }
}
.p-mv-visual__features-item:nth-child(3) {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__features-item:nth-child(3) {
    margin-top: 0;
  }
}

.p-mv-visual__features-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__features-text {
    font-size: 12px;
    max-width: 80px;
  }
} */


/* worry */
.p-worry {
  padding: 60px 24px;
  background-image: url(../img/worry-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px auto;
  background-color: #F4F7FF;
}
@media screen and (min-width: 1440px) {
  .p-worry {
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-worry {
    padding-inline: 16px;
    background-image: url(../img/worry-bg-sp.webp);
    background-size: cover;
    background-position: center 55px;
  }
  .p-worry__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-worry {
    padding-block: 40px;
  }
}

.p-worry__head {
  max-width: 777px;
  width: 100%;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-worry__head {
    width: calc(100% + 32px);
    padding-bottom: 20px;
  }
}
.p-worry__title {
  background-color: #2D3E8A;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 26px 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worry__title {
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 14px 16px 17px;
  }
}
.p-worry__title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-left: solid 24px transparent;
  border-right: solid 24px transparent;
  border-top: solid 24px #2D3E8A;
}
@media screen and (max-width: 768px) {
  .p-worry__title::after {
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 20px;
  }
}
.p-worry__title-strong {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-worry__title-strong {
    font-size: 24px;
  }
}
.p-worry__lead-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.p-worry__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-worry__lead {
    font-size: 12px;
  }
}

.p-worry__lead2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #E46500; /* color/orange01 */
}
@media screen and (max-width: 768px) {
  .p-worry__lead2 {
    font-size: 24px;
  }
}

.p-worry__body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-worry__body-wrap {
    gap: 24px;
  }
}

.p-worry__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 32px;
}
@media screen and (max-width: 1024px) {
  .p-worry__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__body {
    gap: 24px;
  }
}

.p-worry-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: calc(50% - 16px);
}
@media screen and (max-width: 1024px) {
  .p-worry-box {
    max-width: 460px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-worry-box {
    padding: 24px 10px;
    gap: 16px;
  }
}
.p-worry-box[data-width="full"] {
  width: 100%;
}

.p-worry-box__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  min-height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-worry-box__title {
    font-size: 20px;
    max-width: 303px;
    min-height: 0;
  }
}
.p-worry-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-worry-box__list {
    max-width: 303px;
  }
}
.p-worry-box__list-item {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worry-box__list-item {
    font-size: 16px;
  }
}
.p-worry-box__list-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/worry-icon-check.svg) no-repeat center center / cover;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-worry-box__img {
    max-width: 303px;
    width: 100%;
  }
}
.p-worry-box__charges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  min-height: 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-worry-box__charges {
    min-height: 0;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-worry-box__charges-item {
  width: 168px;
  height: 168px;
  border-radius: 9999px;
  background-color: #FFEBD6;
  text-align: center;
  color: #E46500; /* color/02 */
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .p-worry-box__charges-item {
    width: 134px;
    height: 134px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-worry-box__charges-item {
    width: 100px;
    height: 100px;
    font-size: 12px;
    font-weight: 900;
  }
}
.p-worry-box__charges-text1 {
  font-size: 36px;
}
.p-worry-box__charges-text2 {
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .p-worry-box__charges-text1 {
    font-size: 30px;
  }
  .p-worry-box__charges-text2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-worry-box__charges-text1 {
    font-size: 24px;
  }
  .p-worry-box__charges-text2 {
    font-size: 32px;
  }
  .p-worry-box__charges-text3 {
    font-size: 16px;
    font-weight: 700;
  }
}

.p-worry-box__lead {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-worry-box__lead {
    font-size: 16px;
    max-width: 311px;
  }
}
.p-worry-box__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-worry-box__types {
    flex-wrap: wrap;
  }
}
.p-worry-box__types-item {
  background-color: #F4F7FF;
  border-radius: 12px;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: calc((1000 - 32) / 3 * 100%);
}

@media screen and (max-width: 768px) {
  .p-worry-box__types-item {
    max-width: 322px;
  }
}
.p-worry-box__types-title {
  color: #E46500;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-worry-box__types-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
}
.p-worry-box__types-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}
.p-worry-box__types-text-indent {
  letter-spacing: -.2em;
}



/* CTA */

.p-cta-area {
  background-color: #2D3E8A;
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .p-cta-area {
    padding-inline: 16px;
  }
}

.p-cta-area__inner {
  border-radius: 20px;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 940px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-cta-area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-cta-area__inner {
    border-radius: 20px;
  }
}

.p-cta-area__inner[data-col="1"] {
  padding: 0 16px;
  /* border-radius: 20px; */
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-cta-area__inner[data-col="1"] {
    padding: 0;
  }
}

.p-cta-area__title {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-cta-area__title {
    font-size: 20px;
    padding-bottom: 4px;
  }
}
.p-cta-area__inquiry[data-width="full"] .p-cta-area__title {
  letter-spacing: 0.1em;
}

.p-cta-area__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-cta-area__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .p-cta-area__text {
    font-size: 14px;
  }
}
.p-cta-area__inquiry,
.p-cta-area__tel {
  width: 450px;
  background-color: #fff;
  padding: 32px 26px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-cta-area__tel {
    height: 224px;
  }
}
@media screen and (max-width: 768px) {
  .p-cta-area__inquiry,
  .p-cta-area__tel {
    gap: 12px;
    max-width: 343px;
    width: 100%;
    padding: 32px 0 26px;
  }
}

.p-cta-area__inquiry[data-width="full"] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-cta-area__inquiry--sp {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.p-cta-area__tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.p-cta-area__tel-link {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #2D3E8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.p-cta-area__tel-link::before {
  content: "";
  width: 40px;
  height: 41px;
  background: url(../img/cta-icon-tel.svg) no-repeat center center / cover;
  display: block;
}
.p-cta-area__tel-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-cta-area__date {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.p-cta-area__date2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-cta-area__inquiry2{
  width: 650px;
  background-color: #fff;
  padding: 32px 26px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-cta-area__tel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-cta-area__tel2-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-cta-area__tel2-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.p-cta-area__tel2-link {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.p-cta-area__tel2-link::before {
  content: "";
  width: 62px;
  height: 64px;
  background: url(../img/cta-icon-tel-white.svg) no-repeat center center / cover;
  display: block;
}
.p-cta-area__tel2-link-text {
  padding: 0 0 8px;
}
.p-cta-area__tel2-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}


.p-cta-area__decoration::before,
.p-cta-area__decoration::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #e46500;
  transform: rotate(60deg);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-cta-area__decoration::before,
  .p-cta-area__decoration::after {
    vertical-align: 5px;
  }
}
.p-cta-area__decoration::after {
  transform: rotate(-60deg);
  margin-left: 8px;
}
.p-cta-area__decoration::before {
  transform: rotate(60deg);
  margin-right: 8px;
}
@media screen and (max-width: 370px) {
  .p-cta-area__decoration::after {
    margin-left: 0px;
  }
  .p-cta-area__decoration::before {
    margin-right: 0px;
  }
}



/* merit */

.p-merit {
  background-color: #F4F7FF;
  padding: 100px 24px;
}

@media screen and (max-width: 768px) {
  .p-merit{
    padding: 40px 12px;
  }
}

.p-merit__inner {
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.p-merit__img-wrap {
  width: calc(636 / 1080 * 100%);
}
@media screen and (max-width: 1024px) {
  .p-merit__img-wrap {
    max-width: 566px;
    width: 100%;
  }
}

.p-merit__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #2D3E8A;
}
@media screen and (max-width: 768px) {
  .p-merit__title {
    font-size: 24px;
  }
}

.p-merit__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-merit__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-merit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-merit__box {
    gap: 16px;
  }
}
.p-merit__lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-merit__lead {
    font-size: 20px;
  }
}
.p-merit__list {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-merit__list {
    font-size: 16px;
  }
}
.p-merit__list-item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-merit__list-item::before {
  content: "・";
}


/* consul */

.p-consul {
  padding: 80px 24px;
  background-image: url(../img/consul-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px auto;
}

@media screen and (min-width: 1440px) {
  .p-consul {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-consul {
    padding: 40px 16px;
    background-image: url(../img/consul-bg-sp.webp);
    background-size: cover;
  }
}

.p-consul__inner {
  max-width: 984px;
}
@media screen and (max-width: 768px) {
  .p-consul__inner {
    gap: 48px;
  }
}
.p-consul__body {
  width: 100%;
}
.p-consul__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2D3E8A;
}
@media screen and (max-width: 768px) {
  .p-consul__title {
    font-size: 24px;
    text-align: center;
  }
}

.p-consul__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-consul__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-consul__box {
  background: #F4F7FF;
  border-radius: 16px;
  padding: 24px 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 32px);
}
@media screen and (max-width: 1024px) {
  .p-consul__box {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .p-consul__box {
    max-width: 317px;
    width: 100%;
    padding: 24px;
  }
}
.p-consul__box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  min-height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-consul__box-title {
    min-height: 0;
  }
}
.p-consul__box-img {
  display: block;
  margin: 0 auto;
}
.p-consul__box-img--no1 {
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-consul__box-img--no1 {
    padding-top: 0;
    width: 93px;
  }
}
.p-consul__box-list {
  max-width: 240px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .p-consul__box-list {
    min-height: 0;
  }
}
.p-consul__box-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-consul__box-item::before {
  content: "・";
}
.p-consul__text {
  background: url(../img/consul-text-bg.svg) no-repeat bottom center / cover;
  width: 608px;
  height: 170px;
  font-size: 30px;
  font-weight: 900;
  color: #2D3E8A;
  text-align: center;
  padding-top: 35px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-consul__text {
    background: url(../img/consul-text-bg-sp.svg) no-repeat bottom center / cover;
    max-width: 310px;
    width: 100%;
    font-size: 24px;
  }
}

.p-consul__box2 {
  border: solid 8px #AEDBF9;
  background-color: #fff;
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .p-consul__box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-consul__box2 {
    gap: 12px;
    padding: 12px 20px;
    border-width: 4px;
    max-width: 327px;
  }
}
.p-consul__box2-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-consul__box2-text {
    font-size: 24px;
  }
}
.p-consul__box2-text-bold {
  font-size: 48px;
  color: #E46500;
}
@media screen and (max-width: 768px) {
  .p-consul__box2-text-bold {
    font-size: 32px;
  }
  .p--consul__box2-img {
    max-width: 132px;
  }
}



/* casestudy */

.p-casestudy {
  padding: 80px 24px;
  background-image: url(../img/casestudy-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px auto;
}
@media screen and (min-width: 1440px) {
  .p-casestudy {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-casestudy {
    background-image: url(../img/casestudy-bg-sp.webp);
    background-size: cover;
    padding-block: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-casestudy__inner {
    gap: 40px;
  }
}

.p-casestudy__title {
  color: #2D3E8A;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-casestudy__title {
    font-size: 24px;
  }
}

.p-casestudy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  counter-reset: casestudy_counter;
}
@media screen and (max-width: 1024px) {
  .p-casestudy__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}

.p-casestudy__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  counter-increment: casestudy_counter;
  background-color: #fff;
  border-radius: 16px;
  padding: 48px 24px 32px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-casestudy__list-item {
    max-width: 467px;
  }
}
.p-casestudy__list-item::before {
  content: counter(casestudy_counter, decimal-leading-zero);
  position: absolute;
  top: -24px;
  left: 24px;
  width: 48px;
  height: 48px;
  line-height: 45px;
  color: #fff;
  background-color: #2D3E8A;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
}
.p-casestudy__list-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
.p-casestudy__list-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-casestudy__list-text-bold {
  color: #2D3E8A;
  font-weight: 600;
}

.p-casestudy__list-item--no1 .p-casestudy__img {
  position: absolute;
  left: 50%;
  bottom: 51px;
  transform: translateX(-50%);
}
.p-casestudy__list-item--no2 .p-casestudy__img {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-casestudy__list-item--no1 .p-casestudy__img,
  .p-casestudy__list-item--no2 .p-casestudy__img {
    position: static;
    transform: none;
  }
}


/* comparison */

.p-comparison {
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .p-comparison{
    padding: 40px 16px;
  }
}
.p-comparison__inner {
  max-width: 960px;
}
.p-comparison__title {
  color: #2D3E8A;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-comparison__title {
    font-size: 24px;
  }
}
.p-comparison__lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: -28px;
}
@media screen and (max-width: 768px) {
  .p-comparison__lead {
    font-size: 16px;
    margin-top: -12px;
  }
}
.p-comparison__table {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-comparison__table {
    max-width: 343px;
  }
}
.p-comparison__table[data-border="2"] tbody th,
.p-comparison__table[data-border="2"] tbody td {
  border-top: 2px solid #fff;
}
.p-comparison__table th,
.p-comparison__table td {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-comparison__table th,
  .p-comparison__table td {
    height: 40px;
    padding: 0;
  }
}
.p-comparison__table .p-comparison__table-td-space {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-comparison__table .p-comparison__table-td-space img {
    height: 25px;
  }
}
.p-comparison__table thead th {
  background: #5966A0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-comparison__table thead th {
    font-size: 10px;
  }
}
.p-comparison__table thead .p-comparison__table-th {
  background: #2D3E8A;
}
@media screen and (max-width: 768px) {
  .p-comparison__table thead .p-comparison__table-th {
    min-width: 92px;
  }
}
.p-comparison__table thead .p-comparison__table-th-blank {
  background: #A2ABB3;
}
@media screen and (max-width: 768px) {
  .p-comparison__table thead .p-comparison__table-th-blank {
    width: 72px;
  }
}
.p-comparison__table tbody th,
.p-comparison__table tbody td {
  color: #2D3E8A;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-comparison__table tbody th {
    font-size: 10px;
  }
  .p-comparison__table tbody td {
    font-size: 12px;
  }
}
.p-comparison__table tbody th {
  background: #E9E9E9;
}
.p-comparison__table tbody td {
  background: #DEF;
}
.p-comparison__table .p-comparison__table-td {
  background: #B1D8FF;
  color: #292C2E;
}
.p-comparison__table tbody td img {
  vertical-align: middle;
}


/* chart */

.p-chart {
  background-color: #F4F7FF;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .p-chart {
    padding: 40px 16px;
  }
}
.p-chart__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.p-chart__title {
  color: #2D3E8A;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-chart__title {
    font-size: 24px;
  }
}
.p-chart__lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-chart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  counter-reset: chart_counter;
}
@media screen and (max-width: 1024px) {
  .p-chart__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 62px;
  }
}
.p-chart__list-item {
  flex: 1;
  counter-increment: chart_counter;
}
@media screen and (max-width: 1024px) {
  .p-chart__list-item {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .p-chart__list-item {
    max-width: 327px;
  }
}
.p-chart__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-chart__list-inner {
      border: 2px solid rgba(45, 62, 138, 0.2);
      border-radius: 16px;
      background-color: #fff;
      padding: 24px 10px;
      gap: 16px;
  }
}
.p-chart__list-img-wrap {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-chart__list-img-picture {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-chart__list-img-wrap {
    height: 80px;
  }
  .p-chart__list-img-picture {
    height: 80px;
  }
}
.p-chart__list-box {
  border: 2px solid rgba(45,62,138,0.2);
  border-radius: 16px;
  background-color: #fff;
  height: calc(100% - 185px);
  padding: 24px 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-chart__list-box {
    border: 0;
    border-radius: 0;
    padding: 0;
    height: auto;
  }
}
.p-chart__list-item:not(:last-child) .p-chart__list-box::after {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: calc(100% + 13px);
  background: url(../img/chart-icon-arrow.svg) no-repeat center center / auto 24px;
  width: 30px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  .p-chart__list-item:not(:last-child) .p-chart__list-box::after {
    left: calc(50% - 15px);
    top: calc(100% + 24px);
    transform: rotate(90deg)
  }
}
@media screen and (max-width: 768px) {
  .p-chart__list-item:not(:last-child) .p-chart__list-box::after {
    top: calc(100% + 40px);
  }
}
.p-chart__list-box::before {
  content: 'STEP ' counter(chart_counter);
  border: 2px solid #E46500;
  border-radius: 40px;
  color: #E46500;
  width: 87px;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.p-chart__list-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #2D3E8A;
}
.p-chart__list-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}
.p-chart__list-img--no2 {
  margin-left: 23px;
}

/* faq */

.p-faq {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 40px 0;
  }
}

.p-faq__title {
  color: #2D3E8A;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 24px;
  }
}
.p-faq__inner {
  max-width: 872px;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    gap: 32px;
  }
}
.p-faq__list {
  padding: 60px 40px 28px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    padding-block: 0;
  }
}
.p-faq-accordion:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-faq-accordion:last-child {
    padding-bottom: 0;
  }
}
.p-faq-accordion {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: solid 1px #e7e7e7;
}
.p-faq-accordion__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-faq-accordion__heading::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/faq-q.svg) no-repeat center / contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.p-faq-accordion__content {
  padding: 14px 0 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-faq-accordion__content::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/faq-a.svg) no-repeat center / contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
