@charset "UTF-8";
:root {
  --primary-700: #3a48a6;
  --sub-500: #8696e6;
  --gray-bg-100: #f5f5f5;
  --main-900: #0c19b3;
  --main-800: #2135c4;
  --main-600: #5e73de;
  --main-400: #aeb9ef;
  --main-300: #d6dcf7;
  --emphases-200: #eaedfb;
  --main-100: #f4f6fd;
  --gray-font-700: #323232;
  --gray-600: #5a5a5a;
  --gray-font-line-500: #6e6e6e;
  --gray-font-400: #bebebe;
  --gray-line-300: #d2d2d2;
  --gray-200: #e6e6e6;
  --red-emergency: #f01000;
  --complementary: #e86300;
  --green: #00ce9d;
  --yellow: #f4a608;
}
:root {
  --mb-xl: 70px;
  --mb-l: 50px;
  --mb-m: 30px;
  --mb-s: 20px;
}
:root {
  --max-width-1400: 1400px;
  --max-width-1300: 1300px;
  --max-width-1200: 1200px;
  --max-width-1100: 1100px;
  --max-width-1000: 1000px;
  --max-width-900: 900px;
  --max-width-800: 800px;
  --max-width-500: 500px;
  --margin-inline-auto: auto;
}
:root {
  --h1-l: 60px;
  --h1-s: 36px;
  --h2-l: 40px;
  --h2-m: 36px;
  --h2-s: 20px;
  --h3-l: 24px;
  --h3-s: 20px;
  --fz-xl: 30px;
  --fz-l: 24px;
  --fz-m: 20px;
  --fz-ms: 18px;
  --fz-s: 16px;
  --fz-xs: 14px;
  --fz-xxs: 12px;
}
:root {
  --sec-padding-inner: 20px;
}
:root {
  --sec-padding: 80px 0;
  --sec-padding-top: 80px;
  --sec-padding-bottom: 80px;
}
a {
  transition: all 0.3s;
  text-decoration: none;
  color: var(--gray-font-700);
}
a:after {
  transition: all 0.3s;
}
.ly_section-inner-1200 {
  max-width: var(--max-width-1200);
  margin-inline: var(--margin-inline-auto);
}
.ly_section-padding-inner {
  padding-left: var(--sec-padding-inner);
  padding-right: var(--sec-padding-inner);
}
.ly_section-padding-bottom {
  padding-bottom: var(--sec-padding-bottom);
}
.ly_section-padding-top {
  padding-top: var(--sec-padding-top);
}
.hl_bg-gray {
  background-color: var(--gray-bg-100);
}
/*CTA*/
.m_cta-horizon__wrap {
  padding: 50px 20px;
  border: 6px solid var(--primary-700);
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  text-align: center;
}
.m_cta-horizon__left {
  border-right: 2px solid var(--primary-700);
}
.m_cta-horizon h2 {
  font-size: var(--fz-l);
  font-weight: bold;
  margin-bottom: var(--mb-m);
}
.m_cta-horizon p {
  font-size: var(--fz-s);
  max-width: 400px;
  margin-inline: auto;
  word-break: auto-phrase;
  margin-bottom: var(--mb-m);
}
.ly_cta-btn.ly_cta-btn--center a {
  margin-inline: auto;
}
.el_cta-btn__link {
  position: relative;
  max-width: max-content;
  min-width: min(100%, 320px);
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 35px;
  background-color: var(--yellow);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--yellow);
  border-radius: 50px;
}
.el_cta-btn__link:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  mask: url(/lp/m05/asset/image/icon_cta-arrow-white.svg) no-repeat center / contain;
  -webkit-mask: url(/lp/m05/asset/image/icon_cta-arrow-white.svg) no-repeat center / contain;
  background-color: #fff;
}
.el_cta-btn.el_cta-btn--green .el_cta-btn__link:after {
  background-color: #fff;
}
.el_cta-btn.el_cta-btn--green .el_cta-btn__link {
  background-color: var(--green);
  color: #fff;
  border: 2px solid var(--green);
}
.ly_cta-btn.ly_cta-btn--center a {
  margin-inline: auto;
}
@media (hover: hover) {
  .el_cta-btn.el_cta-btn--green .el_cta-btn__link:hover {
    background-color: #fff;
    color: var(--green);
  }
  .el_cta-btn.el_cta-btn--green .el_cta-btn__link:hover:after {
    background-color: var(--green);
  }
  .el_cta-btn__link:hover {
    background-color: #fff;
    color: var(--yellow);
  }
  .el_cta-btn__link:hover:after {
    background-color: var(--yellow);
    transform: translateY(-50%) translateX(5px);
  }
}
@media (max-width: 768px) {
  :root {
    --h1-l: 40px;
    --h1-s: 20px;
    --h2-l: 24px;
    --h2-m: 20px;
    --h2-s: 16px;
    --h3-l: 20px;
    --h3-s: 16px;
    --fz-xl: 24px;
    --fz-l: 20px;
    --fz-m: 16px;
    --fz-ms: 16px;
    --fz-s: 14px;
    --fz-xs: 14px;
    --fz-xxs: 12px;
  }

  .el_cta-btn__link.el_cta-btn__link--sp-center {
    margin-inline: auto;
  }
  .el_cta-btn.el_cta-btn--small .el_cta-btn__link {
    max-width: 180px;
    min-width: initial;
  }
  .el_cta-btn__link {
    max-width: 300px;
    min-width: initial;
    font-size: 15px;
    height: 60px;
  }
  .el_link-btn__link:after {
    right: 10px;
  }
  .m_cta-horizon__wrap {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }
  .m_cta-horizon__left {
    border-right: none;
    border-bottom: 2px solid var(--primary-700);
    padding-bottom: 30px;
  }
  .m_cta-horizon__right {
    padding-top: 30px;
  }
}
/*feature*/
.feature {
  overflow: hidden;
}
.feature__heading-l {
  font-size: 230%;
  color: #074d82;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
}
.feature__heading-l-strong {
  font-size: 160%;
  letter-spacing: 0.1em;
}
.feature__figure-logo {
  width: 290px;
}
.feature__image-logo {
  max-width: 290px;
  width: 100%;
  height: auto;
}
.feature-wrap {
  position: relative;
  max-width: 1000px;
  width: 95%;
  padding: 50px 0;
  margin: 0 auto 50px;
}
.feature-wrap:last-of-type {
  margin-bottom: 0;
}
.feature-wrap::before {
  content: "";
  width: 100%;
  min-width: 2000px;
  height: 100%;
  background: #edf3f4;
  position: absolute;
  top: 0;
  z-index: -1;
}
.feature-wrap-left-text::before {
  left: -5%;
}
.feature-wrap-right-text::before {
  right: -5%;
}
.feature-wrap-reverse-inner {
  flex-direction: row-reverse;
}
.feature__inner::before {
  position: relative;
}
.feature__inner--add-case-01::before,
.feature__inner--add-case-02::before,
.feature__inner--add-case-03::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 72px;
  left: -40px;
  top: -40px;
}
.feature__inner--add-case-01::before {
  background: url(/lp/m05/asset/image/icon_num-case-01.svg) no-repeat;
  background-size: 100%;
}
.feature__inner--add-case-02::before {
  background: url(/lp/m05/asset/image/icon_num-case-02.svg) no-repeat;
  background-size: 100%;
  left: inherit;
  right: -40px;
}
.feature__inner--add-case-03::before {
  background: url(/lp/m05/asset/image/icon_num-case-03.svg) no-repeat;
  background-size: 100%;
}
.feature__title-lead {
  background: #fff;
  display: table;
  padding: 12px 20px;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 160%;
  font-weight: bold;
  border-radius: 5px;
  color: #074d82;
  box-shadow: 0 3px 0 #c7e2e6;
  position: relative;
}
.feature__title-lead::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(/lp/m05/asset/image/icon_triangle-bottom.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 18px;
  bottom: -17px;
}
.feature__heading-m {
  font-size: 350%;
  color: #074d82;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.feature__item {
  line-height: 1.5;
  font-size: 130%;
  position: relative;
  padding: 0 0 20px 30px;
}
.feature__item::before {
  content: "";
  position: absolute;
  background: url(/lp/kintone/asset/image/icon_check_yellow.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.feature-wrap__image-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature__image {
  max-width: 420px;
  width: 100%;
  height: auto;
}
.feature__image-big {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.feature__title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.feature-point {
  position: relative;
  color: #fff;
  background-color: #064d82;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.feature__note-text a {
  text-align: right;
  color: #074d82;
}
.feature__title-main {
  font-size: 420%;
  font-weight: bold;
  color: #074d82;
  line-height: 1.2;
}
.feature__image-box {
  width: 48%;
  margin: 0;
}
.feature__image-box--video {
  position: absolute;
  top: 40px;
  right: 0;
}
.movie-box-pc__video--width {
  max-width: 450px;
  width: 100%;
}
.feature__text,
.feature__text--no-margin {
  font-size: 140%;
  margin-bottom: 24px;
  line-height: 1.8;
  color: #064d82;
}
.feature-content__text-green {
  color: #059f94;
  font-weight: bold;
  font-size: 120%;
}
.feature-wrap__box {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.feature-wrap__figure {
  margin: 0 auto 10px;
  text-align: center;
}
.feature-wrap__image-icon {
  max-height: 80px;
  height: 100%;
}
.feature-wrap__text {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
/*effect*/
.effect__box {
  background: #fff;
  padding: 0 50px 50px;
  border-radius: 13px;
  margin-top: 80px;
}
.effect__heading-m {
  max-width: 510px;
  background: #074d82;
  margin: 0 auto 10px;
  color: #fff;
  padding: 12px 4px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-radius: 40px;
  transform: translateY(-20px);
  width: 86%;
  position: relative;
}
.effect__heading-m::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #074d82;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.effect__box-point {
  display: block;
  font-size: 220%;
  color: #074d82;
  text-align: center;
  padding: 0 0 20px 0;
}
.effect__box-large {
  padding-left: 10px;
  font-size: 230%;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 0.9;
}
.effect__box-point-small {
  font-size: 30%;
}
.effect-before-after__image {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.effect__figure-logo {
  margin-right: 6px;
  padding: 0;
}
.effect__image-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
}
/*case*/
.swiper {
  position: relative;
}
.case-swiper__wrap {
  display: flex;
  justify-content: space-between;
}
.case-swiper__box {
  /* max-width: 1000px; */
  width: 100%;
  margin: 0 auto;
}
.case-swiper__box--deco {
  position: relative;
}
.case-swiper__box--deco::before,
.case-swiper__box--deco::after {
  content: "";
  position: absolute;
  background: url(/lp/m05/asset/image/icon_brackets.svg) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 120px;
}
.case-swiper__box--deco::before {
  top: 0;
  left: 0;
}
.case-swiper__box--deco::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.case-swiper__heading-m {
  text-align: center;
  font-size: 240%;
  font-weight: bold;
  color: #074d82;
  margin: 0 auto 40px;
  position: relative;
  padding: 30px 30px 0;
  min-height: 140px;
}
.case-swiper__heading-m::before,
.case-swiper__heading-m::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
}
.case-swiper__heading-m::before {
  background: url(/lp/m05/asset/image/icon_double-quotation.svg) no-repeat;
  background-size: 100%;
  left: 30px;
}
.case-swiper__heading-m::after {
  background: url(/lp/m05/asset/image/icon_double-quotation.svg) no-repeat;
  background-size: 100%;
  right: 30px;
  transform: rotate(180deg);
}
.case-swiper__heading-m--company {
  display: block;
  font-size: 70%;
}
.case-swiper__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px;
}
.case-swiper-left {
  width: 58%;
  background: rgba(237, 243, 244, 0.8);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.case-swiper-left-before,
.case-swiper-left-after {
  display: flex;
}
.case-swiper-left-before {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #074d82;
  position: relative;
}
.case-swiper-left-before::before,
.case-swiper-left-before::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.case-swiper-left-before::before {
  border: 12px solid transparent;
  border-top: 12px solid #074d82;
}
.case-swiper-left-before::after {
  border: solid 14px transparent;
  border-top: solid 14px rgba(237, 243, 244, 1);
  margin-top: -5px;
}
.case-swiper-left__title-box {
  width: 78%;
}
.case-swiper-left__figure {
  width: 20%;
  text-align: center;
  margin-right: 15px;
}
.case-swiper-left__image {
  max-width: 50px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.case-swiper-left__figcaption {
  font-size: 110%;
  font-weight: bold;
  color: #074d82;
}
.case-swiper-left__figcaption--after {
  color: #f4a608;
}
.case-swiper-left-before__heading-s {
  font-size: 140%;
  color: #074d82;
  margin-bottom: 15px;
  line-height: 1.2;
}
.case-swiper-left-before__item {
  font-size: 110%;
  line-height: 1.2;
  padding: 0 0 15px 24px;
  position: relative;
}
.case-swiper-left-before__item::before {
  content: "●";
  position: absolute;
  color: #172a88;
  font-size: 100%;
  left: 5px;
  top: 0;
}
.case-swiper-left-after__heading-s {
  font-size: 170%;
  color: #27aca2;
  margin-bottom: 15px;
  line-height: 1.2;
}
.case-swiper-left-after__item {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 15px 24px;
  position: relative;
}
.case-swiper-left-after__item::before {
  content: "";
  position: absolute;
  background: url(/lp/m05/asset/image/icon_check_yellow.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.case-swiper-right {
  width: 38%;
}
.case-swiper-right__image {
  max-width: 300px;
  width: 100%;
  height: auto;
}
/*swiper スタイル上書き*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(/lp/m05/asset/image/icon_arrow-round_left.svg) no-repeat;
  background-size: 100%;
  left: 22%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(/lp/m05/asset/image/icon_arrow-round_right.svg) no-repeat;
  background-size: 100%;
  right: 22%;
}
.swiper-button-prev,
.swiper-button-next {
  width: 70px;
  height: 70px;
}
/*function*/
.function-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.function-box__inner {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.function-box__figure {
  text-align: center;
}
.function-box__image {
  height: 100px;
  width: auto;
}
.function-box__heading-m {
  text-align: center;
  font-size: 150%;
  margin-bottom: 10px;
  color: #074d82;
}
.function-box__text {
  font-size: 125%;
  line-height: 1.5;
}
/* モーダル */
.function-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-family: "Helvetica Neue", sans-serif;
}
.function-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.function-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.function-modal__content {
  position: relative;
  background: #fff;
  padding: 32px 24px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(40px);
  transition: transform 0.3s ease;
}
.function-modal.show .function-modal__content {
  transform: translateY(0);
}
.function-modal__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #074d82;
}
.function-modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.function-modal__list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
  color: #434343;
  font-size: 16px;
  line-height: 1.6;
}
.function-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  transition: color 0.2s ease;
}
.function-modal__close:hover {
  color: #000;
}

/* price */
.price__lead {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}

.price__lead--large {
  display: block;
  color: #3a48a6;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
}

.price__lead--point {
  -webkit-text-emphasis: filled;
}

.price__plan {
  max-width: 500px;
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 50px;
  margin: 0 auto 50px;
}

.price__plan-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 40px 10px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  color: #3a48a6;
  font-weight: 700;
}

.price__plan-text {
  font-size: 14px;
  color: #444;
}

.price__plan-item:last-of-type:before {
  position: absolute;
  top: calc(50% - 2.5px);
  left: -40px;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #444;
}

.price__plan-item:last-of-type::after {
  position: absolute;
  top: calc(50% - 15px);
  left: -27px;
  content: "";
  width: 5px;
  height: 30px;
  background-color: #444;
}

.price__box {
  background-color: #f5f6fa;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price__heading-l {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  color: #444;
  margin-bottom: 35px;
}

.price__check-item {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  padding-left: 30px;
}

.price__check-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #4d61de;
}

.price__check-item::after {
  position: absolute;
  top: 3px;
  left: 5px;
  content: "";
  width: 10px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.price__check-item + .price__check-item {
  margin-top: 10px;
}

/* flow */
.flow__item {
  width: 18%;
  border-radius: 10px;
  position: relative;
  padding: 20px 10px;
}
.flow__item::before {
  content: "";
  width: 45px;
  height: 2px;
  background: #074d82;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.flow__item::after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 2px solid #074d82;
  border-right: 2px solid #074d82;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.flow__item:last-child:before,
.flow__item:last-child::after {
  display: none;
}
.flow__number-text {
  background: #074d82;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0;
  padding: 3px 15px;
  font-size: 90%;
}
.flow__figure {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}
.flow__image {
  width: 100%;
  height: auto;
}
.flow__heading-m {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  color: #074d82;
}
.flow__heading-m-sub {
  font-size: 80%;
  display: block;
}
/* faq */
.faq__d-list {
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.faq__dt {
  color: #074d82;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq__dt::before,
.faq__dt::after {
  content: "";
  background: #074d82;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq__dt::before {
  width: 20px;
  height: 2px;
  right: 10px;
  transition: 0.2s ease-in-out;
}
.faq__dt::after {
  content: "";
  width: 2px;
  height: 20px;
  right: 19px;
  transition: 0.2s ease-in-out;
}
.faq__dt.active::before,
.faq__dt.active::after {
  transform: rotate(180deg);
}
.faq__dt.active::after {
  opacity: 0;
}
.faq__dt.active + .faq__dd {
  padding-top: 15px;
}
.faq__question-icon {
  font-size: 250%;
  margin-right: 20px;
}
.faq__question-text {
  font-weight: bold;
  font-size: 150%;
}
.faq__dd {
  overflow: hidden;
  transition: max-height 0.4s ease, padding-top 0.4s ease;
  max-height: 0;
  padding-top: 0;
}
.faq__answer-area {
  padding: 15px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.faq__answer-icon {
  color: #f2901c;
  font-size: 250%;
  margin-right: 20px;
}
.faq__answer-text {
  font-size: 120%;
  line-height: 1.8;
}
/*about rakus*/
.about-rakus__flex {
  display: flex;
  align-items: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
}
.about-rakus-logo__figure {
  width: 12%;
}
.about-rakus-logo__image {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-rakus__lead {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-rakus__lead-main {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-rakus__table {
  width: 95%;
  margin: 0 auto 70px;
}
.about-rakus__th {
  font-size: 150%;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  color: #074d82;
  width: 30%;
  box-sizing: border-box;
}
.about-rakus__td {
  font-size: 130%;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  color: #343434;
  width: 70%;
  box-sizing: border-box;
}
.about-rakus__list {
  display: flex;
  justify-content: center;
}
.about-rakus__item:first-of-type {
  margin-right: 30px;
}
.about-rakus__image {
  height: 110px;
  width: auto;
}
/*footer*/
.footer {
  padding: 0 0 40px;
}
p.footer__copyright {
  text-align: center;
}
.js_pagetop {
  position: fixed;
  bottom: 0;
  right: 10px;
  margin-bottom: 0;
  font-size: 7.7rem;
  z-index: 99;
}
.js_pagetop__link {
  background: #059f94;
  font-size: 1.1rem;
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
  border: 3px solid;
}
/*sp responsive*/
@media screen and (max-width: 1024px) {
  /*effect*/
  .effect__image-logo {
    max-width: 200px;
  }
  .effect__heading-m {
    width: 95%;
  }
  .effect__box {
    padding: 0 25px 25px;
    margin-top: 70px;
  }
  /*case*/
  .case__flex {
    flex-wrap: wrap;
  }
  .case__item {
    padding: 15px 10px 10px;
    max-width: 350px;
  }
  .case__item::before {
    width: 24px;
    height: 24px;
  }
  .case__text {
    font-size: 130%;
  }
  .case__figure {
    width: 60%;
    margin: 20px auto;
  }
  .case__image {
    max-width: 200px;
  }
  .case-swiper-right__figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .case-swiper-right__image {
    max-width: 150px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    left: 3%;
  }
  .swiper-button-next {
    right: 3%;
  }
  .case-swiper__box--deco::before,
  .case-swiper__box--deco::after {
    width: 60px;
    height: 60px;
  }
  .case-swiper__heading-m {
    font-size: 170%;
    margin-bottom: 15px;
    min-height: inherit;
  }
  .case-swiper__heading-m::before,
  .case-swiper__heading-m::after {
    width: 20px;
    height: 20px;
  }
  .case-swiper__flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .case-swiper-left,
  .case-swiper-right {
    width: 95%;
    margin: 0 auto;
  }
  .case-swiper-left {
    padding: 20px;
  }
  .case-swiper-left__figure {
    width: 18%;
    margin-right: 10px;
  }
  .case-swiper-left__image {
    max-width: 40px;
    margin-bottom: 0;
  }
  .case-swiper-left-before {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
  .case-swiper-left-before__heading-s {
    font-size: 125%;
  }
  .case-swiper-left-before__item {
    padding: 0 0 10px 20px;
  }
  .case-swiper-left-before__item::before {
    font-size: 80%;
    top: 3px;
  }
  .case-swiper-left__figcaption {
    font-size: 90%;
    letter-spacing: -0.05em;
  }
  .case-swiper-left-after__heading-s {
    font-size: 130%;
  }
  .case-swiper-left-after__item {
    font-size: 112%;
    padding: 0 0 10px 20px;
  }
  .case-swiper-left-after__item::before {
    width: 15px;
    height: 15px;
  }
  /*effect*/
  .effect__box-point {
    font-size: 190%;
  }
  .effect__box-large {
    padding-left: 0;
    font-size: 210%;
  }
  /*feature*/
  .feature__heading-l {
    font-size: 150%;
    margin-bottom: 20px;
  }
  .feature__heading-l-strong {
    font-size: 130%;
  }
  .feature__figure-logo {
    width: 200px;
  }
  .feature__image-logo {
    max-width: 200px;
  }
  .feature-wrap {
    max-width: initial;
    padding: 30px 20px;
    margin: 50px auto 20px;
    flex-direction: column;
  }
  .feature-wrap::before {
    border-radius: 10px;
    min-width: inherit;
  }
  .feature__inner--add-case-01::before,
  .feature__inner--add-case-02::before,
  .feature__inner--add-case-03::before {
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 39px;
    top: -16px;
  }
  .feature__title-lead {
    font-size: 120%;
    letter-spacing: 0;
  }
  .feature-wrap-left-text::before {
    left: 0;
  }
  .feature-wrap-right-text::before {
    right: 0;
  }
  .feature-wrap-reverse-inner {
    flex-direction: column;
  }
  .feature-wrap__text-area {
    margin-bottom: 10px;
  }
  .feature__box {
    width: 100%;
    margin-bottom: 0;
  }
  .feature__heading-m {
    font-size: 180%;
    margin-bottom: 20px;
    text-align: center;
  }
  .feature__item {
    line-height: 1.5;
    font-size: 120%;
    position: relative;
    padding: 0 0 10px 20px;
  }
  .feature__item::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
  .feature__figure {
    text-align: center;
  }
  .feature__image {
    max-width: 380px;
  }
  .feature__image-box--video {
    padding-top: 50px;
    position: unset;
    padding-top: 0;
  }
  .feature__title {
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .feature__title-left,
  .feature__title-right {
    margin: 0 auto;
  }
  .feature__title-main {
    font-size: 250%;
  }
  .feature__image-box {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .feature__text {
    font-size: 120%;
    line-height: 1.5;
  }
  /* function */
  .function-box__text {
    display: none;
  }
  .function-box {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .function-box__inner {
    position: relative;
    margin-bottom: 0;
    padding: 15px;
    cursor: pointer;
  }
  .function-box__inner::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #074d82;
    border-left: 10px solid transparent;
    pointer-events: none;
  }
  .function-box__heading-m {
    font-size: 16px;
  }
  .function-box__image {
    height: 80px;
  }
  .function-modal__list {
    font-size: 15px;
  }

  /*flow*/
  .flow__list {
    justify-content: flex-start;
  }
  .flow__item {
    width: calc(33.333% - 15px);
    padding: 25px 5px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .flow__item::before {
    width: 20px;
    right: -15px;
  }
  .flow__item::after {
    right: -16px;
    width: 10px;
    height: 10px;
  }
  .flow__number-text {
    font-size: 80%;
    padding: 2px 10px;
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
  }
  .flow__figure {
    width: 40%;
    min-width: 50px;
  }
  .flow__heading-m {
    letter-spacing: 0;
    font-size: 90%;
  }
  .flow__heading-m-sub {
    font-size: 70%;
    display: block;
    margin-bottom: -5px;
  }
  /*faq*/
  .faq__d-list {
    padding: 10px 30px 15px 15px;
  }
  .faq__dt::before {
    width: 8px;
    right: -10px;
  }
  .faq__dt::after {
    height: 8px;
    right: -7px;
  }
  .faq__question-icon {
    font-size: 180%;
    margin-right: 10px;
  }
  .faq__question-text {
    font-size: 120%;
  }
  .faq__answer-area {
    padding: 10px;
    align-items: flex-start;
  }
  .faq__answer-icon {
    font-size: 180%;
    margin-right: 10px;
  }
  .faq__answer-text {
    font-size: 100%;
    line-height: 1.3;
  }
  /*about*/
  .about-rakus__th {
    font-size: 110%;
    padding: 15px 10px;
    width: 20%;
  }
  .about-rakus__td {
    font-size: 105%;
    padding: 15px 12px;
    width: 80%;
  }
  .about-rakus-logo__figure {
    margin-right: 15px;
  }
  .about-rakus__lead-main {
    font-size: 150%;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .about-rakus-logo__image {
    max-width: 50px;
  }
  .about-rakus__image {
    height: 80px;
  }
  /*price_*/
  .price__lead--large {
    font-size: 20px;
  }
  .price__plan {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
  .price__plan-item {
    padding: 20px 10px;
    font-size: 20px;
  }
  .price__lead {
    margin-bottom: 40px;
  }
  .price__heading-l {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
