@charset "UTF-8";
/** Colors **/
/** Font Size **/
/** Spacer **/
/** breakPoint **/
.header__navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  white-space: nowrap;
}

.header__btn a {
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: left;
  background: var(--bakuraku-primary, #0E63C4);
  color: #fff;
  padding: 8px 31px 10px;
  border-radius: 4px;
}

.mv__bg {
  position: absolute;
  left: -7%;
  top: 18px;
}

@media print, screen and (max-width: 1079px) {
  .mv__bg {
    top: -15px;
    object-fit: cover;
    width: 100%;
    left: 0;
    height: 100%;
    scale: 1.3;
  }
}
.mv {
  position: relative;
  overflow: hidden;
}

.mv .mv__inner {
  position: relative;
  z-index: 2;
}

.mv .mv__inner .mv__content .mv__catch {
  padding-top: 46px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 12px;
}

.mv .mv__inner .mv__content .mv__title {
  font-family: Noto Sans JP;
  font-size: 72px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 36px;
}

.mv .mv__inner .mv__content .mv__icons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
}

.mv .mv__inner .mv__content .mv__icons-wrap .mv__icons1 {
  display: grid;
  /* margin-top: 16px; */
  grid-template-columns: auto auto;
  gap: 24px;
  margin-right: 24px;
}

.mv .mv__inner .mv__content .mv__icons-wrap .mv__icons2 {
  display: grid;
  grid-template-columns: 78px 78px;
  gap: 14px;
}

.mv .mv__inner .mv__content .mv__visual {
  margin-bottom: 64px;
}

.mv .mv__inner .mv__content .mv__visual video {
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: auto;
  display: flex;
}

.mv .mv__inner .mv__content .mv__visual img {
  margin: auto;
}

.mv .mv__inner .mv__content .mv__button {
  text-align: center;
  margin-bottom: 41px;
}

.sec01 {
  margin-bottom: 64px;
  margin-top: 16px;
}

.section-title {
  text-align: center;
  margin-bottom: 67px;
}

.section-title h3 {
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #212529;
}

.section-title p {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-title h3 + p {
  margin-top: 16px;
}

.sec01 .u-wrapper .sec01__list {
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 65px;
}

.sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-head {
  margin-bottom: 39px;
}

.sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-label {
  text-align: center;
  margin-bottom: 16px;
}

.sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-label span {
  background: #495057;
  display: inline-block;
  border-radius: 100px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 3px 16px 3px 16px;
}

.sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-title {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #212529;
  margin-bottom: 16px;
}

.sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-title strong {
  color: var(--bakuraku-primary, #0E63C4);
}

.sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-text {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}

.sec01 .u-wrapper .sec01__button {
  text-align: center;
}

.sec02 {
  padding: 97px 0 64px 0px;
}

.sec02 .u-wrapper .section-title {
  /* opacity: 1; */
  margin-bottom: 65px;
}

.sec02 .u-wrapper .sec02__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  margin-bottom: 64px;
}

.sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner {
  display: grid;
  gap: 32px;
  grid-template-columns: 160px 1fr;
}

.sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-body .sec02__item-label {
  padding: 3px 16px;
  background: #495057;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-body .sec02__item-title {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 14px;
}

.sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-body .sec02__item-text {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}

.sec02 .u-wrapper .sec02__button {
  text-align: center;
}

.sec03 {
  padding: 97px 0 64px 0;
}

.sec03 .u-wrapper .section-title {
  margin-bottom: 51px;
}

.sec03 .u-wrapper .section-title p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}

.sec03 .u-wrapper .sec03__list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.sec03 .u-wrapper .sec03__list .sec03__item {
  color: var(--bakuraku-primary, #0E63C4);
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

/* .sec03 .u-wrapper .sec03__list .sec03__item.active {
    border-bottom: 4px solid var(--bakuraku-primary, #0E63C4);;
  } */
.sec03__item.active:after {
  content: "";
  display: block;
  height: 4px;
  border-bottom: 4px solid var(--bakuraku-primary, #0E63C4);
  width: 100%;
  margin-top: 12px;
  position: absolute;
  bottom: 0;
}

.sec03 .u-wrapper img {
  margin-bottom: 56px;
}

.sec03 .u-wrapper .sec03__button {
  text-align: center;
}

.sec04 {
  padding: 96px 0 64px;
  background: #f8f9fa;
}

.sec04 .u-wrapper .section-title {
  margin-bottom: 54px;
}

.sec04 .u-wrapper .section-title p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.sec04__notice {
  width: 748px;
  margin: auto;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 48px;
}

.sec04__notice ul {
  list-style: none;
}

.sec04 .u-wrapper .sec04__button {
  text-align: center;
}

.sec05 {
  padding: 97px 0 64px 0;
}

.sec05 .u-wrapper .section-title {
  margin-bottom: 55px;
}

.sec05 .u-wrapper .sec05__list {
  display: grid;
  gap: 56px;
  margin-bottom: 56px;
}

.sec05 .u-wrapper .sec05__button {
  text-align: center;
}

.sec06 {
  padding: 97px 0 64px 0;
  background: #f8f9fa;
}

.sec06 .section-title p {
  font-size: 20px;
}

.sec06 .product-support__items {
  margin-bottom: 59px;
}

.sec06__partner {
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  gap: 32px;
  justify-content: center;
  width: 976px;
  margin: auto;
  padding: 24px 40px;
  background: #fff;
  margin-top: -30px;
}

.sec06__partner img:nth-child(n+5) {
  margin-top: -16px;
}

.sec07 {
  padding: 150px 0 80px;
}

.sec07 .section-title p {
  font-size: 20px;
}

.c-button01 {
  display: inline-block;
  /* padding: 12px 24px 12px 40px; */
  color: #fff;
  background: var(--bakuraku-primary, #0E63C4);
  border-radius: 4px;
  width: 356px;
  text-align: center;
}

.c-button01 .c-button01__inner {
  padding: 11px 32px 11px 0px;
  display: block;
  position: relative;
}

.c-button01 .c-button01__inner:after {
  content: "";
  display: inline-block;
  /* 上の境界線 */
  /* 下の境界線 */
  /* 右向きの矢印 */
  /* テキストとの間隔 */
  position: absolute;
  right: 10%;
  top: 42%;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.c-button01 .c-button01__text01 {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-button01 .c-button01__text02 {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.05em;
}

.table01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 54px;
}

.table01 .table01__row {
  grid-template-columns: 312px 1fr 1fr 1fr;
  display: grid;
  gap: 16px;
}

.table01 .table01__row .table01__col:first-child {
  background: #ecedef;
  justify-content: flex-start;
}

.table01 .table01__row .table01__col {
  display: grid;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #fff;
  justify-content: center;
}

.table01 .table01__row:nth-of-type(2) .table01__col {
  padding: 16px;
}

.table01 .table01__row:last-child .table01__col h4 {
  font-size: 16px;
}

.table01 .table01__row .table01__col h4 {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.table01 .table01__row .table01__col p {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}

.table01 .table01__row .table01__col img {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* fill: red; */
}

.table01 .table01__row .table01__head {
  padding: 18px 0;
  /* border-top: 6px solid var(--bakuraku-primary, #0E63C4);; */
}

.table01__row.table01__row--head .table01__col:first-child {
  background: transparent;
}

.table01__row.table01__row--head .table01__col {
  display: grid;
  align-items: baseline;
  padding: 0;
}

.table01__row.table01__row--head .table01__col:nth-child(n+2) {
  border-top: 6px solid var(--bakuraku-primary, #0E63C4);
  /* background: #fff; */
}

.table01 .table01__row .table01__head-title {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--bakuraku-primary, #0E63C4);
  margin-bottom: 8px;
}

.table01 .table01__row .table01__head-text {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 15px;
}

.table01 .table01__row .table01__head-price {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}

.table01 .table01__row .table01__head-price strong {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0px 8px;
  vertical-align: middle;
}

.table01 .table01__row .table01__head-price span {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
}

.customer-voice {
  border: 2px solid #dee2e6;
  border-radius: 16px;
  padding: 30px;
  overflow: hidden;
}

.customer-voice .customer-voice__head {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  margin-bottom: 24px;
}

.customer-voice .customer-voice__head .customer-voice__lead .customer-voice__company {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 8px;
}

.customer-voice .customer-voice__head .customer-voice__lead .customer-voice__title {
  font-family: Noto Sans JP;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: left;
}

.customer-voice .customer-voice__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.customer-voice .customer-voice__body .customer-voice__text h5 {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 11px;
}

.sec06__sub-title {
  margin-bottom: 32px;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
}

.sec06__partner-wrapper {
  margin-top: 64px;
}

.sec07 .u-wrapper .sec07__form {
  max-width: 800px;
  margin: auto;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 24px;
  border-radius: 8px;
}

@media print, screen and (max-width: 1079px) {
  .mv {
    opacity: 1;
  }
  .mv .mv__inner {
    opacity: 1;
  }
  .mv .mv__inner .mv__content {
    opacity: 1;
  }
  .mv .mv__inner .mv__content .mv__catch {
    font-size: 16px;
    padding-top: 32px;
    line-height: 23.17px;
  }
  .mv .mv__inner .mv__content .mv__title {
    line-height: 40.54px;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .mv .mv__inner .mv__content .mv__title br {
    opacity: 1;
  }
  .mv .mv__inner .mv__content .mv__icons-wrap {
    margin-bottom: 16px;
  }
  .mv .mv__inner .mv__content .mv__icons-wrap .mv__icons1 {
    gap: 16px;
    grid-template-columns: 96px 96px;
  }
  .mv .mv__inner .mv__content .mv__icons-wrap .mv__icons1 img {
    opacity: 1;
  }
  .mv .mv__inner .mv__content .mv__icons-wrap .mv__icons2 {
    grid-template-columns: 39.4px 39.4px;
    gap: 24px;
  }
  .mv .mv__inner .mv__content .mv__icons-wrap .mv__icons2 img {
    opacity: 1;
  }
  .mv .mv__inner .mv__content .mv__visual {
    margin-bottom: 32px;
  }
  .mv .mv__inner .mv__content .mv__visual video {
    max-width: 100%;
  }
  .mv .mv__inner .mv__content .mv__visual img {
    margin: auto;
  }
  .mv .mv__inner .mv__content .mv__button {
    opacity: 1;
  }
  .mv .mv__inner .mv__content .mv__button .c-button01 .c-button01__inner {
    opacity: 1;
  }
  .mv .mv__inner .mv__content .mv__button .c-button01 .c-button01__inner .c-button01__text02 {
    opacity: 1;
  }
  .customer {
    opacity: 1;
  }
  .customer .c-customer {
    opacity: 1;
  }
  .customer .c-customer .u-pc {
    opacity: 1;
  }
  .customer .c-customer .u-pc .c-customer__slider {
    opacity: 1;
  }
  .customer .c-customer .u-pc .c-customer__slider .c-customer__items {
    opacity: 1;
  }
  .customer .c-customer .u-pc .c-customer__slider .c-customer__items .swiper-slide {
    opacity: 1;
  }
  .customer .c-customer .u-pc .c-customer__slider .c-customer__items .swiper-slide img {
    opacity: 1;
  }
  .customer .c-customer .u-pc .c-customer__slider .swiper-notification {
    opacity: 1;
  }
  .customer .c-customer .u-sp {
    opacity: 1;
  }
  .customer .c-customer .u-sp .c-customer__slider {
    opacity: 1;
  }
  .customer .c-customer .u-sp .c-customer__slider .c-customer__items {
    opacity: 1;
  }
  .customer .c-customer .u-sp .c-customer__slider .c-customer__items .swiper-slide {
    opacity: 1;
  }
  .customer .c-customer .u-sp .c-customer__slider .c-customer__items .swiper-slide img {
    opacity: 1;
  }
  .customer .c-customer .u-sp .c-customer__slider .swiper-notification {
    opacity: 1;
  }
  .sec01 {
    margin-top: 0;
  }
  .sec01 .u-wrapper {
    opacity: 1;
  }
  .sec01 .u-wrapper .section-title {
    margin-bottom: 43px;
  }
  .sec01 .u-wrapper .section-title h3 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec01 .u-wrapper .sec01__list {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-head {
    margin-bottom: 24px;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-head img {
    margin: auto;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-label {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-label span {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-title {
    font-size: 20px;
    line-height: 30px;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-title strong {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-title br {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-text {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
  }
  .sec01 .u-wrapper .sec01__list .sec01__item .sec01__item-body .sec01__item-text br {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__button {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__button .c-button01 {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__button .c-button01 .c-button01__inner {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__button .c-button01 .c-button01__inner .c-button01__text01 {
    opacity: 1;
  }
  .sec01 .u-wrapper .sec01__button .c-button01 .c-button01__inner .c-button01__text02 {
    opacity: 1;
  }
  .sec02 {
    padding: 34px 0 64px 0px;
  }
  .sec02 .u-wrapper {
    opacity: 1;
  }
  .sec02 .u-wrapper .section-title {
    margin-bottom: 48px;
  }
  .sec02 .u-wrapper .section-title p {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec02 .u-wrapper .section-title h3 {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__list {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-bottom: 41px;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner {
    gap: 16px;
    grid-template-columns: 80px 1fr;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner + .sec02__item-text {
    margin-top: 11px;
    line-height: 26px;
    font-size: 15px;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-image {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-image img {
    /* aspect-ratio: 1; */
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-body {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-body .sec02__item-label {
    display: none;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-body .sec02__item-title {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sec02 .u-wrapper .sec02__list .sec02__item .sec02__item-inner .sec02__item-body .sec02__item-text {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__button {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__button .c-button01 {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__button .c-button01 .c-button01__inner {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__button .c-button01 .c-button01__inner .c-button01__text01 {
    opacity: 1;
  }
  .sec02 .u-wrapper .sec02__button .c-button01 .c-button01__inner .c-button01__text02 {
    opacity: 1;
  }
  .sec03 {
    padding: 43px 0 30px 0;
  }
  .sec03 .u-wrapper {
    opacity: 1;
  }
  .sec03 .u-wrapper .section-title {
    opacity: 1;
  }
  .sec03 .u-wrapper .section-title h3 {
    opacity: 1;
  }
  .sec03 .u-wrapper .section-title p {
    opacity: 1;
  }
  .sec03 .u-wrapper .section-title p br {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__list {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__list .sec03__item {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__list .sec03__item br {
    opacity: 1;
  }
  .sec03 .u-wrapper img {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__button {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__button .c-button01 {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__button .c-button01 .c-button01__inner {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__button .c-button01 .c-button01__inner .c-button01__text01 {
    opacity: 1;
  }
  .sec03 .u-wrapper .sec03__button .c-button01 .c-button01__inner .c-button01__text02 {
    opacity: 1;
  }
  .sec04 {
    padding: 45px 0 20px;
  }
  .sec04 .u-wrapper {
    opacity: 1;
  }
  .sec04 .u-wrapper .section-title {
    margin-bottom: 40px;
  }
  .sec04 .u-wrapper .section-title h3 {
    opacity: 1;
  }
  .sec04 .u-wrapper .section-title p {
    text-align: left;
  }
  .sec04 .u-wrapper .section-title p br {
    opacity: 1;
  }
  .sec04 .u-wrapper .sec04__table {
    overflow: auto;
    margin: 0 -20px;
  }
  .sec04 .u-wrapper .sec04__table .table01 {
    margin-bottom: 38px;
    gap: 8px;
  }
  .sec04 .u-wrapper .sec04__table .table01 .table01__row {
    /* grid-template-columns: 49% 49%; */
    display: flex;
    gap: 8px;
  }
  .table01 .table01__row .table01__col:first-child {
    display: none;
  }
  .sec04 .u-wrapper .sec04__table .table01 .table01__row .table01__col {
    flex: 0 0 calc(50% - 4px);
  }
  .sec04__notice {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 42px;
  }
  .sec04__notice ul {
    opacity: 1;
  }
  .sec04__notice ul li {
    /* word-wrap: unset; */
  }
  .sec04__notice ul li br {
    opacity: 1;
  }
  .sec04 .u-wrapper .sec04__button {
    opacity: 1;
  }
  .sec04 .u-wrapper .sec04__button .c-button01 {
    opacity: 1;
  }
  .sec04 .u-wrapper .sec04__button .c-button01 .c-button01__inner {
    opacity: 1;
  }
  .sec04 .u-wrapper .sec04__button .c-button01 .c-button01__inner .c-button01__text01 {
    opacity: 1;
  }
  .sec04 .u-wrapper .sec04__button .c-button01 .c-button01__inner .c-button01__text02 {
    opacity: 1;
  }
  .sec05 {
    padding: 76px 0 0px;
  }
  .sec05 .u-wrapper {
    opacity: 1;
  }
  .sec05 .u-wrapper .section-title {
    margin-bottom: 8px;
  }
  .sec05 .u-wrapper .section-title h3 {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__list {
    gap: 12px;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice {
    padding: 29px 0 0;
    border: none;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__head {
    /* text-align: center; */
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__head .customer-voice__image {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__head .customer-voice__image img {
    width: 84%;
    margin: auto;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__head .customer-voice__lead {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__head .customer-voice__lead .customer-voice__company {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__head .customer-voice__lead .customer-voice__title {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__head .customer-voice__lead .customer-voice__title br {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__body {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__body .customer-voice__text {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__body .customer-voice__text h5 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .sec05 .u-wrapper .sec05__list .customer-voice .customer-voice__body .customer-voice__text p {
    font-size: 15px;
  }
  .sec05 .u-wrapper .sec05__button {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__button .c-button01 {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__button .c-button01 .c-button01__inner {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__button .c-button01 .c-button01__inner .c-button01__text01 {
    opacity: 1;
  }
  .sec05 .u-wrapper .sec05__button .c-button01 .c-button01__inner .c-button01__text02 {
    opacity: 1;
  }
  .sec06 {
    padding: 30px 0 30px;
  }
  .sec06 .u-wrapper {
    opacity: 1;
  }
  .sec06 .u-wrapper .section-title {
    opacity: 1;
  }
  .sec06 .u-wrapper .section-title h3 {
    opacity: 1;
  }
  .sec06 .u-wrapper .section-title p {
    text-align: left;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 22px;
    text-align: center;
  }
  .sec06 .u-wrapper .product-support__items {
    opacity: 1;
  }
  .sec06 .u-wrapper .product-support__items .product-support__item {
    opacity: 1;
  }
  .sec06 .u-wrapper .product-support__items .product-support__item .product-support__item-icon {
    margin-bottom: 16px;
  }
  .sec06 .u-wrapper .product-support__items .product-support__item .product-support__item-icon img {
    opacity: 1;
  }
  .sec06 .u-wrapper .product-support__items .product-support__item .product-support__item-title {
    opacity: 1;
  }
  .sec06 .u-wrapper .product-support__items .product-support__item .product-support__item-desc {
    font-size: 15px;
  }
  .sec06 .u-wrapper .sec06__partner {
    /* grid-template-columns: 100px 100px 100px; */
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 16px;
    gap: 16px;
    margin-top: 0;
  }
  .sec06 .u-wrapper .sec06__partner img {
    opacity: 1;
  }
  .sec06__partner img:nth-child(n+5) {
    margin-top: 0;
  }
  .sec07 {
    padding: 39px 0;
  }
  .sec07 .u-wrapper {
    opacity: 1;
  }
  .sec07 .u-wrapper .section-title {
    opacity: 1;
  }
  .sec07 .u-wrapper .section-title h3 {
    opacity: 1;
  }
  .sec07 .u-wrapper .section-title p {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec07 .u-wrapper .section-title p br {
    opacity: 1;
  }
  .sec07 .u-wrapper .sec07__form {
    opacity: 1;
  }
  .c-button01 {
    width: 316px;
  }
  .c-button01 .c-button01__text01 {
    font-size: 12px;
  }
  .c-button01 .c-button01__text02 {
    font-size: 20px;
    line-height: 24px;
  }
  .c-button01 .c-button01__inner {
    padding: 12px 32px 12px 0px;
  }
  .section-title h3 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .table01 .table01__row:nth-of-type(n + 2) .table01__col {
    height: 86px;
  }
  .table01 .table01__row:nth-of-type(2) .table01__col {
    padding: 0px;
    gap: 0;
  }
  .table01 .table01__row:nth-of-type(2) .table01__col img {
    height: 15px;
    width: auto;
  }
  .table01 .table01__row .table01__head-title {
    font-size: 15px;
    line-height: 19px;
  }
  .table01 .table01__row .table01__head-text {
    font-size: 10px;
    line-height: 14.48px;
  }
  .table01 .table01__row .table01__head-price {
    font-size: 12px;
    /* padding-left: 1px; */
  }
  .table01 .table01__row .table01__head-price strong {
    font-size: 32px;
    line-height: 37px;
    /* padding: 0 17px 0 8px; */
  }
  .sec06 .u-wrapper .section-title p {
    /* text-align: left; */
  }
  .sec06__sub-title {
    text-align: left;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sec06__partner-wrapper {
    background: #fff;
    padding: 12px 0;
    margin-top: 0;
  }
  .sec06__partner-title {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .header__btn a {
    padding: 8px 22px 10px;
  }
}
.l-header-main__button-list {
  margin-right: 0 !important;
}

.l-header-main__login,
.l-header-main__button--outline,
.l-header-main__links {
  display: none !important;
}

/*# sourceMappingURL=invoice-feature-lpv2.css.map */
