/* 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;
}

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

/* 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: 33px;
  }
  .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: #2549B1;
}

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

.l-header__tel::before {
  content: "電話で無料相談";
  font-size: 16px;
  line-height: 2;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .l-header__tel::before {
    font-size: 12px;
    line-height: 2;
  }
}

.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: #3364D7;
}

.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;
}
@media screen and (max-width: 1024px) {
  .l-nav-list {
    gap: 60px;
  }
}

.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--data {
  padding: 6px 16px;
  font-size: 16px;
  width: 175px;
  background-color: #EF6A04;
  border: 0;
}
.c-button--tel {
  padding: 6px 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--orange {
  background-color: #EF6A04;
}
.c-button--blue {
  background-color: #3364D7;
}
.c-button--blue2 {
  background-color: #2549B1;
}
.c-text--blue{
  color: #3364D7;
}
.c-text--blue2 {
  color: #2549B1;
}
.c-text--orange{
  color: #EF6A04;
}
.c-text--white{
  color: #ffffff;
}
.c-text--bold {
  font-weight: 700;
}

.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: #DAE9FF;
}

.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 102px, auto 102px;
  background-position: left center, right center;
  padding: 0 35px;
  min-height: 102px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-badge {
    background-size: auto 45px, auto 45px;
    padding: 0 15px;
    min-height: 45px;
  }
}


/* mv */


.p-mv {
  width: 100%;
  background-color: #fff;
  padding: 38px 24px 22px;
  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;
}
@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: 1084px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@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: 12px;
  }
}

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

.p-mv__side {
  max-width: 380px;
  width: calc(380 / 1084 * 100%);
}

@media screen and (max-width: 768px) {
  .p-mv__side {
    width: 100%;
  }
}

.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: 32px;
  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__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__lead {
    flex-wrap: wrap;
  }
}
.p-mv-visual__lead-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3364D7;
  padding: 0 13px;
  border: 3px solid #3364D7;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__lead-text {
    font-size: 32px;
    border: 0;
    padding: 0;
  }
}
.p-mv-visual__lead-icon {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3364D7;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__lead-icon {
    font-size: 24px;
  }
}


.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: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-mv-visual__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-visual__head {
    max-width: 336px;
  }
}
.p-mv-visual__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(to right, #E04F00, #FF8E25);
  border-radius: 8px;
  padding: 6px 8px 6px 24px;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__title {
    font-size: 22px;
    width: auto;
    padding: 6px 16px;
    text-align: center;
  }
}
.p-mv-visual__title-num {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__title-num {
    font-size: 30px;
    line-height: 1.4;
  }
}


.p-mv-visual__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3364D7;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__text {
    font-size: 12px;
    width: 100%;
    padding-left: 0;
  }
}

.p-mv-visual__body {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__body {
    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: 8px;
  }
}

.p-mv-visual__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
@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: 100px;
    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: 180px;
  height: 180px;
  gap: 4px;
  background-color: #FFF5EB;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__features-item {
    width: 100px;
    height: 100px;
  }
}
.p-mv-visual__features-img--no2 {
  margin-bottom: -10px;
}
.p-mv-visual__features-img--no3 {
  margin-bottom: -2px;
}

.p-mv-visual__features-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #EF6A04;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__features-text {
    font-size: 12px;
    max-width: 80px;
  }
}

.p-mv-visual__img-wrap {
  position: absolute;
  top: -54px;
  left: -812px;
  width: 2132px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-mv-visual__img-wrap {
    position: static;
    width: 100%;
    max-width: 200px;
  }
}
.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%;
  }
}


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

.p-worry__head {
  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: #2549B1;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 9px 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worry__title {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: 0.02em;
    padding: 14px 16px 17px;
    line-height: 1.3;
  }
}
.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 #2549B1;
}
@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: 56px;
}
@media screen and (max-width: 768px) {
  .p-worry__title-strong {
    font-size: 24px;
  }
}

.p-worry__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 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: 16px;
  }
}

.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: 32px;
  width: 100%;
}
@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: 24px;
  }
}
.p-worry-box[data-width="full"] {
  width: 100%;
  position: relative;
}
.p-worry-box__logo {
  position: absolute;
  top: 24px;
  right: 24px;
}

.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;
  gap: 8px;
  -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__title-point {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  width: 80px;
  margin: 0 auto;
  padding: 4px 0;
  letter-spacing: 0;
  background-color: #3364D7;
  border-radius: 16px;
}
.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: 8px;
}
@media screen and (max-width: 768px) {
  .p-worry-box__list {
    max-width: 303px;
    padding-inline: 4px;
  }
}
.p-worry-box__list-item {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  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;
}
.p-worry-box__list-bold {
  font-weight: 700;
}

@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: 168px;
  -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;
    margin-top: 0;
  }
}
.p-worry-box__charges-item {
  width: 168px;
  height: 168px;
  border-radius: 9999px;
  background-color: rgba(255,235,214,0.5);
  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: 56px;
  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: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-worry-box__charges-text2 {
    font-size: 32px;
  }
}
.p-worry-box__charges-unit {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-worry-box__charges-unit {
    font-size: 20px;
  }
}

@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;
  }
}
@media screen and (max-width: 768px) {
  .p-worry-box__types {
    padding-inline: 8px;
  }
}
.p-worry-box__types-item {
  background-color: #EBF3FF;
  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: #2549B1;
  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: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-worry-box__types-text {
    font-size: 14px;
  }
}
.p-worry-box__types-text-indent {
  letter-spacing: -.2em;
}
.p-worry-box__types-textbox {
  height: 100%;
}
.p-worry-box__types-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-worry-box__types-list {
    font-size: 14px;
  }
}
.p-worry-box__types-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-worry-box__types-list > li::before {
  content: "・";
}



/* means */

.p-means {
  padding: 80px 24px;
  background: url(../img/means-bg.webp) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
  .p-means{
    padding: 40px 16px;
    background: url(../img/means-bg-sp.webp) no-repeat center top / cover;
  }
}
.p-means__inner {
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .p-means__inner {
    gap: 40px;
    max-width: 327px;
  }
}
.p-means__title {
  color: #2549B1;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-means__title {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
  }
}
.p-means__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-means__lead {
    font-size: 16px;
    margin-top: -28px;
  }
}
.p-means__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-means__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-means__body {
    gap: 24px;
  }
}
.p-means-box {
  background-color: #FFF2E8;
  border-radius: 16px;
  border-radius: 12px;
  padding: 24px 24px 156px;
  position: relative;
  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: 20px;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 1024px) {
  .p-means-box {
    max-width: 460px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-means-box {
    padding: 24px 10px;
    gap: 16px;
  }
}
.p-means-box[data-width="full"] {
  width: 100%;
  position: relative;
}
.p-means-box__logo {
  position: absolute;
  top: 24px;
  right: 24px;
}

.p-means-box__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #EF6A04;
  border-radius: 16px;
  width: 100%;
  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;
}
.p-means-box__title[data-line-height="0.8"] {
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .p-means-box__title {
    font-size: 20px;
    max-width: 303px;
    min-height: 0;
    letter-spacing: 0.1em;
  }
}
.p-means-box__title-num {
  font-size: 48px;
  line-height: 0.8;
}
.p-means-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-means-box__list {
    max-width: 303px;
    gap: 20px;
  }
}
.p-means-box__list-item {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-means-box__list-item {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.p-means-box__list-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/means-icon-check.svg) no-repeat center center / cover;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-means-box__list-item::before {
    top: 0.1em;
  }
}
.p-means-box__img {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-means-box__img {
    max-width: 303px;
    position: static;
    transform: none;
  }
}


/* CTA */

.p-cta-area {
  background-color: #3364D7;
  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: 984px;
  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;
    gap: 24px;
    max-width: 460px;
  }
}
@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: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-cta-area__title {
    font-size: 20px;
    padding-bottom: 4px;
  }
}

.p-cta-area__title2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-cta-area__title2 {
    font-size: 20px;
    padding-bottom: 4px;
  }
}



.p-cta-area__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-cta-area__text {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 370px) {
  .p-cta-area__text {
    font-size: 14px;
  }
}
.p-cta-area__text2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-cta-area__text2 {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 370px) {
  .p-cta-area__text2 {
    font-size: 14px;
  }
}

.p-cta-area__btn-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: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-cta-area__btn-wrap {
    margin-top: 4px;
    gap: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-cta-area__btn-wrap--gap16 {
    gap: 16px;
  }
}

.p-cta-area__inquiry,
.p-cta-area__tel {
  flex: 1;
  background-color: #fff;
  padding: 16px 0px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-cta-area__inquiry,
  .p-cta-area__tel {
    max-width: 460px;
    min-height: 142px;
    width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-cta-area__inquiry,
  .p-cta-area__tel {
    gap: 12px;
    max-width: 343px;
    width: 100%;
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-cta-area .c-button {
    padding-block: 19px 16px;
  }
}
@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: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 4px;
  }
}

.p-cta-area__inquiry-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}


.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: #2549B1;
  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.5;
  letter-spacing: 0.1em;
}
.p-cta-area__date {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .p-cta-area__date {
    margin-top: 0;
  }
}



.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 {
  flex: 1;
  background-color: #fff;
  padding: 32px 0px;
  border-radius: 16px;
  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;
  width: 100%;
}
.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: 40px;
  font-weight: 700;
  line-height: 1;
  color: #2549B1;
  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: 40px;
  height: 41px;
  background: url(../img/cta-icon-tel.svg) no-repeat center center / cover;
  display: block;
}
.p-cta-area__tel2-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}



.p-cta-area__decoration::before,
.p-cta-area__decoration::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 3px;
  background-color: #e46500;
  transform: rotate(60deg);
  vertical-align: 6px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-cta-area__decoration::before,
  .p-cta-area__decoration::after {
    height: 2px;
  }
}

.p-cta-area__decoration::after {
  transform: rotate(-60deg);
  margin-left: 10px;
}
.p-cta-area__decoration::before {
  transform: rotate(60deg);
  margin-right: 10px;
}
@media screen and (max-width: 370px) {
  .p-cta-area__decoration::after {
    margin-left: 0px;
  }
  .p-cta-area__decoration::before {
    margin-right: 0px;
  }
}

.p-cta-area__decoration--blue::before,
.p-cta-area__decoration--blue::after {
  background-color: #3364D7;
}


@media screen and (min-width: 769px) {
  .p-cta-area__decoration--lg::before,
  .p-cta-area__decoration--lg::after {
    width: 28px;
    vertical-align: 8px;
  }
  .p-cta-area__decoration--lg::after {
    margin-left: 8px;
  }
  .p-cta-area__decoration--lg::before {
    margin-right: 8px;
  }
}

/* merit */

.p-merit {
  background: url(../img/merit-bg.webp) no-repeat top center / cover;
  background-color: #EBF3FF;
  padding: 100px 24px;
}

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

.p-merit__inner {
  max-width: 1200px;
  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%;
  }
}
@media screen and (max-width: 768px) {
  .p-merit__img-wrap {
    max-width: 467px;
  }
}

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

.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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .p-merit__box {
    gap: 16px;
  }
}
.p-merit__text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-merit__text {
    font-size: 16px;
    text-align: center;
  }
}


/* consul */

.p-consul {
}

@media screen and (min-width: 1440px) {
  .p-consul {
    /* background-size: 100% 100%; */
  }
}
@media screen and (max-width: 1024px) {
  .p-consul {
    /* background-size: cover; */
  }
}

.p-consul__inner {
  max-width: 984px;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .p-consul__inner {
    gap: 24px;
  }
}
.p-consul__body {
  width: 100%;
}
.p-consul__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2549B1;
}
@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: #fff;
  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;
  align-items: center;
  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: 343px;
    width: 100%;
    padding: 16px;
  }
}
.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-list {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  min-height: 96px;
}
@media screen and (max-width: 768px) {
  .p-consul__box-list {
    min-height: 0;
    width: 100%;
  }
}
.p-consul__box-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-consul__box-item::before {
  content: "・";
}

.p-consul-top {
  background-color: #ECEFF1;
  padding: 80px 24px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-consul-top {
    padding: 40px 16px 10px;
  }
}
.p-consul-top::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 170px;
  background: url(../img/consul-bg1.svg) no-repeat center bottom / 100%;
}
@media screen and (max-width: 768px) {
  .p-consul-top::before {
    /* bottom: calc(-62 / 375 * 100vw);
    height: calc(64 / 375 * 100vw); */
    bottom: -30px;
    height: 64px;
    background: url(../img/consul-bg1-sp.svg) no-repeat center bottom / 750px auto, #FFEBD6;
  }
}
@media screen and (max-width: 374px) {
  .p-consul-top::before {
    bottom: calc(-30 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
  }
}

.p-consul-mid {
  /* background: url(../img/consul-text-bg.svg) no-repeat bottom center / cover; */
  font-size: 36px;
  height: 250px;
  padding: 70px 24px 0;
  font-weight: 700;
  color: #EF6A04;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-consul-mid {
    padding: 40px 16px 0;
    font-size: 20px;
    height: 100px;
  }
}
@media screen and (max-width: 374px) {
  .p-consul-mid {
    padding-top: calc(40 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
}

.p-consul-mid__text {
  position: relative;
  z-index: 1;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-consul-mid__text {
    padding-top: 0;
  }
}
.p-consul-mid::before {
  content: "";
  display: block;
  position: absolute;
  top: 69px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 170px;
  background: url(../img/consul-bg2.svg) no-repeat center bottom / 1440px;
  background-color: #EBF3FF;
}
@media screen and (min-width: 1440px) {
  .p-consul-mid::before {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-consul-mid::before {
    /* bottom: calc(-98 / 375 * 100vw);
    height: calc(100 / 375 * 100vw); */
    top: 30px;
    height: 100px;
    background: url(../img/consul-bg2-sp.svg) no-repeat center bottom / 100%;
    background-color: #EBF3FF;
  }
}
@media screen and (max-width: 374px) {
  .p-consul-mid::before {
    top: calc(30 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
  }
}

.p-consul-bot {
  padding: 110px 24px 80px;
  margin-top: -70px;
  background-color: #EBF3FF;
}
@media screen and (max-width: 768px) {
  .p-consul-bot {
    padding-block: 120px 40px;
  }
}


.p-consul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-consul-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.p-consul-list__item {
  flex: 1;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -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: 1024px) {
  .p-consul-list {
    max-width: 460px;
  }
}
.p-consul-list__title {
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 16px;
  background-color: rgba(255,235,214,0.5);
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #EF6A04;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-consul-list__title {
    font-size: 18px;
  }
}
.p-consul-list__title::before {
  content: "";
  display: block;
  background: url(../img/consul-icon-check.svg) center / contain;
  width: 30px;
  height: 30px;
  flex-shrink: 1;
}
.p-consul-list__text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-consul-list__text {
    font-size: 16px;
  }
}
.p-consul-list__text-bold {
  font-weight: 700;
  color: #EF6A04;
}


/* casestudy */

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


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

.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;
  }
  .p-casestudy__list {
    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;
  }
}
@media screen and (max-width: 768px) {
  .p-casestudy__list-item {
    padding-block: 32px 16px;
  }
}
.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: #3364D7;
  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;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3364D7;
  background: url(../img/casestudy-text-bg.svg) no-repeat bottom center / cover;
  width: 100%;
  height: 88px;
  padding-top: 16px;
}
.p-casestudy__img {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-casestudy__img {
    padding-top: 8px;
    max-width: 264px;
    width: 100%;
  }
}
.p-casestudy-box {
  background-color: #F5F6F8;
  border-radius: 16px;
  padding: 16px;
  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: 10px;
}
.p-casestudy-box[data-color="orange"] {
  background-color: #FFF2E8;
  min-height: 162px;
}
@media screen and (max-width: 768px) {
  .p-casestudy-box[data-color="orange"] {
    min-height: 0;
  }
}
.p-casestudy-box__title {
  color: #fff;
  text-align: center;
  background-color: #707070;
  padding: 3px 16px 5px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.p-casestudy-box[data-color="orange"] .p-casestudy-box__title {
  background-color: #EF6A04;
}
.p-casestudy-box__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}


/* comparison */

.p-comparison {
  padding: 80px 24px;
  background: url(../img/comparison-bg.webp) no-repeat top center / cover;
}
@media screen and (max-width: 768px) {
  .p-comparison{
    padding: 40px 16px;
    background-image: url(../img/comparison-bg-sp.webp);
  }
}
.p-comparison__inner {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-comparison__inner {
    gap: 32px;
  }
}
.p-comparison__title {
  color: #2549B1;
  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;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.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: -28px;
    width: calc(100% - 16px);
  }
}

.p-comparison__table-wrap {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-comparison__table-wrap {
    width: calc(100% + 16px);
    margin-right: -16px;
  }
}
.p-comparison__table-wrap::-webkit-scrollbar {
  height: 8px;
}
.p-comparison__table-wrap::-webkit-scrollbar-track {
  background: #EBF3FF;
  border-radius: 9999px;
}
.p-comparison__table-wrap::-webkit-scrollbar-thumb {
  background: #3364D7;
  border-radius: 9999px;
}
.p-comparison__table {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-comparison__table {
    min-width: 600px;
  }
}
.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: 4px;
  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: 48px;
    padding: 0;
  }
}
.p-comparison__table thead th {
  background: #93B0F4;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-comparison__table thead th {
    font-size: 12px;
  }
}
.p-comparison__table thead .p-comparison__table-th {
  background: #3364D7;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-comparison__table thead .p-comparison__table-th {
    min-width: 120px;
    font-size: 12px;
  }
}
.p-comparison__table thead .p-comparison__table-th-blank {
  background: #617094;
}
@media screen and (max-width: 768px) {
  .p-comparison__table thead .p-comparison__table-th-blank {
    width: 120px;
  }
}
.p-comparison__table tbody th,
.p-comparison__table tbody td {
  font-weight: 700;
  line-height: 1.5;
}
.p-comparison__table tbody td {
  font-size: 18px;
}
.p-comparison__table tbody th {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-comparison__table tbody th {
    font-size: 12px;
  }
  .p-comparison__table tbody td {
    font-size: 12px;
  }
}
.p-comparison__table tbody th {
  background: #ECF0F3;
  color: #2549B1;
}
.p-comparison__table tbody td {
  background: #EDF4FF;
  color: #6B749C;
}
.p-comparison__table .p-comparison__table-td {
  font-size: 24px;
  background: #FFF0E1;
  color: #EF6A04;
}
@media screen and (max-width: 768px) {
  .p-comparison__table .p-comparison__table-td {
    font-size: 14px;
  }
}
.p-comparison__table .p-comparison__table-td-sm {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-comparison__table .p-comparison__table-td-sm {
    font-size: 9px;
    line-height: 1.3;
  }
}
.p-comparison__table .p-comparison__table-td2 {
  font-size: 24px;
  background: #D5EBFF;
  color: #2549B1;
}
@media screen and (max-width: 768px) {
  .p-comparison__table .p-comparison__table-td2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-comparison__table .p-comparison__table-tr {
    height: 56px;
  }
}



/* chart */

.p-chart {
  background-color: #EBF3FF;
  padding: 80px 24px;
}
@media screen and (max-width: 768px) {
  .p-chart {
    padding: 40px 16px;
  }
}
.p-chart__inner {
  max-width: 1200px;
}
.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: #2549B1;
  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__body {
  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: 12px;
}
.p-chart__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-chart__text {
    font-size: 20px;
  }
}
.p-chart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  counter-reset: chart_counter;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .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: 48px;
  }
}
.p-chart__list-item {
  flex: 1;
  counter-increment: chart_counter;
  border: 2px solid rgba(45,62,138,0.2);
  border-radius: 16px;
  background-color: #fff;
  padding: 24px 12px;
  position: relative;
  width: 100%;
}
@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: 343px;
  }
}
.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%;
}

.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 {
  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% + 12px);
    left: calc(50% - 15px);
    transform: rotate(90deg);
  }
}
.p-chart__list-box::before {
  content: 'STEP ' counter(chart_counter);
  border: 2px solid #EF6A04;
  border-radius: 40px;
  color: #EF6A04;
  width: 103px;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-chart__list-box::before {
    padding-block: 3px;
  }
}
.p-chart__list-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2549B1;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-chart__list-title {
    min-height: 0;
  }
}
.p-chart__list-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}

/* 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: 80px 24px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 40px 0;
  }
}

.p-faq__title {
  color: #2549B1;
  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: 784px;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    gap: 32px;
  }
}
.p-faq__list {
  padding: 0;
  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: 0 32px;
  }
}
.p-faq-accordion:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@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.5;
  letter-spacing: 0.04em;
  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.04em;
  line-height: 1.5;
  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);
}


.p-footer-cta {
  background: #3364D7;
  padding: 48px 24px;
}
@media screen and (max-width: 768px) {
  .p-footer-cta {
    padding: 40px 16px;
  }
}
.p-footer-cta__form {
  max-width: 584px;
  width: 100%;
  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;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-footer-cta__form {
    max-width: 343px;
    min-width: 0;
    width: 100%;
    gap: 16px;
    padding: 24px 8px;
  }
}
.p-footer-cta__form-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.p-footer-cta__form-heading-text {
  position: relative;
}
.p-footer-cta__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-footer-cta__form-heading-text::after {
    background-image: url(../img/form-point-sp.webp);
    width: 72px;
    height: 72px;
    bottom: 16px;
    left: calc(100% - 6px);
  }
}

