html {
  font-family: "Noto Sans JP", sans-serif;
  color: #464343;
  position: relative;
}

main {
  overflow: hidden;
}

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

a {
  color: #464343;
}
a:hover {
  color: #464343;
  text-decoration: underline;
}

@media screen and (min-width: 901px) {
  #lp a,
  header a,
  .p-hamburger__contents a,
  span.c-lpBtn {
    transition: opacity 0.6s;
  }

  #lp a:hover,
  header a:hover,
  .p-hamburger__contents a:hover,
  span.c-lpBtn:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 901px) {
  .p-lpHeader__logo:hover {
    opacity: 1;
  }
}

/* common */
#lp span {
  display: inline-block;
}

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

#lp picture {
  display: block;
}

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

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

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

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

#lp .--blue {
  color: #2864f0;
}

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

.l-lpWrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.l-lpInner {
  max-width: 1100px;
  margin: 0 auto;
}

@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-lpWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-lpInner {
    max-width: 335px;
  }
}

.u-blue {
  color: #2864f0 !important;
}

.c-lpBtn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 376px;
  height: 80px;
  background-color: #2864f0;
  border-radius: 100vh;
  cursor: pointer;
}
.c-lpBtn.--sp {
  display: none !important;
}

.c-lpBtn .--bubble {
  position: absolute;
  left: 50%;
  top: -18px;
  padding: 1px 10px 1px 13px;
  background-color: #ffd278;
  border-radius: 8px;
  font-feature-settings: "halt" on;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.035em;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.c-lpBtn .--bubble::before {
  background: url("../images/btn-bubble-tri.png") no-repeat center center/contain;
  content: "";
  height: 10px;
  left: calc(50% - 9px);
  position: absolute;
  bottom: -7px;
  width: 18px;
}

.c-lpBtn .--txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}

.c-lpBtn:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 900px) {
  .c-lpBtn {
    max-width: 324px;
    height: 62px;
  }
  .c-lpBtn.--pc {
    display: none !important;
  }
  .c-lpBtn.--sp {
    display: inline-flex !important;
  }

  .c-lpBtn .--bubble {
    padding: 1px 7px 1px 10px;
    border-radius: 7px;
    font-size: 16px;
  }
  .c-lpBtn .--bubble::before {
    bottom: -5px;
  }

  .c-lpBtn .--txt {
    font-size: 18px;
  }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-lpHeader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 31px 29px 0;
  z-index: 90;
}

@media (width < 1024px) {
  .p-lpHeader {
    position: fixed;
  }
}

.p-lpHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 8px 16px;
}

@media (1280px < width) {
  .p-lpHeader__inner {
    margin: auto;
    max-width: 1280px;
  }
}

.p-lpHeader__logo {
  display: flex;
  width: 150px;
}

@media screen and (max-width: 900px) {
  .p-lpHeader {
    padding: 16px 17px 0;
  }

  .p-lpHeader__logo {
    width: 131px;
  }
}

@media (width < 1024px) {
  .slim_header {
    background-color: rgba(70, 67, 67, 0.5);
    height: 0;
    padding: 0;
  }
}

.slim_header .indent-left {
  padding-left: 28px;
}

.slim_header .tabTitle-item-white {
  background: #fff !important;
  border-top: 1px solid #e9e7e7;
  color: #323232;
  font-size: 14px;
  padding: 18px 7px 18px 18px;
  width: 100%;
}

@media (1024px <= width) {
  .slim_header .tabTitle-item-white {
    display: none;
  }
}

.slim_header-tabItem {
  text-align: center;
}

.slim_header-tabItem-title {
  color: #2864f0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  white-space: pre-wrap;
}

.slim_header-tabItem-title-tag {
  -moz-box-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  color: #2864f0;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  margin: 0 auto;
  padding: 10px 24px;
}

.slim_header-tabItem-title-tag b {
  font-size: 16px;
  font-weight: 700;
}

.slim_header-tabItem-flex {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.slim_header-tabItem-flex,
.slim_header-tabItem-flex-image {
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
}

.slim_header-tabItem-flex-image {
  -moz-box-pack: center;
  justify-content: center;
  width: 50%;
}

.slim_header-tabItem-flex-btn {
  padding-top: 20px;
  width: 50%;
}

.slim_header-tabItem-flex-btn .c-link {
  color: #1e46aa;
  font-weight: 700;
  text-decoration: underline;
}

.slim_header-tag {
  background: #fff;
  border: 1px solid #dce8ff;
  border-radius: 5555px;
  color: #285ac8;
  font-weight: 700;
  padding: 8px 14px;
}

@media (width < 1024px) {
  .slim_header-tag {
    font-size: 10px;
    margin-left: 5px;
    padding: 4px 10px;
  }
}

.slim_header-cta {
  -moz-box-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: -moz-box;
  display: flex;
  margin-left: auto;
}

@media (width < 768px) {
  .slim_header-cta {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

@media (1024px <= width) {
  .slim_header-cta {
    position: relative;
  }
}

@media (1024px <= width <= 1280px) {
  .slim_header-cta {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.slim_header-cta .c-btn {
  border-radius: 5px;
  border-width: 1px;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  margin-top: 0;
  padding: 4px 20px;
}

@media (width < 768px) {
  .slim_header-cta .c-btn {
    font-size: 12px;
    padding: 6px 9px;
  }
}

@media (1024px <= width <= 1280px) {
  .slim_header-cta .c-btn {
    font-size: 13px;
    padding: 4px 14px;
  }
}

.slim_header-cta-secondary {
  display: block;
}

@media (width < 768px) {
  .slim_header-cta-secondary {
    display: none !important;
  }
}

.slim_header-cta-menuBtnPc {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  height: 44px;
  justify-content: center;
  width: 44px;
}

@media (width < 1024px) {
  .slim_header-cta-menuBtnPc {
    display: none;
  }
}

@media (1024px <= width <= 1280px) {
  .slim_header-cta-menuBtnPc {
    height: 32px;
    width: 32px;
  }
}

.slim_header-cta-menuBtnPc span {
  font-size: 10px;
}

@media (1024px <= width <= 1280px) {
  .slim_header-cta-menuBtnPc span {
    font-size: 8px;
  }
}

.slim_header-cta-menuBtnSp {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  height: 44px;
  justify-content: center;
  width: 44px;
}

@media (1024px <= width) {
  .slim_header-cta-menuBtnSp {
    display: none;
  }
}

.slim_header-cta-menuBtnSp span {
  font-size: 10px;
}

.slim_header-cta-menuBtnPc.open .i-button {
  display: none;
}

.slim_header-cta-menuBtnPc.open .i-button-close {
  display: inline;
}

.slim_header-subMenu {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(70, 67, 67, 0.2);
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 63px;
  width: 444px;
  z-index: 11;
}

@media (1024px <= width <= 1280px) {
  .slim_header-subMenu {
    top: 58px;
  }
}

@media (width < 1024px) {
  .slim_header-subMenu {
    display: none;
    top: 60px;
  }
}

.slim_header-subMenu.open {
  -moz-animation: accountingSpMenuSlideDown 0.2s forwards;
  animation: accountingSpMenuSlideDown 0.2s forwards;
  display: block;
}

.slim_header-subMenu.closing {
  -moz-animation: accountingSpMenuSlideUp 0.2s forwards !important;
  animation: accountingSpMenuSlideUp 0.2s forwards !important;
}

.slim_header-subMenu-item {
  border-top: 1px solid #e9e7e7;
  color: #323232;
  display: block;
  padding: 18px;
  width: 100%;
}

.slim_header .sp-only-block {
  display: block;
}

@media (768px <= width) {
  .slim_header .sp-only-block {
    display: none;
  }
}

.slim_header .i-button-close {
  display: none !important;
}

@media (width < 1024px) {
  .slim_header .l-tile {
    margin-bottom: 0 !important;
  }

  .slim_header .l-tile .l-tile_item {
    margin-bottom: 0 !important;
    width: 100%;
  }
}

.sp-expand {
  height: 100vh;
}

.sp-expand .slim_header-sp-menu {
  max-height: 600px;
}

@media (width < 1024px) {
  .slim_header-sp-menu {
    background-color: #fff;
    left: 0;
    max-height: 0;
    overflow: scroll;
    position: absolute;
    top: 60px;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    width: 100%;
    z-index: 10;
  }
}

.slim_header.sp-expand .slim_header-sp-menu {
  -moz-animation: SpMenuSlideDown 0.3s forwards;
  animation: SpMenuSlideDown 0.3s forwards;
}

.slim_header.sp-collapse .slim_header-sp-menu {
  -moz-animation: SpMenuSlideUp 0.3s forwards;
  animation: SpMenuSlideUp 0.3s forwards;
}

.accounting_slim_header .slim_header.sp-expand .slim_header-sp-menu {
  -moz-animation: accountingSpMenuSlideDown 0.3s forwards;
  animation: accountingSpMenuSlideDown 0.3s forwards;
}

.accounting_slim_header .slim_header.sp-collapse .slim_header-sp-menu {
  -moz-animation: accountingSpMenuSlideUp 0.3s forwards;
  animation: accountingSpMenuSlideUp 0.3s forwards;
}

.slim_header-spLink-item {
  background: #fff;
  border-top: 1px solid #e9e7e7;
}

.slim_header-spLink-item:last-child {
  border-bottom: 1px solid #e9e7e7;
}

.slim_header-spLink-item-accordion-trigger {
  -moz-box-align: center;
  -moz-box-pack: start;
  align-items: center;
  display: -moz-box;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.slim_header-spLink-item-accordion-trigger:before {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M38 26H26v12h-4V26H10v-4h12V10h4v12h12Z"/><path fill="none" d="M0 0h48v48H0Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 1.5em;
  position: absolute;
  right: 32px;
  top: -moz-calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  width: 1.5em;
}

.slim_header-spLink-item-accordion-trigger.rotated:before {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M38 26H10v-4h28Z"/><path fill="none" d="M0 0h48v48H0Z"/></svg>');
}

.slim_header-spLink-item a:not(.c-btn),
.slim_header-spLink-item button:not(.c-btn) {
  color: #323232;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 32px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

@media (1024px <= width) {
  .slim_header-spLink-item {
    display: none;
  }
}

.slim_header-spLink-item .i-button {
  margin-left: auto;
}

.slim_header-spLink-item .c-btn {
  border-radius: 5px;
  border-width: 1px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
}

@-moz-keyframes SpMenuSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: -moz-calc(100svh - 61px);
    max-height: calc(100svh - 61px);
    opacity: 1;
  }
}

@keyframes SpMenuSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: -moz-calc(100svh - 61px);
    max-height: calc(100svh - 61px);
    opacity: 1;
  }
}

@-moz-keyframes SpMenuSlideUp {
  0% {
    max-height: -moz-calc(100svh - 61px);
    max-height: calc(100svh - 61px);
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes SpMenuSlideUp {
  0% {
    max-height: -moz-calc(100svh - 61px);
    max-height: calc(100svh - 61px);
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@-moz-keyframes accountingSpMenuSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 600px;
    opacity: 1;
  }
}

@keyframes accountingSpMenuSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 600px;
    opacity: 1;
  }
}

@-moz-keyframes accountingSpMenuSlideUp {
  0% {
    max-height: 600px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes accountingSpMenuSlideUp {
  0% {
    max-height: 600px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@-moz-keyframes SpMenuSlideIn {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 600px;
    opacity: 1;
  }
}

@keyframes SpMenuSlideIn {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 600px;
    opacity: 1;
  }
}

@-moz-keyframes SpMenuSlideOut {
  0% {
    max-height: 600px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes SpMenuSlideOut {
  0% {
    max-height: 600px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@-moz-keyframes SpMenuAccordionSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 600px;
    opacity: 1;
  }
}

@keyframes SpMenuAccordionSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 600px;
    opacity: 1;
  }
}

@-moz-keyframes SpMenuAccordionSlideUp {
  0% {
    max-height: 600px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes SpMenuAccordionSlideUp {
  0% {
    max-height: 600px;
    opacity: 1;
  }

  to {
    max-height: 0;
    opacity: 0;
  }
}

.slim_header.sp-expand .slim_header-sp-menu {
  -moz-animation: SpMenuSlideDown 0.3s forwards;
  animation: SpMenuSlideDown 0.3s forwards;
}

.slim_header.sp-collapse .slim_header-sp-menu {
  -moz-animation: SpMenuSlideUp 0.3s forwards;
  animation: SpMenuSlideUp 0.3s forwards;
}

.accounting_slim_header .slim_header.sp-expand .slim_header-sp-menu {
  -moz-animation: accountingSpMenuSlideDown 0.3s forwards;
  animation: accountingSpMenuSlideDown 0.3s forwards;
}

.accounting_slim_header .slim_header.sp-collapse .slim_header-sp-menu {
  -moz-animation: accountingSpMenuSlideUp 0.3s forwards;
  animation: accountingSpMenuSlideUp 0.3s forwards;
}

@media (768px <= width) {
  .accounting_slim_header .slim_header-cta .slim_header-cta {
    min-width: 380px;
  }
}

.modal__signup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .modal__signup {
    padding: 16px;
  }
}
.modal__signup .c-btn {
  padding: 10px 1em;
  font-size: 16px;
  line-height: 1.15;
  border-radius: 8px;
  border-width: 2px;
}
.modal__signup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.modal__signup__inner {
  padding: 40px 80px;
  border-radius: 16px;
  background-color: #fff;
  max-width: 568px;
  width: 100%;
  max-height: 100svh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal__signup__inner {
    padding: 48px 16px 32px;
  }
}
.modal__signup__close {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .modal__signup__close {
    top: 8px;
    right: 8px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-lpMv {
  position: relative;
  overflow: hidden;
  padding-top: 181px;
  padding-bottom: 103px;
}
.p-lpMv::before {
  background: url("../images/mv-bg.png") no-repeat center center/contain;
  content: "";
  height: 701px;
  left: calc(50% + 8px);
  position: absolute;
  top: 44px;
  width: 1668px;
  transform: translate(-50%, 0);
}

.p-lpMv__inner {
  position: relative;
  z-index: 2;
}

.p-lpMv__txts {
  max-width: 553px;
}

.p-lpMv__subHead {
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

.p-lpMv__subHead span {
  position: relative;
  padding: 0 26px;
}
.p-lpMv__subHead span::before {
  background: url("../images/mv-txt-left.png") no-repeat center center/contain;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 22px;
}
.p-lpMv__subHead span::after {
  background: url("../images/mv-txt-right.png") no-repeat center center/contain;
  content: "";
  height: 34px;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 22px;
}

.p-lpMv__head {
  margin-top: 5px;
  text-align: center;
}
.p-lpMv__head > span {
  display: block !important;
}
.p-lpMv__head .--wrapper02 {
  margin-top: 5px;
}

.p-lpMv__head .--small {
  font-feature-settings: "halt" on;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.p-lpMv__head .--large {
  font-feature-settings: "halt" on;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
.p-lpMv__head .--large::before {
  background-color: #ebf3ff;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  bottom: 1px;
  width: 100%;
  z-index: -1;
}

.p-lpMv__btn--wrapper {
  text-align: center;
  margin-top: 43px;
}

.p-lpMv__img {
  position: absolute;
  z-index: 1;
  width: 960px;
  top: 96px;
  left: calc(50% - 208px);
}

@media screen and (max-width: 900px) {
  .p-lpMv {
    padding-top: 78px;
    padding-bottom: 50px;
  }
  .p-lpMv::before {
    background: url("../images/mv-bg-sp.png") no-repeat center center/contain;
    height: 487px;
    left: calc(50% - 2px);
    top: 58px;
    width: 434px;
  }

  .p-lpMv__subHead {
    font-size: 18px;
  }

  .p-lpMv__subHead span {
    position: relative;
    padding: 0 16px;
  }
  .p-lpMv__subHead span::before {
    height: 21px;
    bottom: 1px;
    width: 13px;
  }
  .p-lpMv__subHead span::after {
    height: 21px;
    bottom: 1px;
    width: 13px;
  }

  .p-lpMv__head {
    margin-top: 2px;
  }
  .p-lpMv__head .--wrapper {
    display: inline-block !important;
  }
  .p-lpMv__head .--wrapper02 {
    margin-top: 0;
    display: inline-block !important;
  }

  .p-lpMv__head .--small {
    font-size: 24px;
  }
  .p-lpMv__head .--large {
    font-size: 36px;
  }
  .p-lpMv__head .--large::before {
    height: 11px;
    bottom: 1px;
  }

  .p-lpMv__btn--wrapper {
    margin-top: 311px;
  }

  .p-lpMv__img {
    width: 520px;
    top: 199px;
    left: calc(50% - 256px);
  }
}

/*===========================================================================*/
/*  feature  */
/*===========================================================================*/
.p-lpFeature {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ebf3ff;
}

.p-lpFeature__swallow {
  max-width: 216px;
  margin: 0 auto;
}

.p-lpFeature__head {
  margin-top: 10px;
  text-align: center;
}

.p-lpFeature__head .--small {
  font-feature-settings: "halt" on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
  transform: translate(0px, -3px);
}

.p-lpFeature__head .--large {
  font-feature-settings: "halt" on;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

.p-lpFeature__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-lpFeature__list > li {
  position: relative;
  background-color: #fff;
  border-radius: 14px;
  padding: 60px 60px 60px 360px;
}
.p-lpFeature__list > li:nth-of-type(1) {
  padding: 120px 60px 120px 360px;
}

.p-lpFeature__list--num {
  font-feature-settings: "halt" on;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

.p-lpFeature__list--num span {
  position: relative;
  padding: 5px 0;
  width: 136px;
  text-align: center;
  z-index: 2;
}
.p-lpFeature__list--num span::before {
  background: url("../images/feature-num-bg.png") no-repeat center center/contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 136px;
  height: 35px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-lpFeature__list--head {
  margin-top: 20px;
  position: relative;
  padding-bottom: 34px;
  font-feature-settings: "halt" on;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
.p-lpFeature__list--head::before {
  background: url("../images/feature-deco.png") no-repeat center center/contain;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 257px;
}

.p-lpFeature__list--txt {
  margin-top: 19px;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.p-lpFeature__list--btn {
  position: relative;
  width: 272px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background-color: #2864f0;
  padding-right: 11px;
}
.p-lpFeature__list--btn::before {
  background: url("../images/btn-arrow.png") no-repeat center center/contain;
  content: "";
  height: 12px;
  right: 21px;
  position: absolute;
  top: 50%;
  width: 13px;
  transform: translate(0, -50%);
}
.p-lpFeature__list--btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.p-lpFeature__list--img {
  position: absolute;
  top: 50%;
  left: 74px;
  width: 220px;
  transform: translate(0, -50%);
}
.p-lpFeature__list > li:nth-of-type(2) .p-lpFeature__list--img {
  left: 82px;
  width: 200px;
}

.p-lpFeature__list--img figure {
  position: relative;
  z-index: 2;
}
.p-lpFeature__list--img video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 5px);
  aspect-ratio: 167/343;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.p-lpFeature__list--slide {
  position: absolute;
  width: 360px;
  left: 0;
  top: 0;
  padding-top: 49px;
}
.p-lpFeature__list--slide::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 4.81%, rgba(255, 255, 255, 0) 24.63%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 95%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.feature-slide-inner li {
  width: 216px;
  padding: 0 35px;
}

.feature-slide-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  z-index: 5;
  gap: 11px;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 9px !important;
  height: 9px !important;
  background: #ebf3ff !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2864f0 !important;
}

.feature-slide-prev {
  position: absolute;
  z-index: 5;
  width: 28px;
  height: 28px;
  left: 53px;
  top: 162px;
  background: url("../images/slide-btn-prev.png") no-repeat center center/contain;
}
.feature-slide-next {
  position: absolute;
  z-index: 5;
  width: 28px;
  height: 28px;
  right: 53px;
  top: 162px;
  background: url("../images/slide-btn-next.png") no-repeat center center/contain;
}

.p-lpFeature__btn--wrapper {
  text-align: center;
  margin-top: 59px;
}

@media screen and (max-width: 900px) {
  .p-lpFeature {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpFeature__swallow {
    max-width: 130px;
  }

  .p-lpFeature__head {
    margin-top: 0px;
  }

  .p-lpFeature__head .--small {
    font-size: 28px;
    transform: translate(0px, -2px);
  }

  .p-lpFeature__head .--large {
    font-size: 48px;
  }

  .p-lpFeature__list {
    margin-top: 50px;
    gap: 0;
  }

  .p-lpFeature__list > li {
    border-radius: 20px;
    padding: 195px 10px 25px;
  }
  .p-lpFeature__list > li:nth-of-type(1) {
    padding: 322px 10px 25px;
  }
  .p-lpFeature__list > li:nth-of-type(2) {
    margin-top: 14px;
    padding-top: 25px;
  }
  .p-lpFeature__list > li:nth-of-type(3) {
    margin-top: 58px;
  }

  .p-lpFeature__list--num {
    font-size: 16px;
    text-align: center;
  }

  .p-lpFeature__list--num span {
    padding: 3px 0;
    width: 111px;
  }
  .p-lpFeature__list--num span::before {
    width: 111px;
    height: 28px;
  }

  .p-lpFeature__list--head {
    margin-top: 11px;
    padding-bottom: 27px;
    font-size: 20px;
    text-align: center;
  }
  .p-lpFeature__list--head::before {
    height: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 180px;
  }

  .p-lpFeature__list--txt {
    margin-top: 14px;
    padding: 0 15px;
    font-size: 14px;
  }

  .p-lpFeature__list--btn {
    width: 242px;
    height: 48px;
    margin: 20px auto 0;
    font-size: 15px;
  }

  .p-lpFeature__list--img {
    position: absolute;
    top: -31px;
    left: 50%;
    width: 163px;
    transform: translate(-50%, 0);
  }
  .p-lpFeature__list > li:nth-of-type(2) .p-lpFeature__list--img {
    left: unset;
    width: 65px;
    top: -11px;
    right: 14px;
    transform: translate(0, 0) rotate(7deg);
  }

  .p-lpFeature__list--slide {
    width: 325px;
    left: 50%;
    top: -38px;
    padding-top: 0;
    transform: translate(-50%, 0);
  }
  .p-lpFeature__list--slide::before {
    display: none;
  }

  .feature-slide-inner li {
    width: 238px;
    padding: 0 50px;
  }

  .feature-slide-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-top: -23px;
    z-index: 5;
    gap: 11px;
    position: relative;
  }

  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }

  .feature-slide-prev {
    width: 33px;
    height: 33px;
    left: 18px;
    top: 121px;
  }
  .feature-slide-next {
    width: 33px;
    height: 33px;
    right: 18px;
    top: 121px;
  }

  .p-lpFeature__btn--wrapper {
    margin-top: 48px;
  }
}

/*===========================================================================*/
/*  recommendation  */
/*===========================================================================*/
.p-lpRecommendation {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-lpRecommendation__swallow {
  max-width: 216px;
  margin: 0 auto;
}

.p-lpRecommendation__head {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-lpRecommendation__head .--small {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-lpRecommendation__head .--large {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

.p-lpRecommendation__list {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}

.p-lpRecommendation__list li {
  width: calc(100% / 3);
  position: relative;
}
.p-lpRecommendation__list li:nth-of-type(2)::before {
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  border-left: #bebebe dashed 1px;
  border-right: #bebebe dashed 1px;
}

.p-lpRecommendation__list--head {
  position: relative;
  background-color: #ebf3ff;
  border-radius: 20px;
  padding: 20px 10px;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-lpRecommendation__list--head::before {
  background: url("../images/recommendation-bubble.png") no-repeat center center/contain;
  content: "";
  height: 38px;
  left: 50%;
  position: absolute;
  bottom: -23px;
  width: 58px;
  transform: translate(-50%, 0);
}

.p-lpRecommendation__list--head .u-blue {
  font-size: 30px;
}

.p-lpRecommendation__list--img {
  margin-top: 31px;
}

.p-lpRecommendation__list--txt {
  margin-top: 20px;
  font-feature-settings: "halt" on;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-lpRecommendation__list--caution {
  margin-top: 10px;
  font-feature-settings: "halt" on;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-lpRecommendation__btn--wrapper {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-lpRecommendation {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpRecommendation__swallow {
    max-width: 131px;
  }

  .p-lpRecommendation__head {
    margin-top: 11px;
  }

  .p-lpRecommendation__head .--small {
    font-size: 20px;
  }

  .p-lpRecommendation__head .--large {
    font-size: 30px;
  }

  .p-lpRecommendation__list {
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
  }

  .p-lpRecommendation__list li {
    width: 100%;
  }
  .p-lpRecommendation__list li:nth-of-type(2)::before {
    display: none;
  }

  .p-lpRecommendation__list--head {
    padding: 18px 5px;
    font-size: 20px;
  }
  .p-lpRecommendation__list--head::before {
    height: 34px;
    left: unset;
    right: 109px;
    bottom: -21px;
    width: 54px;
    transform: translate(0, 0);
  }

  .p-lpRecommendation__list--head .u-blue {
    font-size: 28px;
  }

  .p-lpRecommendation__list--img {
    margin-top: 20px;
  }

  .p-lpRecommendation__list--txt {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-lpRecommendation__list--caution {
    margin-top: 5px;
  }

  .p-lpRecommendation__btn--wrapper {
    margin-top: 48px;
  }
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.p-lpVoice {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff0d2;
}

.p-lpVoice__head {
  max-width: 782px;
  margin: 0 auto;
}

.p-lpVoice__subHead {
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.02em;
}

.p-lpVoice__caution {
  margin-top: 20px;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 12px;
  line-height: 1.36;
  letter-spacing: 0.02em;
}

.p-lpVoice__head02 {
  margin-top: 35px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.035em;
}

.p-lpVoice__head02 span {
  position: relative;
  padding: 0 85px;
}
.p-lpVoice__head02 span::before {
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 66px;
  border-top: #464343 solid 1px;
  border-bottom: #464343 solid 1px;
}
.p-lpVoice__head02 span::after {
  content: "";
  height: 7px;
  right: 0;
  position: absolute;
  top: 20px;
  width: 66px;
  border-top: #464343 solid 1px;
  border-bottom: #464343 solid 1px;
}

.p-lpVoice__list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.p-lpVoice__list li {
  width: 31.9%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.p-lpVoice__list--head {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.p-lpVoice__list--txt {
  margin-top: 10px;
  font-feature-settings: "palt" on;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.p-lpVoice__btn--wrapper {
  text-align: center;
  margin-top: 69px;
}

@media screen and (max-width: 900px) {
  .p-lpVoice {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpVoice__head {
    max-width: 332px;
  }

  .p-lpVoice__subHead {
    font-size: 23px;
    margin-top: 6px;
  }

  .p-lpVoice__caution {
    margin-top: 5px;
    font-size: 12px;
  }

  .p-lpVoice__head02 {
    margin-top: 20px;
    font-size: 22px;
  }

  .p-lpVoice__head02 span {
    padding: 0 62px;
  }
  .p-lpVoice__head02 span::before {
    height: 5px;
    top: 15px;
    width: 50px;
  }
  .p-lpVoice__head02 span::after {
    height: 5px;
    top: 15px;
    width: 50px;
  }

  .p-lpVoice__list {
    margin-top: 14px;
    flex-direction: column;
    gap: 10px;
  }

  .p-lpVoice__list li {
    width: 100%;
    border-radius: 16px;
  }

  .p-lpVoice__list--head {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
  }

  .p-lpVoice__list--txt {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-lpVoice__btn--wrapper {
    margin-top: 48px;
  }
}

/*===========================================================================*/
/*  p-lpType  */
/*===========================================================================*/
.p-lpType {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-lpType__head {
  color: #464343;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.02em;
}

.p-lpType__head span {
  color: #2864f0;
  letter-spacing: 0.05em;
  background-image: linear-gradient(to right, #ebf3ff);
  background-position: 0 calc(100% + 2px);
  background-repeat: no-repeat;
  background-size: 100% 17px;
}

.p-lpType__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.p-lpType__list li {
  width: calc(100% / 5 - 48px / 5);
  background-color: #ebf3ff;
  padding: 10px 10px 18px;
  border-radius: 12px;
}

.p-lpType__list--txt {
  color: #2864f0;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 26px;
}
.p-lpType__list li:nth-of-type(5) .p-lpType__list--txt,
.p-lpType__list li:nth-of-type(9) .p-lpType__list--txt,
.p-lpType__list li:nth-of-type(10) .p-lpType__list--txt {
  margin-top: 13px;
}

.p-lpType__btn--wrapper {
  text-align: center;
  margin-top: 69px;
}

@media screen and (max-width: 900px) {
  .p-lpType {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpType__head {
    font-size: 30px;
  }

  .p-lpType__head span {
    background-position: 0 calc(100% + 2px);
    background-size: 100% 12px;
  }

  .p-lpType__list {
    margin-top: 20px;
    gap: 10px;
  }

  .p-lpType__list li {
    width: calc(100% / 2 - 10px / 2);
    padding: 5px 5px 10px;
    border-radius: 10px;
  }

  .p-lpType__list--txt {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
  }
  .p-lpType__list li:nth-of-type(5) .p-lpType__list--txt,
  .p-lpType__list li:nth-of-type(9) .p-lpType__list--txt,
  .p-lpType__list li:nth-of-type(10) .p-lpType__list--txt {
    margin-top: 10px;
  }

  .p-lpType__list--txt .--small {
    font-size: 12px;
  }

  .p-lpType__btn--wrapper {
    text-align: center;
    margin-top: 48px;
  }
}

/*===========================================================================*/
/* p-lpSupport */
/*===========================================================================*/
.p-lpSupport {
  background-color: #ebf3ff;
  padding-top: 40px;
  padding-bottom: 50px;
}

.p-lpSupport__inner {
  background-color: #fff;
  padding: 40px 40px 46px 194px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.p-lpSupport__head {
  width: 512px;
  padding-right: 47px;
  color: #464343;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  position: relative;
}

.p-lpSupport__head::before {
  position: absolute;
  content: "";
  left: -160px;
  top: -10px;
  width: 140px;
  height: 145px;
  background-repeat: no-repeat;
  background-image: url(../images/support-img.png);
  background-size: cover;
}

.p-lpSupport__head span {
  color: #2864f0;
  font-feature-settings: "halt" on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

.p-lpSupport__txt {
  width: calc(100% - 512px);
  color: #464343;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.02em;
  padding-left: 30px;
  border-left: #bebebe dotted 1px;
}

@media screen and (max-width: 936px) {
  .p-lpSupport {
    background-color: #ebf3ff;
    padding: 36px 20px 30px 20px;
  }

  .p-lpSupport__inner {
    padding: 0px;
    border-radius: 15px;
    flex-direction: column;
  }

  .p-lpSupport__head {
    width: 100%;
    padding: 20px;
    font-size: 17.6px;
  }

  .p-lpSupport__head::before {
    left: 260px;
    top: -20px;
    width: 77px;
    height: 74px;
    background-repeat: no-repeat;
    background-image: url(../images/support-img.png);
    background-size: cover;
  }

  .p-lpSupport__head span {
    font-size: 27.44px;
  }

  .p-lpSupport__txt {
    width: 100%;
    color: #464343;
    font-size: 13px;
    padding: 14px 20px 23px;
    border-left: 0px;
    position: relative;
  }

  .p-lpSupport__txt::before {
    position: absolute;
    content: "";
    width: 144px;
    height: 8px;
    left: 23px;
    top: -8px;
    background-image: url(../images/feature-deco.png);
    background-size: contain;
  }
  .p-lpSupport__txt::after {
    position: absolute;
    content: "";
    width: 144px;
    height: 8px;
    left: 167px;
    top: -8px;
    background-image: url(../images/feature-deco.png);
    background-size: contain;
  }
}

/*===========================================================================*/
/*  p-lpPlan  */
/*===========================================================================*/
.p-lpPlan {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-lpPlan__head {
  color: #2864f0;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

.p-lpPlan__list {
  margin: 50px auto 0;
  max-width: 798px;
  background-color: #ebf3ff;
  border-radius: 16px;
  display: flex;
  gap: 40px;
  padding: 20px;
}

.p-lpPlan__list--left {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  border: #73a5ff solid 2px;
}

.p-lpPlan__list--head {
  background-color: #73a5ff;
  display: flex;
  flex-direction: column;
  padding: 23px 10px;
}

.p-lpPlan__list--head .--small {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
}

.p-lpPlan__list--head .--large {
  margin-top: 11px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-lpPlan__list--content {
  padding: 25px 20px 30px;
}

.p-lpPlan__list--price {
  padding: 0 0 28px;
  border-bottom: #73a5ff 2px solid;
  text-align: center;
}

.p-lpPlan__list--price .--txt01 {
  color: #73a5ff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-lpPlan__list--price .--txt02 {
  color: #73a5ff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-left: 6px;
}

.p-lpPlan__list--price .--txt03 {
  color: #73a5ff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  margin-left: 6px;
}

.p-lpPlan__list02 {
  max-width: 289px;
  margin: 23px auto 0;
  display: flex;
  flex-direction: column;
  column-gap: 8px;
  row-gap: 15px;
}

.p-lpPlan__list02 li {
  padding-left: 15px;
  color: #464343;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.p-lpPlan__list02 li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: 7px;
  top: 10px;
  background-color: #2864f0;
  background-repeat: no-repeat;
}

.p-lpPlan__list--right {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  border: #2864f0 solid 2px;
}

.p-lpPlan__list--head.--right {
  background-color: #2864f0;
}

.p-lpPlan__list--content.--right {
  border-radius: 0 0 16px 16px;
}

.p-lpPlan__list--price.--right {
  border-bottom: #2864f0 2px solid;
}

.p-lpPlan__list--price .--txt01.--right {
  color: #2864f0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-lpPlan__list--price .--txt02.--right {
  color: #2864f0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-left: 6px;
}

.p-lpPlan__list--price .--txt03.--right {
  color: #2864f0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  margin-left: 6px;
}

.p-lpPlan__list--plus {
  color: #73a5ff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 25px;
  position: relative;
}
.p-lpPlan__list--plus::before {
  content: "+";
  left: 50%;
  position: absolute;
  top: calc(100% + 2px);
  transform: translate(-50%, 0);
  color: #464343;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-lpPlan__list02.--right {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
  max-width: 210px;
}

.p-lpPlan__btn--wrapper {
  text-align: center;
  margin-top: 69px;
}

@media screen and (max-width: 936px) {
  .p-lpPlan {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-lpPlan__head {
    font-size: 28px;
  }

  .p-lpPlan__list {
    margin-top: 10px;
    border-radius: 8px;
    gap: 10px;
    padding: 10px;
  }

  .p-lpPlan__list--head {
    padding: 15px 10px;
  }

  .p-lpPlan__list--head .--small {
    font-size: 10px;
  }

  .p-lpPlan__list--head .--large {
    margin-top: 8px;
    font-size: 16px;
  }

  .p-lpPlan__list--content {
    padding: 10px 10px 15px;
  }

  .p-lpPlan__list--price {
    padding: 0 0 17px;
    border-bottom: #73a5ff 1px solid;
  }

  .p-lpPlan__list--price .--txt01 {
    font-size: 16px;
  }

  .p-lpPlan__list--price .--txt02 {
    font-size: 24px;
    margin-left: 2px;
  }

  .p-lpPlan__list--price .--txt03 {
    font-size: 12px;
    margin-left: 2px;
  }

  .p-lpPlan__list02 {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    row-gap: 5px;
  }
  .p-lpPlan__list02.--right {
    margin-top: 21px;
  }

  .p-lpPlan__list02 li {
    padding-left: 12px;
    font-size: 11px;
  }

  .p-lpPlan__list02 li::before {
    left: 2px;
    top: 7px;
  }

  .p-lpPlan__list--head.--right {
    padding: 15px 10px;
  }

  .p-lpPlan__list--price.--right {
    border-bottom: #2864f0 1px solid;
  }

  .p-lpPlan__list--price .--txt01.--right {
    font-size: 16px;
  }

  .p-lpPlan__list--price .--txt02.--right {
    font-size: 24px;
    margin-left: 2px;
  }

  .p-lpPlan__list--price .--txt03.--right {
    font-size: 12px;
    margin-left: 2px;
  }

  .p-lpPlan__list--plus {
    font-size: 13px;
    margin-top: 15px;
  }
  .p-lpPlan__list--plus::before {
    top: calc(100% + 2px);
    font-size: 13px;
  }

  .p-lpPlan__btn--wrapper {
    margin-top: 48px;
  }
}

/*===========================================================================*/
/*  FAQ  */
/*===========================================================================*/
.p-lpFaq {
  background-color: #ebf3ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-lpFaq__head {
  color: #2864f0;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.p-lpFaq__list {
  margin-top: 35px;
  max-width: 830px;
  margin: 35px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-lpFaq__list--question {
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 15px 27px 73px;
  position: relative;
}

.p-lpFaq__list--question .u-blue {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.035em;
  top: 27px;
  left: 31px;
  position: absolute;
}

.p-lpFaq__list--question .--txt {
  color: #464343;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.035em;
}

.p-lpFaq__list--answer {
  padding-top: 18px;
  padding-left: 73px;
  position: relative;
}

.p-lpFaq__list--answer .--a {
  color: #fa6414;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.035em;
  position: absolute;
  left: 38px;
  top: 18px;
}

.p-lpFaq__list--answer .--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 936px) {
  .p-lpFaq {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .p-lpFaq__head {
    font-size: 28px;
  }

  .p-lpFaq__list {
    margin-top: 30px;
    gap: 18px;
  }

  .p-lpFaq__list--question {
    border-radius: 8px;
    padding: 15px 15px 15px 52px;
  }

  .p-lpFaq__list--question .u-blue {
    font-size: 17px;
    left: 16px;
    top: 16px;
  }

  .p-lpFaq__list--question .--txt {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .p-lpFaq__list--answer {
    padding-top: 10px;
    padding-left: 52px;
  }

  .p-lpFaq__list--answer .--a {
    font-size: 17px;
    left: 21px;
    top: 12px;
  }

  .p-lpFaq__list--answer .--txt {
    font-size: 14px;
  }
}

/*===========================================================================*/
/*  modal  */
/*===========================================================================*/
.p-lpModal {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lpModal.js-modal-active {
  opacity: 1;
  pointer-events: all;
}

.p-lpModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.75;
  cursor: pointer;
}

.p-lpModal__content {
  background-color: #fff;
  padding: 40px 72px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.p-lpModal__content--close {
  position: absolute;
  width: 25px;
  right: 9px;
  top: -35px;
  cursor: pointer;
}

.p-lpModal__content--txt {
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.p-lpModal__content--qr {
  max-width: 276px;
  margin: 20px auto 0;
}

@media screen and (max-width: 900px) {
  .p-lpModal {
    display: none;
  }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
footer img {
  width: revert-layer;
}

.p-lpFooter {
  background-color: #1e46aa;
}

.p-lpFooter__inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 30px 45px 20px;
}

.p-lpFooter__upper {
  display: flex;
  justify-content: center;
}

.p-lpFooter__logo {
  width: 125px;
  height: 50px;
  padding-left: 16px;
}

.p-lpFooter__address {
  width: calc(100% - 201px);
  padding-left: 60px;
  color: #fff;
  font-feature-settings: "halt" on;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
}

.p-lpFooter__nav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid #fff 1px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.p-lpFooter__nav a {
  color: #fff;
  font-feature-settings: "halt" on;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
}

.p-lpFooter__copyRight {
  margin-top: 40px;
  text-align: center;
  color: #6e8edb;
  font-feature-settings: "halt" on;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 936px) {
  .p-lpFooter__inner {
    padding: 46px 15px 47px;
  }

  .p-lpFooter__logo {
    padding-left: 0px;
  }

  .p-lpFooter__address {
    display: none;
  }

  .p-lpFooter__nav {
    margin-top: 0px;
    padding-top: 32px;
    border-top: 0px;
    flex-wrap: wrap;
  }

  .p-lpFooter__nav a {
    font-size: 14px;
  }

  .p-lpFooter__copyRight {
    margin-top: 44px;
  }
}
