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

@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;
  width: 100%;
}

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

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

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

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

.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: 40px;
  font-weight: 700;
  font-family: "Inter",sans-serif;
  line-height: normal;
}

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

.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;
}

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

.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: 8px;
  background-color: #00B49C;
}

.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: 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::before {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/arrow1.webp) no-repeat center/contain;
}

.l-footer__info {
  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: 22px;
  padding: 24px;
}

.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: #00B49C;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button--green {
  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: #000000;
  border: #00B49C 2px solid;
  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: 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: #000000;
  border: #EF6A04 2px solid;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button--data {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 8px 16px;
  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: #00B49C;
  border: #00B49C 2px solid;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button--tel {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 8px 16px;
  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--ss {
  font-size: 16px;
  padding: 8px 0;
  width: 175px;
}

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

.c-button--green {
  background-color: #00B49C;
}
.c-button--orange {
  background-color: #EF6A04;
}
.c-text--orange{
  color: #EF6A04;
}
.c-text--green{
  color: #00B49C;
}
.c-text--white{
  color: #ffffff;
}

.c-button--green:hover {
  opacity: 1;
  background-color: #02d7bb;
  color: #fff;
  text-decoration: none;
}
.c-button--orange:hover {
  opacity: 1;
  background-color: #f27d23;
  color: #fff;
  text-decoration: none;
}
.c-button--inquiry{
  width: 300px !important;
}
.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: 13px 0;
  background-color: #B5E4DD;
}

.p-mv {
  width: 100%;
  background-color: #f9f9f9;
  padding: 40px 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;
}
@media screen and (max-width: 768px) {
  .p-mv {
      padding: 20px 16px;
  }
}

.p-mv__inner {
  width: 100%;
  max-width: 1126px;
  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;
}

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

.p-mv__form-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.p-mv__form {
  width: 460px;
  background-color: #fff;
  padding: 30px;
  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;
}

.p-mv__form-heading::after {
  content: '';
  width: 90px;
  height: 80px;
  background: url(../img/form-point.webp) no-repeat center / contain;
  position: absolute;
  top: -40px;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .p-mv__form {
      max-width: 343px;
      gap: 16px;
      padding: 20px 16px;
  }
}

.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: 872px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    gap: 24px;
  }
}

.p-top__bg {
  background-image: url(../img/top-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-top__bg {
    background-image: url(../img/top-bg-sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
}
.p-worry__reason{
  text-align: center;
}

.p-worry-bg{
  background-image: url(../img/p-worry-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .p-top__bg {
    background-image: url(../img/top-bg-sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  .p-worry-bg{
    background-image: url(../img/p-worry-bg--sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
}

.p-worry__test{
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-worry__test{
    padding-top: 40px;
  }
}

.p-worry__contents{
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-worry__contents{
    padding: 24px 16px 0;
  }
}

.p-worry__correspondence{
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-worry__correspondence{
    padding: 24px 16px 0;
  }
}

.p-cta-area {
  background-color: #00B49C;
}

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

.p-cta-area__inner2 {
  padding: 60px 0px;
  border-radius: 20px;
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 0;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: 768px) {
  .p-cta-area__inquiry,.p-cta-area__tel{
    gap: 8px;
    width: 343px;
    padding: 32px 0;
  }
}
@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;
  }
}


.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{
  width: 540px;
  padding: 16px 0 0;
  border-radius: 20px;
}


.c-heading-xl--textline-normal {
  line-height: normal;
}
.c-heading-xl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.7;
}
.c-heading-xl--border {
  position: relative;
  padding-bottom: 16px;
}
.c-heading-xl {
  font-size: 32px;
  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;
  }
}

.p-cta-area__decoration::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #e46500;
  transform: rotate(-60deg);
}
.p-cta-area__decoration::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #e46500;
  transform: rotate(60deg);
}
.p-merit{
  background-color: #D9ECE9;
  padding: 100px 0;
}

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

.p-consultation{
  padding: 80px 0;
}

.p-consultation__bg{
  background-image: url(../img/p-consultation__bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-consultation__bg{
    background-image: url(../img/p-consultation__bg--sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
}
.p-casestudy{
  padding: 80px 0;
}
.p-casestudy-bg {
  background-image: url(../img/p-casestudy-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-casestudy-bg {
    background-image: url(../img/p-casestudy-bg--sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
}
.p-comparison{
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-comparison{
    padding: 40px 16px;
  }
}
.p-chart{
  background-color: #F2FBFA;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-chart{
    padding: 40px 24px;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 40px;
  }
}
.p-faq__box {
  width: 100%;
  max-width: 686px;
  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;
}
.p-faq-accordion:last-child {
  border-bottom: none;
}
.p-faq-accordion {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: solid 1px #e7e7e7;
}
.p-faq-accordion__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.p-faq-accordion__heading::before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/faq-q.webp) 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.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.p-faq-accordion__content::before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/faq-a.webp) no-repeat center / contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.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;
}
.l-footer__copy {
  font-size: 12px;
  font-weight: 500;
}