@charset "UTF-8";


/* loader
=======================================================*/
#js-loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--color_1);
  z-index: 60000;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
#js-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}



.inner__1600 {
  padding: 0 25px;
}

/*追従CTA*/
.lp-floating-cta {
  position: fixed;
  right: -1rem;
  bottom: 2rem;
  width: 15rem;
  filter:drop-shadow(#99999933 0 0 10px);
  opacity: 0;
  z-index: 50000;
  transition: 0.5s;
}

.lp-floating-cta.is__visible {
  right: 2rem;
  opacity: 1;
}

.lp-floating-cta img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .lp-floating-cta {
    display: none;
  }
}

/*=======================================================
fv
=======================================================*/
#lp-fv {
  position: relative;
  width: 100%;
  height: auto;
  font-weight: bold;
}

.lp-fv__flex {
  position: relative;
  display: flex;
  padding: 2.5rem 0 0;
}
.lp-fv__flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 15rem);
  width: 30rem;
  height: calc(100% + 10rem);
  background-color: var(--color_8);
  z-index: -1;
}
.lp-fv__flex::after {
  content: "";
  position: absolute;
  top: calc(100% + 4rem);
  left: calc(100% - 10rem);
  width: 30rem;
  height: 12rem;
  border: var(--color_4) 3px solid;
  z-index: 1;
}

.lp-ttl__container {
  width: 70rem;
  padding: 5rem 0 0 7rem;
}

.mainCopy {
  margin-bottom: 3rem;
  text-align: center;
}

.mainCopy span {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 3.6rem;
}

.mainCopy span.sp {
  display: inline-block;
}

.mainCopy img {
  width: 64rem;
}

.subCopy {
  font-size: 2.4rem;
  color: var(--color_8);
}
.subCopy span {
  font-size: 3.2rem;
}

.lp-img__container {
  width: 59rem;
}

.healthCare {
  position: absolute;
  left: -25px;
  bottom: 9rem;
  display: flex;
  align-items: flex-end;
}
.healthCare::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  height: 7rem;
  background-color: var(--color_8);
  clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 50%, calc(100% - 5rem) 100%, 0 100%);
  z-index: -1;
}

.healthCare img {
  width: 15rem;
  margin: 0 3rem 0 6rem;
}

.healthCare p {
  margin-bottom: 4.8rem;
  padding-right: 5rem;
  font-size: 2.4rem;
  color: var(--color_1);
}

.healthCare p span {
  display: inline-block;
}

.lp-fv__cta {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  width: 19rem;
  height: 19rem;
  transition: 0.5s;
}
.lp-fv__cta:hover,
.lp-fv__cta:active,
.lp-fv__cta:focus {
  opacity: 0.8;
  transform: scale(0.98);
  transform-origin: center;
}

@media screen and (max-width: 896px) {
  .lp-fv__flex {
    padding: 2.5rem 0 20rem;
  }
  .lp-ttl__container {
    padding: 0;
  }
  .mainCopy {
    margin-bottom: 8rem;
  }
  .mainCopy span {
    font-size: 3rem;
  }
  .mainCopy img {
    width: 53rem;
  }
  .subCopy {
    font-size: 2.4rem;
    line-height: 2;
  }
  .subCopy span {
    font-size: 2.8rem;
  }
  .lp-img__container {
    margin: 10rem 0 -10rem -15rem;
    z-index: -1;
  }
  .healthCare {
    bottom: 2rem;
  }
  .healthCare img {
    width: 12rem;
    margin: 0 1rem 0 3rem;
  }
  .healthCare p {
    padding-right: 4rem;
    font-size: 2rem;
  }
  .lp-fv__cta {/*
    position: absolute;*/
    right: 4rem;
    bottom: 2rem;
    width: 15rem;
    height: 15rem;
  }
}

@media screen and (max-width: 600px) {
  .lp-fv__flex {
    display: block;
    padding: 2.5rem 0 0;
  }
  .lp-fv__flex::before,
  .lp-fv__flex::after {
    top: 45%;
    left: auto;
    right: -25px;
    width: 30%;
    height: 62%;
    opacity: 0.8;
  }
  .lp-fv__flex::after {
    top: 103%;
    right: -5rem;
    height: 5rem;
  }
  .lp-ttl__container {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .mainCopy {
    margin-bottom: 1.6rem;
    line-height: 1.3;
  }
  .mainCopy span {
    margin-bottom: 0.2rem;
    font-size: 2rem;
    text-align: center;
  }
  .mainCopy img {
    width: 80vw;
  }
  .subCopy {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }
  .subCopy span {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }
  .lp-img__container {
    width: 60%;
    margin: -1rem auto 2rem;
  }
  .healthCare {
    position: relative;
    align-items: center;
  }
  .healthCare::before {
    bottom: 1rem;
    width: 113%;
    height: 80%;
  }
  .healthCare img {
    width: 6rem;
    margin: 0 0.5em 0 1em;
  }
  .healthCare p {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 1.8rem;
    letter-spacing: -0.01em;
  }
  .lp-fv__cta {
    right: 1rem;
    bottom: 12rem;
    width: 30vw;
    height: 30vw;
  }
}

@media screen and (max-width: 340px) {
  .lp-fv__flex::before {
    top: 48%;
  }
  .healthCare p {
    font-size: 1.6rem;
  }
}


/*=======================================================
.lp-intro
=======================================================*/
#lp-intro {
  padding: 12rem 0 8rem;
}

.lp-intro__lead {
  margin-bottom: 10rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_8);
  text-align: center;
}
.lp-intro__lead br.sp {
  display: none;
}
.lp-intro__lead br.sp400 {
  display: none;
}

.lp-intro__list {
  display: flex;
  justify-content: center;
  gap: 8rem;
}

.lp-intro__item {
  flex: 1;
  width: 33rem;
}

.item__label {
  margin-bottom: 2rem;
  text-align: center;
}

.item__label p {
  position: relative;
  display: inline;
  font-size: 2.4rem;
}
.item__label p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 6.8rem;
  height: 6.8rem;
  background-color: #d9d9d9;
  border-radius: 50%;
  filter: blur(10px);
  transform: translateY(-50%);
  z-index: -1;
}

.item__label p span {
  font-size: 3.2rem;
}

.item__ttl {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--color_8);
}
.item__ttl span {
  display: inline-block;
}


@media screen and (max-width: 896px) {
  .lp-intro__lead {
    font-size: 2.4rem;
  }
  .lp-intro__list {
    gap: 3rem;
  }
  .item__label p,
  .item__ttl {
    font-size: 1.8rem;
  }
  .item__label p::before {
    width: 5rem;
    height: 5rem;
  }
  .item__label p span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  .lp-intro__lead {
    margin-bottom: 5rem;
    font-size: 2rem;
  }
  .lp-intro__lead br.sp {
    display: block;
  }
  .lp-intro__list {
    display: block;
  }
  .lp-intro__item {
    flex: none;
    width: 100%;
    margin: 0 auto 3rem;
  }
  .lp-intro__item:last-of-type {
    margin: 0 auto;
  }
  .item__label {
    margin-bottom: 1.6rem;
  }
  .item__ttl {
    margin-top: 0.5rem;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 460px) {
  .lp-intro__lead {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 400px) {
  .lp-intro__lead {
    font-size: 2rem;
  }
  .lp-intro__lead br.sp400 {
    display: block;
  }
}

/*=======================================================
.lp-solution
=======================================================*/
#lp-solution {
  padding-bottom: 10rem;
}

.lp-solution__header {
  width: 100%;
  height: 18rem;
  clip-path: polygon(0 0, 100% 0, 100% 5.5rem, 50% 100%, 0 5.5rem);
  text-align: center;
  color: #fff;
  background-color: var(--color_8);
}

.lp-solution__title {
  padding-top: 5rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.lp-solution__title span {
  display: inline-block;
}


.lp-solution__list {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
}

.lp-solution__item {
  flex: 1;
}

.item__sub-title {
  margin-bottom: 2rem;
  padding-top: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color_8);
  text-align: center;
  background: url(../img/lp/hirameki.png) no-repeat;
  background-position: center top;
  background-size: 6rem auto;
}
.item__sub-title span {
  display: inline-block;
}

.item__arrow {
  width: 7.6rem;
  height: 7.9rem;
  background-color: var(--color_4);
  margin: 0 auto 2rem;
  clip-path: polygon(30% 0%, 70% 0%, 70% 60%, 100% 60%, 50% 100%, 0 60%, 30% 60%);
}

.item__txt {
  height: 25rem;
  margin-top: -5rem;
  padding: 2.4rem 2rem;
  font-size: 2rem;
  line-height: 1.7;
  border: var(--color_8) 3px solid;
}

.item__txt span {
  color: var(--color_8);
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  #lp-solution {
    padding-bottom: 5rem;
  }
  .lp-solution__header {
    height: 15rem;
  }
  .lp-solution__title {
    padding-top: 2.5rem;
    font-size: 2.4rem;
  }
  .lp-solution__list {
    gap: 2.5rem;
  }
  .item__sub-title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .item__arrow {
    width: 4rem;
    height: 4.5rem;
  }
  .item__txt {
    height: 22.5rem;
    margin-top: -3.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 600px) {
  .lp-solution__header {
    align-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 8rem, 50% 100%, 0 8rem);
  }
  .lp-solution__title {
    margin-top: -1em;
    padding-top: 0;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .lp-solution__list {
    display: block;
    margin-top: 2.5rem;
  }
  .lp-solution__item {
    flex: none;
    margin-bottom: 3rem;
  }
  .lp-solution__item:last-of-type {
    margin-bottom: 0;
  }
  .item__sub-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .item__arrow {/*
    width: 4rem;*/
    height: 3.5rem;
    clip-path: polygon(30% 0%, 70% 0%, 70% 38%, 100% 38%, 50% 100%, 0 38%, 30% 38%);
  }
  .item__txt {
    height: auto;
    padding: 2rem 1.6rem;
  }
}


/*=======================================================
lp-benefit
=======================================================*/
#lp-benefit {
  padding: 10rem 0;
  font-weight: bold;
}

.lp-benefit__ttl {
  width: fit-content;
  margin: 0 auto 5rem;
  padding: 2rem 3rem;
  font-size: 3.2rem;
  color: var(--color_8);
  background-color: var(--color_4);
}

.lp-benefit__ttl span {
  display: inline-block;
  font-size: 5.6rem;
}

.lp-benefit__visual {
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
}

.visual__circles {
  width: 56.8rem;
  margin: auto;
}

.benefit__txt {
  position: absolute;
  padding: 2rem;
  font-size: 2.4rem;
  background-color: var(--color_1);
  border: var(--color_4) 3px solid;
}

.benefit__txt span {
  display: inline-block;
}

.benefit__txt-top {
  top: 5rem;
  left: calc(50% + 12rem);
}
.benefit__txt-left {
  top: 24rem;
  left: 6rem;
}
.benefit__txt-right {
  top: 33.5rem;
  left: 86rem;
}

.lp-benefit__lead {
  font-size: 2.4rem;
  text-align: center;
  color: var(--color_8);
}

.lp-benefit__lead span {
  font-size: 3.2rem;
}

.lp-benefit__lead br {
  display: none;
}

@media screen and (max-width: 1050px) {
  .benefit__txt-right {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .lp-benefit__ttl {
    font-size: 2.4rem;
  }
  .lp-benefit__ttl span {
    font-size: 4rem;
  }
  .benefit__txt {
    padding: 0.7em 1em;
    font-size: 1.8rem;
  }
  .benefit__txt-left {
    top: 20rem;
    left: 0;
  }
  .benefit__txt-right {
    top: auto;
    bottom: 0;
  }
}


@media screen and (max-width: 600px) {
  #lp-benefit {
    padding: 5rem 0;
    font-weight: bold;
  }
  .lp-benefit__ttl {
    margin: 0 auto 2.5rem;
    padding: 1rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .lp-benefit__ttl span {
    font-size: 3rem;
  }
  .lp-benefit__visual {
    margin-bottom: 3rem;
  }
  .visual__circles {
    width: 100%;
    max-width: 35rem;
    margin-bottom: 2rem;
  }
  .benefit__txt {
    position: relative;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto 1rem;
    padding: 0.7em;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
  .benefit__txt-top {
    top: auto;
    left: auto;
  }
  .benefit__txt-left {
    top: auto;
    left: auto;
  }
  .benefit__txt-right {
    bottom: auto;
  }
  .benefit__txt p {
    text-align: center;
  }
  .lp-benefit__lead {
    font-size: 1.8rem;
  }
  .lp-benefit__lead span {
    font-size: 2.4rem;
  }
  .lp-benefit__lead br {
    display: block;
  }
}


/*=======================================================
lp-service
=======================================================*/
#lp-service {
  padding: 5rem 0 10rem;
}

.lp-srv__header {
  margin-bottom: 6rem;
}

.lp-srv__header-logo {
  position: relative;
  width: 90rem;
  margin: auto;
}

.lp-srv__header-logo .logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10rem;
  transform: translateX(-50%);
}

.lp-srv__header-ttl {
  padding: 8rem 0;
  color: var(--color_8);
  background-color: var(--color_8);
}

.lp-srv__ttl {
  padding: 3rem 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--color_4);
}

.lp-srv__ttl span {
  font-size: 4.8rem;
}

.lp-srv__body {
  position: relative;
}

.lp-srv__body::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% + 50rem);
  width: 71rem;
  height: 71rem;
  background-image: linear-gradient(90deg, #ffffff 10%, #ffffff00);
}
.lp-srv__curve {
  position: absolute;
  top: 0;
  right: calc(50% + 50rem);
  width: 71rem;
  height: 71rem;
  z-index: -1;
}

.lp-srv__list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 6.5rem 0;
}

.lp-srv__item {
  display: flex;
  align-items: center;
}

.lp-srv__item:nth-of-type(2),
.lp-srv__item:nth-of-type(4) {
  margin-left: 6.5rem;
}
.lp-srv__item:nth-of-type(3) {
  margin-left: 9.5rem;
}

.lp-srv__item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--color_8);
  background-color: var(--color_1);
  border: var(--color_8) 0.3rem solid;
  border-radius: 50%;
}

.lp-srv__item-txt {
  display: flex;
  align-items: first baseline;
}

.lp-srv__item-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_8);
}

.lp-srv__item-desc {
  font-size: 2.4rem;
}

@media screen and (max-width: 896px) {
  .lp-srv__header-logo {
    width: 90%;
  }
  .lp-srv__header-logo .logo {
    width: 8rem;
  }
  .lp-srv__header-ttl {
    padding: 4rem 0;
  }
  .lp-srv__ttl {
    padding: 2rem 0.5rem;
    font-size: 2.4rem;/*
    font-weight: bold;
    text-align: center;
    background-color: var(--color_4);*/
  }
  .lp-srv__ttl br {
    display: none;
  }
  .lp-srv__ttl span {
    font-size: 3.2rem;
  }
  .lp-srv__body::before {
    display: none;/*
    content: "";
    position: absolute;
    top: 0;*//*
    right: calc(50% + 50rem);
    right: calc(50% + 5rem);
    width: 50rem;
    height: 50rem;/*
    background-image: linear-gradient(90deg, #ffffff 10%, #ffffff00);*/
  }
  .lp-srv__curve {
    right: calc(50% + 50rem);
    right: calc(50% + 17rem);
    width: 56.6rem;
    height: 56.6rem;
  }
  .lp-srv__list {
    gap: 3rem;
    width: fit-content;
    margin: auto;
    padding: 3rem 0;
  }
  .lp-srv__item {
    align-items: first baseline;
  }
  .lp-srv__item-num {
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
  }
  .lp-srv__item-txt {
    display: block;
  }
  .lp-srv__item-ttl {
    font-size: 2.4rem;
  }
  .lp-srv__item-desc {
    font-size: 2rem;
  }
  .lp-srv__item-desc span.tab-none {
    display: none;
  }

}

@media screen and (max-width: 600px) {
  #lp-service {
    padding: 5rem 0;
  }
  .lp-srv__header {
    margin-bottom: 4rem;
  }
  .lp-srv__header-logo .logo {
    width: 5rem;
  }
  .lp-srv__header-ttl {
    padding: 2rem 0;
  }
  .lp-srv__ttl {
    padding: 1rem 0.5rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .lp-srv__ttl br {
    display: block;
  }
  .lp-srv__ttl span {
    font-size: 2.4rem;
  }
  .lp-srv__curve {
    display: none;
  }
  .lp-srv__list {
    gap: 1.6rem;
    padding: 0;
  }
  .lp-srv__item {
    display: block;
    margin-bottom: 2rem;
  }
  .lp-srv__item:nth-of-type(2),
  .lp-srv__item:nth-of-type(4) {
    margin-left: 0;
  }
  .lp-srv__item:nth-of-type(3) {
    margin-left: 0;
  }
  .lp-srv__item-num {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.5rem;
    font-size: 1.6rem;
    border: var(--color_8) 0.2rem solid;
  }
  .lp-srv__item-ttl {
    margin-bottom: 1rem;
    text-align: center;
  }
  .lp-srv__item-desc {
    font-size: 1.8rem;
    text-align: center;
  }
  .lp-srv__item-desc span {
    display: inline-block;
  }
  .lp-srv__item-desc span.tab-none {
    display: none;
  }
}


/*=======================================================
lp-merit
=======================================================*/
#lp-merit {
  margin-top: 6rem;
  padding: 0 0 10rem 0;
  font-weight: bold;
  color: var(--color_8);
  background: url(../img/lp/merit-bg.png) no-repeat;
  background-position: top 7rem center;
  background-size: cover;
}

.lp-mrt__main-ttl {
  position: relative;
  width: fit-content;
  margin: -6rem auto 6rem;
  padding: 5rem 12rem;
  font-size: 3.2rem;
  text-align: center;
  background-color: var(--color_4);
  border-radius: 2rem;
}
.lp-mrt__main-ttl::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  width: 4.6rem;
  height: 5rem;
  background-color: var(--color_4);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.lp-mrt__main-ttl span {
  display: inline-block;
}

.lp-mrt__block {
  margin-top: 10rem;
}

.lp-mrt__block-ttl {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 3rem;
  padding-left: 1.5em;
  font-size: 3.2rem;
}
.lp-mrt__block-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/lp/checkmark.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.lp-mrt__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 11rem;
  margin-bottom: 3rem;
}
.lp-mrt__item:last-of-type {
  margin-bottom: 0;
}

.lp-mrt__problem, .lp-mrt__solution {
  width: 52rem;
  height: 100%;
  padding: 2rem;
  border: var(--color_8) 2px solid;
  border-radius: 1rem;
}

.lp-mrt__problem {
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #D9E7FD;
}

.lp-mrt__label {
  position: relative;
  min-width: 7rem;
  font-size: 2rem;
  align-content: center;
}
.lp-mrt__label::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -0.5px;
  width: 1px;
  height: 7rem;
  background-color: var(--color_8);
}

.lp-mrt__problem p {
  font-size: 2rem;
}

.lp-mrt__arrow {
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0.5rem 1.5rem 1.5rem 0.5rem;
  border-right: var(--color_8) 0.6rem solid;
  border-bottom: var(--color_8) 0.6rem solid;
  transform: rotate(-45deg);
  transform-origin: center center;
}

.lp-mrt__solution {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: var(--color_1);
  background-color: var(--color_8);
}

.lp-mrt__solution p {
  width: 100%;
  text-align: center;
}

/*3行の部分*/
.lp-mrt__item-3column {
  height: 13rem;
}

.lp-mrt__item-3column .lp-mrt__label::before {
  top: -3rem;
  height: 9rem;
}

@media screen and (max-width: 896px) {
  #lp-merit {
    background-position: top 3.5rem center;
  }
  .lp-mrt__main-ttl {
    margin: -3rem auto 3rem;
    padding: 2rem 6rem;
    font-size: 2.4rem;
  }
  .lp-mrt__main-ttl::after {
    width: 3rem;
    height: 3rem;
  }
  .lp-mrt__block {
    margin-top: 6rem;
  }
  .lp-mrt__block-ttl {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }  
  .lp-mrt__block-ttl::before {
    width: 3rem;
    height: 3rem;
  }
  .lp-mrt__item,
  .lp-mrt__item-3column {
    height: auto;
    align-items: stretch;
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
  .lp-mrt__problem, 
  .lp-mrt__solution {
    width: 100%;
    height: auto;
    min-height: 8rem;
    padding: 1rem;
  }
  .lp-mrt__problem {
    gap: 1rem;
  }
  .lp-mrt__label {
    min-width: 5.5rem;
    height: 100%;
    font-size: 1.6rem;
  }
  .lp-mrt__label::before,
  .lp-mrt__item-3column .lp-mrt__label::before {
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
  }
  .lp-mrt__arrow {
    flex-shrink: 0;
    align-self: center;
    width: 2rem;
    margin:-0.5rem 0 0 -0.5rem;
    border-right: var(--color_8) 0.4rem solid;
    border-bottom: var(--color_8) 0.4rem solid;
  }
  .lp-mrt__problem p,
  .lp-mrt__solution {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .lp-mrt__problem p br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #lp-merit {
    margin-top: 3rem;
    padding: 5rem 0 8rem 0;
    background: url(../img/lp/merit-bg.png) repeat-y;
    background-position: top 3.5rem center;
    background-size: auto 50%;
  }
  .lp-mrt__main-ttl {
    padding: 2rem 1em;
    font-size: 2rem;
  }
  .lp-mrt__block-ttl {
    display: inline-block;
    line-height: 1.3;
  }
  .lp-mrt__block-ttl::before {
    top: 0;
    transform: translateY(0);
  }
  .lp-mrt__block-ttl span {
    display: inline-block;
  }
  .lp-mrt__item, .lp-mrt__item-3column {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;/*
    height: auto;
    align-items: stretch;
    gap: 1.6rem;
    margin-bottom: 2rem;*/
  }
  .lp-mrt__problem {
    flex-direction: column;
  }
  .lp-mrt__label {
    width: 100%;
    min-width: none;
    height: auto;
    padding-bottom: 0.5rem;
    text-align: center;
    border-bottom: var(--color_8) 1px solid;
  }
  .lp-mrt__label::before,
  .lp-mrt__item-3column .lp-mrt__label::before {
    display: none;
  }
  .lp-mrt__arrow {
    transform: rotate(45deg);
    margin:-1rem 0 0 -1rem;
  }
  .lp-mrt__solution {
    font-size: 1.8rem;
  }
  .lp-mrt__solution span {
    display: inline-block;
  }

}


/*=======================================================
lp-value
=======================================================*/
#lp-value {
  position: relative;
  padding: 6rem 0 10rem;
  color: var(--color_1);
  background-color: var(--color_8);
}
#lp-value::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 4rem;
  width: 22rem;
  height: 28rem;
  background: url(../img/lp/value-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.lp-value__main-ttl {
  margin-bottom: 5rem;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

.lp-value__main-ttl span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: var(--color_4);
}

.lp-value__main-ttl br {
  display: none;
}

.lp-value__txt {
  position: relative;
  text-align: center;
  z-index: 2;
}

.lp-value__txt span {
  display: inline-block;
}

@media screen and (max-width: 896px) {
  #lp-value {
    padding: 5rem 0;
  }
  #lp-value::before {
    width: 15rem;
    height: 18rem;
  }
  .lp-value__main-ttl {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  #lp-value::before {
    right: 0.5rem;
    width: 10rem;
    height: 13rem;
  }
  .lp-value__main-ttl {
    font-size: 3rem;
    line-height: 1.3;
  }
  .lp-value__main-ttl span {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  .lp-value__main-ttl br {
    display: block;
  }
}

/*=======================================================
lp-price
=======================================================*/
#lp-price {
  padding: 10rem 0 5rem;
  font-weight: bold;
}

.lp-price__main-ttl {
  margin: 0 0 8rem;
  padding: 3rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: var(--color_8);
  background-color: var(--color_4);
}

.lp-price__main-ttl span {
  display: inline-block;
}

.lp-price__flex {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}

.lp-price__item {
  width: 57rem;
}

.lp-price__item h3 {
  margin-bottom: 2rem;
  padding-left: 0.5em;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: var(--color_8);
  border-left: var(--color_8) 0.4rem solid;
}

.plan__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.5rem;
  font-size: 1.7rem;
  letter-spacing: -0.01em;
}

.plan__table thead tr {
  height: 2.4rem;
}

.plan__table tbody tr {
  height: 4.5rem;
  background-color: #EFF5FF;
}

.plan__table th {
  padding: 0 1em;
  text-align: center;
}

.plan__table td {
  padding: 0 1em;
}

.plan__table td span.sp {
  display: none;
}

/* 1列目 */
.plan__table td:nth-child(1) {
  width: 26rem;
}

/* 2・3列目 */
.plan__table td:nth-child(2),
.plan__table td:nth-child(3) {
  text-align: right;
}

.plan__table tr:nth-child(even) td {
  background-color: #D9E7FD;
}

/* スケール例 */
.lp-price__item.-scale {
  margin-bottom: 5rem;
}

.lp-price__item.-scale ul {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.lp-price__item.-scale ul li {
  flex: 1;
  padding: 0.5em;
  text-align: center;
  border: var(--color_2) 1px solid;
  border-radius: 1rem;
}

.lp-price__item.-scale ul li h4,
.lp-price__item.-scale ul li p {
  display: inline-block;
  font-size: 1.8rem;
}

.lp-price__item.-scale ul li p span {
  font-size: 2.4rem;
}
/* 非金銭的merit */
.lp-price__item.-merit ul li p {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.8rem;
}
.lp-price__item.-merit ul li p::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color_8);
}

@media screen and (max-width: 896px) {
  .lp-price__main-ttl {
    margin: 0 0 5rem;
    padding: 2rem 0.5rem;
    font-size: 2.4rem;
  }
  .lp-price__flex {
    flex-direction: column;
  }
  .lp-price__item,
  .lp-price__item-wrap {
    width: 57rem;
    width: 100%;
    margin: auto;
  }
  .lp-price__item h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  #lp-price {
    padding: 5rem 0;
  }
  .lp-price__main-ttl {
    margin: 0 0 4rem;
    padding: 1rem 0.5rem;
    font-size: 2rem;
  }
  .plan__table {
    border-spacing: 0;
  }
  .plan__table thead {
    display: none;
  }
  .plan__table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .plan__table td {
    padding: 0.5rem;
  }
  .plan__table td span.sp {
    display: inline;
    margin-right: 1em;
    font-size: 80%;
  }
  /* 1列目 */
  .plan__table td:nth-child(1),
  .plan__table td:nth-child(2),
  .plan__table td:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .plan__table tr:nth-child(odd) td {
    background-color: #EFF5FF;
  }
  .plan__table tr:nth-child(even) td {/*
    background-color: #D9E7FD;*/
  }
  .lp-price__item.-scale ul {
    flex-direction: column;
  }
  .lp-price__item.-scale ul li h4 {
    margin-right: 1em;
  }
  .lp-price__item.-merit ul li p:first-of-type {
    margin-bottom: 1em;
  }
}

/*=======================================================
lp-faq
=======================================================*/
#lp-faq {
  padding: 10rem 0 12rem;
}

.lp-faq__main-ttl {
  margin: 0 0 8rem;
  padding: 3rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: var(--color_8);
  background-color: var(--color_4);
}

.faq-container,
.faq-footer {
  width: 100%;
  max-width: 80rem;
  margin: auto;
}


.faq-container {
  margin-bottom: 5rem;
  font-size: 2.4rem;
}

.faq-item {
  padding: 3rem 0;
  border-bottom: #ccc 1px solid;
}

.faq-item dt {
  margin-bottom: 2rem;
  color: var(--color_8);
  font-weight: bold;
}

.faq-item dd span {
  font-weight: bold;
  color: var(--color_8);
}

.faq-footer {
  padding: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--color_8);
  border: var(--color_8) 1px solid;
}

@media screen and (max-width: 896px) {
  #lp-faq {
    padding: 10rem 0;
  }
  .lp-faq__main-ttl {
    margin: 0 0 5rem;
    padding: 2rem 0.5rem;
    font-size: 2.4rem;
  }
  .faq-container {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  #lp-faq {
    padding: 5rem 0;
  }
  .lp-faq__main-ttl {
    margin: 0 0 4rem;
    padding: 1rem 0.5rem;
    font-size: 2rem;
  }/*
  .faq-container {
    font-size: 1.6rem;
  }*/
  .faq-item:first-of-type {
    padding: 0 0 3rem;
  }
  .faq-item dd {
    margin-left: 1.3em;
  }
  .faq-item dd span {
    margin-left: -1.3em;
  }
  .faq-footer {
    padding: 1.6rem;
    font-size: 1.8rem;
  }
  .faq-footer span {
    display: inline-block;
  }
}

/*=======================================================
lp-contact
=======================================================*/
#lp-contact {
  position: relative;
  padding: 10rem 0;
  font-weight: bold;
}

.lp-contact-flex {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  gap: 11rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 42.5rem;
  padding: 14.4rem 0 0;
}

.lp-contact__main-ttl {
  position: absolute;
  top: 10rem;
  right: calc(50% + 11rem);
  display: inline-block;
  width: 62rem;
  padding: 0.8em 0 0.8em 14rem;
  font-size: 2.4rem;
  color: var(--color_1);
  background-color: var(--color_8);
  clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 50%, calc(100% - 5rem) 100%, 0 100%);
}

.contact-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.contact-txt span {
  letter-spacing: 0.1em;
}

.tel-box {
  border: var(--color_8) 3px solid;
  border-radius: 1rem;
}

.tel-header {
  width: calc(100% + 2px);
  margin-top: -0.1px;
  margin-left: -1px;
  padding: 1em;
  font-size: 1.8rem;
  text-align: center;
  color: var(--color_1);
  background-color: var(--color_8);
  border-radius: 1rem 1rem 0 0;
}

.tel-body {
  padding: 1em;
  text-align: center;
  background-color: var(--color_1);
  border-radius: 0 0 1rem 1rem;
}
.tel-body p {
  display: inline-block;
}
.tel-label {
  font-size: 2rem;
}
.tel-number {
  font-size: 4.8rem;
}

/* フォーム */
.contact-form {
  width: 64rem;
  padding: 4.8rem 6rem 2.4rem;
  background-color: var(--color_4);
  border-radius: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.form-group label {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  width: 100%;
  padding: 1rem;
  font-size: 2rem;
  border: none;
  border-radius: 0.5rem;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.form-group textarea {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  height: 20rem;
  overflow-y: scroll;
}

.contact-form .wpcf7-submit {
  display: block;
  margin: 1rem auto 0;
  padding: 1em 5em;
  font-size: 2rem;
  color: var(--color_8);
  background-color: var(--color_1);
  border: var(--color_8) 0.3rem solid;
  border-radius: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form .wpcf7-submit:hover {
  color: var(--color_1);
  background-color: var(--color_8);
}



.cf-turnstile {
  margin-left: 0 !important;
}
.cf-turnstile div {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .lp-contact-flex {
    flex-direction: column;
    gap: 8rem;
  }
  .contact-info {
    width: 100%;
    padding: 0;
  }
  .lp-contact__main-ttl {
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    width: 60%;
    padding: 0.8em 0 0.8em 2.5em;
  }
  .contact-txt {
    margin: 10rem 0 5rem;
  }
  .tel-box {
    width: 100%;
    max-width: 60rem;
    margin: auto;
  }
  .contact-form {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #lp-contact {
    padding: 5rem 0;
  }
  .lp-contact__main-ttl {
    width: 90%;
    padding: 0.5em 0 0.5em 1.2em;
    font-size: 2rem;
    clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
  }
  .lp-contact-flex {
    gap: 5rem;
  }
  .contact-txt {
    margin: 8rem 0 3rem;
    font-size: 1.6rem;
  }
  .tel-header {
    padding: 0.5em 1em;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .tel-label {
    font-size: 1.4rem;
  }
  .tel-number {
    font-size: 2.8rem;
  }
  .tel-time {
    font-size: 1.4rem;
  }
  .contact-form {
    padding: 2.4rem 1.6rem;
  }
  .form-group label {
    font-size: 1.6rem;
  }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group textarea {
    font-size: 1.6rem;
  }
  .contact-form .wpcf7-submit {
    padding: 1em 3em;
    font-size: 2rem;
    border: var(--color_8) 0.2rem solid;
  }
}

/*=======================================================
lp-footer
=======================================================*/
#lp-footer {
  padding: 5rem 8rem;
  font-weight: bold;
  background-color: var(--color_8) !important;
}

.lp-footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.lp-f-left {
  width: 61rem;
}

.lp-f-right .office-ttl {
  display: inline-block;
  margin-bottom: 2rem;
  padding-left: 1em;
  font-size: 2rem;
  line-height: 1;
  border-left: var(--color_1) 0.4rem solid ;
}

.office-details {
  margin-left: -0.5em;
}


@media screen and (max-width: 896px) {
  #lp-footer {
    padding: 5rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .lp-f-left {
    width: 35%;
  }
  .lp-f-right .office-ttl {
    margin-bottom: 1rem;
    padding-left: 0.5em;
    font-size: 1.6rem;
    border-left: var(--color_1) 0.3rem solid;
  }
}

@media screen and (max-width: 600px) {
  #lp-footer {
    padding: 5rem 0 2.5rem;
    font-size: 1.2rem;
  }
  .lp-footer__flex {
    display: block;
  }
  .lp-f-left {
    width: 100%;
    max-width: 30rem;
  }
  .lp-f-right {
    width: 100%;
    margin-top: 3rem;
  }
}
