/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./res/css/style_landing_page_custom.less ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
mark {
  background: linear-gradient(transparent 64%, rgba(252, 234, 99, 0.8) 0%);
  color: #2f3e36;
  font-weight: bold;
}
@media screen and (width <= 735px) {
  body .site-footer-lower {
    padding-bottom: 80px;
  }
}
iframe {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
sup {
  margin: 0 0.1em;
  font-weight: normal;
}
hr {
  margin: 1.5rem 0;
  background-color: #c2c2c2;
}
.container img {
  vertical-align: bottom;
}
.pricing-footnotes li {
  color: #818181;
}
.heading-both-straight-line-mini {
  top: 0;
  align-items: center;
  font-size: 1.25rem;
  text-align: center;
}
.heading-both-straight-line-mini::before,
.heading-both-straight-line-mini::after {
  margin-top: 0;
}
.heading-both-straight-line-mini .heading-both-straight-line-inner {
  display: block;
}
@media screen and (width <= 479px) {
  .button-badge {
    max-width: none;
  }
}
.front-page-mobile-footer-cta {
  transition: 0.3s opacity;
}
.front-page-mobile-footer-cta a:hover,
.front-page-mobile-footer-cta a:focus {
  opacity: 1;
}
.front-page-mobile-footer-cta-hide {
  opacity: 0;
}
@media screen and (width <= 735px) {
  .button-tertiary {
    padding: 16px 23px;
  }
}
.lp-section {
  padding: 4rem 0;
}
@media screen and (width <= 735px) {
  .lp-section {
    padding: 2rem 0;
  }
}
.lp-enlarged-image .modal-window {
  max-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
}
.lp-attention {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff8f6;
}
@media screen and (width <= 767px) {
  .lp-attention {
    padding: 1rem 0.5rem;
  }
}
.lp-attention-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  gap: 0.5rem;
}
@media screen and (width <= 767px) {
  .lp-attention-inner {
    font-size: 1.125rem;
  }
}
.lp-attention-icon {
  width: 48px;
  flex-shrink: 0;
}
.lp-attention-svg {
  fill: #fe7825;
}
.lp-badge {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  margin: 0;
  background-color: #3ea966;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.lp-badge .lp-badge-label {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (width <= 991px) {
  .lp-badge .lp-badge-label {
    font-size: 10px;
  }
}
.lp-badge .lp-badge-inner {
  margin: 0;
}
.lp-badge-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lp-badge-heading .lp-badge {
  flex-shrink: 0;
}
@media screen and (width <= 991px) {
  .lp-badge-heading .lp-badge {
    font-size: 24px;
    height: 56px;
    width: 56px;
  }
}
.jiima-badge-undecorated .jiima-badge {
  flex-wrap: nowrap;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
  gap: 1rem;
}
.jiima-badge-undecorated .jiima-badge .jiima-badge-text {
  width: 100%;
}
.jiima-badge-undecorated .jiima-badge .jiima-badge-figure {
  margin: 0;
}
@media screen and (width <= 991px) {
  .jiima-badge-undecorated .jiima-badge .jiima-badge-figure {
    margin: 0 auto;
    max-width: 180px;
  }
}
.lp-box {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (width <= 735px) {
  .lp-box {
    padding: 1.5rem;
  }
}
.lp-box-inner {
  max-width: 960px;
  margin: 0 auto;
}
.lp-box-border {
  border: 2px solid #3ea966;
}
.lp-explain-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0;
  gap: 2rem;
}
.lp-explain-box {
  position: relative;
  width: 100%;
}
.lp-explain-box::after {
  position: absolute;
  bottom: -33px;
  left: 50%;
  border: 11px solid transparent;
  border-top: 11px solid #3ea966;
  margin-left: -12px;
  content: '';
}
.lp-explain-box:last-child::after {
  display: none;
}
@media screen and (width >= 736px) {
  .lp-explain-box:not(:first-child) {
    width: calc(50% - 1rem);
  }
  .lp-explain-box:not(:first-child)::after {
    bottom: auto;
    left: auto;
    margin: -12px 0 0;
    right: -33px;
    top: 50%;
    transform: rotate(270deg);
  }
  .lp-explain-box:first-child::after {
    left: 25%;
  }
}
.lp-overview-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.lp-overview-box *:last-child {
  margin-bottom: 0;
}
@media screen and (width <= 991px) {
  .lp-overview-box {
    flex-wrap: wrap;
  }
}
.lp-overview-box-figure {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (width <= 991px) {
  .lp-overview-box-figure {
    width: 100%;
  }
}
.lp-case-wrapper {
  position: relative;
  max-width: 960px;
  box-sizing: content-box;
  padding: 0;
  margin: 0 auto;
}
@media screen and (width <= 1199px) {
  .lp-case-wrapper {
    max-width: 80%;
  }
}
.lp-case-wrapper .swiper-slide {
  transition: 0.3s opacity;
}
.lp-case-wrapper .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.3;
  pointer-events: none;
}
.lp-case {
  height: auto;
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (width <= 991px) {
  .lp-case {
    padding: 1rem;
  }
}
.lp-case-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 0.75rem;
}
@media screen and (width <= 479px) {
  .lp-case-head {
    align-items: flex-start;
  }
}
.lp-case-figure {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .lp-case-figure {
    width: 60px;
  }
}
.lp-case-figure img {
  vertical-align: bottom;
}
.lp-case-heading {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (width <= 767px) {
  .lp-case-heading {
    font-size: 1rem;
  }
}
.lp-case-name {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
@media screen and (width <= 767px) {
  .lp-case-name {
    font-size: 0.875rem;
  }
}
.lp-case-name span {
  font-weight: normal;
}
.lp-case-detail-unit {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (width <= 767px) {
  .lp-case-detail-unit {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}
.lp-case-detail {
  position: relative;
  padding: 2rem 1rem 1.25rem;
  border: 2px solid #171717;
  border-radius: 1rem;
  background-color: #f8f8f8;
}
@media screen and (width <= 767px) {
  .lp-case-detail {
    padding: 1.5rem 0.5rem 1rem;
  }
}
.lp-case-title {
  position: relative;
  position: absolute;
  top: -1rem;
  display: inline-block;
  padding: 0.2rem 1rem 0.2rem 2.5rem;
  border-radius: 10rem;
  margin: 0;
  background-color: #818181;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (width <= 767px) {
  .lp-case-title {
    font-size: 0.875rem;
  }
}
.lp-case-title::before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 24px;
  height: 24px;
  background: url('../img/landing_page_custom/common/icon_attention_white.svg') no-repeat center center / contain;
  content: '';
  transform: translateY(-50%);
}
.lp-case-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp-case-list {
  position: relative;
  padding-left: 30px;
  margin: 0;
}
.lp-case-list:not(:first-child) {
  margin: 0.5rem 0 0;
}
.lp-case-list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('../img/landing_page_custom/common/icon_cross.svg') no-repeat center center / contain;
  content: '';
}
.lp-case-detail-after {
  border-color: #ffbf00;
  background-color: #feedc8;
}
.lp-case-detail-after .lp-case-title {
  background-color: #ffbf00;
  color: #2f3e36;
}
.lp-case-detail-after .lp-case-title::before {
  background-image: url('../img/landing_page_custom/common/icon_lightbulb.svg');
}
.lp-case-check-lists .lp-case-list::before {
  background-image: url('../img/home/icons/check.png');
}
.lp-cta-container {
  position: relative;
  z-index: 0;
}
@media screen and (width <= 735px) {
  .lp-cta-container {
    padding: 0 1rem;
    width: 100%;
  }
}
.lp-cta-buttons {
  max-width: 470px;
  padding-top: 10px;
}
@media screen and (width <= 991px) {
  .lp-cta-buttons {
    margin: 0 auto;
  }
}
.lp-cta-buttons .button-badge {
  display: block;
  margin-bottom: 0.75rem;
}
.lp-cta-buttons .button-primary {
  display: block;
  margin-left: 0;
}
.lp-cta-sub-buttons {
  display: flex;
  gap: 10px;
}
.lp-cta-sub-buttons .button {
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 0.5rem;
  font-size: 1rem;
}
@media screen and (width <= 479px) {
  .lp-cta-sub-buttons .button {
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 0.75rem 1rem 0.75rem 0.25rem;
  }
  .lp-cta-sub-buttons .button::after {
    background-size: 7px auto;
    right: 7px;
  }
}
.lp-cta-sub-buttons .button-outline {
  background-color: #e8f6ec;
  box-shadow: 0 4px 0 rgba(144, 144, 144, 0.2);
}
.lp-cta-sub-buttons .button-outline:hover,
.lp-cta-sub-buttons .button-outline:focus {
  box-shadow: 0 4px 0 rgba(144, 144, 144, 0.2), inset 30rem 0 0 0 #3ea966;
}
@media screen and (width <= 735px) {
  .lp-cta-text {
    letter-spacing: -0.02em;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center;
  }
}
.lp-cta-heading {
  margin: 0;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (width <= 991px) {
  .lp-cta-heading {
    font-size: 2.5rem;
  }
}
@media screen and (width <= 479px) {
  .lp-cta-heading {
    font-size: 10vw;
  }
}
@media screen and (width <= 479px) {
  .lp-cta-lead {
    font-size: 4vw;
    letter-spacing: -0.02em;
  }
}
.lp-cta-sublead {
  margin-bottom: 0.25em;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (width <= 479px) {
  .lp-cta-sublead {
    font-size: 3.75vw;
  }
}
.lp-cta-logo-img {
  width: 320px;
}
.lp-cta-figure {
  position: relative;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
}
@media screen and (width >= 736px) {
  .lp-cta-figure {
    position: absolute;
  }
}
@media screen and (width <= 735px) {
  .lp-cta-figure .lp-cta-img {
    max-width: 460px;
    width: 100%;
  }
}
.lp-cta-btn-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  gap: 1rem;
  text-align: center;
}
.lp-cta-btn-area .btn {
  flex-shrink: 0;
}
.lp-cta-btn-area .button-badge {
  margin-bottom: 0.5rem;
}
.lp-footer-cta {
  overflow: hidden;
  padding: 3rem 0;
  background-color: #d4eadf;
}
@media screen and (width <= 991px) {
  .lp-footer-cta {
    padding-bottom: 0;
  }
}
@media screen and (width <= 991px) {
  .lp-footer-cta .lp-cta-text {
    text-align: center;
  }
}
.lp-footer-cta .lp-cta-figure {
  position: relative;
  margin: 1rem auto -3rem;
}
@media screen and (width >= 992px) {
  .lp-footer-cta .lp-cta-figure {
    bottom: -4rem;
    left: 480px;
    margin: 0;
    position: absolute;
    width: 55%;
  }
}
@media screen and (width >= 1200px) {
  .lp-footer-cta .lp-cta-figure {
    left: auto;
    right: 0;
  }
}
@media screen and (width <= 991px) {
  .lp-footer-cta .lp-cta-figure .lp-cta-img {
    max-width: 460px;
  }
}
.lp-cta-gradation {
  background: #f3eed4;
  background: linear-gradient(310deg, #e4f7ee 7.13%, #f3eed4 86.59%, #f5eed1 95.52%);
}
.lp-contact-cta {
  padding: 1rem 0;
}
.lp-contact-cta-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media screen and (width <= 767px) {
  .lp-contact-cta-unit {
    flex-wrap: wrap;
    margin-bottom: -0.5rem;
  }
}
.lp-contact-cta-unit .heading-with-line {
  max-width: none;
  padding: 0 2.2em;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media screen and (width <= 639px) {
  .lp-contact-cta-unit .heading-with-line {
    font-size: 1.25rem;
    padding: 0 1.875em;
  }
}
.lp-contact-cta-unit .heading-with-line::before {
  left: 0;
}
.lp-contact-cta-unit .heading-with-line::after {
  right: 0;
}
.lp-contact-cta-figure {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (width <= 767px) {
  .lp-contact-cta-figure {
    order: 2;
    width: 100%;
  }
}
.lp-contact-cta-text {
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (width >= 768px) {
  .lp-contact-cta-text {
    font-size: 1.125rem;
  }
}
.lp-promo-cta {
  background: url('../img/landing_page_custom/common/bg_cta_green.png') no-repeat center center / cover;
}
@media screen and (width <= 735px) {
  .lp-promo-cta {
    background-position: left center;
  }
}
@media screen and (width >= 736px) {
  .lp-promo-cta-reverse {
    background: url('../img/landing_page_custom/common/bg_cta_green_reverse.png') no-repeat left 25% center / cover;
  }
}
.lp-promo-cta-blue {
  background: url('../img/landing_page_custom/common/bg_cta_blue_pale.png') #005791 no-repeat center center / cover;
}
@media screen and (width <= 639px) {
  .lp-promo-cta-blue {
    background-image: url('../img/landing_page_custom/common/bg_cta_blue.png');
  }
}
.lp-promo-cta-link {
  display: inline-block;
  transition: 0.3s all;
}
.lp-promo-cta-link:hover,
.lp-promo-cta-link:active {
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.6));
}
.lp-promo-cta-container {
  padding: 4rem 0;
}
@media screen and (width <= 735px) {
  .lp-promo-cta-container {
    padding: 2rem 0;
  }
}
.lp-promo-cta-container-auto {
  display: table;
  width: auto;
  padding: 1rem;
}
.lp-promo-cta-heading {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (width <= 991px) {
  .lp-promo-cta-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.lp-promo-cta-heading-wrap {
  display: table;
  margin: 0 auto 1rem;
}
@media screen and (width >= 768px) {
  .lp-promo-cta-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0;
  }
}
.lp-promo-cta-heading-wrap .lp-promo-cta-heading {
  margin: 0;
}
.lp-promo-cta-heading-figure {
  flex-shrink: 0;
}
.lp-promo-cta-lead {
  display: block;
  font-size: 1.5rem;
}
@media screen and (width <= 991px) {
  .lp-promo-cta-lead {
    font-size: 1.125rem;
  }
}
.lp-promo-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
  gap: 1rem;
}
@media screen and (width <= 639px) {
  .lp-promo-cta-buttons .button-size-ctrl {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (width >= 992px) {
  .lp-promo-cta-buttons .button-primary {
    min-width: 420px;
  }
}
.lp-promo-cta-buttons .button-badge {
  margin: 0;
}
.lp-promo-cta-buttons .button-badge + .button {
  width: auto;
  max-width: none;
  margin-top: 0.5rem;
}
.features-cta-secondary.lp-promo-cta-secondary {
  background: url('../img/landing_page_custom/common/bg_cta_yellow.png') no-repeat center center / cover;
}
@media screen and (width <= 735px) {
  .features-cta-secondary.lp-promo-cta-secondary {
    background-position: left center;
  }
}
@media screen and (width <= 735px) {
  .features-cta-secondary.lp-promo-cta-secondary .features-cta-inner {
    padding: 2rem 0;
  }
}
.features-cta-secondary.lp-promo-cta-secondary .features-cta-heading {
  color: #171717;
}
.lp-faq {
  padding: 0;
  margin: 0;
}
.lp-faq-inner {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
}
@media screen and (width <= 639px) {
  .lp-faq-inner {
    padding: 1rem 1.5rem 1rem 3rem;
  }
}
.lp-faq-inner::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3ea966;
  color: #fff;
  content: 'Q';
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (width <= 639px) {
  .lp-faq-inner::before {
    font-size: 1.25rem;
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
}
.lp-faq-inner *:last-child {
  margin-bottom: 0;
}
.lp-faq-q {
  position: relative;
  padding: 0;
  border-bottom: 1px dashed #c2c2c2;
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  transition: 0.3s all;
}
@media screen and (width <= 639px) {
  .lp-faq-q {
    font-size: 1rem;
  }
}
.lp-faq-q::after,
.lp-faq-q::before {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  display: block;
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: #3ea966;
  content: '';
  transform: translateY(-50%);
}
.lp-faq-q::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (width >= 640px) {
  .lp-faq-q:hover {
    background-color: #f4faf6;
    cursor: pointer;
  }
}
.lp-faq-q.lp-faq-open {
  border-bottom: 0;
}
.lp-faq-q.lp-faq-open::after {
  opacity: 0;
}
.lp-faq-a {
  position: relative;
  display: none;
  padding: 0;
  border-bottom: 1px dashed #c2c2c2;
  margin: 0;
  background-color: #f4faf6;
}
.lp-faq-a .lp-faq-inner::before {
  top: 1rem;
  background-color: transparent;
  color: #3ea966;
  content: 'A';
  transform: none;
}
.lp-features-lists {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 1rem;
  list-style: none;
}
.lp-features-list {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  font-weight: bold;
}
.lp-features-list::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('../img/home/icons/check.png') no-repeat center center / contain;
  content: '';
  transform: translateY(-50%);
}
.lp-features-box {
  padding: 1rem;
  margin-bottom: 0.5rem;
  background-color: #d4eadf;
}
.lp-features-box-title {
  position: relative;
  padding: 0.5rem;
  margin: 0 0 1rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.lp-features-box-title-plus {
  margin-bottom: 30px;
}
.lp-features-box-title-plus::after,
.lp-features-box-title-plus::before {
  position: absolute;
  bottom: -24px;
  left: 50%;
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #3ea966;
  content: '';
}
.lp-features-box-title-plus::after {
  transform: rotate(90deg);
}
.lp-rich-features-lists {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 1.75rem 1rem;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}
@media screen and (width <= 991px) {
  .lp-rich-features-lists {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (width <= 639px) {
  .lp-rich-features-lists {
    gap: 1rem 0.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-rich-features-list {
  width: 100%;
  border-bottom: 8px solid #3ea966;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
}
.lp-rich-features-list:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.lp-rich-features-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  color: #171717;
  transition: 0.3s all;
}
.lp-rich-features-title {
  display: flex;
  width: 100%;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0;
  color: #3ea966;
  font-weight: bold;
  text-align: center;
}
@media screen and (width <= 639px) {
  .lp-rich-features-title {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-top: 0.25rem;
    min-height: 46px;
  }
}
@media screen and (width <= 639px) {
  .lp-rich-features-detail .modal-window {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lp-rich-features-detail .entry-content h2 {
  margin-top: 1rem;
}
@media screen and (width <= 639px) {
  .lp-rich-features-detail .entry-content h2 {
    font-size: 1.25rem;
  }
}
.lp-rich-features-detail .lp-rich-features-title {
  min-height: auto;
}
.lp-fukidashi {
  position: relative;
  display: table;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  border: 2px solid #3ea966;
  margin: 0 auto 1.5rem;
  background-color: #fff;
  color: #3ea966;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (width <= 735px) {
  .lp-fukidashi {
    padding: 0.5rem;
  }
}
.lp-fukidashi p {
  margin: 0;
}
.lp-fukidashi::after,
.lp-fukidashi::before {
  position: absolute;
  left: 50%;
  content: '';
}
.lp-fukidashi::before {
  z-index: 2;
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  margin-left: -9px;
}
.lp-fukidashi::after {
  z-index: 1;
  bottom: -22px;
  border: 11px solid transparent;
  border-top: 11px solid #3ea966;
  margin-left: -12px;
}
.lp-fukidashi.lp-fukidashi-large {
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
}
@media screen and (width >= 992px) {
  .lp-fukidashi.lp-fukidashi-large {
    font-size: 1.25rem;
  }
}
@media screen and (width <= 479px) {
  .lp-fukidashi.lp-fukidashi-large {
    padding: 0.5rem;
    width: 100%;
  }
}
.lp-grid-lists {
  display: grid;
  padding: 0;
  margin: 2rem 0 0;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (width <= 991px) {
  .lp-grid-lists {
    gap: 1rem;
  }
}
@media screen and (width <= 735px) {
  .lp-grid-lists {
    gap: 1rem 0.75rem;
  }
}
@media screen and (width >= 736px) {
  .lp-grid-lists-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (width >= 736px) {
  .lp-grid-lists-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-grid-lists-tech {
  grid-template-columns: 1fr;
}
@media screen and (width >= 736px) {
  .lp-grid-lists-tech {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width <= 735px) {
  .lp-grid-lists-tech {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.lp-grid-lists-with-label {
  row-gap: 2.5rem;
}
.lp-grid-list {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0;
  background-color: #f4faf6;
}
@media screen and (width <= 991px) {
  .lp-grid-list {
    padding: 1.5rem 1rem 1rem;
  }
}
.lp-grid-list-gray {
  background-color: #f8f8f8;
}
.lp-grid-list-white {
  background-color: #fff;
}
.lp-grid-list-with-label {
  padding-top: 2rem;
}
.lp-grid-list *:last-child {
  margin-bottom: 0;
}
@media screen and (width >= 736px) {
  .lp-grid-list-flex .lp-grid-list-text {
    text-align: center;
  }
}
.lp-grid-list-flex .lp-grid-list-figure {
  flex-shrink: 0;
}
@media screen and (width <= 735px) {
  .lp-grid-list-flex .lp-grid-list-figure {
    max-width: 80px;
  }
}
@media screen and (width <= 735px) {
  .lp-grid-list-flex .lp-grid-list-body {
    margin: 0;
    text-align: left;
  }
}
@media screen and (width <= 735px) {
  .lp-grid-list-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.lp-grid-list-borderless {
  padding: 0;
  background-color: transparent;
}
.lp-grid-list-label {
  position: absolute;
  top: -1rem;
  left: 50%;
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 3rem;
  background-color: #3ea966;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
.lp-grid-list-label-gray {
  background-color: #818181;
}
.lp-grid-list-figure {
  text-align: center;
}
.lp-grid-list-figcaption {
  margin-top: 0.5rem;
}
@media screen and (width >= 992px) {
  .lp-grid-list-figcaption {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 479px) {
  .lp-grid-list-img {
    width: 80px;
  }
}
.lp-grid-list-body {
  margin-top: 1rem;
}
.lp-grid-list-heading {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (width >= 992px) {
  .lp-grid-list-heading {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 991px) {
  .lp-grid-list-text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.lp-heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media screen and (width <= 991px) {
  .lp-heading {
    font-size: 1.5rem;
  }
}
.lp-heading strong {
  color: #3ea966;
}
.lp-heading small {
  display: block;
  font-size: 1.25rem;
  letter-spacing: normal;
}
@media screen and (width <= 991px) {
  .lp-heading small {
    font-size: 1rem;
  }
}
.lp-heading-secondary {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (width <= 991px) {
  .lp-heading-secondary {
    font-size: 1.25rem;
  }
}
@media screen and (width >= 992px) {
  .lp-lead-text {
    font-size: 1.125rem;
  }
}
@media screen and (width >= 640px) {
  .lp-lead-text {
    text-align: center;
  }
}
.lp-number-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lp-number-title .hero-number {
  flex-shrink: 0;
}
@media screen and (width >= 1200px) {
  .lp-number-title .hero-number {
    border-width: 5px;
    font-size: 75px;
    height: 95px;
    line-height: 85px;
    width: 95px;
  }
}
@media screen and (width >= 1200px) {
  .lp-number-title .hero-number span {
    font-size: 20px;
    left: 13px;
    top: -20px;
    width: 60px;
  }
}
.lp-number-title .lp-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.has-white-background-color .hero-number span {
  background-color: transparent;
}
.hero-lp .lp-cta-container {
  padding-top: 2rem;
}
@media screen and (width <= 735px) {
  .hero-lp .lp-cta-buttons {
    display: none;
  }
}
@media screen and (width >= 736px) {
  .hero-lp-flex .lp-cta-container {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (width >= 736px) and (width <= 991px) {
  .hero-lp-flex .lp-cta-container {
    margin-bottom: calc(1rem + 120px);
  }
}
@media screen and (width <= 991px) {
  .hero-lp-flex .lp-cta-buttons {
    bottom: -120px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}
.hero-lp-flex .lp-cta-figure {
  position: static;
  width: auto;
  margin: 0;
}
.hero-wave-svg-wrap {
  position: relative;
  z-index: 10;
}
.hero-customers-wrap {
  padding: 2rem 0 1rem;
  background: #fff;
  background: linear-gradient(0deg, #fff 40%, rgba(255, 255, 255, 0) 100%);
}
.hero-customers-wrap .heading-with-line::after,
.hero-customers-wrap .heading-with-line::before {
  display: none;
}
@media screen and (width >= 992px) {
  .hero-customers-wrap .heading-with-line {
    font-size: 2rem;
  }
  .hero-customers-wrap .heading-with-line span {
    font-size: 3rem;
  }
}
.lp-intro-examples {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 2.5rem;
  gap: 2rem;
}
@media screen and (width >= 768px) and (width <= 1120px) {
  .lp-intro-examples {
    gap: 0.625rem;
  }
}
@media screen and (width <= 767px) {
  .lp-intro-examples {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.lp-intro-example {
  position: relative;
  display: flex;
  width: 100%;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.lp-intro-example .box-border {
  height: 100%;
  padding: 0.75rem 1.5rem 1.5rem;
  border: 3px solid #3ea966;
  margin: 1rem 0 0;
  background-color: #fff;
}
.lp-intro-example .heading-with-line {
  margin-bottom: 1rem;
}
.lp-intro-example .heading-with-line::after {
  right: -1.25rem;
}
.lp-intro-example .heading-with-line::before {
  left: -1.5rem;
}
@media screen and (width <= 639px) {
  .lp-intro-example .heading-with-line {
    font-size: 1.5rem;
  }
  .lp-intro-example .heading-with-line span {
    font-size: 1rem;
  }
}
.lp-intro-example-label {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 3rem;
  background-color: #818181;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
.role-label {
  display: inline-block;
  flex-shrink: 0;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background-color: #3ea966;
  color: #fff;
  font-weight: bold;
}
.role-label-time-tracking {
  background-color: #2e77b4;
}
.lp-label {
  position: absolute;
  top: -1rem;
  left: 50%;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  background-color: #3ea966;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
.lp-label-gray {
  background-color: #818181;
}
.ml-func {
  margin-bottom: 1rem;
}
.func-item {
  margin-bottom: 20px;
}
.func-title {
  padding: 10px 0 3px;
  margin: 0 0 10px;
  background-color: #d4eadf;
  color: #3ea966;
  text-align: center;
}
.func-ico {
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.func-ico img {
  width: 100%;
}
.func-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.func-list li {
  margin-right: 1.5em;
}
.func-list li::before {
  content: '・';
}
@media screen and (width >= 736px) {
  .func-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .func-title {
    display: flex;
    flex: 0 1 25%;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
  }
  .func-ico {
    margin-right: 20px;
    width: auto;
  }
  .func-list-wrap {
    display: flex;
    flex: 0 1 74%;
    flex-direction: column;
    justify-content: center;
  }
  .func-list {
    padding: 20px 20px;
  }
  .func-title,
  .func-list-wrap {
    background-color: #f2f9f7;
  }
  .func-item:nth-child(odd) .func-title,
  .func-item:nth-child(odd) .func-list-wrap {
    background-color: #d4eadf;
  }
}
.lp-needs-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp-needs-item {
  display: flex;
  align-items: center;
  margin: 3rem 0;
  gap: 1.5rem;
}
@media screen and (width <= 735px) {
  .lp-needs-item {
    display: block;
    margin: 3rem auto;
    max-width: 400px;
  }
}
.lp-needs-item:first-child {
  margin-top: 0;
}
.lp-needs-item:nth-child(even) .lp-needs-item-body {
  order: 2;
}
.lp-needs-item-figure {
  display: block;
  flex-shrink: 0;
}
@media screen and (width >= 736px) and (width <= 991px) {
  .lp-needs-item-figure {
    width: 320px;
  }
}
@media screen and (width <= 735px) {
  .lp-needs-item-figure {
    margin-bottom: 1rem;
  }
}
.lp-ml-plan-box {
  background-color: #fff;
  container: planbox / inline-size;
}
.lp-ml-plan-box > *:last-child {
  margin-bottom: 0;
}
.lp-ml-plan {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.lp-ml-plan-img {
  width: 160px;
}
.lp-ml-plan-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.lp-ml-plan-overview-lists {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: 1px solid #171717;
  margin: 1rem 0;
  list-style: none;
}
.lp-ml-plan-overview-list {
  flex: 1 50%;
  padding: 0.5rem;
  border: 1px solid #171717;
}
.lp-ml-plan-overview-list img {
  vertical-align: baseline;
}
.lp-ml-plan-text {
  font-size: 1rem;
}
@media screen and (width <= 479px) {
  .lp-ml-plan-text {
    font-size: 0.875rem;
  }
}
.lp-ml-pricing-wrap {
  display: table;
  margin: 0 auto;
}
.lp-ml-pricing {
  display: flex;
  gap: 1rem;
}
.lp-ml-pricing-dl,
.lp-ml-pricing-dt,
.lp-ml-pricing-dd {
  padding: 0;
  margin: 0;
}
.lp-ml-pricing-dl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lp-ml-pricing-dt {
  padding: 0.25rem 0.5rem;
  border: 2px solid #3ea966;
  color: #3ea966;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.lp-ml-pricing-value {
  color: #f26507;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (width <= 479px) {
  .lp-ml-pricing-value {
    font-size: 2rem;
  }
}
.lp-ml-pricing-tax {
  margin: 0;
  line-height: 1;
  text-align: right;
}
@container planbox (max-width: 479px) {
  .lp-ml-plan-overview-list {
    flex: 1 100%;
  }
  .lp-ml-pricing {
    display: block;
  }
  .lp-ml-pricing-dl,
  .lp-ml-pricing-dt,
  .lp-ml-pricing-dd {
    font-size: 0.875rem;
  }
  .lp-ml-pricing-dl:first-child {
    margin-bottom: 0.5rem;
  }
  .lp-ml-pricing-dt {
    width: 70px;
    padding: 0.25rem;
  }
}
.lp-ml-plan-comp-lists {
  display: grid;
  padding: 0;
  margin: 0 0 3rem;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (width <= 767px) {
  .lp-ml-plan-comp-lists {
    grid-template-columns: 1fr;
  }
}
@media screen and (width >= 1200px) {
  .lp-ml-plan-comp-lists .lp-fukidashi br {
    display: none;
  }
}
@media screen and (width <= 767px) {
  .lp-ml-plan-comp-lists .lp-fukidashi {
    display: none;
  }
}
@media screen and (width <= 991px) {
  .lp-ml-plan-comp-lists.lp-ml-plan-comp-rich-lists {
    grid-template-columns: 1fr;
  }
}
.lp-ml-plan-comp-lists.lp-ml-plan-comp-rich-lists .lp-fukidashi {
  display: block;
}
.lp-ml-plan-comp-lists.lp-ml-plan-comp-rich-lists .lp-ml-plan-comp-list::after {
  display: none;
}
.lp-ml-plan-comp-list {
  position: relative;
  display: flex;
  width: 100%;
  flex-flow: column;
  justify-content: space-between;
}
.lp-ml-plan-comp-list .lp-ml-plan-box {
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.lp-ml-plan-comp-list::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc((24px + 0.75rem) * -1);
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #3ea966;
  color: #fff;
  content: 'or';
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
@media screen and (width <= 767px) {
  .lp-ml-plan-comp-list::after {
    bottom: calc((24px + 0.75rem) * -1);
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }
}
.lp-ml-plan-comp-list:last-child::after {
  display: none;
}
.lp-ml-plan-comp-option {
  position: relative;
  max-width: 590px;
  margin: 0 auto 1rem;
}
@media screen and (width <= 767px) {
  .lp-ml-plan-comp-option {
    max-width: none;
    width: 100%;
  }
}
.lp-ml-plan-comp-option::after {
  position: absolute;
  top: -24px;
  left: 50%;
  display: block;
  width: 48px;
  height: 48px;
  background: url('../img/landing_page_custom/common/icon_plus.svg') no-repeat center center / contain;
  content: '';
  transform: translateX(-50%);
}
.lp-ml-plan-comp-option .lp-ml-plan-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.lp-ml-plan-option-notice {
  position: relative;
  display: table;
  margin: 2rem auto;
}
@media screen and (width >= 992px) {
  .lp-ml-plan-option-notice {
    margin: 3rem auto;
    padding: 0 230px;
  }
  .lp-ml-plan-option-notice::before,
  .lp-ml-plan-option-notice::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    background: no-repeat center center / contain;
  }
  .lp-ml-plan-option-notice::before {
    left: 60px;
    width: 180px;
    height: 139px;
    background-image: url('../img/landing_page_custom/common/lp_plan_decoration_1.png');
  }
  .lp-ml-plan-option-notice::after {
    right: 0;
    width: 230px;
    height: 150px;
    background-image: url('../img/landing_page_custom/common/lp_plan_decoration_2.png');
  }
}
.lp-ricoh-group {
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background-color: #fff;
}
.lp-ricoh-group-inner {
  display: flex;
  width: 100%;
  max-width: 960px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 1rem;
}
@media screen and (width <= 735px) {
  .lp-ricoh-group-inner {
    flex-wrap: wrap;
  }
}
@media screen and (width <= 735px) {
  .lp-ricoh-group-content {
    text-align: center;
  }
}
.lp-ricoh-group-content strong {
  color: #d61b3e;
  font-size: 1.5rem;
}
@media screen and (width <= 735px) {
  .lp-ricoh-group-content strong {
    font-size: 1.25rem;
  }
}
.lp-ricoh-group-content *:last-child {
  margin-bottom: 0;
}
.lp-ricoh-group-figure {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (width <= 735px) {
  .lp-ricoh-group-figure {
    width: 100%;
  }
}
@media screen and (width <= 991px) {
  .lp-ricoh-group-figure img {
    width: 220px;
  }
}
.lp-sending-method-lists {
  display: grid;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
@media screen and (width <= 991px) {
  .lp-sending-method-lists {
    gap: 1rem;
  }
}
@media screen and (width <= 735px) {
  .lp-sending-method-lists {
    grid-template-columns: 1fr;
  }
}
.lp-sending-method-figure {
  position: relative;
  display: inline-block;
}
.lp-sending-method-figure .lp-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
}
.lp-solution-lists {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (width <= 991px) {
  .lp-solution-lists {
    gap: 1rem;
  }
}
@media screen and (width <= 735px) {
  .lp-solution-lists {
    grid-template-columns: 1fr;
  }
}
.lp-solution-list {
  padding: 1rem 2rem 2rem;
  border: 2px solid #3ea966;
  border-radius: 1rem;
  margin: 0;
  background-color: #f4faf6;
}
@media screen and (width <= 991px) {
  .lp-solution-list {
    padding: 1rem;
  }
}
.lp-solution-list > *:last-child {
  margin-bottom: 0;
}
.lp-solution-figure-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-solution-figure-wrap .lp-badge {
  flex-shrink: 0;
}
.lp-solution-list-heading {
  padding: 0.75rem 0;
  margin: 0 -2rem 1rem;
  background-color: #3ea966;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (width <= 991px) {
  .lp-solution-list-heading {
    font-size: 1.125rem;
    margin: 0 -1rem 1rem;
  }
}
.lp-solution-lists-variant .lp-solution-list {
  border: 0;
  background-color: #e8f6ec;
}
@media screen and (width >= 992px) {
  .lp-solution-lists-variant .lp-solution-list {
    padding: 2rem;
  }
}
.lp-solution-figure-frame {
  padding: 0.25rem;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (width <= 479px) {
  .lp-solution-figure-img {
    width: 190px;
  }
}
.lp-summary-lists {
  position: relative;
  display: grid;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}
@media screen and (width <= 1199px) {
  .lp-summary-lists {
    gap: 0.5rem;
  }
}
@media screen and (width <= 991px) {
  .lp-summary-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-summary-list {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border: 3px solid #171717;
  border-radius: 1rem;
  margin: 0;
  background-color: #fff;
}
@media screen and (width <= 479px) {
  .lp-summary-list {
    padding-right: 0.5rem;
  }
}
.lp-summary-list .lp-summary-list-inner {
  position: relative;
  display: table;
  padding-left: 46px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (width <= 479px) {
  .lp-summary-list .lp-summary-list-inner {
    font-size: 0.875rem;
    padding-left: 32px;
    letter-spacing: -0.02em;
  }
  .lp-summary-list .lp-summary-list-inner br {
    display: none;
  }
}
.lp-summary-list .lp-summary-list-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: url('../img/landing_page_custom/common/icon_attention.svg') no-repeat center center / contain;
  content: '';
  transform: translateY(-50%);
}
@media screen and (width <= 479px) {
  .lp-summary-list .lp-summary-list-inner::before {
    height: 24px;
    width: 24px;
  }
}
.lp-summary-list.lp-summary-list-check {
  border: none;
  background-color: #e8f6ec;
}
.lp-summary-list.lp-summary-list-check .lp-summary-list-inner::before {
  background-image: url('../img/home/icons/check.png');
}
.lp-support {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #f4faf6;
}
.lp-support > .lp-heading {
  margin: 1rem 0;
}
.lp-support-inner {
  display: flex;
  width: 100%;
  max-width: 960px;
  align-items: center;
  margin: 0 auto;
  gap: 1rem;
}
@media screen and (width <= 991px) {
  .lp-support-inner {
    flex-wrap: wrap;
  }
}
.lp-support-plain {
  padding: 0;
  background-color: transparent;
}
.lp-support-plain .lp-support-inner {
  max-width: none;
}
.lp-support-plain .lp-support-figure,
.lp-support-plain .lp-support-content {
  flex-basis: 100%;
}
@media screen and (width >= 992px) {
  .lp-support-plain .lp-support-figure,
  .lp-support-plain .lp-support-content {
    flex-basis: 50%;
  }
}
.lp-support-content *:last-child {
  margin-bottom: 0;
}
@media screen and (width >= 992px) {
  .lp-support-content .check-circle-list {
    font-size: 1.125rem;
  }
}
.lp-support-heading {
  font-size: 1.125rem;
}
@media screen and (width <= 991px) {
  .lp-support-heading {
    font-size: 1rem;
    text-align: center;
  }
}
.lp-support-heading .lp-heading {
  margin-top: 0.5rem;
}
.lp-support-heading mark {
  display: inline-block;
  color: #3ea966;
  font-size: 2rem;
}
@media screen and (width <= 735px) {
  .lp-support-heading mark {
    font-size: 1.5rem;
  }
}
.lp-support-figure {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (width <= 991px) {
  .lp-support-figure {
    width: 100%;
  }
}
@media screen and (width <= 991px) {
  .lp-support-figure img {
    width: 280px;
  }
}
.swiper-container {
  overflow: hidden;
  padding: 1.5rem 0;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: auto;
  background-color: #3ea966;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  place-content: center;
  transform: translateZ(1px);
}
@media screen and (width <= 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px;
    width: 32px;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  border-radius: 50%;
  content: '';
  inset: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  background-color: #3ea966;
  content: '';
}
@media screen and (width <= 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 12px;
    width: 12px;
  }
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-button-prev {
  right: calc(100% + 0.5rem);
}
@media screen and (width <= 767px) {
  .swiper-button-prev {
    right: calc(100% - 0.5rem);
  }
}
.swiper-button-next {
  left: calc(100% + 0.5rem);
}
@media screen and (width <= 767px) {
  .swiper-button-next {
    left: calc(100% - 0.5rem);
  }
}
.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 1.2rem 0.8rem;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  vertical-align: top;
}
.swiper-pagination-bullet-active {
  background-color: #3ea966;
}
.lp-testimonials-items {
  display: grid;
  padding: 0;
  margin: 2rem 0 0;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
@media screen and (width <= 991px) {
  .lp-testimonials-items {
    gap: 1rem;
  }
}
@media screen and (width <= 767px) {
  .lp-testimonials-items {
    grid-template-columns: 100%;
    margin-top: 1rem;
  }
}
.lp-testimonials-item {
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (width <= 991px) {
  .lp-testimonials-item {
    padding: 1rem;
  }
}
.lp-testimonials-text {
  margin-bottom: 0;
}
.lp-testimonials-figure {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (width >= 768px) and (width <= 991px) {
  .lp-testimonials-figure {
    display: block;
    text-align: center;
  }
}
@media screen and (width <= 767px) {
  .lp-testimonials-figure {
    gap: 0.5rem;
  }
}
.lp-testimonials-img {
  flex-shrink: 0;
}
@media screen and (width >= 768px) and (width <= 991px) {
  .lp-testimonials-img {
    margin-bottom: 0.5rem;
  }
}
@media screen and (width <= 767px) {
  .lp-testimonials-img {
    width: 60px;
  }
}
.lp-testimonials-figcaption {
  letter-spacing: -0.02em;
}
@media screen and (width <= 991px) {
  .lp-testimonials-figcaption {
    font-size: 0.875rem;
  }
}
.lp-testimonials-figcaption span {
  font-weight: bold;
}
.lp-testimonials-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media screen and (width <= 991px) {
  .lp-testimonials-heading {
    font-size: 1.125rem;
  }
}
.lp-testimonials-heading strong {
  color: #3ea966;
}
.lp-testimonials-company-label {
  display: table;
  padding: 0.5rem 1rem;
  border-left: 4px solid #171717;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (width <= 767px) {
  .lp-rich-testimonials-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.lp-rich-testimonials-items .lp-testimonials-item {
  overflow: hidden;
  padding: 0 1rem 1rem;
}
.lp-rich-testimonials-items .lp-testimonials-figure {
  display: block;
  margin: 0 -1rem;
}
.lp-rich-testimonials-items .lp-testimonials-img {
  width: 100%;
}
.lp-tour {
  margin-bottom: 2rem;
}
@media screen and (width <= 639px) {
  .lp-tour {
    margin-bottom: 1rem;
  }
}
.lp-tour-box {
  container: tour-box / inline-size;
}
.lp-tour-columns {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 140px 1fr;
}
@container tour-box (max-width: 479px) {
  .lp-tour-columns {
    grid-template-columns: 1fr;
  }
  .lp-tour-column-figure {
    order: 2;
  }
  .lp-tour-column-body {
    text-align: center;
  }
}
.page-slug-10th-anniversary {
  color: #171717;
}
.page-slug-10th-anniversary .anker-link-block {
  padding-top: 120px;
  margin-top: -120px;
}
.anniv-blank-link {
  position: relative;
  display: inline-block;
  padding: 0.2em 1.75rem 0.2em 0;
  border-bottom: 4px solid #3c3c3c;
  margin: 0.5rem 0;
  color: #3c3c3c;
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.2s all;
}
@media screen and (width <= 1199px) {
  .anniv-blank-link {
    font-size: 1rem;
  }
}
.anniv-blank-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  border: 0;
  margin-top: -12px;
  background: url('../img/landing_page_custom/common/icon_blank_mid.svg') no-repeat center center / cover;
  content: '';
  filter: brightness(0);
  transform: none;
}
.anniv-blank-link:hover {
  border-color: #3ea966;
  color: #3ea966;
}
.anniv-blank-link:hover::after {
  filter: none;
}
.anniv-site-header {
  position: fixed;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-bottom: none;
  background-color: #e8f6ec;
}
@media screen and (width >= 1280px) {
  .anniv-site-header {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.anniv-site-header .anniv-site-header-logo-wrap {
  display: flex;
  align-items: flex-end;
  margin: 25px 0;
  gap: 0.625rem;
}
@media screen and (width <= 1199px) {
  .anniv-site-header .anniv-site-header-logo-wrap {
    gap: 0.5rem;
    margin: 19px 0;
  }
}
@media screen and (width <= 1199px) {
  .anniv-site-header .anniv-site-header-logo {
    width: 60px;
  }
}
@media screen and (width >= 1200px) {
  .anniv-site-header .anniv-site-header-brand-logo {
    margin-bottom: -0.25rem;
  }
}
@media screen and (width <= 1199px) {
  .anniv-site-header .anniv-site-header-brand-logo {
    width: 156px;
  }
}
.anniv-site-header .anniv-site-nav {
  flex: none;
  gap: 2rem;
}
.anniv-site-header .anniv-site-nav-link {
  position: relative;
  display: block;
  padding: 3px 0;
  border-bottom: 4px solid #3c3c3c;
  margin: 0;
  color: #3c3c3c;
  font-size: 1.25rem;
  font-weight: 700;
}
.anniv-site-header .anniv-site-nav-link:active,
.anniv-site-header .anniv-site-nav-link:hover {
  border-color: transparent;
  color: #3ea966;
}
@media screen and (width <= 1279px) {
  .anniv-site-header .anniv-site-nav-link:active,
  .anniv-site-header .anniv-site-nav-link:hover {
    color: #fff;
  }
}
.anniv-site-header .mobile-nav-trigger.button {
  width: 44px;
  height: 44px;
  border: 0;
  background-color: transparent;
}
@media screen and (width <= 991px) {
  .anniv-site-header .mobile-nav-trigger.button {
    right: 2vw;
    top: 20px;
  }
}
.anniv-site-header .mobile-nav-trigger.button span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}
.anniv-site-header .mobile-nav-trigger.button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  background: url('../img/landing_page_custom/10th_anniv/10th_anniv_hamburger_menu.svg') no-repeat left center / cover;
  content: '';
  transform: translate(-50%, -50%);
}
.anniv-site-header.site-header-affix,
.anniv-site-header.visible {
  background-color: #e8f6ec;
  box-shadow: none;
}
.anniv-site-header.visible {
  padding-bottom: 0;
}
@media screen and (width <= 1279px) {
  .anniv-site-header.visible .anniv-site-nav {
    margin: 0 -1.5rem;
    padding: 0;
    width: calc(100% + 3rem);
  }
}
@media screen and (width <= 1279px) {
  .anniv-site-header.visible .anniv-site-nav-link {
    background-color: #58bf83;
    border-bottom: 1px solid #e8f6ec;
    font-size: 1.125rem;
    padding: 1.25rem 0.25rem;
    text-align: center;
  }
}
.anniv-site-header.visible .mobile-nav-trigger.button::after {
  background-position: right center;
}
.anniv-logo-wrap {
  max-width: 293px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 1199px) {
  .anniv-logo-wrap {
    max-width: 200px;
  }
}
.anniv-logo {
  display: inline-block;
  margin: 0;
}
.anniv-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 3rem;
  margin-bottom: 3rem;
  background-color: #e8f6ec;
  transition: 0.2s all;
}
@media screen and (width <= 1199px) {
  .anniv-hero {
    padding-top: 5rem;
  }
}
@media screen and (width <= 735px) {
  .anniv-hero {
    padding-bottom: 2rem;
  }
}
.anniv-hero::after {
  position: absolute;
  top: 9rem;
  left: 50%;
  width: 1094px;
  height: 1094px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  transform: translateX(-50%);
}
@media screen and (width <= 1199px) {
  .anniv-hero::after {
    top: 5rem;
  }
}
@media screen and (width <= 735px) {
  .anniv-hero::after {
    height: 864px;
    width: 864px;
  }
}
.anniv-hero-container {
  position: relative;
  z-index: 2;
  width: 95%;
  padding-top: 7rem;
}
@media screen and (width <= 1199px) {
  .anniv-hero-container {
    padding-top: 6rem;
  }
}
.anniv-hero-confetti {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}
.anniv-hero-confetti::before,
.anniv-hero-confetti::after {
  position: absolute;
  background: no-repeat center center / cover;
  content: '';
  transition: 0.2s all;
}
.anniv-hero-confetti::before {
  top: 45px;
  left: -450px;
  width: 659px;
  height: 855px;
  background-image: url('../img/landing_page_custom/10th_anniv/10th_anniv_confetti_left.png');
}
@media screen and (width <= 1199px) {
  .anniv-hero-confetti::before {
    left: -265px;
    top: 10px;
  }
}
@media screen and (width <= 735px) {
  .anniv-hero-confetti::before {
    height: 428px;
    left: 140px;
    top: 215px;
    width: 330px;
  }
}
.anniv-hero-confetti::after {
  top: 10px;
  right: -470px;
  width: 774px;
  height: 935px;
  background-image: url('../img/landing_page_custom/10th_anniv/10th_anniv_confetti_right.png');
}
@media screen and (width <= 1199px) {
  .anniv-hero-confetti::after {
    right: -365px;
    top: -60px;
  }
}
@media screen and (width <= 735px) {
  .anniv-hero-confetti::after {
    height: 468px;
    right: 100px;
    top: 220px;
    width: 387px;
  }
}
.anniv-hero-content {
  position: relative;
  z-index: 1;
  max-width: 730px;
  margin: 0 auto;
}
.anniv-hero-lead {
  margin: 3rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (width <= 1199px) {
  .anniv-hero-lead {
    margin: 3.5rem 0;
  }
}
@media screen and (width <= 735px) {
  .anniv-hero-lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.anniv-intro-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 9rem 0 0;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #e8f6ec 60%);
}
@media screen and (width <= 1199px) {
  .anniv-intro-content {
    padding: 8rem 5% 0;
  }
}
@media screen and (width <= 735px) {
  .anniv-intro-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #e8f6ec 20%);
    margin-top: -12rem;
    padding-top: 16rem;
  }
}
.anniv-intro-column {
  display: flex;
  max-width: 1020px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 1rem;
}
@media screen and (width <= 1199px) {
  .anniv-intro-column {
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (width <= 735px) {
  .anniv-intro-column {
    flex-wrap: wrap;
  }
}
.anniv-intro-text {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (width <= 991px) {
  .anniv-intro-text {
    font-size: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media screen and (width <= 735px) {
  .anniv-intro-text {
    order: 2;
  }
}
.anniv-intro-figure {
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (width >= 1200px) {
  .anniv-intro-figure {
    max-width: 530px;
    padding-top: 1.25rem;
  }
}
.anniv-summary {
  margin-top: 2rem;
}
@media screen and (width <= 735px) {
  .anniv-summary {
    margin-top: 4rem;
  }
}
.anniv-summary-lead {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (width <= 991px) {
  .anniv-summary-lead {
    font-size: 1.25rem;
  }
}
.anniv-summary-lead strong {
  display: inline-block;
}
.anniv-summary-lead sup {
  top: -1rem;
  color: #818181;
  font-size: 0.875rem;
  font-weight: normal;
}
.anniv-summary-lead-num {
  font-size: 2.25rem;
}
@media screen and (width <= 991px) {
  .anniv-summary-lead-num {
    font-size: 2rem;
  }
}
.anniv-note {
  color: #818181;
  font-size: 0.875rem;
  font-weight: normal;
}
.anniv-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (width <= 735px) {
  .anniv-heading-wrap {
    gap: 0.75rem;
  }
}
.anniv-heading {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (width <= 735px) {
  .anniv-heading {
    font-size: 1.125rem;
  }
}
.anniv-heading span {
  display: block;
  color: #3ea966;
  font-size: 3rem;
}
@media screen and (width <= 735px) {
  .anniv-heading span {
    font-size: 2rem;
  }
}
.anniv-heading-icon {
  padding-top: 0.5rem;
}
@media screen and (width <= 735px) {
  .anniv-heading-icon {
    padding: 0;
    width: 68px;
  }
}
.anniv-fun-facts {
  padding-bottom: 4rem;
}
.anniv-fun-facts-container {
  max-width: 920px;
}
.anniv-fun-facts-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 4rem 0.75rem;
}
.anniv-fun-fact {
  position: relative;
  width: calc(50% - 0.75rem);
  padding: 4.5rem 0 2.5rem;
  border-radius: 2.5rem;
  background-color: #e8f6ec;
}
@media screen and (width <= 735px) {
  .anniv-fun-fact {
    margin: 0 auto;
    max-width: 380px;
    padding-top: 3rem;
    width: 100%;
  }
}
.anniv-fun-fact-fukidashi {
  position: absolute;
  top: -3.5rem;
  left: -5rem;
}
@media screen and (width <= 1199px) {
  .anniv-fun-fact-fukidashi {
    left: -2rem;
    width: 135px;
  }
}
@media screen and (width <= 735px) {
  .anniv-fun-fact-fukidashi {
    left: 1rem;
    width: 105px;
  }
}
.anniv-fun-fact-text {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (width <= 991px) {
  .anniv-fun-fact-text {
    font-size: 1.5rem;
  }
}
.anniv-fun-fact-text strong {
  font-size: 3rem;
}
@media screen and (width <= 991px) {
  .anniv-fun-fact-text strong {
    font-size: 2.5rem;
  }
}
.anniv-fun-fact-num {
  display: inline-block;
  margin-right: 0.5rem;
  color: #3ea966;
  font-size: 4.5rem;
}
@media screen and (width <= 991px) {
  .anniv-fun-fact-num {
    font-size: 3.5rem;
  }
}
@media screen and (width <= 374px) {
  .anniv-fun-fact-num {
    font-size: 15vw;
  }
}
.anniv-fun-fact-note {
  margin-top: 0.25em;
  color: #818181;
  font-size: 1.25rem;
}
.anniv-fun-fact-1 {
  width: 100%;
  padding: 4.5rem 2rem 2.5rem;
}
@media screen and (width <= 374px) {
  .anniv-fun-fact-1 {
    padding-top: 5rem;
  }
}
.anniv-fun-fact-1 .anniv-fun-fact-fukidashi {
  top: -1rem;
}
@media screen and (width <= 374px) {
  .anniv-fun-fact-1 .anniv-fun-fact-fukidashi {
    top: -2rem;
  }
}
.anniv-fun-fact-1 .anniv-fun-fact-text strong {
  font-size: 2.5rem;
}
@media screen and (width <= 991px) {
  .anniv-fun-fact-1 .anniv-fun-fact-text strong {
    font-size: 1.5rem;
  }
}
@media screen and (width >= 375px) and (width <= 735px) {
  .anniv-fun-fact-1 .anniv-fun-fact-text strong {
    padding-left: 4rem;
  }
}
@media screen and (width >= 992px) {
  .anniv-fun-fact-1 .anniv-fun-fact-num {
    font-size: 6rem;
  }
}
.anniv-fun-fact-1 .anniv-fun-fact-figure {
  padding: 0;
}
@media screen and (width <= 735px) {
  .anniv-fun-fact-1 .anniv-fun-fact-figure {
    margin-top: 1.5rem;
  }
}
.anniv-fun-fact-3 .anniv-fun-fact-figure {
  margin-top: 3rem;
}
@media screen and (width <= 735px) {
  .anniv-fun-fact-3 .anniv-fun-fact-figure {
    margin-top: 1.5rem;
  }
}
.anniv-fun-fact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (width <= 991px) {
  .anniv-fun-fact-inner {
    gap: 1rem;
  }
}
@media screen and (width <= 735px) {
  .anniv-fun-fact-inner {
    display: block;
  }
}
.anniv-fun-fact-figure {
  padding: 0 8%;
  text-align: center;
}
.anniv-voice {
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
  background: url('../img/landing_page_custom/10th_anniv/10th_anniv_bg_plane.png') #e8f6ec repeat center top / 270px 890px;
}
@media screen and (width <= 735px) {
  .anniv-voice {
    margin-bottom: 4rem;
  }
}
.anniv-voice::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8f6ec;
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  content: '';
}
.anniv-voice-container {
  position: relative;
  z-index: 1;
  max-width: 1056px;
  padding-bottom: 1rem;
}
.anniv-voice-container .lp-testimonials-items {
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (width <= 991px) {
  .anniv-voice-container .lp-testimonials-items {
    gap: 1rem;
  }
}
@media screen and (width <= 767px) {
  .anniv-voice-container .lp-testimonials-items {
    gap: 2.5rem;
  }
}
.anniv-voice-container .lp-testimonials-item {
  overflow: hidden;
  max-width: 330px;
  padding: 0;
  border-radius: 1.5rem;
  margin: 0 auto;
  box-shadow: 0 0 16px 0 rgba(62, 169, 102, 0.2);
}
@media screen and (width >= 768px) {
  .anniv-voice-container .lp-testimonials-item:nth-child(odd) {
    margin-top: 8rem;
  }
}
.anniv-voice-text {
  padding: 1.5rem;
  font-size: 1.125rem;
}
.anniv-voice-text strong {
  font-size: 1.25rem;
}
.anniv-voice-text small {
  display: block;
  font-size: 1rem;
}
.anniv-voice-link-wrap {
  position: relative;
  overflow: hidden;
  padding: 2rem 1rem 8rem;
  text-align: center;
}
@media screen and (width <= 767px) {
  .anniv-voice-link-wrap {
    margin-top: -5rem;
    padding: 5rem 1rem 3rem;
  }
}
.anniv-voice-link-wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 840px;
  border-radius: 50%;
  background: #fff;
  content: '';
  transform: translateX(-50%);
}
@media screen and (width <= 1199px) {
  .anniv-voice-link-wrap::after {
    height: 470px;
  }
}
@media screen and (width <= 735px) {
  .anniv-voice-link-wrap::after {
    height: 320px;
  }
}
.anniv-voice-link {
  position: relative;
  z-index: 1;
}
.anniv-message-container {
  max-width: 920px;
}
.anniv-message-figure {
  margin-top: 1rem;
}
.anniv-message-img {
  overflow: hidden;
  width: 216px;
  height: 216px;
  border-radius: 50%;
}
@media screen and (width <= 735px) {
  .anniv-message-img {
    height: 180px;
    width: 180px;
  }
}
.anniv-message-text {
  margin-top: 1.125rem;
  font-size: 1.25rem;
  line-height: 2.2;
}
@media screen and (width <= 735px) {
  .anniv-message-text {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.anniv-message-text p {
  margin: 1.5rem 0 3rem;
}
@media screen and (width <= 735px) {
  .anniv-message-text p {
    margin-bottom: 2.5rem;
  }
}
.anniv-message-text p:last-child {
  margin-bottom: 1.5rem;
}
.anniv-message-text small {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
.anniv-thanks {
  padding: 6rem 0 9rem;
}
@media screen and (width <= 735px) {
  .anniv-thanks {
    padding: 3rem 0 6rem;
  }
}
.anniv-thanks-container {
  width: 95%;
}
.anniv-thanks-lead {
  margin-bottom: 4rem;
}
@media screen and (width <= 735px) {
  .anniv-thanks-lead {
    margin-bottom: 2.5rem;
  }
}
.anniv-site-footer {
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0.25rem;
  background-color: #e8f6ec;
  text-align: center;
}
@media screen and (width >= 992px) {
  .anniv-site-footer {
    display: flex;
    padding: 1rem 2rem;
  }
}
@media screen and (width >= 1280px) {
  .anniv-site-footer {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.anniv-site-footer img {
  vertical-align: bottom;
}
.anniv-site-footer-copyright {
  color: #818181;
}
@media screen and (width <= 735px) {
  .anniv-site-footer-copyright {
    font-size: 0.875rem;
  }
}
.anniv-site-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0.5rem 0;
  gap: 1.5rem;
  list-style: none;
}
@media screen and (width >= 736px) {
  .hero-csv-import .lp-cta {
    max-width: 450px;
  }
}
@media screen and (width >= 992px) {
  .hero-csv-import .lp-cta {
    max-width: 470px;
  }
}
@media screen and (width <= 1199px) {
  .hero-csv-import .lp-cta-container {
    gap: 0;
  }
}
.hero-csv-import .lp-cta-figure .hero-jiima-badge {
  padding: 1rem 1rem 0;
}
@media screen and (width >= 736px) {
  .hero-csv-import .lp-cta-figure {
    margin-right: -1rem;
  }
}
@media screen and (width <= 479px) {
  .hero-csv-import .lp-cta-heading {
    font-size: 9vw;
    margin-bottom: 0.5rem;
  }
}
@media screen and (width <= 735px) {
  .hero-csv-import .lp-cta-lead {
    display: none;
  }
}
.csv-import-footer-cta {
  padding-bottom: 4rem;
}
.csv-import-footer-cta .lp-cta-container {
  margin-bottom: 0;
}
@media screen and (width >= 736px) and (width <= 991px) {
  .hero-custom-templates .lp-cta {
    max-width: 480px;
  }
}
.hero-custom-templates .lp-cta-container {
  gap: 0;
}
.hero-custom-templates .lp-cta-figure .hero-jiima-badge {
  padding: 1rem 1rem 0;
}
.hero-custom-templates .lp-cta-heading {
  margin-bottom: 1rem;
}
@media screen and (width <= 479px) {
  .hero-custom-templates .lp-cta-heading {
    font-size: 7.5vw;
  }
}
@media screen and (width <= 735px) {
  .hero-custom-templates .lp-cta-lead {
    display: none;
  }
}
.custom-templates-intro {
  padding: 2rem 0;
}
.custom-templates-footer-cta {
  padding-bottom: 4rem;
}
.custom-templates-footer-cta .lp-cta-container {
  margin-bottom: 0;
}
.custom-templates-functions {
  display: grid;
  padding: 0;
  margin: 0.5rem 0;
  counter-reset: number;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  list-style: none;
}
@media screen and (width >= 480px) {
  .custom-templates-functions {
    display: none;
  }
}
.custom-templates-function {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border: 2px solid #fd8a42;
  border-radius: 8px;
  margin: 0;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
.custom-templates-function::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  background-color: #3ea966;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (width <= 639px) {
  .custom-templates-linkage-img {
    width: 65%;
  }
}
@media screen and (width <= 991px) {
  .hero-ebook .lp-cta-heading {
    font-size: 2.2rem;
  }
}
@media screen and (width <= 479px) {
  .hero-ebook .lp-cta-heading {
    font-size: 8vw;
  }
}
@media screen and (width >= 736px) {
  .hero-ebook .lp-cta-figure {
    margin-right: -1.5em;
  }
}
.ebook-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (width <= 991px) {
  .ebook-cta {
    background-position-x: left;
    display: block;
  }
}
.ebook-cta-box {
  padding: 2rem 3rem;
  border-radius: 1rem;
  background: url('../img/landing_page_custom/common/bg_cta_light_yellow.png') no-repeat center center / cover;
}
@media screen and (width <= 479px) {
  .ebook-cta-box {
    padding: 1rem;
  }
}
.ebook-cta-box .ebook-cta-btn {
  margin-bottom: 0;
}
.ebook-cta-heading {
  font-size: 2rem;
}
@media screen and (width <= 1199px) {
  .ebook-cta-heading {
    font-size: 1.5rem;
  }
}
@media screen and (width >= 1200px) {
  .ebook-cta-figure {
    flex-shrink: 0;
  }
}
.ebook-cta-body {
  margin: 1rem 0;
}
@media screen and (width >= 992px) {
  .ebook-cta-body {
    order: 2;
  }
}
@media screen and (width <= 991px) {
  .ebook-cta-body {
    margin: 1rem auto;
    max-width: 560px;
  }
}
.ebook-cta-btn {
  margin-bottom: 2rem;
}
@media screen and (width <= 991px) {
  .ebook-cta-btn {
    text-align: center;
  }
}
.ebook-document {
  padding-bottom: 0;
}
.ebook-document-swiper-container .lp-case-wrapper {
  max-width: 600px;
}
@media screen and (width <= 735px) {
  .ebook-document-swiper-container .lp-case-wrapper {
    max-width: 80%;
  }
}
.ebook-document-swiper-container .swiper-slide-active img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.ebook-index {
  margin: 2rem 0 4rem;
  background-color: #fff;
}
.ebook-index .lp-heading {
  font-size: 1.5rem;
}
@media screen and (width <= 735px) {
  .ebook-index .lp-heading {
    font-size: 1rem;
  }
}
.ebook-index-lists {
  padding-left: 1.5rem;
}
@media screen and (width <= 735px) {
  .ebook-index-lists > li {
    font-size: 0.875rem;
  }
}
.ebook-tips {
  display: grid;
  max-width: 620px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto 2rem;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}
@media screen and (width <= 639px) {
  .ebook-tips {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 280px;
  }
}
.ebook-tip {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.ebook-tip-inner {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.ebook-tip-text {
  position: absolute;
  top: calc((100% - (3rem * 1.25)) / 2);
  right: 0;
  left: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}
@media screen and (width <= 479px) {
  .hero-freelance .lp-cta-heading {
    font-size: 8.7vw;
  }
}
.hero-freelance .lp-cta-logo-figure {
  margin-left: -0.5rem;
}
@media screen and (width <= 479px) {
  .hero-freelance .lp-cta-logo-figure {
    margin: 0 auto;
    width: 70%;
  }
}
@media screen and (width <= 859px) {
  .hero-freelance .lp-cta-figure {
    margin-right: -6%;
  }
}
.freelance-intro {
  padding-bottom: 2rem;
}
.freelance-booklets-cta {
  padding-top: 2rem;
}
.freelance-booklets-cta .home-booklets {
  margin-top: 0;
  margin-bottom: 2rem;
}
.freelance-plan-detail-container {
  padding: 3rem 0 2rem;
}
.freelance-plan-cta-heading {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (width <= 639px) {
  .freelance-plan-cta-heading {
    font-size: 1.125rem;
  }
}
.freelance-plan-cta-figure {
  margin-bottom: -0.5rem;
}
.hero-individual .lp-cta {
  flex-shrink: 0;
}
.hero-individual .lp-cta-figure {
  margin-right: -3rem;
}
@media screen and (width >= 1200px) {
  .hero-individual .lp-cta-figure {
    margin-bottom: -3rem;
  }
}
@media screen and (width <= 735px) {
  .hero-individual .lp-cta-figure {
    margin: 0 0 -1.5rem;
  }
}
.individual-intro {
  padding-bottom: 1rem;
  background: #edf7f1;
  background: linear-gradient(180deg, #edf7f1 10%, rgba(237, 247, 241, 0) 40%);
}
.individual-issue-lists {
  position: relative;
  padding: 0 0 3rem;
}
.individual-issue-lists::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  border: 24px solid transparent;
  border-top: 24px solid #3ea966;
  margin-left: -24px;
  content: '';
}
.individual-plan-detail-container {
  margin-top: 3rem;
}
@media screen and (width >= 992px) {
  .individual-plan-detail-text {
    text-align: center;
  }
}
.individual-testimonials-long {
  display: flex;
}
@media screen and (width >= 768px) {
  .individual-testimonials-long .lp-testimonials-item {
    display: flex;
  }
}
@media screen and (width >= 768px) {
  .individual-testimonials-long .lp-testimonials-figure {
    flex-shrink: 0;
    margin-right: 1rem;
  }
}
@media screen and (width <= 767px) {
  .individual-testimonials-long .lp-testimonials-item-body {
    margin-top: 1rem;
  }
}
@media screen and (width >= 768px) {
  .individual-testimonials-short {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 991px) {
  .individual-testimonials-short {
    margin-top: 1rem;
  }
}
.individual-needs {
  padding-bottom: 2rem;
}
.individual-service-items {
  display: grid;
  padding: 0;
  margin: 0 0 1rem;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
@media screen and (width <= 991px) {
  .individual-service-items {
    gap: 1rem;
  }
}
@media screen and (width <= 735px) {
  .individual-service-items {
    grid-template-columns: 1fr;
  }
}
.individual-service-item {
  background-color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.individual-service-item *:last-child {
  margin-bottom: 0;
}
.individual-service-item.box-drop-shadow-e200 {
  padding: 1.5rem;
}
@media screen and (width <= 991px) {
  .individual-service-item.box-drop-shadow-e200 {
    padding: 0.875rem;
  }
}
.individual-service-heading {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.individual-service-heading br {
  display: none;
}
@media screen and (width >= 736px) and (width <= 991px) {
  .individual-service-heading br {
    display: block;
  }
}
@media screen and (width <= 991px) {
  .individual-service-heading {
    font-size: 1rem;
  }
}
@media screen and (width <= 479px) {
  .individual-service-text {
    text-align: left;
  }
}
@media screen and (width <= 479px) {
  .hero-invoice .lp-cta-heading {
    font-size: 9.2vw;
  }
}
.hero-invoice .lp-cta-container {
  gap: 0;
}
@media screen and (width >= 736px) {
  .hero-invoice .lp-cta-container {
    padding-top: 0;
  }
}
.hero-invoice .lp-cta-figure {
  margin-bottom: -4rem;
}
@media screen and (width >= 736px) {
  .hero-invoice .lp-cta-figure {
    margin-bottom: -2rem;
  }
}
@media screen and (width >= 1200px) {
  .hero-invoice .lp-cta-figure {
    margin-bottom: -6rem;
  }
}
.invoice-intro {
  padding: 2rem 0 3rem;
}
.invoice-merit-lists {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}
@media screen and (width <= 1199px) {
  .invoice-merit-lists {
    gap: 1rem;
  }
}
@media screen and (width <= 991px) {
  .invoice-merit-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 479px) {
  .invoice-merit-lists {
    grid-template-columns: 1fr;
  }
}
.invoice-merit-list {
  position: relative;
  border-radius: 1rem;
  margin: 1rem 0 0;
  background-color: #f4faf6;
  text-align: center;
}
@media screen and (width <= 479px) {
  .invoice-merit-list {
    text-align: left;
  }
  .invoice-merit-list br {
    display: none;
  }
}
.invoice-merit-list.box-drop-shadow-e200 {
  padding: 1.5rem 1rem 1rem;
}
@media screen and (width <= 479px) {
  .invoice-merit-inner {
    align-items: center;
    display: flex;
    gap: 1rem;
  }
}
@media screen and (width <= 479px) {
  .invoice-merit-figure {
    flex-shrink: 0;
    width: 80px;
  }
}
.invoice-merit-label {
  position: absolute;
  top: -1rem;
  left: 50%;
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 3rem;
  background-color: #3ea966;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
.invoice-merit-text {
  font-weight: bold;
}
@media screen and (width >= 480px) {
  .invoice-merit-text {
    margin-bottom: 0;
  }
}
.invoice-howto {
  padding: 2rem 0;
}
.invoice-howto-box {
  padding: 2rem;
  border: 2px solid #d4eadf;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (width <= 735px) {
  .invoice-howto-box {
    padding: 1rem;
  }
}
.invoice-howto-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.invoice-howto-step {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  border-bottom: 2px solid #d4eadf;
  gap: 1rem;
}
@media screen and (width <= 735px) {
  .invoice-howto-step {
    gap: 0.5rem;
  }
}
.invoice-howto-step .lp-badge {
  flex-shrink: 0;
}
@media screen and (width <= 735px) {
  .invoice-howto-step .lp-badge {
    font-size: 20px;
    height: 45px;
    width: 45px;
  }
}
.invoice-howto-step:last-child {
  border-bottom: 0;
}
@media screen and (width <= 735px) {
  .invoice-howto-step-figure {
    margin-left: calc((45px + 0.5rem) * -1);
  }
}
.invoice-howto-step-body {
  width: 100%;
  max-width: 670px;
}
.invoice-howto-step-title {
  font-size: 1.125rem;
}
@media screen and (width <= 735px) {
  .invoice-howto-step-title {
    align-items: center;
    display: flex;
    font-size: 1rem;
    min-height: 45px;
  }
}
.invoice-pricing {
  padding-bottom: 2rem;
}
.invoice-home-pricing img {
  vertical-align: baseline;
}
.invoice-home-pricing .pricing-table-wrapper {
  margin-top: 0;
}
.invoice-home-pricing .scroll-warning {
  margin-top: 2rem;
}
.invoice-home-pricing.home-pricing {
  padding-top: 0;
}
@media screen and (width <= 735px) {
  .page-slug-integration-kintone .site-header:not(.visible) {
    background-color: #fff7f2;
    border-bottom: 0;
  }
}
.hero-kintone {
  background: #fff4d2;
  background: linear-gradient(0deg, #fff4d2 0%, #fff7f2 100%);
}
@media screen and (width <= 1199px) {
  .hero-kintone .lp-cta-container {
    padding-top: 0;
  }
}
@media screen and (width <= 735px) {
  .hero-kintone .lp-cta-container {
    padding-bottom: 0.5rem;
  }
}
@media screen and (width <= 479px) {
  .hero-kintone .lp-cta-heading {
    font-size: 9vw;
  }
}
.hero-kintone .lp-cta-heading span {
  font-size: 2rem;
  vertical-align: middle;
}
@media screen and (width <= 991px) {
  .hero-kintone .lp-cta-heading span {
    font-size: 1.25rem;
  }
}
@media screen and (width <= 735px) {
  .hero-kintone .lp-cta-lead {
    display: none;
  }
}
.hero-kintone .lp-cta-sublead {
  margin: 0.5rem 0 0.25rem 0.25rem;
  color: #e04f00;
  font-size: 1.25rem;
}
@media screen and (width <= 479px) {
  .hero-kintone .lp-cta-sublead {
    font-size: 5vw;
  }
}
.hero-kintone .lp-cta-buttons {
  max-width: 500px;
  padding-top: 1rem;
}
@media screen and (width <= 991px) {
  .hero-kintone .lp-cta-buttons {
    max-width: 470px;
  }
}
.hero-kintone .lp-cta-main-button .button {
  width: 100%;
}
.hero-kintone .lp-cta-figure {
  margin: 0.5rem 0 0;
}
@media screen and (width >= 736px) {
  .hero-kintone .lp-cta-figure {
    margin: 0;
    right: -2rem;
    top: 45%;
    transform: translateY(-50%);
    width: 45%;
  }
}
@media screen and (width >= 830px) {
  .hero-kintone .lp-cta-figure {
    width: 50%;
  }
}
@media screen and (width >= 992px) {
  .hero-kintone .lp-cta-figure {
    top: 55%;
  }
}
@media screen and (width >= 1200px) {
  .hero-kintone .lp-cta-figure {
    right: 0;
  }
}
.hero-kintone-rkp {
  margin-top: 2rem;
}
@media screen and (width <= 991px) {
  .hero-kintone-rkp {
    margin-top: 1rem;
  }
}
@media screen and (width >= 736px) {
  .hero-kintone-rkp .hero-kintone-rkp-body {
    max-width: 520px;
    padding-top: 0.5em;
  }
}
.label-kintone {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin: 0 0 0.5rem;
  background-color: #ffbf00;
  color: #2f3e36;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (width <= 991px) {
  .label-kintone {
    font-size: 1rem;
  }
}
.kintone-intro {
  padding-top: 1rem;
  background: #f6fbf8;
  background: linear-gradient(0deg, #f6fbf8 80%, #ffffff 100%);
}
.kintone-intro-container {
  padding-bottom: 1.5rem;
}
.kintone-intro-box {
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
@media screen and (width <= 991px) {
  .kintone-intro-box {
    padding: 1rem 1rem 1.5rem;
  }
}
.kintone-intro-box-arrow {
  margin-bottom: calc(48px + 1.5rem);
}
.kintone-intro-box-arrow::after {
  position: absolute;
  bottom: calc((48px + 1.5rem) * -1);
  left: 50%;
  border: 24px solid transparent;
  border-top: 24px solid #3ea966;
  margin-left: -24px;
  content: '';
}
.kintone-intro-picture {
  display: block;
  text-align: center;
}
@media screen and (width <= 735px) {
  .kintone-intro-picture {
    margin: 0 auto;
    max-width: 380px;
  }
}
.kintone-summary-lists {
  padding-bottom: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (width <= 767px) {
  .kintone-summary-lists {
    grid-template-columns: 1fr;
  }
}
.kintone-summary-lists .lp-summary-list {
  border: 0;
  background-color: #ededed;
}
@media screen and (width <= 1199px) {
  .kintone-summary-lists .lp-summary-list {
    padding: 0.75rem;
  }
}
@media screen and (width <= 767px) {
  .kintone-summary-lists .lp-summary-list {
    border-radius: 0.5rem;
  }
}
@media screen and (width <= 479px) {
  .kintone-summary-lists .lp-summary-list {
    padding: 0.5rem;
  }
}
@media screen and (width <= 1199px) {
  .kintone-summary-lists .lp-summary-list .lp-summary-list-inner br {
    display: none;
  }
}
@media screen and (width <= 991px) {
  .kintone-summary-lists .lp-summary-list .lp-summary-list-inner {
    font-size: 0.875rem;
    padding-left: 34px;
  }
  .kintone-summary-lists .lp-summary-list .lp-summary-list-inner::before {
    height: 24px;
    width: 24px;
  }
}
@media screen and (width <= 767px) {
  .kintone-summary-lists .lp-summary-list .lp-summary-list-inner {
    max-width: 350px;
    padding-left: 40px;
    width: 100%;
  }
}
@media screen and (width <= 479px) {
  .kintone-summary-lists .lp-summary-list .lp-summary-list-inner {
    max-width: 240px;
  }
}
.kintone-summary-lists .kintone-answer-list {
  background-color: #feedc8;
}
.kintone-summary-lists .kintone-answer-list .lp-summary-list-inner::before {
  background-image: url('../img/home/icons/check.png');
}
.kintone-booklets-cta .home-booklets {
  padding: 2rem 0 3rem;
  margin-top: 0;
  gap: 2rem;
}
@media screen and (width <= 991px) {
  .kintone-booklets-cta .home-booklets {
    padding-bottom: 1.5rem;
  }
}
@media screen and (width <= 735px) {
  .kintone-booklets-cta .home-booklets {
    gap: 1rem;
  }
}
.kintone-booklets-cta .home-booklets-title-wrap {
  padding-right: 0;
}
@media screen and (width <= 991px) {
  .kintone-booklets-cta .home-booklets-figure {
    max-width: 320px;
  }
}
@media screen and (width <= 639px) {
  .kintone-booklets-cta .home-booklets-figure {
    margin: 0 auto 0.5rem;
  }
}
.kintone-overview {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 1rem;
  margin: 1rem auto;
  background-color: #feedc8;
  gap: 1.5rem;
}
@media screen and (width <= 991px) {
  .kintone-overview {
    gap: 1rem;
    padding: 1rem;
  }
}
@media screen and (width <= 735px) {
  .kintone-overview {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.kintone-overview-figure {
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
.kintone-overview-text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (width <= 991px) {
  .kintone-overview-text {
    font-size: 1rem;
  }
}
.kintone-features-picture {
  display: block;
  margin: 1rem auto;
  text-align: center;
}
@media screen and (width <= 479px) {
  .kintone-features-picture {
    max-width: 280px;
  }
}
.kintone-solution-lists {
  margin-bottom: 1rem;
}
.kintone-cypn-badge {
  display: flex;
  max-width: 960px;
  align-items: center;
  margin: 1rem auto 2rem;
  gap: 1.5rem;
}
@media screen and (width <= 735px) {
  .kintone-cypn-badge {
    display: block;
  }
}
.kintone-cypn-badge-figure {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (width <= 735px) {
  .kintone-cypn-badge-figure {
    margin-bottom: 1rem;
  }
}
.kintone-testimonials {
  padding-top: 1rem;
}
.kintone-testimonials-cards .lp-case-list {
  font-weight: bold;
}
@media screen and (width <= 639px) {
  .kintone-testimonials-cards .lp-case-list {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 767px) {
  .kintone-testimonials-cards .lp-case-list:not(:first-child) {
    display: none;
  }
}
.kintone-about-container {
  margin-bottom: 5rem;
}
.kintone-service-items .individual-service-heading br {
  display: none;
}
@media screen and (width >= 736px) and (width <= 1199px) {
  .kintone-service-items .individual-service-heading br {
    display: block;
  }
}
@media screen and (width <= 1199px) {
  .kintone-service-items .individual-service-text br {
    display: none;
  }
}
.kintone-download-form {
  padding: 1rem 0 3rem;
}
.kintone-download-form .anker-link-block {
  margin-top: -20px;
}
@media screen and (width >= 736px) {
  .kintone-download-form .anker-link-block {
    margin-top: -120px;
  }
}
.kintone-download-form-box {
  padding-bottom: 2rem;
  background-color: #fff;
}
.kintone-download-form-box iframe {
  max-width: 540px;
  margin: 0 auto;
}
.kintone-rkp {
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  background-color: #feedc8;
}
@media screen and (width <= 735px) {
  .kintone-rkp {
    padding: 1.5rem 1rem;
  }
}
.kintone-rkp .landing-section-title span {
  line-height: 1.3;
}
.kintone-rkp .landing-section-title strong {
  border: 0;
  color: #2f3e36;
}
.kintone-rkp *:last-child {
  margin-bottom: 0;
}
.kintone-rkp-inner {
  max-width: 960px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 1.5rem auto;
}
.kintone-rkp-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (width <= 735px) {
  .kintone-rkp-partner {
    flex-wrap: wrap;
  }
}
.kintone-rkp-partner-bnr {
  flex-shrink: 0;
}
@media screen and (width >= 736px) {
  .hero-pdf-sending .lp-cta {
    max-width: 420px;
  }
}
@media screen and (width >= 992px) {
  .hero-pdf-sending .lp-cta {
    max-width: 470px;
  }
}
@media screen and (width >= 992px) {
  .hero-pdf-sending .lp-cta-container {
    gap: 2rem;
  }
}
.hero-pdf-sending .lp-cta-figure .hero-jiima-badge {
  padding: 1rem 1rem 0;
}
@media screen and (width >= 736px) {
  .hero-pdf-sending .lp-cta-figure {
    margin-right: -1rem;
  }
}
@media screen and (width <= 479px) {
  .hero-pdf-sending .lp-cta-heading {
    font-size: 9vw;
    margin-bottom: 0.5rem;
  }
}
@media screen and (width <= 735px) {
  .hero-pdf-sending .lp-cta-lead {
    display: none;
  }
}
.pdf-sending-intro,
.pdf-sending-testimonials,
.pdf-sending-pricing {
  padding-bottom: 0;
}
.pdf-sending-footer-cta {
  padding-bottom: 4rem;
}
.pdf-sending-footer-cta .lp-cta-container {
  margin-bottom: 0;
}
.pdf-sending-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (width <= 735px) {
  .pdf-sending-cta {
    flex-wrap: wrap;
  }
}
.pdf-sending-cta .lp-heading-secondary {
  margin-bottom: 0;
}
@media screen and (width <= 735px) {
  .pdf-sending-cta .lp-heading-secondary {
    font-size: 1rem;
  }
}
.pdf-sending-cta-heading {
  font-size: 2.5rem;
}
@media screen and (width <= 735px) {
  .pdf-sending-cta-heading {
    font-size: 2.25rem;
  }
}
@media screen and (width <= 479px) {
  .pdf-sending-cta-heading {
    font-size: 8vw;
  }
}
@media screen and (width <= 735px) {
  .pdf-sending-cta-figure {
    order: 2;
  }
}
.pdf-sending-solution-lists {
  margin-bottom: 2rem;
}
.pdf-sending-solution-lists .lp-solution-list {
  overflow: hidden;
  padding-top: 0;
  border: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.pdf-sending-howto .invoice-howto-box {
  border: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media screen and (width >= 992px) {
  .pdf-sending-howto .invoice-howto-step {
    padding: 2rem 0;
  }
}
@media screen and (width >= 736px) {
  .hero-pdf-split .lp-cta {
    max-width: 400px;
  }
}
@media screen and (width >= 992px) {
  .hero-pdf-split .lp-cta {
    max-width: 470px;
  }
}
@media screen and (width <= 735px) {
  .hero-pdf-split .lp-cta-figure .lp-cta-img {
    margin-top: 1rem;
    max-width: 380px;
  }
}
@media screen and (width <= 735px) {
  .hero-pdf-split .lp-cta-lead {
    display: none;
  }
}
.pdf-split-testimonials {
  padding-bottom: 4rem;
}
@media screen and (width <= 735px) {
  .pdf-split-testimonials {
    padding-bottom: 2rem;
  }
}
.pdf-split-footer-cta {
  padding-bottom: 4rem;
}
.pdf-split-footer-cta .lp-cta-container {
  margin-bottom: 0;
}
.site-header.ricoh-lp-site-header {
  align-items: center;
}
@media screen and (width <= 735px) {
  .site-header.ricoh-lp-site-header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.site-header.ricoh-lp-site-header .brand-logo-wrap {
  padding-right: 0.5rem;
}
.site-header.ricoh-lp-site-header .button {
  margin-left: 0.5rem;
}
@media screen and (width >= 375px) {
  .site-header.ricoh-lp-site-header .button br {
    display: none;
  }
}
.site-header.ricoh-lp-site-header .button-primary {
  padding: 10px 32px;
  border-color: transparent;
}
@media screen and (width >= 992px) {
  .site-header.ricoh-lp-site-header .button-primary {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 991px) {
  .site-header.ricoh-lp-site-header .button-primary {
    padding: 10px 24px;
  }
}
@media screen and (width <= 735px) {
  .site-header.ricoh-lp-site-header .button-primary {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0;
    padding: 10px 16px;
  }
}
@media screen and (width <= 479px) {
  .site-header.ricoh-lp-site-header .button-primary {
    font-size: 0.875rem;
  }
}
.site-header.ricoh-lp-site-header .button-primary:hover,
.site-header.ricoh-lp-site-header .button-primary:focus {
  background-color: #f15f04;
}
.site-header.ricoh-lp-site-header .button-sub,
.site-header.ricoh-lp-site-header .button-tertiary {
  padding: 6px 20px;
}
@media screen and (width <= 991px) {
  .site-header.ricoh-lp-site-header .button-sub,
  .site-header.ricoh-lp-site-header .button-tertiary {
    font-size: 0.75rem;
    padding: 3px 10px;
  }
}
@media screen and (width <= 374px) {
  .site-header.ricoh-lp-site-header .button-sub,
  .site-header.ricoh-lp-site-header .button-tertiary {
    line-height: 1.5;
  }
}
.site-header.ricoh-lp-site-header .button-sub {
  border: 2px solid rgba(62, 169, 102, 0.2);
  background-color: rgba(255, 255, 255, 0.6);
  color: #3ea966;
}
.site-header.ricoh-lp-site-header .button-sub:hover,
.site-header.ricoh-lp-site-header .button-sub:focus {
  border-color: rgba(62, 169, 102, 0.6);
}
.site-header.ricoh-lp-site-header .button-tertiary:hover,
.site-header.ricoh-lp-site-header .button-tertiary:focus {
  background-color: #fb7c2d;
}
.site-header.ricoh-lp-site-header .ricoh-lp-site-header-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (width <= 735px) {
  .site-header.ricoh-lp-site-header:not(.visible) {
    background-color: transparent;
    border-bottom: 0;
  }
}
.site-footer.ricoh-lp-site-footer {
  padding: 2rem 0 1rem;
}
@media screen and (width <= 735px) {
  .site-footer.ricoh-lp-site-footer {
    padding-bottom: 80px;
  }
}
.hero-ricoh {
  background: url('../img/landing_page_custom/common/bg_gradation.png') no-repeat center center / cover;
}
@media screen and (width <= 735px) {
  .hero-ricoh {
    background-position: left center;
    padding-top: 100px;
  }
}
.hero-ricoh .lp-cta-container {
  padding: 0 0 1.5rem;
}
@media screen and (width <= 991px) {
  .hero-ricoh .lp-cta-container {
    max-width: 730px;
    padding-bottom: 0.5rem;
  }
}
@media screen and (width <= 735px) {
  .hero-ricoh .lp-cta-container {
    padding-top: 0;
  }
}
.hero-ricoh .lp-cta-figure {
  padding: 0 0.5rem;
}
@media screen and (width >= 736px) {
  .hero-ricoh .lp-cta-figure {
    padding: 0;
    text-align: left;
  }
}
.hero-ricoh-lists {
  display: flex;
  padding: 0;
  margin: 1rem 0;
  gap: 1rem;
  list-style: none;
}
@media screen and (width <= 991px) {
  .hero-ricoh-lists {
    gap: 0.5rem;
  }
}
@media screen and (width <= 735px) {
  .hero-ricoh-lists {
    margin: 0.5rem;
  }
}
.hero-ricoh-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem 1.25rem 0;
  border: 3px solid #3ea966;
  border-radius: 4px;
  margin: 0;
  background-color: #fff;
  color: #3ea966;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (width <= 991px) {
  .hero-ricoh-list {
    font-size: 1.25rem;
    padding: 0.75rem 0.25rem 0.75rem 0;
    width: 100%;
  }
}
@media screen and (width <= 735px) {
  .hero-ricoh-list {
    padding: 0.5rem 0.25rem 0.5rem 0;
  }
}
.hero-ricoh-list span {
  position: relative;
  display: block;
  padding-left: 2.5rem;
}
@media screen and (width <= 991px) {
  .hero-ricoh-list span {
    padding-left: 2rem;
  }
}
.hero-ricoh-list span::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 24px;
  height: 24px;
  background: url('../img/icon_check.svg') no-repeat center center / contain;
  content: '';
  transform: translateY(-50%);
}
@media screen and (width <= 991px) {
  .hero-ricoh-list span::before {
    height: 18px;
    width: 18px;
  }
}
.ricoh-intro {
  padding: 3rem 0;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 20%, #e5f0ea 100%);
}
.ricoh-example-items {
  position: relative;
  display: grid;
  padding: 0 0 3rem;
  margin: 2rem 0 0;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
@media screen and (width <= 735px) {
  .ricoh-example-items {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ricoh-example-items::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  border: 24px solid transparent;
  border-top: 24px solid #3ea966;
  margin-left: -24px;
  content: '';
}
.ricoh-example-item {
  position: relative;
  background-color: #fff;
  font-size: 1.125rem;
}
@media screen and (width <= 991px) {
  .ricoh-example-item {
    font-size: 1rem;
  }
}
.ricoh-example-item *:last-child {
  margin-bottom: 0;
}
.ricoh-example-item.box-drop-shadow-e200 {
  padding: 1.5rem;
}
@media screen and (width <= 991px) {
  .ricoh-example-item.box-drop-shadow-e200 {
    padding: 1.5rem 1rem 1rem;
  }
}
.ricoh-example-item .ricoh-example-item-figure {
  text-align: center;
}
.ricoh-example-label {
  position: absolute;
  top: -1rem;
  left: 50%;
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 3rem;
  background-color: #818181;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
.ricoh-functions-picture {
  display: block;
  text-align: center;
}
@media screen and (width <= 479px) {
  .ricoh-functions-picture {
    margin-left: -5%;
    margin-right: -5%;
  }
}
@media screen and (width <= 735px) {
  .ricoh-functions-link {
    display: none;
  }
}
.ricoh-functions-wrap {
  max-width: 400px;
  padding-top: 1rem;
  margin: 0 auto;
}
@media screen and (width >= 736px) {
  .ricoh-functions-wrap {
    display: none;
  }
}
.ricoh-functions {
  display: grid;
  padding: 0;
  margin: 0 0 1rem;
  counter-reset: number;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
.ricoh-function {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 0.5rem 0.25rem 0.5rem 1.75rem;
  border: 2px solid #fd8a42;
  border-radius: 8px;
  margin: 0;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
.ricoh-function::before {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  background-color: #3ea966;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.ricoh-features-heading {
  margin-top: 3.25rem;
  font-size: 1.5rem;
}
@media screen and (width <= 479px) {
  .ricoh-features-heading {
    font-size: 1.125rem;
  }
}
.ricoh-features-heading small {
  color: #171717;
  font-size: 1.125rem;
}
@media screen and (width <= 479px) {
  .ricoh-features-heading small {
    font-size: 0.875rem;
  }
}
.ricoh-pricing img {
  vertical-align: baseline;
}
.ricoh-pricing .pricing-table-wrapper {
  margin-bottom: 1rem;
}
.ricoh-footer-cta {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (width <= 735px) {
  .ricoh-footer-cta {
    padding-top: 50px;
  }
}
.ricoh-footer-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  content: '';
}
@media screen and (width <= 735px) {
  .ricoh-footer-cta::before {
    height: 50px;
  }
}
.ricoh-footer-cta .lp-cta-heading {
  letter-spacing: -0.02em;
}
.ricoh-footer-cta .lp-cta-heading span {
  font-size: 0.875em;
}
@media screen and (width <= 479px) {
  .ricoh-footer-cta .lp-cta-heading {
    font-size: 9vw;
  }
}
@media screen and (width >= 1200px) {
  .ricoh-footer-cta .lp-cta-figure {
    bottom: -7rem;
  }
}
@media screen and (width <= 735px) {
  .page-slug-creation-and-management .site-header.ricoh-lp-site-header .button-sub,
  .page-slug-creation-and-management .site-header.ricoh-lp-site-header .button-tertiary {
    display: none;
  }
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-heading {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
@media screen and (width <= 1199px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-heading {
    font-size: 1.875rem;
  }
}
@media screen and (width <= 991px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-heading {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 479px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-heading {
    font-size: 6vw;
    letter-spacing: -0.02em;
  }
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-heading span {
  font-size: 0.875em;
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-logo-lead {
  margin-bottom: 0.5rem;
}
@media screen and (width <= 991px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-logo-lead {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 479px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-logo-lead {
    font-size: 0.75rem;
  }
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-logo-figure {
  margin-bottom: 1rem;
  margin-left: -0.75rem;
}
@media screen and (width <= 479px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-logo-figure {
    margin-bottom: 0.5rem;
  }
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-logo-img {
  width: 470px;
}
@media screen and (width <= 1199px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-logo-img {
    width: 410px;
  }
}
@media screen and (width <= 991px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-logo-img {
    width: 300px;
  }
}
@media screen and (width <= 1199px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-buttons {
    width: 410px;
  }
}
@media screen and (width <= 991px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-buttons {
    padding-top: 1.5rem;
  }
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-sub-buttons {
  max-width: 400px;
  gap: 0.5rem;
}
@media screen and (width >= 736px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-sub-buttons {
    display: none;
  }
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-sub-buttons .button {
  padding: 0.875rem 0;
  border-radius: 32px;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (width <= 479px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-sub-buttons .button {
    font-size: 0.75rem;
  }
}
.page-slug-creation-and-management .hero-ricoh .button-outline {
  border: 2px solid rgba(62, 169, 102, 0.2);
  background-color: rgba(255, 255, 255, 0.6);
  color: #3ea966;
}
.page-slug-creation-and-management .hero-ricoh .button-outline:hover,
.page-slug-creation-and-management .hero-ricoh .button-outline:focus {
  border-color: rgba(62, 169, 102, 0.6);
}
.page-slug-creation-and-management .hero-ricoh .button-tertiary:hover,
.page-slug-creation-and-management .hero-ricoh .button-tertiary:focus {
  background-color: #fb7c2d;
}
.page-slug-creation-and-management .hero-ricoh .lp-cta-figure {
  margin: 0.5rem -0.5rem 0 0.5rem;
}
@media screen and (width >= 736px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-figure {
    margin: 0;
    right: -5%;
    top: -1rem;
    width: 50%;
  }
}
@media screen and (width >= 992px) {
  .page-slug-creation-and-management .hero-ricoh .lp-cta-figure {
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
  }
}
@media screen and (width <= 735px) {
  .page-slug-document-sending .site-header.ricoh-lp-site-header .button-primary {
    display: none;
  }
}
@media screen and (width <= 991px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-text {
    max-width: 360px;
  }
}
@media screen and (width <= 735px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-text {
    margin: 0 auto;
  }
}
.page-slug-document-sending .hero-ricoh .lp-cta-logo-box {
  text-align: center;
}
@media screen and (width >= 992px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-logo-box {
    align-items: center;
    display: flex;
    gap: 1rem;
  }
}
.page-slug-document-sending .hero-ricoh .lp-cta-logo-lead {
  margin: 0;
  font-size: 0.75rem;
}
@media screen and (width >= 992px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-logo-lead {
    font-size: 0.875rem;
    text-align: right;
  }
}
.page-slug-document-sending .hero-ricoh .lp-cta-logo-lead b {
  display: block;
  font-size: 1.125rem;
}
@media screen and (width <= 991px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-logo-lead b {
    display: inline-block;
    font-size: 1rem;
    margin-left: 0.25rem;
  }
}
.page-slug-document-sending .hero-ricoh .lp-cta-logo-img {
  width: 260px;
}
.page-slug-document-sending .hero-ricoh .lp-cta-heading {
  max-width: 470px;
  margin: 0 0 1rem;
  line-height: 1.3;
  text-align: center;
}
.page-slug-document-sending .hero-ricoh .lp-cta-heading span {
  display: block;
  font-size: 1.5rem;
}
.page-slug-document-sending .hero-ricoh .lp-cta-heading mark {
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media screen and (width <= 991px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-heading mark {
    font-size: 3rem;
  }
}
@media screen and (width >= 736px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-figure {
    right: -6%;
    top: calc(50% - 48px);
    transform: translateY(-50%);
    width: 56%;
  }
}
@media screen and (width >= 992px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-figure {
    right: -2%;
    top: 50%;
    width: 50%;
  }
}
@media screen and (width >= 1200px) {
  .page-slug-document-sending .hero-ricoh .lp-cta-figure {
    width: 57%;
  }
}
@media screen and (width <= 735px) {
  .page-slug-card-kessai-bizpay .site-header:not(.visible),
  .page-slug-card-kessai-stripe .site-header:not(.visible) {
    background-color: #eef6f2;
    border-bottom: 0;
  }
}
.hero-bizpay .lp-cta-heading,
.hero-stripe .lp-cta-heading {
  margin: 0.5rem 0;
}
@media screen and (width <= 859px) {
  .hero-bizpay .lp-cta-heading,
  .hero-stripe .lp-cta-heading {
    font-size: 2.25rem;
  }
}
@media screen and (width <= 479px) {
  .hero-bizpay .lp-cta-heading,
  .hero-stripe .lp-cta-heading {
    font-size: 8.75vw;
    letter-spacing: -0.02em;
  }
}
.hero-bizpay .hero-bizpay-ml-logo-figure {
  margin: 0.75rem 0;
}
@media screen and (width <= 735px) {
  .hero-bizpay .hero-bizpay-ml-logo-figure {
    margin: 0.75rem 1rem 1.5rem;
  }
}
.hero-bizpay .lp-cta-container {
  margin-bottom: 1.5rem;
}
@media screen and (width <= 735px) {
  .hero-bizpay .lp-cta-container {
    padding-top: 0;
  }
}
.hero-bizpay .lp-cta-sublead {
  color: #0767a8;
}
.hero-bizpay .lp-cta-buttons {
  margin: 0 auto;
}
@media screen and (width >= 736px) {
  .hero-bizpay .lp-cta-figure {
    margin-right: -1.5rem;
  }
}
.bizpay-intro {
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (width >= 736px) and (width <= 991px) {
  .bizpay-intro {
    margin-top: 140px;
  }
}
.bizpay-intro-inner {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 1rem;
}
@media screen and (width <= 735px) {
  .bizpay-intro-inner {
    flex-wrap: wrap;
    max-width: 440px;
  }
}
.bizpay-points {
  justify-content: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 1.5rem;
}
.bizpay-point {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (width <= 735px) {
  .bizpay-point {
    width: 100%;
  }
}
.bizpay-point .lp-badge {
  flex-shrink: 0;
  background-color: #0767a8;
}
@media screen and (width <= 991px) {
  .bizpay-point .lp-badge {
    font-size: 24px;
    height: 56px;
    width: 56px;
  }
}
.bizpay-point-text {
  margin: 0;
  font-size: 1.125rem;
}
.bizpay-point-text b {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
}
.bizpay-point-text span {
  font-size: 1.5rem;
}
@media screen and (width <= 991px) {
  .bizpay-point-text {
    font-size: 0.875rem;
  }
  .bizpay-point-text b {
    font-size: 1rem;
  }
  .bizpay-point-text span {
    font-size: 1.25rem;
  }
}
.bizpay-credit-card {
  align-items: center;
}
.bizpay-credit-card .bizpay-credit-card-title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.bizpay-credit-card-logo {
  flex-shrink: 0;
}
@media screen and (width <= 735px) {
  .bizpay-credit-card-logo {
    width: 100%;
  }
}
.bizpay-credit-card-logo-img {
  display: block;
  margin: 0 auto;
}
.bizpay-detail {
  padding: 3rem 0;
}
.bizpay-detail-intro {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  gap: 2rem;
}
@media screen and (width <= 1199px) {
  .bizpay-detail-intro {
    gap: 1rem;
  }
}
@media screen and (width <= 991px) {
  .bizpay-detail-intro {
    flex-wrap: wrap;
  }
}
@media screen and (width >= 992px) {
  .bizpay-detail-intro .landing-section-title {
    text-align: left;
  }
}
.bizpay-detail-intro-diagram {
  flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (width <= 1199px) {
  .bizpay-detail-intro-diagram {
    max-width: 380px;
    width: 100%;
  }
}
.bizpay-solution-lists {
  margin-bottom: 2rem;
}
.bizpay-solution-lists .lp-solution-list {
  overflow: hidden;
  padding-top: 0;
}
@media screen and (width >= 992px) {
  .bizpay-solution-lists .lp-solution-list p {
    font-size: 1.125rem;
  }
}
.bizpay-solution-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  margin: 0 0 0 0.5rem;
  background-color: #fff;
  color: #3ea966;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (width <= 991px) {
  .bizpay-solution-label {
    font-size: 1rem;
  }
}
@media screen and (width <= 735px) {
  .bizpay-solution-label {
    display: table;
    margin: 0.25rem auto 0;
  }
}
.bizpay-note {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 2rem 0;
  background-color: #e8f6ec;
  gap: 1rem;
}
@media screen and (width <= 991px) {
  .bizpay-note {
    flex-wrap: wrap;
  }
}
@media screen and (width <= 735px) {
  .bizpay-note {
    padding: 1rem;
  }
}
@media screen and (width <= 991px) {
  .bizpay-note .lp-case-lists {
    width: calc(100% - (145px + 1rem));
  }
}
@media screen and (width <= 735px) {
  .bizpay-note .lp-case-lists {
    width: 100%;
  }
}
.bizpay-note-heading {
  flex-shrink: 0;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 0;
  background-color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}
.bizpay-note-heading strong {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.bizpay-note-heading span {
  color: #f26507;
}
@media screen and (width <= 991px) {
  .bizpay-note-heading {
    width: 100%;
  }
}
.bizpay-note-figure {
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (width <= 735px) {
  .bizpay-note-figure {
    width: 100%;
  }
}
.bizpay-cta {
  padding: 2rem 1rem;
  background: url('../img/landing_page_custom/common/bg_cta_diagonal.png') #fddac9 no-repeat left center / cover;
}
.bizpay-cta .lp-fukidashi {
  margin-top: -4rem;
  margin-bottom: 2rem;
}
@media screen and (width <= 991px) {
  .hero-stripe .lp-cta-container {
    gap: 0;
  }
}
@media screen and (width <= 735px) {
  .hero-stripe .lp-cta-container {
    padding-top: 0;
  }
}
.hero-stripe .lp-cta-buttons {
  max-width: none;
}
.stripe-credit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin: 1rem 0;
  background-color: #fff;
  gap: 1rem;
}
@media screen and (width <= 735px) {
  .stripe-credit-card {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem;
  }
}
.stripe-credit-card .stripe-credit-card-title {
  font-size: 0.875rem;
  font-weight: bold;
  white-space: nowrap;
}
.stripe-credit-card .stripe-credit-card-logo {
  margin: 0;
}
.stripe-detail {
  padding-top: 2rem;
}
.stripe-detail .wp-block-table {
  margin-bottom: 1rem;
}
@media screen and (width <= 1199px) {
  .hero-time-tracking .lp-cta-container {
    gap: 0;
  }
}
.hero-time-tracking .lp-cta-figure {
  margin-right: -1.5rem;
}
@media screen and (width >= 736px) {
  .hero-time-tracking .lp-cta-figure {
    margin-right: -3rem;
  }
}
@media screen and (width <= 479px) {
  .hero-time-tracking .lp-cta-heading {
    font-size: 9vw;
  }
}
.time-tracking-intro {
  padding: 2rem 0;
}
.time-tracking-users {
  display: grid;
  justify-content: space-around;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media screen and (width <= 735px) {
  .time-tracking-users {
    grid-template-columns: repeat(2, 1fr);
  }
}
.time-tracking-user-figcaption {
  position: relative;
  display: block;
  padding: 0.5rem;
  margin-top: -1.75rem;
  background-color: #f4faf6;
  font-weight: bold;
  text-align: center;
}
@media screen and (width >= 992px) {
  .time-tracking-user-figcaption {
    font-size: 1.25rem;
  }
}
.time-tracking-case-box {
  background-color: #fff;
}
.time-tracking-case-box-inner {
  margin-bottom: 1.5rem;
}
@media screen and (width >= 992px) {
  .time-tracking-case-box-inner {
    align-items: center;
    display: flex;
    gap: 1rem;
  }
}
@media screen and (width >= 1200px) {
  .time-tracking-case-box-inner {
    gap: 3rem;
  }
}
@media screen and (width <= 991px) {
  .time-tracking-case-box-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
  }
}
.time-tracking-case-flow {
  padding-left: 1rem;
}
.time-tracking-case-flow-item {
  margin: 0.5rem 0;
}
.time-tracking-case-body {
  flex-grow: 1;
  order: 2;
}
@media screen and (width <= 991px) {
  .time-tracking-case-body {
    margin-bottom: 2rem;
  }
}
.time-tracking-role-detail {
  border-color: #e8f6ec;
  background-color: #e8f6ec;
}
.time-tracking-role-detail .role-label {
  min-width: 150px;
}
@media screen and (width >= 736px) {
  .time-tracking-role-example {
    display: flex;
    gap: 2rem;
  }
}
.time-tracking-role-example-figure {
  flex-shrink: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.time-tracking-role-example-body {
  flex-grow: 1;
}
.time-tracking-role-example-body .lp-heading-secondary {
  font-size: 1.25rem;
}
.time-tracking-role-example-hr {
  border-top: 1px dashed #c2c2c2;
  margin: 2rem -2rem;
  background-color: transparent;
}
@media screen and (width <= 639px) {
  .time-tracking-role-example-hr {
    margin: 1rem -1rem;
  }
}
.time-tracking-role-lists {
  padding: 0;
  margin: 0;
  container: role / inline-size;
  list-style: none;
}
.time-tracking-role-list {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.time-tracking-role-list:last-child {
  margin-bottom: 0;
}
@container role (max-width: 639px) {
  .time-tracking-role-list {
    display: block;
  }
  .time-tracking-role-list .role-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (width <= 735px) {
  .page-slug-integration-ricoh-electronic-voucher-storage-service .site-header:not(.visible) {
    background-color: transparent;
    position: absolute;
    width: 100%;
    border-bottom: 0;
  }
}
.hero-wani {
  background: #f1f7c9;
  background: linear-gradient(110deg, rgba(252, 246, 158, 0.6) 0%, rgba(155, 229, 196, 0.6) 100%);
}
@media screen and (width <= 735px) {
  .hero-wani:not(.hero-wani-visible) {
    padding-top: calc(100px - 2rem);
  }
}
.hero-wani .lp-cta-figure {
  margin-bottom: 2rem;
}
@media screen and (width <= 735px) {
  .hero-wani .lp-cta-figure {
    margin-top: 1rem;
  }
}
@media screen and (width >= 736px) {
  .hero-wani .lp-cta-figure .wani-ml-logo {
    margin-left: 2rem;
  }
}
.hero-wani .lp-cta-heading {
  margin-bottom: 1.5rem;
}
.hero-wani .lp-cta-heading mark {
  background: linear-gradient(transparent 50%, #ffffff 0%);
}
@media screen and (width <= 479px) {
  .hero-wani .lp-cta-heading {
    font-size: 9vw;
    margin-bottom: 0.5rem;
  }
}
.hero-wani .lp-cta-sublead {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (width <= 735px) {
  .hero-wani .lp-cta-sublead {
    justify-content: center;
  }
}
.hero-wani .lp-cta-sublead::after,
.hero-wani .lp-cta-sublead::before {
  display: inline-block;
  width: 2px;
  height: 28px;
  background-color: #3ea966;
  content: '';
  transform: rotate(-45deg);
}
.hero-wani .lp-cta-sublead::after {
  transform: rotate(45deg);
}
.wani-intro-box {
  padding: 2rem;
  border: 11px solid #e8f6ec;
  border-radius: 3rem;
  background-color: #fff;
}
@media screen and (width <= 639px) {
  .wani-intro-box {
    padding: 1rem;
  }
}
@media screen and (width >= 992px) {
  .wani-issue-columns {
    display: flex;
    gap: 1.5rem;
  }
}
.wani-issue-columns .wani-issue-column {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width <= 991px) {
  .wani-issue-columns .wani-issue-column {
    margin-bottom: 4rem;
  }
  .wani-issue-columns .wani-issue-column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (width <= 479px) {
  .wani-issue-columns .lp-summary-list-inner br {
    display: block;
  }
}
.wani-dx,
.wani-pricing {
  padding-bottom: 0;
}
.wani-dx-cta {
  padding: 2rem 0 1rem;
}
.wani-footer-cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wani-footer-cta .lp-cta-container {
  margin-bottom: 0;
}
@media screen and (width <= 735px) {
  .wani-footer-cta .lp-cta {
    margin-bottom: 1rem;
  }
}
.hero-welfare .lp-cta-sublead {
  white-space: nowrap;
}
@media screen and (width >= 1200px) {
  .welfare-needs-items .lp-needs-item {
    gap: 3rem;
  }
}
@media screen and (width <= 1199px) {
  .welfare-needs-items .lp-needs-item .lp-heading br {
    display: none;
  }
}
.welfare-pricing {
  padding-bottom: 1rem;
}
.lp-bg-color {
  background-color: #e8f6ec;
}
.lp-bg-dark-color {
  background-color: #d4eadf;
}
.lp-bg-mid-color {
  background-color: #e5f0ea;
}
.lp-bg-light-color {
  background-color: #f4faf6;
}
.lp-bg-bright-color {
  background-color: #d2ecd9;
}
.lp-arrow-down {
  position: relative;
  margin-bottom: calc(48px + 1.5rem);
}
.lp-arrow-down::after {
  position: absolute;
  bottom: calc((48px + 1.5rem) * -1);
  left: 50%;
  border: 24px solid transparent;
  border-top: 24px solid #3ea966;
  margin-left: -24px;
  content: '';
}
.lp-arrow-down-narrow {
  margin-bottom: calc(24px + 1.5rem);
}
.lp-arrow-down-narrow::after {
  bottom: calc((48px + 0.875rem) * -1);
}
@media screen and (width >= 640px) {
  .align-sm-center {
    text-align: center;
  }
}
.lp-enlarged-image .modal-window {
  max-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
}
.lp-d-inline-block {
  display: inline-block;
}
@media screen and (width >= 992px) {
  .lp-order-lg-1 {
    order: 1;
  }
}
@media screen and (width >= 992px) {
  .lp-order-lg-2 {
    order: 2;
  }
}
.lp-spacer {
  margin-bottom: 4rem;
}
@media screen and (width <= 735px) {
  .lp-spacer {
    margin-bottom: 2rem;
  }
}
.lp-block-columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  gap: 2rem;
}
@media screen and (width <= 767px) {
  .lp-block-columns {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.lp-block-columns .wp-block-column {
  flex-basis: 100%;
}
@media screen and (width >= 768px) {
  .lp-block-columns .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}


/*# sourceMappingURL=style_landing_page_custom.bundle.css.map*/