/*************************************************************
* common
*************************************************************/
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #464343;
}

body {
  color: rgb(70, 67, 67);
  font-family: "Noto Sans JP", sans-serif;
}

body.js-active {
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  #lp a {
    transition: opacity 0.6s;
  }
  #lp a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 900px) {
  #lp {
    margin-top: 0;
  }
}
#lp span {
  display: inline-block;
}

#lp picture {
  display: block;
}

#lp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* common */
#lp .pc-only {
  display: block;
}

#lp .br-pc-only {
  display: inline-block;
}

#lp .sp-only {
  display: none;
}

#lp .br-sp-only {
  display: none;
}

@media screen and (max-width: 900px) {
  #lp .pc-only {
    display: none;
  }
  #lp .br-pc-only {
    display: none;
  }
  #lp .sp-only {
    display: block;
  }
  #lp .br-sp-only {
    display: inline-block;
  }
  .l-lpInner {
    max-width: 340px;
  }
}
#lp .--bg-blue {
  background: rgb(40, 100, 240) !important;
}

#lp .--bg-orange {
  background: rgb(250, 100, 20) !important;
}

#lp .--bg-navy {
  background: rgb(20, 50, 120) !important;
}

#lp .--white {
  color: #fff !important;
}

#lp .--blue {
  color: rgb(40, 100, 240) !important;
}

#lp .--orange {
  color: rgb(250, 100, 20) !important;
}

#lp .--navy {
  color: rgb(20, 50, 120) !important;
}

#lp .u-en {
  font-family: "Inter", sans-serif;
}

#lp .u-balloon {
  text-align: center;
  margin-bottom: 19px;
}
#lp .u-balloon span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding: 5px 17px 9px 20px;
  border-radius: 20px;
  background-color: rgb(40, 100, 240);
  position: relative;
  display: inline-block;
  color: #fff;
}
#lp .u-balloon span::after {
  content: "";
  position: absolute;
  bottom: -14px;
  background: url(../img/balloon_bottom.svg) no-repeat center center/contain;
  width: 26px;
  height: 20px;
  right: 62px;
}

@media screen and (max-width: 900px) {
  #lp .u-balloon {
    margin-bottom: 16px;
  }
  #lp .u-balloon span {
    font-size: 18px;
    padding: 4px 16px 7px 19px;
    border-radius: 17px;
  }
  #lp .u-balloon span::after {
    bottom: -12px;
    width: 22px;
    height: 17px;
    right: 52px;
  }
}
#lp .u-section__logo {
  width: 243px;
  height: 72px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 900px) {
  #lp .u-section__logo {
    margin-bottom: 22px;
    width: 166px;
    height: 49px;
  }
}
#lp .u-solution__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#lp .u-solution__btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 22px 48px 22px 20px;
  position: relative;
  color: #fff;
  background: rgb(0, 185, 185);
  border-radius: 8px;
  width: 360px;
  height: 80px;
  font-feature-settings: "palt" on;
}
#lp .u-solution__btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url(../img/arrow-right.svg) no-repeat center center/cover;
}

@media screen and (max-width: 900px) {
  #lp .u-solution__btns {
    flex-direction: column;
    gap: 8px;
  }
  #lp .u-solution__btn {
    width: 100%;
    padding: 15px 43px 17px 30px;
    font-size: 18px;
    height: 64px;
  }
  #lp .u-solution__btn::after {
    right: 20px;
    width: 14px;
    height: 10px;
  }
}
/*************************************************************
* header
*************************************************************/
.p-header {
  padding: 22px 40px 16px 40px;
  background-color: #fff;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header__logo {
  display: flex;
  width: 172px;
  position: relative;
  z-index: 3;
}
.p-header__logo > * {
  transition: opacity 0.4s;
}
.p-header__box {
  display: none;
}
.p-header__modal {
  visibility: hidden;
}
.p-header__navs {
  display: flex;
  align-items: baseline;
}
.p-header__navs li {
  font-weight: 500;
  line-height: 1.35;
  font-size: 16px;
  letter-spacing: 0.035em;
  margin-right: 35px;
}
.p-header__navs li:nth-child(4) {
  margin-right: 40px;
}
.p-header__navs li a:hover {
  text-decoration: none;
}
.p-header__navs li.p-header__nav--btn {
  margin-right: 10px;
  border: 1px solid rgb(40, 100, 240);
  border-radius: 8px;
  padding: 9px 15px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.035em;
  color: rgb(40, 100, 240);
}
.p-header__navs li.p-header__nav--btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-header__navs li.p-header__nav--btn:last-child {
  margin-right: 0;
  background-color: #fff;
  background: #2864f0;
}
.p-header__navs li.p-header__nav--btn:last-child a {
  color: #fff;
}
.p-header__modal {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-header {
    padding: 9px 10px;
  }
  .p-header__logo {
    width: 128px;
    height: 32px;
  }
  .p-header__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .p-header__doc {
    background-color: #2864f0;
    border-radius: 5px;
    margin-right: 13px;
  }
  .p-header__doc a {
    padding: 4px 8px;
    color: #fff;
    line-height: 1.26;
    letter-spacing: 0.035em;
    font-size: 13px;
    font-weight: 500;
    width: 70px;
    height: 24px;
    display: block;
  }
  .p-header__humberger {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .p-header__humberger span {
    position: absolute;
    height: 2px;
    width: 17px;
    background: #464343;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease;
  }
  .p-header__humberger span:nth-child(2) {
    top: 12px;
  }
  .p-header__humberger span:nth-child(3) {
    top: 18px;
  }
  .p-header__humberger.humberger-close span:nth-child(1) {
    transform: translateX(-50%) rotate(45deg);
    top: 12px;
  }
  .p-header__humberger.humberger-close span:nth-child(2) {
    display: none;
  }
  .p-header__humberger.humberger-close span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
    top: 12px;
  }
  .p-header__navs--wrapper {
    display: none;
  }
  .p-header__modal {
    display: block;
    position: absolute;
    top: 48px;
    left: 0;
    width: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }
  .p-header__modal.open {
    visibility: visible;
    transform: translateX(0);
    width: 100%;
    height: calc(100% - 50px);
    background-color: #fff;
    padding: 0 30px;
    position: fixed;
  }
  .p-header__modal--items {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    margin-top: 153px;
    margin-bottom: 100px;
  }
  .p-header__modal--items li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.035em;
  }
  .p-header__modal--btn {
    background-color: #2864f0;
    border-radius: 8px;
    margin-bottom: 12px;
    width: 315px;
    height: 62px;
    margin: 0 auto 12px;
  }
  .p-header__modal--btn:last-child {
    margin-bottom: 0;
  }
  .p-header__modal--btn:last-child a {
    background-color: #fff;
    color: #2864f0;
    border-radius: 8px;
    border: 1px solid #2864f0;
  }
  .p-header__modal--btn a {
    width: 315px;
    height: 62px;
    color: #fff;
    font-size: 18px;
    line-height: 1.26;
    letter-spacing: 0.035em;
    padding: 19px 27px;
    display: inline-block;
    text-align: center;
  }
}
/*************************************************************
* mv
*************************************************************/
#lp .p-mv {
  background: rgb(235, 243, 255);
  padding: 52px 0 92px;
}
#lp .p-mv__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#lp .p-mv__head {
  width: 54.3795620438%;
  padding-top: 60px;
}
#lp .p-mv__title {
  font-size: 41px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.03em;
  margin-bottom: 23px;
}
#lp .p-mv__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-right: 74px;
}
#lp .p-mv__btn {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.01em;
  padding: 17px 31px 18px 32px;
  border: 1px solid rgb(40, 100, 240);
  border-radius: 8px;
  background-color: #fff;
  font-feature-settings: "palt" on;
}
#lp .p-mv__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 17px;
}
#lp .p-mv__tags span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.035em;
  padding: 7px 14px 8px 14px;
  border: 1px solid rgba(40, 100, 240, 0.3);
  border-radius: 40px;
  color: rgb(40, 100, 240);
  background: #fff;
}
#lp .p-mv__tags span.tag-yellow {
  color: rgb(190, 140, 20);
  border-color: rgba(190, 140, 20, 0.3);
}
#lp .p-mv__tags span.tag-red {
  color: rgb(220, 30, 50);
  border-color: rgba(220, 30, 50, 0.3);
}
#lp .p-mv__content {
  width: 48.5401459854%;
  position: absolute;
  top: 57%;
  right: 0;
  transform: translateY(-50%);
}
#lp .p-mv__img {
  display: block;
  margin-bottom: 26px;
}
#lp .p-mv__img--link {
  width: 150px;
  height: 20px;
  position: absolute;
  right: 33px;
  bottom: 75px;
}
#lp .p-mv__caution {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 900px) {
  #lp .p-mv {
    padding: 27px 0 40px;
  }
  #lp .p-mv__inner {
    max-width: 335px;
  }
  #lp .p-mv__head {
    padding-top: 243px;
    width: 100%;
  }
  #lp .p-mv__content {
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
  #lp .p-mv__img--link {
    width: 110px;
    height: 20px;
    right: 10px;
    bottom: 28px;
  }
  #lp .p-mv__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 18px;
  }
  #lp .p-mv__title span {
    display: inline;
  }
  #lp .p-mv__tags {
    gap: 4px;
    justify-content: center;
    margin-bottom: 10px;
  }
  #lp .p-mv__tags span {
    font-size: 14px;
    padding: 7px 14px 8px;
  }
  #lp .p-mv__btns {
    width: 100%;
    margin-right: 0;
    gap: 8px;
    margin-bottom: 20px;
  }
  #lp .p-mv__btns a {
    font-size: 18px;
    padding: 13px 39px 15px 40px;
    width: 100%;
    text-align: center;
  }
}
/*************************************************************
* usercompany
*************************************************************/
#lp .p-usercompany {
  padding: 40px 0;
}
#lp .p-usercompany__wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#lp .p-usercompany__wrapper.item16 {
  display: flex;
}
#lp .p-usercompany__wrapper.item8 {
  display: none;
}
#lp .p-usercompany__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-right: 22px;
}
#lp .p-usercompany__items:first-child {
  animation: contentSlide1 80s -40s linear infinite;
}
#lp .p-usercompany__items:last-child {
  animation: contentSlide2 80s linear infinite;
}
@keyframes contentSlide1 {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes contentSlide2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
#lp .p-usercompany__item {
  height: 72px;
}
#lp .p-usercompany__item:nth-of-type(1) {
  width: 177px;
}
#lp .p-usercompany__item:nth-of-type(2) {
  width: 118px;
}
#lp .p-usercompany__item:nth-of-type(3) {
  width: 90px;
}
#lp .p-usercompany__item:nth-of-type(4) {
  width: 119px;
}
#lp .p-usercompany__item:nth-of-type(5) {
  width: 72px;
}
#lp .p-usercompany__item:nth-of-type(6) {
  width: 131px;
}
#lp .p-usercompany__item:nth-of-type(7) {
  width: 98px;
}
#lp .p-usercompany__item:nth-of-type(8) {
  width: 132px;
}
#lp .p-usercompany__item:nth-of-type(9) {
  width: 100px;
}
#lp .p-usercompany__item:nth-of-type(10) {
  width: 66px;
}
#lp .p-usercompany__item:nth-of-type(11) {
  width: 94px;
}
#lp .p-usercompany__item:nth-of-type(12) {
  width: 115px;
}
#lp .p-usercompany__item:nth-of-type(13) {
  width: 126px;
}
#lp .p-usercompany__item:nth-of-type(14) {
  width: 122px;
}
#lp .p-usercompany__item:nth-of-type(15) {
  width: 87px;
}
#lp .p-usercompany__item:nth-of-type(16) {
  width: 105px;
}

@media screen and (max-width: 900px) {
  #lp .p-usercompany {
    /* max-width: 375px; */
    padding: 44px 0;
    margin: 0 auto;
  }
  #lp .p-usercompany__wrapper.item16 {
    display: none;
  }
  #lp .p-usercompany__wrapper.item8 {
    display: flex;
  }
  #lp .p-usercompany__items {
    gap: 20px;
    justify-content: space-between;
    margin-right: 20px;
  }
  #lp .p-usercompany__item {
    height: 52px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(1) {
    width: 128px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(2) {
    width: 85px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(3) {
    width: 65px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(4) {
    width: 86px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(5) {
    width: 52px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(6) {
    width: 95px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(7) {
    width: 71px;
  }
  #lp .p-usercompany__item.item1-8:nth-of-type(8) {
    width: 96px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(1) {
    width: 73px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(2) {
    width: 48px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(3) {
    width: 68px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(4) {
    width: 83px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(5) {
    width: 91px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(6) {
    width: 89px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(7) {
    width: 63px;
  }
  #lp .p-usercompany__item.item9-16:nth-of-type(8) {
    width: 76px;
  }
}
/*************************************************************
* troublesome
*************************************************************/
#lp .p-troublesome {
  padding: 95px 0 50px;
  background-color: rgb(235, 243, 255);
}
#lp .p-troublesome__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 32px;
}
#lp .p-troublesome__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 34px;
  max-width: 1096px;
  margin: 0 auto;
}
#lp .p-troublesome__item {
  width: calc((100% - 64px) / 3);
  padding: 15px 15px 30px 15px;
  background-color: #fff;
  border-radius: 16px;
}
#lp .p-troublesome__item--title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 16px;
}
#lp .p-troublesome__item--description {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
#lp .p-troublesome__img {
  width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
}

@media screen and (max-width: 900px) {
  #lp .p-troublesome {
    padding: 45px 0 26px;
  }
  #lp .p-troublesome__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #lp .p-troublesome__items {
    max-width: 375px;
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
  }
  #lp .p-troublesome__item {
    padding: 10px 10px 25px 10px;
    width: 100%;
  }
  #lp .p-troublesome__item--title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #lp .p-troublesome__item--description {
    font-size: 15px;
    padding: 0 11px;
  }
  #lp .p-troublesome__img {
    margin-bottom: 15px;
  }
}
/*************************************************************
* solution
*************************************************************/
#lp .p-solution {
  padding: 100px 0 120px;
  position: relative;
}
#lp .p-solution::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: url(../img/troublesome_bg.png) no-repeat center center/cover;
}
#lp .p-solution__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 23px;
}
#lp .p-solution__emphasis {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
}
#lp .p-solution__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
#lp .p-solution__img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 22px;
  position: relative;
  z-index: -2;
}
#lp .p-solution__btns {
  position: relative;
}
#lp .p-solution__btns::before {
  content: "";
  position: absolute;
  top: -211px;
  left: calc(50% - 176px);
  width: 177px;
  height: 255px;
  background: url(../img/solution_illust.png) no-repeat center center/contain;
  z-index: -1;
  transform: translateX(-50%);
}
#lp .p-solution__btns:hover {
  z-index: 0;
  border: none;
}

@media screen and (max-width: 900px) {
  #lp .p-solution {
    padding: 68px 0 50px;
  }
  #lp .p-solution__inner {
    max-width: 375px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #lp .p-solution::after {
    height: 28.5px;
  }
  #lp .p-solution__title {
    font-size: 28px;
    margin-bottom: 22px;
  }
  #lp .p-solution__emphasis {
    font-size: 33px;
  }
  #lp .p-solution__description {
    font-size: 15px;
    margin-bottom: 18px;
    text-align: left;
  }
  #lp .p-solution__img {
    margin-bottom: 13px;
  }
  #lp .p-solution__btns::before {
    top: -78px;
    left: 62px;
    width: 83px;
    height: 139px;
    background: url(../img/solution_illust_sp.png) no-repeat center center/contain;
    z-index: -1;
    transform: translateX(0);
  }
}
/*************************************************************
* feature
*************************************************************/
#lp .p-feature {
  padding: 100px 0 120px;
  background-color: rgb(235, 243, 255);
}
#lp .p-feature__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 45px;
}
#lp .p-feature__items {
  max-width: 1100px;
  margin: 0 auto 70px;
}
#lp .p-feature__item {
  margin-bottom: 91px;
}
#lp .p-feature__item:last-child {
  margin-bottom: 0;
}
#lp .p-feature__item:nth-of-type(2) {
  margin-bottom: 62px;
}
#lp .p-feature__item:nth-of-type(2) .p-feature__item--assist--text {
  height: 56px;
}
#lp .p-feature__item:nth-of-type(2) .p-feature__item--assist--text::before {
  top: -34px;
}
#lp .p-feature__item:nth-of-type(2) .p-feature__item--assist--text .blank__horizon {
  height: 58px;
}
#lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text {
  height: 56px;
  width: 289px;
}
#lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text::before {
  top: -34px;
}
#lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text p {
  padding-left: 12px;
}
#lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text .blank__horizon {
  height: 58px;
}
#lp .p-feature__item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}
#lp .p-feature__item--appeal {
  width: 48.8181818182%;
}
#lp .p-feature__item--balloon {
  margin-bottom: 15px;
  background-color: rgb(40, 100, 240);
  display: inline-block;
  border-radius: 4px;
  position: relative;
}
#lp .p-feature__item--balloon::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 15px;
  width: 18px;
  height: 12px;
  background: url(../img/feature_rectangle.png) no-repeat center center/cover;
}
#lp .p-feature__item--balloon span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding: 4px 17px 6px;
  color: #fff;
}
#lp .p-feature__item--title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-feature-settings: "pawl";
}
#lp .p-feature__item--sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-bottom: 25px;
}
#lp .p-feature__item--box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
}
#lp .p-feature__item--content {
  margin-bottom: 15px;
}
#lp .p-feature__item--content:last-child {
  margin-bottom: 0;
}
#lp .p-feature__item--head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: left;
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
#lp .p-feature__item--head::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../img/triangle.svg) no-repeat center center/cover;
}
#lp .p-feature__item--description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
#lp .p-feature__item--assist {
  width: 45.5454545455%;
  margin-bottom: -12px;
}
#lp .p-feature__item--assist--wrapper {
  padding-right: 17.7644710579%;
  text-align: right;
  overflow-x: clip;
}
#lp .p-feature__item--assist--text {
  border: 1px solid rgb(40, 100, 240);
  border-radius: 10px;
  display: inline-block;
  position: relative;
  width: 282px;
  height: 78px;
  background-color: #fff;
  margin-bottom: 15px;
}
#lp .p-feature__item--assist--text p {
  text-align: left;
}
#lp .p-feature__item--assist--text::before {
  content: "";
  width: 110px;
  height: 122px;
  background: url(../img/feature_illust.png) no-repeat center center/contain;
  position: absolute;
  right: -90px;
  top: -14px;
  z-index: 4;
}
#lp .p-feature__item--assist--text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding: 16px 17px 18px;
  position: absolute;
  z-index: 3;
}
#lp .p-feature__item--assist--text span {
  position: absolute;
  z-index: 2;
}
#lp .p-feature__item--assist--text .blank__vertical {
  width: calc(100% + 2px);
  height: 4px;
  background-color: #fff;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}
#lp .p-feature__item--assist--text .blank__horizon {
  width: 6px;
  height: 80px;
  background-color: #fff;
  top: -1px;
  left: 90px;
}
#lp .p-feature__item--assist--text .blank__horizon.blank__horizon-right {
  left: 180px;
}
#lp .p-feature__item--assist--img {
  width: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 900px) {
  #lp .p-feature {
    padding: 50px 0 60px;
  }
  #lp .p-feature__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #lp .p-feature__items {
    max-width: 375px;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  #lp .p-feature__item {
    margin-bottom: 47px;
  }
  #lp .p-feature__item--inner {
    flex-direction: column;
    gap: 14px;
  }
  #lp .p-feature__item--balloon {
    margin-bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp .p-feature__item--balloon span {
    font-size: 15px;
    padding: 2px 10px 4px 10px;
  }
  #lp .p-feature__item--balloon::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #lp .p-feature__item--title {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
  }
  #lp .p-feature__item--title span {
    display: inline;
  }
  #lp .p-feature__item--sub {
    font-size: 14px;
    margin-bottom: 18px;
    text-align: center;
  }
  #lp .p-feature__item--box {
    padding: 20px;
  }
  #lp .p-feature__item--head {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 13px;
  }
  #lp .p-feature__item--description {
    font-size: 15px;
  }
  #lp .p-feature__item--appeal {
    width: 100%;
  }
  #lp .p-feature__item--assist {
    width: 100%;
  }
  #lp .p-feature__item--assist--wrapper {
    padding-right: 90px;
  }
  #lp .p-feature__item--assist--text {
    width: 232px;
    height: 60px;
    margin-bottom: 4px;
  }
  #lp .p-feature__item--assist--text::before {
    top: -30px;
  }
  #lp .p-feature__item--assist--text p {
    font-size: 13px;
    padding: 10px 15px 12px 12px;
  }
  #lp .p-feature__item--assist--text .blank__horizon {
    height: 60px;
    left: 74px;
  }
  #lp .p-feature__item--assist--text .blank__horizon.blank__horizon-right {
    left: 148px;
  }
  #lp .p-feature__item--assist--img {
    height: 190px;
  }
  #lp .p-feature__item:nth-of-type(2), #lp .p-feature__item:nth-of-type(3) {
    margin-bottom: 47px;
  }
  #lp .p-feature__item:nth-of-type(2) .p-feature__item--assist--text, #lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text {
    height: 52px;
  }
  #lp .p-feature__item:nth-of-type(2) .p-feature__item--assist--text p, #lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text p {
    padding: 16px 15px 17px 12px;
  }
  #lp .p-feature__item:nth-of-type(2) .p-feature__item--assist--text .blank__horizon, #lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text .blank__horizon {
    height: 52px;
  }
  #lp .p-feature__item:nth-of-type(3) .p-feature__item--assist--text {
    width: 238px;
  }
  #lp .p-feature .feature__btn {
    max-width: 375px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
/*************************************************************
* example
*************************************************************/
#lp .p-example {
  padding: 128px 0 130px;
}
#lp .p-example__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: 0.035em;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  margin-bottom: 13px;
}
#lp .p-example__sub::before, #lp .p-example__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
}
#lp .p-example__sub::before {
  left: 0;
  background: url(../img/example_decoration.png) no-repeat center center/contain;
}
#lp .p-example__sub::after {
  right: 0;
  background: url(../img/example_decoration_right.png) no-repeat center center/contain;
}
#lp .p-example__sub--box {
  text-align: center;
}
#lp .p-example__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 20px;
}
#lp .p-example__desctiption {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 35px;
}
#lp .p-example__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  max-width: 1100px;
  margin: 0 auto;
}
#lp .p-example__item {
  width: calc((100% - 68px) / 3);
  border-radius: 16px;
  background-color: rgb(235, 243, 255);
  padding: 15px 15px 36px 15px;
}
#lp .p-example__item--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.025em;
  padding: 15px 0 17px;
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#lp .p-example__item--title span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
#lp .p-example__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
#lp .p-example__document {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#lp .p-example__document span {
  padding-left: 23px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
#lp .p-example__document span::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/example_check_icon.svg) no-repeat center center/contain;
}

@media screen and (max-width: 900px) {
  #lp .p-example {
    padding: 60px 0;
  }
  #lp .p-example__inner {
    max-width: 375px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #lp .p-example__sub {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 29px;
  }
  #lp .p-example__sub::before, #lp .p-example__sub::after {
    width: 16px;
    height: 24px;
  }
  #lp .p-example__title {
    font-size: 29px;
    margin-bottom: 15px;
  }
  #lp .p-example__description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #lp .p-example__items {
    flex-direction: column;
    gap: 15px;
  }
  #lp .p-example__item {
    width: 100%;
  }
}
/*************************************************************
* plan
*************************************************************/
#lp .p-plan {
  padding: 100px 0 120px;
  background-color: rgb(235, 243, 255);
}
#lp .p-plan__inner {
  max-width: 1100px;
  margin: 0 auto;
}
#lp .p-plan__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 25px;
}
#lp .p-plan__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 35px;
}
#lp .p-plan__description a {
  text-decoration: underline;
}
#lp .p-plan__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 60px;
}
#lp .p-plan__item {
  width: calc((100% - 68px) / 3);
  border-radius: 16px;
  padding: 15px 15px 25px 15px;
  background-color: #fff;
}
#lp .p-plan__item--cost {
  padding: 20px 0;
  margin: 0 25px;
  position: relative;
}
#lp .p-plan__item--cost::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: url(../img/plan_border.svg) no-repeat center center/cover;
  position: absolute;
}
#lp .p-plan__item--cost--pay {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: -8px;
}
#lp .p-plan__item--cost--detail {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.37;
  text-align: center;
  margin-bottom: 4px;
}
#lp .p-plan__item--cost--detail span.emphasis {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.45;
  vertical-align: sub;
  margin-left: 3px;
}
#lp .p-plan__item--cost--plan {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 5px;
}
#lp .p-plan__item--cost--plan:last-child {
  margin-bottom: 0;
}
#lp .p-plan__item--cost--contact {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  padding: 49.34px 0;
}
#lp .p-plan__item--user, #lp .p-plan__item--free {
  padding: 5px 0 10px;
  margin: 0 25px;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 148px 1fr;
}
#lp .p-plan__item--user::after, #lp .p-plan__item--free::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: url(../img/plan_border.svg) no-repeat center center/cover;
  position: absolute;
}
#lp .p-plan__item--user dt, #lp .p-plan__item--free dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin-right: 20px;
}
#lp .p-plan__item--user dd, #lp .p-plan__item--free dd {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}
#lp .p-plan__item--user dd span.f-small, #lp .p-plan__item--free dd span.f-small {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}
#lp .p-plan__item--btn {
  margin: 20px auto 0;
  border: 2px solid rgb(40, 100, 240);
  background-color: #fff;
  border-radius: 6px;
  width: 250px;
}
#lp .p-plan__item--btn a {
  padding: 8px 0 9px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 6px;
  display: block;
  font-feature-settings: "palt" on;
}
#lp .p-plan__item:nth-child(2) .p-plan__item--btn, #lp .p-plan__item:nth-child(3) .p-plan__item--btn {
  border-color: transparent;
}
#lp .p-plan__head {
  background-color: rgb(233, 231, 231);
  border-radius: 12px;
  width: 100%;
  padding: 15px 0 23px;
  text-align: center;
}
#lp .p-plan__head--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
}
#lp .p-plan__head--description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
}
#lp .p-plan__btn {
  width: 333px;
  height: 58px;
  background-color: rgb(70, 67, 67);
  border-radius: 6px;
  position: relative;
  margin: 0 auto 60px;
}
#lp .p-plan__btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: transparent;
  background: url(../img/icon_plus.svg) no-repeat center center/cover;
  right: 29px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
#lp .p-plan__btn.open::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  right: 29px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.1s ease;
}
#lp .p-plan__btn button {
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 12px 0 14px 83px;
}
#lp .p-plan__btn button:hover {
  opacity: 0.7;
}
#lp .p-plan__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#lp .p-plan__table--wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
#lp .p-plan__table--wrapper.open {
  max-height: 10000px;
}
#lp .p-plan__table th,
#lp .p-plan__table td {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  border: 4px solid rgb(235, 243, 255);
  padding: 20px;
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
}
#lp .p-plan__table th {
  background-color: rgb(247, 245, 245);
  vertical-align: middle;
  width: 11.2007168459%;
  padding: 20px 18px;
}
#lp .p-plan__table td {
  width: 22.311827957%;
}
#lp .p-plan__table td.feature__detail {
  width: 18.9964157706%;
  padding: 20px 19px;
}
#lp .p-plan__table td.circle {
  text-align: center;
  padding: 12px 0;
}
#lp .p-plan__table td.circle span {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 4px solid rgb(40, 100, 240);
  border-radius: 50%;
  vertical-align: middle;
}
#lp .p-plan__table td.circle span.orange {
  border-color: rgb(250, 100, 20);
}
#lp .p-plan__table td.cross {
  text-align: center;
  padding: 12px 0;
}
#lp .p-plan__table td.cross span {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  position: relative;
}
#lp .p-plan__table td.cross span::before, #lp .p-plan__table td.cross span::after {
  content: "";
  translate: -50%;
  position: absolute;
  top: 50%;
  background-color: rgb(170, 167, 167);
}
#lp .p-plan__table td.cross span::before {
  width: 34px;
  height: 4px;
  transform: rotate(45deg);
}
#lp .p-plan__table td.cross span::after {
  width: 34px;
  height: 4px;
  transform: rotate(-45deg);
}
#lp .p-plan__table td.text {
  text-align: center;
}
#lp .p-plan__table .d-none {
  opacity: 0;
  border-top: none;
  border-left: none;
}
#lp .p-plan__table .d-none:first-child {
  border-right: none;
}
#lp .p-plan__table .header-row th {
  background-color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
  position: relative;
  padding: 10px 0 11px;
}
#lp .p-plan__table .header-row th span {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgb(233, 231, 231);
}
#lp .p-plan__table .header-row th.starter span {
  background-color: rgb(233, 231, 231);
}
#lp .p-plan__table .header-row th.standard span {
  background-color: rgb(250, 100, 20);
}
#lp .p-plan__table .header-row th.advance span {
  background-color: rgb(20, 50, 120);
}
#lp .p-plan__table .feature-section {
  background-color: #e6e6e6;
}
#lp .p-plan__table .circle {
  color: blue;
}
#lp .p-plan__table .cross {
  color: red;
}
#lp .p-plan__table .optional {
  color: orange;
}
#lp .p-plan__table .fs-sm {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
#lp .p-plan__cautions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
#lp .p-plan__caution {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: right;
}

@media screen and (max-width: 900px) {
  #lp .p-plan {
    padding: 50px 0 60px;
  }
  #lp .p-plan__inner {
    padding: 0 10px;
    margin: 0 auto;
  }
  #lp .p-plan__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #lp .p-plan__description {
    font-size: 14px;
    max-width: 375px;
    margin: 0 auto 30px;
  }
  #lp .p-plan__items {
    flex-direction: column;
    padding: 0 10px;
    gap: 20px;
    max-width: 375px;
    margin: 0 auto 30px;
  }
  #lp .p-plan__item {
    width: 100%;
  }
  #lp .p-plan__item--btn {
    margin-top: 18px;
    width: 265px;
  }
  #lp .p-plan__item--btn a {
    padding: 12px 0;
    width: 100%;
    display: block;
  }
  #lp .p-plan__item--cost--contact {
    padding: 10px 0;
  }
  #lp .p-plan__table {
    table-layout: auto;
    display: table;
  }
  #lp .p-plan__table--wrapper {
    padding-left: 10px;
    margin: 0 auto;
    margin-right: -10px;
  }
  #lp .p-plan__table--scroll {
    overflow-x: scroll;
    max-width: 900px;
  }
  #lp .p-plan__table th {
    width: 93px;
    padding: 0 7px;
  }
  #lp .p-plan__table th.feature-category {
    width: 93px;
    text-align: center;
  }
  #lp .p-plan__table th[rowspan="1"], #lp .p-plan__table th[rowspan="2"], #lp .p-plan__table th[rowspan="3"], #lp .p-plan__table th[rowspan="4"], #lp .p-plan__table th[rowspan="7"] {
    width: 93px;
  }
  #lp .p-plan__table td.feature__detail {
    width: 177px;
    padding: 15px;
  }
  #lp .p-plan__table td.feature__detail .fs-sm {
    font-size: 8px;
  }
  #lp .p-plan__table td.circle span {
    width: 24px;
    height: 24px;
  }
  #lp .p-plan__table td.cross span {
    width: 24px;
    height: 24px;
  }
  #lp .p-plan__table td.cross span::before, #lp .p-plan__table td.cross span::after {
    width: 24px;
    height: 3px;
  }
  #lp .p-plan__table td,
  #lp .p-plan__table th {
    font-size: 12px;
    white-space: nowrap;
  }
  #lp .p-plan__table .header-row th {
    padding: 6px 29px 5px;
    font-size: 15px;
  }
  #lp .p-plan__table .header-row th.starter span, #lp .p-plan__table .header-row th.standard span, #lp .p-plan__table .header-row th.advance span {
    height: 3px;
  }
  #lp .p-plan__cautions {
    align-items: flex-start;
    padding: 0 10px;
    max-width: 375px;
    margin: 0 auto;
  }
  #lp .p-plan__caution {
    text-align: left;
    font-size: 10px;
    line-height: 1.7;
  }
}
/*************************************************************
* voice
*************************************************************/
#lp .p-voice {
  padding: 100px 0 106px;
}
#lp .p-voice__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 40px;
}
#lp .p-voice__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
  max-width: 1100px;
  margin: 0 auto 50px;
}
#lp .p-voice__item {
  width: calc((100% - 68px) / 3);
}
#lp .p-voice__item--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 10px;
}
#lp .p-voice__item--title.p-voice__item--title--center {
  padding: 15px 0;
}
#lp .p-voice__item--description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
  text-align: left;
}
#lp .p-voice__item--description a {
  text-decoration: underline;
}
#lp .p-voice__item--description a:hover {
  opacity: 0.8;
}
#lp .p-voice__img {
  margin-bottom: 12px;
}

@media screen and (max-width: 900px) {
  #lp .p-voice {
    padding: 50px 0 60px;
  }
  #lp .p-voice__inner {
    max-width: 375px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #lp .p-voice__title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  #lp .p-voice__items {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  #lp .p-voice__item {
    width: 100%;
  }
  #lp .p-voice__item--title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #lp .p-voice__item--title.p-voice__item--title--center {
    padding: 0;
  }
  #lp .p-voice__item--description {
    font-size: 14px;
  }
  #lp .p-voice__item--description a {
    float: right;
  }
  #lp .p-voice__img {
    margin-bottom: 18px;
  }
}
/*************************************************************
* introduce
*************************************************************/
#lp .p-introduce {
  padding: 99px 0 120px;
  background-color: rgb(235, 243, 255);
}
#lp .p-introduce__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 40px;
}
#lp .p-introduce__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  max-width: 1100px;
  margin: 0 auto;
}
#lp .p-introduce__item {
  width: calc((100% - 68px) / 3);
  padding: 15px 15px 30px 15px;
  background-color: #fff;
  border-radius: 16px;
}
#lp .p-introduce__item--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 13px;
}
#lp .p-introduce__item--description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
#lp .p-introduce__img {
  margin-bottom: 19px;
  width: 100%;
}
#lp .p-introduce__btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 8px 0 9px;
  color: #fff;
  position: relative;
  border-radius: 6px;
  width: 250px;
  text-align: center;
  margin: 0 auto;
}
#lp .p-introduce__btn a {
  width: 100%;
  font-feature-settings: "palt" on;
}
#lp .p-introduce__btn a:hover {
  color: #fff;
}
#lp .p-introduce__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url(../img/arrow-right.svg) no-repeat center center/cover;
}

@media screen and (max-width: 900px) {
  #lp .p-introduce {
    padding: 50px 0 60px;
  }
  #lp .p-introduce__inner {
    max-width: 375px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #lp .p-introduce__title {
    font-size: 30px;
  }
  #lp .p-introduce__items {
    flex-direction: column;
    gap: 20px;
  }
  #lp .p-introduce__item {
    width: 100%;
    padding: 10px 10px 35px 10px;
  }
  #lp .p-introduce__item--title {
    font-size: 18px;
    margin-bottom: 11px;
    padding: 0 28px;
  }
  #lp .p-introduce__item--description {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 28px;
  }
  #lp .p-introduce__img {
    margin-bottom: 17px;
  }
  #lp .p-introduce__btn {
    padding: 0 28px;
    width: 265px;
    padding: 12px 0;
  }
}
/*************************************************************
* consultation
*************************************************************/
#lp .p-consultation {
  padding: 90px 0;
  background-color: rgb(40, 100, 240);
}
#lp .p-consultation__wrapper {
  text-align: center;
}
#lp .p-consultation__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-align: center;
  position: relative;
  padding: 0 46px;
  margin-bottom: 30px;
  color: #fff;
  display: inline-block;
}
#lp .p-consultation__title::before, #lp .p-consultation__title::after {
  content: "";
  width: 34px;
  height: 60px;
  top: 50%;
  transform: translateY(-20%);
  position: absolute;
}
#lp .p-consultation__title::before {
  left: 0;
  background: url(../img/cunsultation_decoration.svg) no-repeat center center/cover;
}
#lp .p-consultation__title::after {
  right: 0;
  background: url(../img/consultation_decoration_right.svg) no-repeat center center/cover;
}
#lp .p-consultation__btn {
  width: 420px;
  padding: 22px 59px 22px 32px;
  font-size: 20px;
  line-height: 1.8;
  font-feature-settings: "palt" 1, "trad" 1;
  margin-bottom: 20px;
}
#lp .p-consultation__btn:last-child {
  background-color: #fff;
}
#lp .p-consultation__btn:last-child::after {
  background: url(../img/arrow_blue.svg) no-repeat center center/cover;
}
#lp .p-consultation__caution {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 900px) {
  #lp .p-consultation {
    padding: 41px 0 28px;
  }
  #lp .p-consultation__inner {
    max-width: 375px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #lp .p-consultation__title {
    font-size: 23px;
    margin-bottom: 20px;
    padding: 0 37px;
  }
  #lp .p-consultation__title::before, #lp .p-consultation__title::after {
    width: 32px;
    height: 60px;
  }
  #lp .p-consultation__btns {
    gap: 8px;
    margin-bottom: 12px;
  }
  #lp .p-consultation__btn {
    width: 100%;
    font-size: 18px;
    padding: 15px 51px 17px 38px;
    height: 64px;
    margin-bottom: 0;
  }
  #lp .p-consultation__caution {
    font-size: 10px;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */