/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_src/css/style.scss ***!
  \************************************************************************************************************************************************************************************/

*,
::before,
::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

hr,
.areaAnchor,
.anchor {
  display: none;
}

li {
  list-style: none;
}

p {
  word-break: normal;
}

i {
  font-style: normal;
}

option {
  padding-right: 10px;
}

input,
select {
  vertical-align: middle;
}

@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }

  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }

  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

@keyframes animate-content {
  0% {
    visibility: hidden;
  }

  49% {
    visibility: hidden;
  }

  50% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes stickyShow {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: none;
  }
}

@keyframes stickyHide {
  0% {
    transform: none;
  }

  100% {
    transform: translateY(-100%);
  }
}

.guide {
  max-width: 1152px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.guide::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.guide::after {
  content: "";
  width: calc(100vw + 120px);
  height: 100%;
  min-height: 3896px;
  background: url(../img/common/bg_content_pc.png) center top -460px/contain repeat-y;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.content {
  color: #000;
  max-width: 1150px;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-family: "Noto Sans JP","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Sans",sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content figure {
  margin-bottom: 0;
}

.index .content {
  padding-bottom: 0;
}

.page-content {
  position: relative;
}

.content a {
  line-height: 1;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.content a:hover {
  text-decoration: none;
}

.content a:focus {
  outline: none;
}

.content img {
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.content br.sp {
  display: block;
}

.content br.pc {
  display: none;
}

.localnavi[data-page=page-features] .local-menu-features a {
  color: #3c7be3;
  box-shadow: 0 -3px #3c7be3 inset;
}

.localnavi[data-page=page-price] .local-menu-price a {
  color: #3c7be3;
  box-shadow: 0 -3px #3c7be3 inset;
}

.localnavi[data-page=page-scene] .local-menu-scene a {
  color: #3c7be3;
  box-shadow: 0 -3px #3c7be3 inset;
}

.localnavi[data-page=page-introduce] .local-menu-introduce a {
  color: #3c7be3;
  box-shadow: 0 -3px #3c7be3 inset;
}

.content .button-wrap {
  display: flex;
  justify-content: center;
}

.content .button-wrap a {
  position: relative;
  display: block;
  width: 350px;
  text-align: center;
  padding: 27px 30px;
  border-radius: 37px;
  background-color: #3c7be3;
  margin: 0 17px;
}

.content .button-wrap a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content .button-wrap a span {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: .01em;
  display: inline-block;
  padding-bottom: 2px;
}

.content .button-wrap.button-border a {
  background-color: rgba(0,0,0,0);
  border: 1px solid #4c4c4c;
  padding: 26px 30px;
  width: 320px;
}

.content .button-wrap.button-border a::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #4c4c4c;
}

.content .button-wrap.button-border a span {
  color: #4c4c4c;
}

.content .button-wrap.button-border.l-single a {
  width: 310px;
}

.content .button-wrap.button-modal a {
  padding: 14px 30px;
  width: 270px;
}

.content .button-wrap.button-modal a::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content .button-wrap.button-modal a::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  border: none;
}

.content .button-wrap.button-modal a span {
  font-size: 1.5rem;
}

.content .button-wrap.button-small {
  justify-content: flex-start;
}

.content .button-wrap.button-small a {
  width: 162px;
  padding: 14px 10px;
  margin: 0;
}

.content .button-wrap.button-small a::after {
  right: 15px;
  border-width: 4px 0 4px 5px;
}

.content .button-wrap.button-small span {
  font-size: 1.5rem;
}

.content .hero-button a {
  text-align: center;
  position: relative;
  display: block;
  background-color: #3c7be3;
  padding: 12px 10px;
  width: 260px;
  border-radius: 20px;
}

.content .hero-button a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content .hero-button a span {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.0666666667em;
  letter-spacing: .01em;
  display: inline-block;
  padding-bottom: 2px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: relative;
  width: 87.4666666667%;
}

.modal-content-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -40px;
}

.modal-content-close i {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.modal-content-close i:nth-child(1) {
  transform: rotate(45deg);
}

.modal-content-close i:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-content-block {
  position: relative;
  padding: 56.75% 0 0;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.modal-content-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content-block video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.hero.l-page-header {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.hero.l-page-header .section-inner {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.hero.l-page-header h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: 0em;
  margin-bottom: 20px;
}

.hero.l-page-header p {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8823529412em;
  letter-spacing: .05em;
  margin-bottom: 28px;
}

.--module_heroContent {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.--module_sectionContent {
  padding: 0 50px;
}

.--module_text01 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.--module_text02 {
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.--module_tag01 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .01em;
}

.--module_tag01 else {
  font-weight: 500;
}

.--module_tag02 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .03em;
}

.--module_tag02 else {
  font-weight: 500;
}

.--module_lead01 {
  font-size: 18px;
  line-height: 1.89;
}

.--module_head01 {
  font-size: 36px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.--module_head01.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.--module_head02 {
  font-size: 28px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.--module_head02.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.--module_head03 {
  font-size: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.--module_head04 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #6bcbd8;
  border-bottom: 2px solid #6bcbd8;
}

.--module_head04 else {
  font-weight: 500;
}

.--module_head05 {
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.--module_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  min-width: 300px;
  max-width: 320px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
}

.--module_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.--module_headingBg {
  color: #fff;
  text-align: center;
  height: 184px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #4b4346;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.--module_headingBg .--module_head01 {
  margin-top: 13px;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43,46,56,.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: rgba(0,0,0,0);
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "Ã—";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.page-features {
  padding-bottom: 0;
}

.page-features .hero {
  background: #4b4346;
}

.page-features .hero .section-inner {
  position: relative;
}

.page-features .hero .section-inner::before {
  content: "";
  width: 33.1304347826%;
  height: 256px;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .hero-body {
  position: relative;
  padding-right: 33.1304347826%;
}

.page-features .hero-body p {
  letter-spacing: .01em;
}

.page-features .hero-body .hero-button a {
  width: 250px;
}

.page-features .hero-body .hero-button a::after {
  border-width: 4px 0 4px 5px;
}

.page-features .content-nav {
  background-color: #f3f2f2;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.page-features .content-nav--bottom {
  padding-bottom: 20px;
  position: relative;
}

.page-features .content-nav--bottom::after {
  content: "";
  background: #fff;
  width: 100vw;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
}

.page-features .content-nav ul {
  height: 136px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page-features .content-nav li {
  width: 32.7826086957%;
}

.page-features .content-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 10px;
  background-color: #aaa;
}

.page-features .content-nav li a.is-active {
  background-color: #fff;
  border-top: 6px solid #3c7be3;
  padding: 27px 10px 23px;
}

.page-features .content-nav li a.is-active span {
  color: #3c7be3;
}

.page-features .content-nav li a span {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  letter-spacing: -0.01em;
}

.page-features .features-block {
  display: none;
}

.page-features .features-block .section-inner {
  max-width: 950px;
  margin: auto;
}

.page-features .features-block .section-inner.mod-width {
  max-width: 1010px;
}

.page-features .features-block.is-show {
  display: block;
}

.page-features .features-about {
  text-align: center;
  padding-top: 75px;
  margin-bottom: 120px;
}

.page-features .features-about-title {
  text-align: center;
  margin-bottom: 20px;
}

.page-features .features-about-title span {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.7222222222em;
  letter-spacing: -0.01em;
  padding: 0 10px;
  display: inline-block;
  border-bottom: 3px solid #000;
}

.page-features .features-about-lead {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.8181818182em;
  letter-spacing: 0em;
  margin-bottom: 35px;
}

.page-features .features-about-lead b {
  font-weight: 700;
  color: #c40161;
}

.page-features .features-about-text {
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0em;
  margin-bottom: 60px;
}

.page-features .features-about-text b {
  font-weight: 400;
  color: #c40161;
}

.page-features .features-about-illust {
  max-width: 1010px;
  margin: auto;
}

.page-features .features-figure {
  background-color: #ebf2fc;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 90px;
}

.page-features .features-figure-title {
  text-align: center;
  margin-bottom: 40px;
}

.page-features .features-figure-title span {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.8181818182em;
  letter-spacing: 0em;
}

.page-features .features-figure-illust {
  max-width: 975px;
  margin: auto;
}

.page-features .features-movie {
  text-align: center;
  padding: 90px 0 80px;
}

.page-features .features-movie-title span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3c7be3;
  border-bottom: 2px solid #3c7be3;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.page-features .features-movie-lead {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 30px;
}

.page-features .features-movie .button-wrap {
  margin-top: 45px;
}

.page-features .section-nav {
  background-color: #4b4346;
  margin: 0 calc(50% - 50vw);
  padding: 30px calc(50vw - 50%) 15px;
}

.page-features .section-nav.l-features ul {
  display: flex;
}

.page-features .section-nav.l-features li {
  position: relative;
  width: 20%;
}

.page-features .section-nav.l-features li a {
  display: block;
  text-align: center;
  padding-bottom: 18px;
}

.page-features .section-nav.l-features li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.page-features .section-nav.l-features li .section-nav-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 70px;
  margin: 0 auto 5px;
  background: url(../img/common/balloon_number_wt.svg) center/contain no-repeat;
  color: #4b4346;
}

.page-features .section-nav.l-features li .section-nav-number span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0em;
  margin-bottom: 3px;
}

.page-features .section-nav.l-features li .section-nav-number i {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1em;
  letter-spacing: 0em;
}

.page-features .section-nav.l-features li .section-nav-number i else {
  font-weight: 500;
}

.page-features .section-nav.l-features li .section-nav-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  letter-spacing: 0em;
  margin-top: 10px;
}

.page-features .section-nav.l-features li .section-nav-text.mod-margin {
  margin-top: 20px;
}

.page-features .section-nav.l-features li .section-nav-text span {
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 0px 7px 1px;
}

.page-features .section-nav.l-features.l-features02 li {
  position: relative;
  width: 25%;
}

.page-features .section-nav.l-features.l-features03 li {
  position: relative;
  width: 16.66%;
}

.page-features .features-content {
  padding-top: 90px;
  padding-bottom: 120px;
}

.page-features .features-content.mod-padding {
  padding-bottom: 50px;
}

.page-features .features-content.l-bg-gray {
  background-color: #f3f2f2;
  margin: 0 calc(50% - 50vw);
  padding: 90px calc(50vw - 50%) 120px;
}

.page-features .features-content .l-nomargin {
  margin-bottom: 0;
}

.page-features .features-content .l-nomargin+.features-content-text {
  margin-top: 35px;
}

.page-features .features-content-title {
  display: flex;
  align-items: center;
  margin-left: -12px;
  margin-bottom: 16px;
}

.page-features .features-content-title h3 {
  flex: 1;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.125em;
  letter-spacing: 0em;
  padding-left: 20px;
}

.page-features .features-content-title h3 small {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.8947368421em;
  letter-spacing: 0em;
}

.page-features .features-content-title h3 i {
  display: inline-block;
  vertical-align: middle;
  color: #3c7be3;
  font-size: 1.4rem;
  line-height: 2.0714285714em;
  letter-spacing: 0em;
  border: 1px solid #3c7be3;
  border-radius: 3px;
  padding: 0 10px;
  margin-left: 15px;
}

.page-features .features-content-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 81px;
  background: url(../img/common/balloon_number.png) center/contain no-repeat;
  color: #fff;
}

.page-features .features-content-number span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0em;
  margin-bottom: 4px;
}

.page-features .features-content-number i {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1em;
  letter-spacing: 0em;
}

.page-features .features-content-number i else {
  font-weight: 500;
}

.page-features .features-content-text {
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0em;
  margin-bottom: 30px;
}

.page-features .features-content-text b {
  color: #c40161;
  font-weight: 400;
}

.page-features .features-content-bttext {
  text-align: center;
  margin: 56px 0 38px;
}

.page-features .features-content-bttext span {
  background: linear-gradient(transparent 60%, #f9e5ef 60%);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2em;
  letter-spacing: .01em;
}

.page-features .features-content-bttext+.button-wrap.button-border.l-single a {
  width: 460px;
}

.page-features .features-content-func {
  background-color: #ebf2fc;
  display: flex;
  align-items: center;
  padding: 25px 15px 25px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-features .features-content-func p {
  width: 214px;
  text-align: center;
  color: #3c7be3;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}

.page-features .features-content-func li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0em;
}

.page-features .features-content-func li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #3c7be3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.page-features .features-content-image {
  margin-bottom: 70px;
}

.page-features .features-content-image+.features-content-image {
  margin-top: 50px;
}

.page-features .features-content-image.mod-margin {
  margin-bottom: 50px;
}

.page-features .features-content-video video {
  width: 100%;
  height: 100%;
}

.page-features .features-content-label {
  margin-bottom: 22px;
}

.page-features .features-content-label span {
  font-weight: 700;
  display: inline-block;
  background-color: #4b4346;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.619047619em;
  letter-spacing: 0em;
  padding: 0 10px;
}

.page-features .features-content-label span~span {
  padding-left: 0;
  margin-left: -10px;
}

.page-features .features-content-label span small {
  font-weight: 700;
}

.page-features .features-content-option {
  border: 2px solid #3c7be3;
  padding: 46px 62px;
}

.page-features .features-content-option:not(:first-of-type) {
  margin-top: 20px;
}

.page-features .features-content-arrow {
  width: 47px;
  margin: 15px auto;
}

.page-features .features-content-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3c7be3;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.page-features .features-content-heading span {
  font-size: 1.4rem;
  border: 1px solid #3c7be3;
  border-radius: 3px;
  padding: 6px 8px;
  margin-left: 15px;
}

.page-features .features-content-note {
  font-size: 1.4rem;
  line-height: 1.7857142857em;
  letter-spacing: 0em;
  margin-top: 8px;
  margin-bottom: 33px;
}

.page-features .features-content-note li {
  text-indent: -1em;
  margin-left: 1em;
}

.page-features .features-content-operation {
  max-width: 600px;
  margin: auto;
}

.page-features .features-content-operation a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 21px 60px 21px 23px;
  border: 1px solid #b6b6b6;
}

.page-features .features-content-operation a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #c40161;
  position: absolute;
  right: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .features-content-operation a p {
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6666666667em;
  letter-spacing: 0em;
}

.page-features .features-content-operation a p span {
  display: block;
  color: #c40161;
  font-weight: 400;
  padding-top: 7px;
  font-size: 1.4rem;
  line-height: 1.7857142857em;
  letter-spacing: 0em;
}

.page-features .features-content-support {
  background-color: #ebf2fc;
  padding: 60px 60px 55px;
  margin: 20px auto 85px;
}

.page-features .features-content-support .title {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

.page-features .features-content-support .logo-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 606px;
  margin: 42px auto;
}

.page-features .features-content-support .buttons {
  background-color: #fff;
  padding: 45px 0;
  margin-top: 40px;
}

.page-features .features-content-support .buttons .button-wrap {
  margin-top: 45px;
}

.page-features .features-content-support .buttons .button-wrap a {
  width: 294px;
  padding: 12px 30px;
}

.page-features .features-content-support .buttons .button-wrap a span {
  font-size: 1.5rem;
  line-height: 2rem;
}

.page-features .features-content-box {
  border-bottom: 1px solid #b1b0b0;
  padding-bottom: 80px;
  margin-bottom: 75px;
}

.page-features .features-content-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-features .features-content-detail .box {
  display: flex;
  align-items: center;
  background-color: #fff;
  max-width: 460px;
  width: calc(50% - 10px);
  padding: 43px 73px;
}

.page-features .features-content-detail .box .icon {
  margin-right: 38px;
}

.page-features .features-content-detail .box .text {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.page-features .features-content-detail .image-box {
  text-align: center;
  background-color: #f3f2f2;
  max-width: 460px;
  width: calc(50% - 10px);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-features .features-content-detail .image-box .caption {
  margin-top: 20px;
  font-size: 1.6rem;
}

.page-features .features-content-detail .mbc-icon {
  margin: -18px 20px 0 0;
}

.page-features .features-content-detail picture {
  display: block;
  text-align: center;
}

.page-features .features-content-column {
  display: flex;
  justify-content: space-between;
}

.page-features .demo {
  margin-bottom: 110px;
  position: relative;
}

.page-features .demo-title {
  text-align: center;
  margin: 0 calc(50% - 50vw) 110px;
  padding: 50px calc(50vw - 50%) 45px;
  background-color: #4b4346;
}

.page-features .demo-title p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0em;
}

.page-features .demo-content {
  max-width: 1070px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-features .demo-content figure {
  text-align: center;
  width: 59.4736842105%;
  transform: translateX(-36px);
}

.page-features .demo-content ul {
  width: 435px;
}

.page-features .demo-content li {
  display: flex;
  padding: 30px 0 30px 10px;
  border-bottom: 1px solid #ccc;
}

.page-features .demo-content li:last-child {
  padding: 40px 0 40px 10px;
}

.page-features .demo-content li::before {
  content: "";
  min-width: 29px;
  height: 27px;
}

.page-features .demo-content li span {
  padding-left: 15px;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1em;
  letter-spacing: 0em;
}

.page-features .demo-content li .small {
  padding-left: 0;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 15px;
}

.page-features .demo-content li .large {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-left: 0;
  font-size: 8rem;
  color: #3c7be3;
  margin-top: -45px;
  display: inline-block;
}

.page-features .demo-content li .large else {
  font-weight: 500;
}

.page-features .demo .button-wrap {
  margin-top: 70px;
}

.page-features .demo .button-wrap a {
  width: 310px;
}

.page-features .ver63 {
  background: #f3f2f2;
  line-height: 1.8125em;
  padding: 40px 60px;
  margin-bottom: 60px;
  font-size: 1.6rem;
  letter-spacing: 0em;
}

.page-features .ver63-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-features .ver63-box dl {
  width: 48%;
}

.page-features .ver63-box dt {
  font-weight: bold;
  margin: 20px 0 5px;
}

.page-features .ver63-box dd p {
  font-size: 1.4rem;
  margin-top: 5px;
}

.page-features .ver63 .note li,
.page-features .features-content-image .note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  margin-top: 1em;
}

.page-features .ver63 .ico-window {
  text-decoration: underline;
  color: #000;
  background: url(/common/img/ico_window_bl.png) right 4px/8px auto no-repeat;
  padding-right: 13px;
  display: inline-block;
  text-indent: 0;
  margin-right: 3px;
}

.page-features .ver63 .ico-window:hover {
  text-decoration: none;
}

.page-features #feature01-section03 .button-wrap a,
.page-features #feature01-section04 .button-wrap:not(.button-modal) a {
  width: auto;
  padding: 27px 50px 27px 40px;
  margin-top: 50px;
}

.page-features #feature01-section04 .button-wrap.button-modal a {
  margin-top: 30px;
}

.page-features #featurea-nav {
  position: relative;
  top: -40px;
}

.page-price {
  padding-bottom: 0;
}

.page-price .content-nav {
  background-color: #f3f2f2;
  margin: 0 calc(50% - 50vw);
  padding: 30px calc(50vw - 50%);
}

.page-price .content-nav ul {
  display: flex;
  justify-content: space-between;
}

.page-price .content-nav li {
  width: 48.6956521739%;
  background-color: #fff;
  border-left: 4px solid #3c7be3;
}

.page-price .content-nav li+li {
  margin-left: 10px;
}

.page-price .content-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 50px 11px 0;
}

.page-price .content-nav li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #3c7be3 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-price .content-nav li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 54px;
  margin-left: 26px;
  background: url(../img/common/balloon_number.png) center/contain no-repeat;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0em;
}

.page-price .content-nav li a i else {
  font-weight: 500;
}

.page-price .content-nav li a span {
  padding-left: 20px;
  color: #3c7be3;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5625em;
  letter-spacing: 0em;
}

.page-price .price-title {
  display: flex;
  align-items: center;
}

.page-price .price-title i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 69px;
  background: url(../img/common/balloon_number.png) center/contain no-repeat;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1em;
  letter-spacing: 0em;
  margin-right: 20px;
}

.page-price .price-title i else {
  font-weight: 500;
}

.page-price .price-title span {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1em;
  letter-spacing: 0em;
}

.page-price .price-text {
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0em;
}

.page-price .price-text.l-center {
  text-align: center;
}

.page-price .price-illust.l-column {
  display: flex;
  justify-content: space-between;
}

.page-price .price-illust.l-column figure {
  text-align: center;
  width: 47.7894736842%;
}

.page-price .price-content {
  max-width: 950px;
  margin: auto;
}

.page-price .price01 {
  padding: 90px 0 120px;
}

.page-price .price01 .price-title {
  margin-bottom: 13px;
}

.page-price .price01 .price-text {
  margin-bottom: 35px;
}

.page-price .price01 .price-illust {
  margin-bottom: 52px;
}

.page-price .price01 .price-illust.l-column {
  margin-bottom: 60px;
}

.page-price .price02 {
  background-color: #f3f2f2;
  margin: 0 calc(50% - 50vw);
  padding: 105px calc(50vw - 50%);
}

.page-price .price02 .price-title {
  margin-bottom: 42px;
}

.page-price .price02 .price-list {
  display: flex;
  justify-content: space-between;
}

.page-price .price02 .price-list .price-item {
  position: relative;
  width: 23.8947368421%;
  padding: 30px 10px 40px;
  display: flex;
  flex-direction: column;
}

.page-price .price02 .price-list .price-item:nth-child(odd) {
  background-color: #eedae3;
}

.page-price .price02 .price-list .price-item:nth-child(even) {
  background-color: #fff;
}

.page-price .price02 .price-list .price-item:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  right: -21px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.page-price .price02 .price-list .price-item-number {
  text-align: center;
  margin-bottom: 20px;
}

.page-price .price02 .price-list .price-item-number span {
  color: #3c7be3;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1em;
  letter-spacing: .02em;
  padding-bottom: 12px;
  border-bottom: 1px solid #3c7be3;
}

.page-price .price02 .price-list .price-item-number span else {
  font-weight: 500;
}

.page-price .price02 .price-list .price-item h3 {
  text-align: center;
  color: #3c7be3;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  margin-bottom: 10px;
}

.page-price .price02 .price-list .price-item-text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6428571429em;
  letter-spacing: -0.02em;
  min-height: 5em;
  margin-bottom: 17px;
}

.page-price .price02 .price-list .price-item-link {
  text-align: center;
  margin-top: auto;
}

.page-price .price02 .price-list .price-item-link a {
  position: relative;
  color: #3c7be3;
  display: inline-block;
  padding: 0 20px 5px 5px;
  border-bottom: 2px solid #3c7be3;
}

.page-price .price02 .price-list .price-item-link a::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 7px;
  transform: translateY(-2px);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #3c7be3;
  margin-left: 10px;
}

.page-price .price02 .price-list .price-item-link a span {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  letter-spacing: -0.04em;
}

.page-price .price02 .button-wrap {
  margin-top: 52px;
}

.page-price .price02 .button-wrap a {
  width: 360px;
}

.page-price .price-graph {
  background-color: #e0e6f0;
  padding: 57px 60px 50px;
  margin-bottom: 20px;
}

.page-price .price-graph+.price-graph {
  margin-bottom: 50px;
}

.page-price .price-graph .cloud-table-wrap {
  overflow: auto;
}

.page-price .price-graph .cloud-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.page-price .price-graph .cloud-table-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f5f5f5;
}

.page-price .price-graph .cloud-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #3c7be3;
}

.page-price .price-graph .price-graph-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #3c7be3;
}

.page-price .price-graph .price-graph-desc {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 35px;
}

.page-price .price-graph .price-graph-note {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.page-price .price-graph .price-graph-note.l-right {
  text-align: right;
  margin-top: 15px;
}

.page-price .price-graph .price-graph-note.l-left {
  text-align: left;
  margin-top: 15px;
}

.page-price .price-graph .price-graph-note.l-left+.price-graph-note {
  margin-top: 0;
}

.page-price .price-graph .premise-table-wrap {
  margin-top: 40px;
}

.page-price .price-graph .premise-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.page-price .price-graph .premise-table-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f5f5f5;
}

.page-price .price-graph .premise-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #3c7be3;
}

.page-price .premise-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f5f5f5;
}

.page-price .premise-table-wrap th {
  background-color: #3c7be3;
  color: #fff;
  padding: 15px 10px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

.page-price .premise-table-wrap th+th {
  border-left: 2px solid #fff;
}

.page-price .premise-table-wrap th span {
  font-size: 1.2rem;
}

.page-price .premise-table-wrap td {
  padding: 15px 10px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
}

.page-price .premise-table-wrap .pro {
  text-align: center;
  background: #dcdcdc;
}

.page-price .premise-table-wrap tr:last-child td:first-child,
.page-price .premise-table-wrap tr:last-child td {
  border-top: 2px solid #fff;
  border-bottom: none;
}

.page-price .premise-table-wrap .pro em {
  font-weight: bold;
  font-size: 1.8rem;
}

.page-price .premise-table-wrap .price {
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 2px solid #ccc;
}

.page-price .premise-table-wrap .price+.price {
  border-left: 2px solid #ccc;
}

.page-price .premise-table-wrap .price span {
  display: block;
}

.page-price .premise-table-wrap .price i {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  color: #3c7be3;
  margin: 2px 5px 0;
}

.page-price .premise-table {
  width: 50%;
}

.page-price .premise-table .head {
  text-align: center;
  background-color: #3c7be3;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  padding: 15px 0 20px;
}

.page-price .premise-table .head span {
  font-size: 1.2rem;
}

.page-price .premise-table .body {
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 36px 0 30px;
  text-align: center;
}

.page-price .premise-table .body span {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 4.2rem;
  color: #3c7be3;
  display: inline-block;
  margin-right: 2px;
}

.page-price .premise-table .body span else {
  font-weight: 500;
}

.page-price .premise-table .body .note {
  font-size: 1.2rem;
  margin-top: 22px;
}

.page-price .premise-table+.premise-table .head {
  border-left: 2px solid #fff;
}

.page-price .premise-table+.premise-table .body {
  border-left: 2px solid #ccc;
}

.page-price .cloud-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f5f5f5;
  margin-top: 40px;
  min-width: 1020px;
}

.page-price .cloud-table tr,
.page-price .cloud-table th,
.page-price .cloud-table td {
  vertical-align: middle;
  text-align: center;
}

.page-price .cloud-table thead tr {
  background-color: #3c7be3;
}

.page-price .cloud-table thead tr td {
  color: #fff;
  padding: 15px 10px;
}

.page-price .cloud-table thead tr td .lead {
  font-size: 1.2rem;
}

.page-price .cloud-table thead tr td .name {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 10px;
  line-height: 2.5rem;
}

.page-price .cloud-table thead tr td .name span {
  font-size: 1.4rem;
  font-weight: 700;
}

.page-price .cloud-table thead tr td+td {
  border-left: 2px solid #fff;
}

.page-price .cloud-table thead tr td:nth-child(n+2) {
  width: 18.627%;
}

.page-price .cloud-table tbody td {
  color: #111;
  padding: 26px 10px;
  font-weight: 500;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.5384615385em;
  letter-spacing: 0em;
}

.page-price .cloud-table tbody td:not(:first-child) {
  border-left: 2px solid #ccc;
}

.page-price .cloud-table tbody td:not(:first-child),
.page-price .cloud-table tbody td:not(:nth-child(2)) {
  border-bottom: 2px solid #ccc;
}

.page-price .cloud-table tbody td.price {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 10px;
}

.page-price .cloud-table tbody td.price span {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  color: #3c7be3;
  margin: 2px 5px 0;
}

.page-price .cloud-table tbody td.price span else {
  font-weight: 500;
}

.page-price .cloud-table tbody td span {
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.75em;
  letter-spacing: 0em;
}

.page-price .cloud-table tbody td .product {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
}

.page-price .cloud-table tbody td i {
  display: inline-block;
  width: 27px;
  height: 26px;
}

.page-price .cloud-table tbody tr:nth-child(2) td:first-child {
  background-color: #bfbfbf;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.page-price .cloud-table tbody tr:nth-child(1) td:nth-child(1),
.page-price .cloud-table tbody tr:nth-child(2) td:nth-child(2),
.page-price .cloud-table tbody tr:nth-child(3) td:nth-child(1),
.page-price .cloud-table tbody tr:nth-child(4) td:nth-child(1),
.page-price .cloud-table tbody tr:nth-child(5) td:first-child {
  background-color: #dcdcdc;
  position: relative;
}

.page-price .cloud-table tbody tr:nth-child(1) td:nth-child(1)::after,
.page-price .cloud-table tbody tr:nth-child(2) td:nth-child(2)::after,
.page-price .cloud-table tbody tr:nth-child(3) td:nth-child(1)::after,
.page-price .cloud-table tbody tr:nth-child(4) td:nth-child(1)::after,
.page-price .cloud-table tbody tr:nth-child(5) td:first-child::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.page-price .cloud-table tbody tr:nth-child(5) td:first-child {
  border-top: 2px solid #fff;
}

.page-price .cloud-table tbody tr:nth-child(6) td {
  border-bottom: none;
}

.page-price .cloud-table tbody tr:nth-child(6) td:first-child {
  background-color: #dcdcdc;
}

.page-price .dr-sum {
  text-align: center;
  margin-top: 80px;
}

.page-price .dr-sum .title {
  font-size: 2.4rem;
  line-height: 3.7rem;
  font-weight: 700;
  margin-top: 23px;
}

.page-price .dr-sum .detail {
  background-color: #fff;
  padding: 35px 0;
  margin-top: 35px;
}

.page-price .dr-sum .detail .desc {
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.page-price .dr-sum .detail ul {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
  left: 25px;
}

.page-price .dr-sum .detail ul li.drsc .name {
  margin-top: 30px;
}

.page-price .dr-sum .detail ul li.drsc .price {
  margin-top: 35px;
}

.page-price .dr-sum .detail ul li.drsc .price span {
  color: #b70f5c;
}

.page-price .dr-sum .detail ul li.mbc .name {
  margin-top: 20px;
}

.page-price .dr-sum .detail ul li.mbc .price span {
  color: #3c7be3;
}

.page-price .dr-sum .detail ul li.plus {
  width: 41px;
  align-self: center;
  margin: 0 60px;
  position: relative;
  top: -66px;
  left: 6px;
}

.page-price .dr-sum .detail ul li .name {
  font-size: 2rem;
  font-weight: 700;
}

.page-price .dr-sum .detail ul li .name span {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

.page-price .dr-sum .detail ul li .price {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 20px;
}

.page-price .dr-sum .detail ul li .price span {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.6rem;
  display: inline-block;
  margin: 0 4px;
}

.page-price .dr-sum .detail ul li .price span else {
  font-weight: 500;
}

.page-price .dr-sum .detail ul li .note {
  margin-top: 15px;
  font-size: 1.2rem;
}

.page-price .price-license {
  display: flex;
  justify-content: space-between;
}

.page-price .price-license>div {
  width: 35%;
  padding: 38px 25px;
  background-color: #ebf2fc;
}

.page-price .price-license>div:last-child {
  width: 62%;
}

.page-price .price-license .flbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-price .price-license .flbox dl {
  width: 48%;
}

.page-price .price-license dl {
  border: 2px solid #3c7be3;
  background: #fff;
  padding-bottom: 20px;
}

.page-price .price-license dt {
  font-weight: bold;
  color: #3c7be3;
  text-align: center;
  background: #f1f6fd;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

.page-price .price-license h4 {
  text-align: center;
  font-weight: 700;
  color: #3c7be3;
  font-size: 2.2rem;
  line-height: 1em;
  letter-spacing: 0em;
  padding-bottom: 25px;
  border-bottom: 2px solid #b6cef4;
  margin-bottom: 20px;
}

.page-price .price-license-list {
  min-height: 160px;
}

.page-price .price-license-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0em;
}

.page-price .price-license-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #3c7be3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.page-price .price-license figure {
  margin: 20px auto 32px;
  max-width: 280px;
}

.page-price .price-license div:last-child figure {
  max-width: 302px;
}

.page-price .price-license-label {
  text-align: center;
  font-size: 1.2rem;
  margin: 10px 0 8px;
}

.page-price .price-license-cost {
  text-align: center;
  margin-bottom: 20px;
}

.page-price .price-license-cost i {
  color: #3c7be3;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0 5px;
}

.page-price .price-license-cost i else {
  font-weight: 500;
}

.page-price .price-license-cost span {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  letter-spacing: 0em;
}

.page-price .price-license-note {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0em;
}

.page-price .price03 {
  padding: 90px 0 120px;
  text-align: center;
}

.page-price .price03 .price-title {
  justify-content: center;
}

.page-price .price03 .price-text {
  margin-top: 20px;
}

.page-price .price03 .button-wrap {
  margin: 65px auto 0;
}

.page-scene {
  padding-bottom: 0;
}

.page-scene .info {
  position: relative;
}

.page-scene .info::before {
  content: "";
  background-color: #3c7be3;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.page-scene .info .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 240px;
}

.page-scene .info .heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4rem;
  margin-left: 55px;
  white-space: nowrap;
  letter-spacing: .04em;
  color: #fff;
  position: relative;
}

.page-scene .info .heading::before,
.page-scene .info .heading::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 29px;
  margin: 0 1em;
  vertical-align: middle;
}

.page-scene .info .heading::before {
  transform: rotate(-45deg);
}

.page-scene .info .heading::after {
  transform: rotate(45deg);
}

.page-scene .info .button-wrap {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.page-scene .info .button-wrap a {
  width: 360px;
  margin: 0;
}

.page-scene .info .button-wrap a span {
  font-size: 1.6rem;
  font-weight: bold;
}

.page-scene .info .button-wrap .red-btn {
  background-color: #b40200;
}

.page-scene .info .button-wrap .white-btn {
  background-color: #fff;
}

.page-scene .info .button-wrap .white-btn span {
  color: #000;
}

.page-scene .info .button-wrap .red-btn::after,
.page-scene .info .button-wrap .white-btn::after {
  border-width: 7px 0 7px 12.1px;
}

.page-scene .info .button-wrap .white-btn::after {
  border-left-color: #000;
}

.page-scene .bg-gray {
  background: #f3f2f2;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.page-scene .bg-blue {
  background: #3c7be3;
  margin: 0 calc(50% - 50vw);
  padding: 20px calc(50vw - 50%);
}

.page-scene .bg-darkgray {
  background: #4b4346;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.page-scene .bg-blue .scene-area-title,
.page-scene .bg-darkgray .scene-area-title {
  color: #fff;
}

.page-scene .bg-darkgray .scene-area-title {
  padding: 120px 0 140px;
  margin: 0;
  font-size: 4rem;
}

.page-scene .bg-white {
  background: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 20px calc(50vw - 50%);
}

.page-scene .scene-area-title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
}

.page-scene .scene-box {
  padding: 80px 0 120px;
  max-width: 950px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.page-scene .scene-box .scene-box-label {
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
}

.page-scene .scene-box .scene-box-label span {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #3c7be3;
  background-color: #edf4fd;
  display: inline-block;
  padding: 5px 10px;
}

.page-scene .scene-box h2 {
  font-weight: bold;
  font-size: 3.2rem;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.45;
}

.page-scene .scene-box h2::before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-scene .scene-box h2::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 34px;
  background: #3c7be3;
}

.page-scene .scene-box:not(:has(.case-content)) .fix {
  margin-bottom: 0;
}

.page-scene .problem {
  background: #ececec;
  padding: 25px 0;
  margin-bottom: 20px;
}

.page-scene .bg-gray .problem {
  background: #e2e1e1;
}

.page-scene .problem dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.page-scene .problem dt {
  font-weight: bold;
  font-size: 2.2rem;
  color: #3c7be3;
  width: 165px;
  text-align: center;
  flex-shrink: 0;
}

.page-scene .problem dd {
  flex: 1;
  line-height: 1.8;
  padding-left: 45px;
  padding-right: 20px;
  border-left: 1px solid #b6b6b6;
}

.page-scene .problem .l-single {
  padding: .8em 0 .8em 45px;
}

.page-scene .problem dd span {
  color: #3c7be3;
}

.fix {
  border: 1px solid #3c7be3;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
}

.fix dl {
  width: 55%;
}

.fix dt {
  font-weight: bold;
  color: #3c7be3;
  font-size: 2.4rem;
  margin: 0 0 30px;
}

.fix dd {
  font-weight: bold;
  line-height: 2;
}

.fix dd span {
  font-weight: bold;
  color: #3c7be3;
  background: #ebf2fc;
}

.fix figure {
  width: 44%;
  text-align: center;
}

.fix.column-01 {
  flex-direction: column;
}

.fix.column-01 dl,
.fix.column-01 figure {
  width: 100%;
}

.page-scene .case-item-data {
  font-size: 1.3rem;
}

.page-scene .scene03 .g-model p {
  text-align: center;
  margin: 70px 0 50px;
  line-height: 1.5;
  font-size: 2.5rem;
}

.page-scene .scene03 .g-model p span {
  background: linear-gradient(transparent 60%, #f9e5ef 60%);
  font-weight: bold;
}

.page-scene .scene03 .button-wrap.button-border a {
  width: 100%;
  max-width: 460px;
}

.page-scene .case-content {
  max-width: 950px;
  margin: 0 auto;
}

.page-scene .case-content .case-study {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-scene .case-content .case-item {
  width: 31%;
  background-color: #fff;
  padding-bottom: 25px;
  box-shadow: 0 0 26px rgba(49,60,71,.12);
}

.page-scene .case-content .case-item+.case-item {
  margin-left: 3%;
}

.page-scene .case-content .case-item .case-item-label01,
.page-scene .case-content .case-item .case-item-label02 {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
}

.page-scene .case-content .case-item .case-item-label01 {
  color: #3c7be3;
  background: #e0e6f0;
}

.page-scene .case-content .case-item .case-item-label02 {
  color: #fff;
  background: #3c7be3;
}

.page-scene .case-content .case-item .case-item-text {
  font-feature-settings: "palt";
  padding: 20px 15px 4px;
  display: flex;
  justify-content: center;
}

.page-scene .case-content .case-item .case-item-text h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  letter-spacing: .01em;
}

.page-scene .case-content .case-item .case-item-data {
  padding: 7px 5px;
  background-color: #eff0f0;
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}

.page-scene .case-content .case-item .case-item-logo {
  text-align: center;
  margin: 10px 0 15px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-scene .case-content .case-item .case-item-link {
  text-align: center;
}

.page-scene .case-content .case-item .case-item-link a {
  color: #3c7be3;
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 2px solid #3c7be3;
  transition: opacity .2s;
}

.page-scene .case-content .case-item .case-item-link a:hover {
  opacity: .7;
}

.page-scene .case-content .case-item .case-item-link a span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1333333333em;
  letter-spacing: -0.04em;
}

.page-scene .case-content .case-item .case-item-link a span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #3c7be3;
  margin-left: 10px;
}

.page-scene .case-content .case-item>figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-scene .nest {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}

.page-scene .nest .nest-bnr-image {
  max-width: 60%;
}

.page-scene .nest a:hover {
  opacity: .6;
  transition: all .3s;
}

.scene-anchor {
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%);
  background: #f3f2f2;
}

.scene-anchor-inner {
  max-width: 950px;
  margin: 0 auto;
}

.scene-anchor-inner>:first-child {
  margin-top: 0;
}

.heading-anchor {
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 4px solid #3c7be3;
  margin: 60px 0 24px;
  line-height: 1.2;
}

.anchor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.anchor-link {
  background: #fff;
  transition: opacity .3s;
  display: grid;
  grid-template-columns: 70px auto;
  gap: 15px;
  padding: 16px;
  padding-right: 40px;
  align-items: center;
  position: relative;
}

.anchor-link:hover {
  opacity: .7;
}

.anchor-link::after {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 8px;
  border: 6px solid rgba(0,0,0,0);
  border-top: 8px solid #3c7be3;
}

.anchor-link span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.demo {
  padding-bottom: 0;
  max-width: 1250px;
}

.demo .--module_heroContent {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.demo .--module_sectionContent {
  padding: 0 50px;
}

.demo .--module_text01 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.demo .--module_text02 {
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.demo .--module_tag01 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .01em;
}

.demo .--module_tag01 else {
  font-weight: 500;
}

.demo .--module_tag02 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .03em;
}

.demo .--module_tag02 else {
  font-weight: 500;
}

.demo .--module_lead01 {
  font-size: 18px;
  line-height: 1.89;
}

.demo .--module_head01 {
  font-size: 36px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.demo .--module_head01.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.demo .--module_head02 {
  font-size: 28px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.demo .--module_head02.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.demo .--module_head03 {
  font-size: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.demo .--module_head04 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #6bcbd8;
  border-bottom: 2px solid #6bcbd8;
}

.demo .--module_head04 else {
  font-weight: 500;
}

.demo .--module_head05 {
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.demo .--module_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  min-width: 300px;
  max-width: 320px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
}

.demo .--module_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.demo .--module_headingBg {
  color: #fff;
  text-align: center;
  height: 184px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #4b4346;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demo .--module_headingBg .--module_head01 {
  margin-top: 13px;
}

.demo .content {
  max-width: 1250px;
}

.demo .--color-blue {
  color: #3c7be3;
}

.demo section.hero .hero-content {
  padding: 0 20px 0;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  height: 468px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo section.hero .hero-content .textArea {
  text-align: center;
}

.demo section.hero .hero-content .textArea .hero-content__heading span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.125;
  font-weight: bold;
  font-feature-settings: "palt";
}

.demo section.hero .hero-content .textArea .hero-content__text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-top: 30px;
}

.demo section.hero .hero-content .textArea .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c12c1f;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  margin-top: 48px;
}

.demo section.hero .hero-content .textArea .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.demo section.hero .hero-content .imageArea {
  width: 45.0381679389%;
  margin-top: 24px;
  margin-left: 5.8778625954%;
}

.demo section.about {
  padding-top: 90px;
  padding-bottom: 120px;
}

.demo section.about .lead {
  text-align: center;
}

.demo section.about .lead span {
  font-weight: bold;
}

.demo section.about .box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.demo section.about .about-btn {
  width: 296px;
  height: 77px;
  margin: 0;
  border-radius: 38.5px;
  display: flex;
  align-items: center;
  position: relative;
}

.demo section.about .about-btn::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.demo section.about .about-btn.--apply {
  background-color: #3c7be3;
}

.demo section.about .about-btn.--apply::before {
  content: "";
  width: 30px;
  height: 35px;
  left: 35px;
}

.demo section.about .about-btn.--demo {
  background-color: #c12c1f;
}

.demo section.about .about-btn.--demo::before {
  content: "";
  width: 33px;
  height: 33px;
  left: 30px;
}

.demo section.about .about-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.demo section.about .about-btn+.about-btn {
  margin-left: 32px;
}

.demo section.about .about-btn .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demo section.about .about-btn .about-btn__text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .08em;
  margin-left: 84px;
}

.demo section.about .about-btn .about-btn__text+.about-btn__text {
  margin-top: 6px;
}

.demo section.about .about-btn .about-btn__text.small {
  font-size: 12px;
  letter-spacing: .05em;
}

.demo section.steps .content {
  padding-top: 100px;
  padding-bottom: 120px;
}

.demo section.steps .content .block {
  width: 100%;
  padding: 90px 7.8260869565% 84px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,.05) 0 0 32px;
}

.demo section.steps .content .step-flow {
  display: flex;
}

.demo section.steps .content .step-flow__item {
  width: 32.9896907216%;
  padding: 0 10px;
  min-height: 230px;
  background-color: #ebf2fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.demo section.steps .content .step-flow__item+.step-flow__item {
  margin-left: 4px;
}

.demo section.steps .content .step-flow__item+.step-flow__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 17px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.demo section.steps .content .step-flow__item+.step-flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 17px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ebf2fc;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.demo section.steps .content .step-flow__item .tag {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
  width: 90px;
  height: 29px;
  background-color: #3c7be3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo section.steps .content .step-flow__item .tag else {
  font-weight: 500;
}

.demo section.steps .content .step-flow__item .text {
  margin-top: 14px;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.demo section.steps .content .step-flow__item .text span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  text-align: center;
}

.demo section.steps .content .step-flow__item .icon {
  width: 130px;
  height: 100px;
  margin-top: auto;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo section.steps .content .step-list {
  margin-top: 50px;
}

.demo section.steps .content .step-list__item+.step-list__item {
  margin-top: 52px;
}

.demo section.steps .content .step-list__item .step-head {
  min-height: 86px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}

.demo section.steps .content .step-list__item .step-head::before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #3c7be3;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.demo section.steps .content .step-list__item .step-num {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  min-width: 104px;
  margin-top: 8px;
}

.demo section.steps .content .step-list__item .step-num else {
  font-weight: 500;
}

.demo section.steps .content .step-list__item .step-num__text {
  font-size: 20px;
  letter-spacing: .01em;
}

.demo section.steps .content .step-list__item .step-num__num {
  font-size: 34px;
  margin-left: 2px;
}

.demo section.steps .content .step-list__item .step-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  line-height: 1.7857142857;
  margin-left: 16px;
}

.demo section.steps .content .step-list__item .step-textarea {
  margin-top: 39px;
}

.demo section.steps .content .step-list__item .step-note {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: .025em;
  margin-top: 24px;
  margin-top: 24px;
}

.demo section.steps .content .step-list__item .step-btn {
  margin: 42px 0 0;
  background-color: #3c7be3;
}

.demo section.board .content {
  padding-top: 100px;
  padding-bottom: 120px;
}

.demo section.board .content-block {
  width: 100%;
  position: relative;
}

.demo section.board .content-block+.content-block {
  margin-top: 90px;
}

.demo section.board .content-block.--reverse .board-textarea {
  margin-left: auto;
  padding: 48px 4.347826087% 40px 9.0434782609%;
}

.demo section.board .content-block.--reverse .board-img {
  right: auto;
  left: 0;
}

.demo section.board .board-textarea {
  width: 59.2173913043%;
  background-color: #f7f7f7;
  padding: 48px 9.0434782609% 40px 4.347826087%;
}

.demo section.board .board-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

.demo section.board .board-attribute-wrap {
  margin-top: 29px;
}

.demo section.board .board-attribute {
  display: flex;
  align-items: center;
}

.demo section.board .board-attribute+.board-attribute {
  margin-top: 10px;
}

.demo section.board .board-attribute dt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  height: 26px;
  background-color: #a5a1a2;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo section.board .board-attribute dd {
  font-size: 16px;
  margin-left: 16px;
}

.demo section.board .board-text {
  font-size: 14px;
  line-height: 2;
  margin-top: 24px;
}

.demo section.board .board-btn-wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.demo section.board .board-content-btn {
  width: 100%;
  max-width: 250px;
  min-width: 230px;
  height: 41px;
  margin-left: 0;
  margin-right: 4.5627376426%;
  margin-bottom: 10px;
  padding-bottom: 1px;
}

.demo section.board .board-content-btn+.board-content-btn {
  margin-right: 0;
}

.demo section.board .board-content-btn.--blue {
  background-color: #3c7be3;
}

.demo section.board .board-content-btn.--red {
  background-color: #c12c1f;
}

.demo section.board .board-img {
  width: 45.8260869565%;
  display: block;
  box-shadow: rgba(0,0,0,.04) 0 0 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.demo section.board .board-img img {
  width: 100%;
}

.demo section.board .board-btn {
  width: 338px;
  height: 77px;
  margin: 120px auto 0;
  border-radius: 38.5px;
  display: flex;
  align-items: center;
  position: relative;
}

.demo section.board .board-btn::before {
  content: "";
  width: 30px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 72px;
  transform: translateY(-50%);
}

.demo section.board .board-btn.--blue {
  background-color: #3c7be3;
}

.demo section.board .board-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.demo section.board .board-btn .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demo section.board .board-btn .about-btn__text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .08em;
  margin-left: 120px;
}

.demo section.board .board-btn .about-btn__text+.about-btn__text {
  margin-top: 6px;
}

.demo section.board .board-btn .about-btn__text.small {
  font-size: 12px;
  letter-spacing: .05em;
}

.demo .module-contact {
  background-color: #24b3be;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 96px 0;
}

.demo .module-contact .module-contact__text {
  font-family: "Noto Sans JP","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Sans",sans-serif;
  color: #fff;
  text-align: center;
}

.demo .module-contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #6bcbd8;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  margin-top: 64px;
}

.demo .module-contact .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.remodal-wrapper {
  max-height: 100vh;
}

.remodal {
  max-width: none;
}

.remodal.modal {
  background: none;
  margin: auto;
  padding: 0;
  max-width: 860px;
}

.remodal .modal-block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.remodal .remodal-cancel.modal-close {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: auto;
  position: absolute;
  top: -50px;
  right: -8px;
  width: 40px;
  height: 40px;
}

.remodal .remodal-cancel.modal-close::before,
.remodal .remodal-cancel.modal-close::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0% 50%;
  transform: rotate(45deg) translate(-50%, -50%);
}

.remodal .remodal-cancel.modal-close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.remodal .modal-frame {
  width: 100%;
  aspect-ratio: 8/5;
  position: relative;
}

.remodal .modal-frame iframe {
  width: 100%;
  height: 100%;
}

.page-entry {
  padding-bottom: 0;
}

.page-entry .--module_heroContent {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.page-entry .--module_sectionContent {
  padding: 0 50px;
}

.page-entry .--module_text01 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.page-entry .--module_text02 {
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.page-entry .--module_tag01 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .01em;
}

.page-entry .--module_tag01 else {
  font-weight: 500;
}

.page-entry .--module_tag02 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .03em;
}

.page-entry .--module_tag02 else {
  font-weight: 500;
}

.page-entry .--module_lead01 {
  font-size: 18px;
  line-height: 1.89;
}

.page-entry .--module_head01 {
  font-size: 36px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.page-entry .--module_head01.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.page-entry .--module_head02 {
  font-size: 28px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.page-entry .--module_head02.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.page-entry .--module_head03 {
  font-size: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.page-entry .--module_head04 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #6bcbd8;
  border-bottom: 2px solid #6bcbd8;
}

.page-entry .--module_head04 else {
  font-weight: 500;
}

.page-entry .--module_head05 {
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.page-entry .--module_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  min-width: 300px;
  max-width: 320px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
}

.page-entry .--module_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-entry .--module_headingBg {
  color: #fff;
  text-align: center;
  height: 184px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #4b4346;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-entry .--module_headingBg .--module_head01 {
  margin-top: 13px;
}

.page-entry h2.head-ja.--commonMt {
  margin-top: 20px;
}

.page-entry section.hero .hero-content {
  padding-top: 80px;
  height: 620px;
  display: flex;
  justify-content: space-between;
}

.page-entry section.hero .hero-content .textArea {
  text-align: center;
  margin-top: 40px;
}

.page-entry section.hero .hero-content .textArea .hero-content__heading span.head-ja {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.page-entry section.hero .hero-content .textArea .hero-content__heading span.head-en {
  display: block;
  font-size: 56px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.17;
  color: #4b4346;
  margin-top: 30px;
}

.page-entry section.hero .hero-content .textArea .hero-content__heading span.head-en else {
  font-weight: 500;
}

.page-entry section.hero .hero-content .textArea .hero-content__text {
  margin-top: 38px;
}

.page-entry section.hero .hero-content .textArea .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c12c1f;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  margin-top: 48px;
}

.page-entry section.hero .hero-content .textArea .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-entry section.hero .hero-content .imageArea {
  margin-right: -100px;
  position: relative;
}

.page-entry section.hero .hero-content .imageArea .box {
  display: block;
  width: 526px;
  height: 436px;
  background-color: #f7f7f7;
  opacity: .8;
  position: absolute;
  z-index: 0;
  top: -80px;
  left: 180px;
}

.page-entry section.hero .hero-content .imageArea img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  will-change: filter;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 460px;
}

.page-entry section.hero .hero-content .imageArea::before {
  content: "";
  display: block;
  width: 106px;
  height: 104px;
  border: 10px solid #6bcbd8;
  position: absolute;
  top: -45px;
  left: -48px;
  z-index: 2;
}

.page-entry section.hero .hero-content .imageArea::after {
  content: "";
  display: block;
  width: 380px;
  height: 216px;
  background-color: #6bcbd8;
  position: absolute;
  bottom: -30px;
  left: 114px;
  z-index: 0;
}

.page-entry section.problem {
  overflow-y: clip;
  position: relative;
  margin-top: 0;
}

.page-entry section.problem::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1004px;
  height: 498px;
  position: absolute;
  top: 0;
  right: calc(50% - 63px);
}

.page-entry section.problem .problem-content {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.page-entry section.problem .problem-content .problem-content__inner {
  margin: 80px auto 0;
  position: relative;
}

.page-entry section.problem .problem-content .problem-content__inner .illust {
  width: 172px;
  height: auto;
  margin: auto;
}

.page-entry section.problem .problem-content .problem-content__inner .balloon {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.page-entry section.problem .problem-content .problem-content__inner .balloon .balloon-text {
  text-align: center;
  padding-top: 24px;
  letter-spacing: 0;
}

.page-entry section.problem .problem-content .problem-content__inner .balloon.--ver01 {
  width: 458px;
  height: 143px;
}

.page-entry section.problem .problem-content .problem-content__inner .balloon.--ver02 {
  width: 395px;
  height: 141px;
}

.page-entry section.problem .problem-content .problem-content__inner .balloon.--ver03 {
  width: 395px;
  height: 141px;
}

.page-entry section.problem .problem-content .problem-content__intro {
  text-align: center;
  margin-top: 64px;
}

.page-entry section.problem .problem-content .problem-content__intro .arrow {
  width: 47px;
  height: auto;
  margin-top: 40px;
}

.page-entry section.problem .problem-content .problem-content__scene {
  margin-top: 54px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene+.scene {
  margin-top: 24px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene {
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  will-change: filter;
  padding: 40px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 2px solid #ccc;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num {
  color: #6bcbd8;
  font-size: 14px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-right: 32px;
  padding-right: 32px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num else {
  font-weight: 500;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num .num-text {
  display: inline-block;
  font-size: 60px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-left: -3px;
  margin-top: 4px;
  letter-spacing: -0.02em;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num .num-text else {
  font-weight: 500;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 200px;
  margin: auto;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust {
  width: 100%;
  height: auto;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust.--scene01-illust {
  width: 158px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust.--scene02-illust {
  width: 152px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust.--scene03-illust {
  width: 161px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-head {
  margin-top: 24px;
  font-weight: bold;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail {
  width: 100%;
  padding-left: 40px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box+.box {
  margin-top: 16px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box {
  padding: 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box01 {
  background-color: #f7f7f7;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box01 .box-head {
  text-align: center;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box01 .box-text {
  border-left: 1px solid #ccc;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box02 {
  border: 2px solid #6bcbd8;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box02 .box-head {
  color: #6bcbd8;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box02 .box-text {
  border-left: 1px solid #6bcbd8;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box .box-head {
  width: 29%;
  text-align: center;
  margin-right: 24px;
}

.page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box .box-text {
  width: 71%;
  padding-left: 30px;
  letter-spacing: .02em;
}

.page-entry .module-contact {
  background-color: #24b3be;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 96px 0;
}

.page-entry .module-contact::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 1900px;
  height: 469px;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%) rotate(4deg);
}

.page-entry .module-contact .module-contact__text {
  font-family: "Noto Sans JP","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Sans",sans-serif;
  color: #fff;
  text-align: center;
}

.page-entry .module-contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #6bcbd8;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  margin-top: 64px;
}

.page-entry .module-contact .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-entry section.about {
  overflow-y: clip;
  position: relative;
  padding-top: 96px;
  margin-top: 0;
}

.page-entry section.about::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1004px;
  height: 498px;
  position: absolute;
  top: 0;
  right: calc(50% - 63px);
}

.page-entry section.about::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 980px;
  height: 681px;
  position: absolute;
  top: 0;
  left: calc(50% - 130px);
}

.page-entry section.about .about-content {
  position: relative;
  z-index: 1;
}

.page-entry section.about .about-content .about-content__textArea {
  margin-top: 60px;
}

.page-entry section.about .about-content .about-content__textArea .text+.text {
  margin-top: 16px;
}

.page-entry section.about .about-content .about-content__textArea .text {
  font-weight: bold;
  line-height: 2;
}

.page-entry section.about .about-content .about-content__textArea .text .note {
  font-weight: bold;
  font-size: 12px;
  margin-right: 4px;
}

.page-entry section.about .about-content .about-content__textArea .text.--onlyPC {
  display: block;
}

.page-entry section.about .about-content .about-content__textArea .text.--onlySP {
  display: none;
}

.page-entry section.about .about-content .about-content__textArea .text .--marker {
  display: inline;
  background-color: #6bcbd8;
  color: #fff;
  font-weight: bold;
  padding: 0 4px;
  margin: 0 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.page-entry section.about .about-content .about-content__textArea .text .--marker.--markerLeft {
  padding-left: 12px;
}

.page-entry section.about .about-content .about-content__textArea .text .--marker.--markerRight {
  padding-right: 12px;
}

.page-entry section.about .about-content .about-content__textArea .image {
  display: none;
}

.page-entry section.about .about-content .about-content__inner {
  margin-top: 96px;
  border: 2px solid #6bcbd8;
  padding: 48px 60px;
  position: relative;
  z-index: 1;
}

.page-entry section.about .about-content .about-content__inner .inner-head {
  text-align: center;
  border-bottom: 1px solid #6bcbd8;
  padding-bottom: 32px;
}

.page-entry section.about .about-content .about-content__inner .inner-image {
  margin-top: 48px;
  text-align: center;
}

.page-entry section.about .about-content .about-content__inner .inner-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 35px;
  margin-top: 40px;
}

.page-entry section.about .about-content .about-content__inner .inner-comment .inner-comment__illust {
  width: auto;
  height: 118px;
}

.page-entry section.about .about-content .about-content__inner .inner-comment .inner-comment__text {
  background-color: #ebf6fa;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.page-entry section.about .about-content .about-content__inner .inner-comment .inner-comment__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 16px 6px 0;
  border-color: rgba(0,0,0,0) #ebf6fa rgba(0,0,0,0) rgba(0,0,0,0);
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

.page-entry section.about .about-content .about-content__inner .inner-comment .inner-comment__text .color {
  color: #6bcbd8;
  font-weight: bold;
}

.page-entry section.about .about-content .about-note {
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.8;
  margin-top: 10px;
}

.page-entry section.howto {
  margin-top: 120px;
  padding-top: 96px;
  padding-bottom: 120px;
  position: relative;
}

.page-entry section.howto::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 180px;
  z-index: 0;
}

.page-entry section.howto .howto-content {
  position: relative;
  z-index: 1;
}

.page-entry section.howto .howto-content .howto-content__heading {
  text-align: center;
}

.page-entry section.howto .howto-content .howto-content__steps {
  margin-top: 80px;
}

.page-entry section.howto .howto-content .howto-content__steps .step+.step {
  margin-top: 120px;
}

.page-entry section.howto .howto-content .howto-content__steps .step {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.page-entry section.howto .howto-content .howto-content__steps .step:nth-child(even) {
  flex-direction: row-reverse;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea {
  margin-top: 48px;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 112px;
  height: 109px;
  padding-bottom: 4px;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num span {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num span else {
  font-weight: 500;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num span.en {
  font-size: 14px;
  letter-spacing: .03em;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num span.num {
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-top: 4px;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-text {
  margin-left: 60px;
  margin-top: -32px;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-text .--marker {
  background: linear-gradient(transparent 75%, #cdeaee 75%);
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-movieArea {
  max-width: 610px;
  width: 58%;
}

.page-entry section.howto .howto-content .howto-content__steps .step .step-movieArea video {
  width: 100%;
  height: auto;
}

.page-entry section.other .other-content {
  margin-top: 96px;
}

.page-entry section.other .other-content .other-content__heading {
  text-align: center;
}

.page-entry section.other .other-content .other-content__inner {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 0 90px;
}

.page-entry section.other .other-content .other-content__inner video {
  width: 100%;
  height: auto;
}

.page-entry section.other .other-content .other-content__inner .inner-item {
  width: 100%;
}

.page-entry section.other .other-content .other-content__inner .inner-item .inner-item__text {
  text-align: center;
  margin-top: 1em;
}

.page-entry section.otherProb {
  margin-top: 120px;
  padding-top: 90px;
  position: relative;
}

.page-entry section.otherProb::after {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 100px);
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  right: 180px;
  z-index: 0;
}

.page-entry section.otherProb .otherProb-content {
  position: relative;
  z-index: 1;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__heading {
  text-align: center;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  will-change: filter;
  background-color: #fff;
  display: flex;
  padding: 50px 60px;
  margin-top: 80px;
  gap: 0 120px;
  position: relative;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 100px);
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item {
  text-align: center;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  font-size: 20px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: #6bcbd8;
  color: #fff;
  margin: auto;
  line-height: 1;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__num else {
  font-weight: 500;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__text {
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1em;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__text .color {
  color: #6bcbd8;
  font-weight: bold;
}

.page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__illust {
  margin-top: 48px;
  width: 406px;
}

.page-entry section.price {
  padding: 90px 0 120px;
}

.page-entry section.price .price-content {
  position: relative;
  z-index: 1;
}

.page-entry section.price .price-content .price-content__heading {
  text-align: center;
}

.page-entry section.price .price-content .price-content__inner {
  display: flex;
  margin-top: 80px;
}

.page-entry section.price .price-content .price-content__inner .box.--box01 {
  width: 43.4%;
  background-color: #ebf6fa;
  padding: 48px 56px;
}

.page-entry section.price .price-content .price-content__inner .box.--box01 .box-lead {
  line-height: 1;
}

.page-entry section.price .price-content .price-content__inner .box.--box01 .box-head {
  color: #4b4346;
  line-height: 1.2;
  display: inline-block;
  margin-top: 16px;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 56.6%;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 .box-price {
  text-align: center;
  margin-top: 18px;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span {
  display: inline-block;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span.split-01 {
  font-size: 28px;
  font-weight: bold;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span.split-02 {
  font-size: 58px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #6bcbd8;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span.split-02 else {
  font-weight: 500;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span.split-03 {
  font-size: 24px;
  font-weight: bold;
}

.page-entry section.price .price-content .price-content__inner .box.--box02 .box-note {
  display: block;
  text-align: right;
  font-size: 12px;
  letter-spacing: .08em;
  margin-top: 2em;
  margin-right: 15%;
}

.page-entry section.price .price-content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6bcbd8;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  margin-top: 64px;
}

.page-entry section.price .price-content .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.mb64 {
  padding-bottom: 0;
}

.mb64 .--module_heroContent {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.mb64 .--module_sectionContent {
  padding: 0 50px;
}

.mb64 .--module_text01 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.mb64 .--module_text02 {
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: .05em;
}

.mb64 .--module_tag01 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .01em;
}

.mb64 .--module_tag01 else {
  font-weight: 500;
}

.mb64 .--module_tag02 {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .03em;
}

.mb64 .--module_tag02 else {
  font-weight: 500;
}

.mb64 .--module_lead01 {
  font-size: 18px;
  line-height: 1.89;
}

.mb64 .--module_head01 {
  font-size: 36px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.mb64 .--module_head01.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.mb64 .--module_head02 {
  font-size: 28px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.mb64 .--module_head02.color {
  color: #6bcbd8;
  border-bottom: 4px solid #6bcbd8;
  font-weight: bold;
  padding: 0 4px;
}

.mb64 .--module_head03 {
  font-size: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.mb64 .--module_head04 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #6bcbd8;
  border-bottom: 2px solid #6bcbd8;
}

.mb64 .--module_head04 else {
  font-weight: 500;
}

.mb64 .--module_head05 {
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}

.mb64 .--module_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  min-width: 300px;
  max-width: 320px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
}

.mb64 .--module_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.mb64 .--module_headingBg {
  color: #fff;
  text-align: center;
  height: 184px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #4b4346;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mb64 .--module_headingBg .--module_head01 {
  margin-top: 13px;
}

.mb64 section.hero {
  width: 100vw;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
  margin-top: 78px;
}

.mb64 section.hero .hero-content {
  padding: 0 20px;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  height: 550px;
  display: flex;
  align-items: center;
}

.mb64 section.hero .hero-content .textArea {
  text-align: center;
}

.mb64 section.hero .hero-content .textArea .hero-content__lead {
  max-width: 450px;
  margin: 0 auto;
}

.mb64 section.hero .hero-content .textArea .hero-content__lead span {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.mb64 section.hero .hero-content .textArea .hero-content__lead span+span {
  margin-top: 12px;
}

.mb64 section.hero .hero-content .textArea .hero-content__lead span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mb64 section.hero .hero-content .textArea .hero-content__head {
  margin-top: 20px;
}

.mb64 section.hero .hero-content .textArea .hero-content__tag {
  margin-top: 13px;
}

.mb64 section.hero .hero-content .textArea .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.mb64 section.hero .hero-content .textArea .hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c7be3;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  min-width: 235px;
  min-height: 60px;
  border-radius: 30px;
}

.mb64 section.hero .hero-content .textArea .hero-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.mb64 section.hero .hero-content .textArea .hero-btn.--red {
  background-color: #c12c1f;
}

.mb64 section.hero .hero-content .textArea .hero-btn+.hero-btn {
  margin-left: 24px;
}

.mb64 section.about {
  padding-top: 100px;
  padding-bottom: 120px;
}

.mb64 section.about .content {
  max-width: 1150px;
}

.mb64 section.about .problem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mb64 section.about .problem .problem-head .head {
  margin-top: 14px;
}

.mb64 section.about .problem .problem-head .tag {
  color: #3c7be3;
}

.mb64 section.about .problem .problem-list {
  max-width: 480px;
  margin-top: 42px;
}

.mb64 section.about .problem .problem-list__item {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0;
  padding-left: 46px;
  position: relative;
}

.mb64 section.about .problem .problem-list__item+.problem-list__item {
  margin-top: 24px;
}

.mb64 section.about .problem .problem-list__item::before {
  content: "";
  width: 28px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.mb64 section.about .problem .problem-list__item span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #b1caf4 70%);
}

.mb64 section.about .icon-arrow {
  width: 47px;
  margin: 56px auto 0;
  display: block;
}

.mb64 section.about .solution {
  margin-top: 56px;
  padding: 58px 56px 64px;
  background-color: #ebf2fc;
}

.mb64 section.about .solution .solution-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mb64 section.about .solution .solution-head .tag {
  color: #3c7be3;
}

.mb64 section.about .solution .solution-head .head {
  text-align: center;
  margin-top: 14px;
}

.mb64 section.about .solution .solution-head .head span {
  font-weight: bold;
  color: #3c7be3;
  position: relative;
  z-index: 0;
}

.mb64 section.about .solution .solution-head .head span::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b1caf4;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -10;
}

.mb64 section.about .solution .solution-body {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}

.mb64 section.about .solution .solution-body .solution-text span {
  color: #3c7be3;
  font-weight: bold;
}

.mb64 section.about .solution .solution-body .solution-img {
  width: 47.9744136461%;
  position: relative;
}

.mb64 section.reason {
  position: relative;
  z-index: 0;
}

.mb64 section.reason::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f7f7f7;
  transform: translateX(-50%);
  z-index: -10;
}

.mb64 section.reason .content {
  max-width: 1150px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.mb64 section.reason .scene-box {
  padding: 56px;
  background-color: #fff;
}

.mb64 section.reason .scene-box+.scene-box {
  margin-top: 40px;
}

.mb64 section.reason .scene-box .scene-wrap {
  display: flex;
  justify-content: space-between;
}

.mb64 section.reason .scene-box .scene-text-wrap {
  width: 53.3049040512%;
}

.mb64 section.reason .scene-box .scene-head {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.mb64 section.reason .scene-box .scene-head::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mb64 section.reason .scene-box .head-title {
  margin-left: 18px;
}

.mb64 section.reason .scene-box .head-img {
  width: 62px;
}

.mb64 section.reason .scene-box .head-tag .tag {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3c7be3;
  font-size: 14px;
}

.mb64 section.reason .scene-box .head-tag .tag else {
  font-weight: 500;
}

.mb64 section.reason .scene-box .head-tag .num {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #3c7be3;
  font-size: 24px;
  margin-left: 5px;
}

.mb64 section.reason .scene-box .head-tag .num else {
  font-weight: 500;
}

.mb64 section.reason .scene-box .head-name {
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  margin-top: 14px;
}

.mb64 section.reason .scene-box .scene-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  margin-top: 19px;
}

.mb64 section.reason .scene-box .scene-title span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px;
  position: relative;
  z-index: 0;
}

.mb64 section.reason .scene-box .scene-title span::before {
  content: "";
  width: 100%;
  height: 34px;
  background-color: #3c7be3;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -10;
}

.mb64 section.reason .scene-box .scene-thumb {
  width: 44.2430703625%;
}

.mb64 section.reason .scene-box .scene-thumb img {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.mb64 section.reason .scene-box .scene-video {
  width: 44.2430703625%;
}

.mb64 section.reason .scene-box .scene-video video {
  width: 100%;
  height: auto;
}

.mb64 section.reason .scene-box .scene-content {
  margin-top: 48px;
}

.mb64 section.reason .scene-box .scene-content .scene-item {
  padding: 24px 0px 24px;
  display: flex;
  align-items: center;
}

.mb64 section.reason .scene-box .scene-content .scene-item+.scene-item {
  margin-top: 16px;
}

.mb64 section.reason .scene-box .scene-content .scene-item .text-block {
  border-left: 1px solid #ccc;
  padding: 16px 30px 16px 4.4776119403%;
}

.mb64 section.reason .scene-box .scene-content .scene-item .head {
  font-size: 20px;
  font-weight: bold;
  min-width: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb64 section.reason .scene-box .scene-content .scene-item .text {
  letter-spacing: 0;
  line-height: 1.875;
}

.mb64 section.reason .scene-box .scene-content .scene-item .text+.text {
  margin-top: 11px;
}

.mb64 section.reason .scene-box .scene-content .scene-item.--problem {
  background-color: #f7f7f7;
}

.mb64 section.reason .scene-box .scene-content .scene-item.--solution {
  background-color: #ebf2fc;
}

.mb64 section.reason .scene-box .scene-content .scene-item.--solution .head {
  color: #3c7be3;
}

.mb64 section.reason .scene-box .scene-content .scene-item.--solution .text {
  padding-left: 18px;
  position: relative;
}

.mb64 section.reason .scene-box .scene-content .scene-item.--solution .text::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #3c7be3;
  position: absolute;
  top: 13px;
  left: 0;
}

.mb64 section.reason .reason-lead {
  text-align: center;
  margin-top: 90px;
}

.mb64 section.reason .reason-lead span {
  color: #3c7be3;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.mb64 section.reason .reason-lead span::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #3c7be3;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.mb64 section.reason .reason-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c7be3;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  min-width: 336px;
  min-height: 60px;
  border-radius: 30px;
  margin-top: 64px;
}

.mb64 section.reason .reason-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.mb64 section.feature .content {
  max-width: 1150px;
  padding-top: 70px;
  padding-bottom: 120px;
}

.mb64 section.feature .lead {
  text-align: center;
}

.mb64 section.feature .lead span {
  color: #3c7be3;
  font-weight: bold;
}

.mb64 section.feature .feature-content {
  margin-top: 90px;
  background-color: #f7f7f7;
}

.mb64 section.feature .feature-box {
  padding: 80px 0;
  margin: 0 56px;
}

.mb64 section.feature .feature-box+.feature-box {
  border-top: 1px solid #ccc;
}

.mb64 section.feature .feature-box .feature-head {
  display: flex;
  align-items: center;
}

.mb64 section.feature .feature-box .feature-head .tag {
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  width: 128px;
  height: 36px;
  padding-top: 1px;
  padding-right: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #3c7be3;
  position: relative;
}

.mb64 section.feature .feature-box .feature-head .tag else {
  font-weight: 500;
}

.mb64 section.feature .feature-box .feature-head .tag::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 12px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #3c7be3;
  position: absolute;
  top: 0;
  right: -12px;
}

.mb64 section.feature .feature-box .feature-head .title {
  margin-left: 30px;
  padding-bottom: 2px;
}

.mb64 section.feature .feature-box .feature-text {
  margin-top: 15px;
}

.mb64 section.feature .feature-box .feature-list {
  margin-top: 34px;
  padding: 25px 32px;
  background-color: #ebf2fc;
}

.mb64 section.feature .feature-box .feature-list .item {
  font-size: 14px;
  line-height: 1.8571428571;
  padding-left: 18px;
  position: relative;
}

.mb64 section.feature .feature-box .feature-list .item+.item {
  margin-top: 4px;
}

.mb64 section.feature .feature-box .feature-list .item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #3c7be3;
  position: absolute;
  top: 13px;
  left: 0;
}

.mb64 section.feature .feature-box .feature-list .item span {
  color: #3c7be3;
  font-weight: bold;
}

.mb64 section.feature .feature-box .feature-img {
  margin-top: 34px;
  padding: 32px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.mb64 section.feature .feature-lead {
  text-align: center;
  margin-top: 90px;
}

.mb64 section.feature .feature-lead span {
  color: #3c7be3;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.mb64 section.feature .feature-lead span::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #3c7be3;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.mb64 section.feature .feature-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c7be3;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  min-width: 350px;
  min-height: 60px;
  border-radius: 30px;
  margin-top: 64px;
}

.mb64 section.feature .feature-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.mb64 section.case .content {
  max-width: 1150px;
  padding-top: 80px;
  padding-bottom: 120px;
}

.mb64 section.case .case-wrap {
  display: flex;
  justify-content: space-between;
}

.mb64 section.case .case-lead {
  margin-top: 16px;
}

.mb64 section.case .case-lead span {
  color: #3c7be3;
  font-weight: bold;
}

.mb64 section.case .case-img {
  width: 620px;
  position: relative;
  left: 72px;
}

.mb64 section.case .case-list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.mb64 section.case .case-list .item {
  width: 23.8095238095%;
  box-shadow: 0 0 26px rgba(49,60,71,.3);
  background-color: #fff;
}

.mb64 section.case .case-list .item-thumb {
  width: 100%;
}

.mb64 section.case .case-list .text-wrap {
  padding: 0 9.6% 32px;
}

.mb64 section.case .case-list .item-title {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: bold;
  min-height: 60px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.mb64 section.case .case-list .item-text {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 13px;
  min-height: 202px;
}

.mb64 section.case .case-list .item-desc {
  margin-top: 28px;
}

.mb64 section.case .case-list .item-link {
  display: flex;
  justify-content: center;
}

.mb64 section.case .case-list .item-link a {
  color: #3c7be3;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: center;
  min-height: 36px;
  margin: 14px auto 0;
  padding: 0 22px 0 4px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mb64 section.case .case-list .item-link a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3c7be3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mb64 section.case .case-list .item-link a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #007bff;
  position: absolute;
  top: calc(50% + 1px);
  right: 2px;
  transform: translateY(-50%);
}

.mb64 section.case .case-box {
  margin-top: 80px;
  padding: 64px 56px 80px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mb64 section.case .case-box .title span {
  color: #3c7be3;
  font-weight: bold;
}

.mb64 section.case .case-box .lead {
  margin-top: 24px;
}

.mb64 section.case .case-box .case-box-wrap {
  background-color: #fff;
  margin-top: 15px;
}

.mb64 section.case .case-box .case-box-wrap {
  padding: 24px 40px 24px 0;
  background-color: #fff;
  margin-top: 46px;
  display: flex;
  align-items: center;
}

.mb64 section.case .case-box .case-box-wrap .head {
  color: #3c7be3;
  font-size: 20px;
  font-weight: bold;
  min-width: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb64 section.case .case-box .case-box-wrap .text {
  border-left: 1px solid #ccc;
  padding: 17px 5.8355437666% 17px;
}

.mb64 section.case .case-box .case-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c7be3;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  min-width: 337px;
  min-height: 60px;
  border-radius: 30px;
  margin-top: 57px;
}

.mb64 section.case .case-box .case-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.mb64 .contact-list {
  display: flex;
  justify-content: center;
}

.mb64 .contact-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 29.0434782609%;
  background-color: #fff;
  padding: 37px 0 49px;
}

.mb64 .contact-list li+li {
  margin-left: 2.7826086957%;
}

.mb64 .contact-list li:nth-child(1) figure {
  width: 41px;
}

.mb64 .contact-list li:nth-child(2) figure {
  width: 47px;
}

.mb64 .contact-list li:nth-child(3) figure {
  width: 54px;
}

.mb64 .contact-list li figure {
  min-height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto 14px;
}

.mb64 .contact-list li p {
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: .025em;
  font-weight: 400;
  margin-bottom: 32px;
}

.mb64 .contact-list.--type2 li {
  width: 40.88%;
}

.mb64 .contact-list.--type2 li+li {
  margin-left: 4%;
}

.mb64 .contact-button {
  margin-top: auto;
}

.mb64 .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c7be3;
  color: #fff;
  width: 276px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 30px;
  border-radius: 25px;
  margin: auto;
  position: relative;
}

.mb64 .contact-button a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 1px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.mb64 .contact-button a span {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  display: inline-block;
  padding-bottom: 1px;
}

.remodal-wrapper {
  max-height: 100vh;
}

.remodal {
  max-width: none;
}

.remodal.modal {
  background: none;
  margin: auto;
  padding: 0;
  max-width: 860px;
}

.remodal .modal-block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.remodal .remodal-cancel.modal-close {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  min-width: auto;
  position: absolute;
  top: -50px;
  right: -8px;
  width: 40px;
  height: 40px;
}

.remodal .remodal-cancel.modal-close::before,
.remodal .remodal-cancel.modal-close::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0% 50%;
  transform: rotate(45deg) translate(-50%, -50%);
}

.remodal .remodal-cancel.modal-close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.remodal .modal-frame {
  width: 100%;
  aspect-ratio: 8/5;
  position: relative;
}

.remodal .modal-frame iframe {
  width: 100%;
  height: 100%;
}

#onetrust-banner-sdk {
  display: none;
}

.str-renew {
  scroll-behavior: auto;
}

.str-renew.--primary .l-header {
  position: fixed;
}

.str-renew.--primary .m-header__headline {
  width: auto;
}

.str-renew.--primary .m-header__wrapper {
  margin-left: 96px;
  width: 100%;
}

.str-renew.--primary .m-header__wrapper .m-header__button {
  margin-right: 0;
}

.str-renew.--primary .m-nav-global__list .m-nav-global__item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.str-renew.--primary .m-nav-global__list .m-nav-global__item+.m-nav-global__item {
  margin-left: 25px;
}

.str-renew.--primary .m-header__logo {
  padding-bottom: 0;
}

.str-renew.--primary .m-header__btn {
  display: flex;
  margin-left: auto;
}

.str-renew.--primary .m-header__btn .--module_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c7be3;
  color: #fff;
  min-width: 300px;
  max-width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 29.5px;
  margin: auto;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  width: auto;
  height: auto;
  min-width: 132px;
  min-height: 42px;
  border-radius: 21px;
  padding: 0;
}

.str-renew.--primary .m-header__btn .--module_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.str-renew.--primary .m-header__btn .--module_btn::after {
  display: none;
}

.str-renew.--primary .m-header__btn .--module_btn.--red {
  background-color: #c12c1f;
}

.str-renew.--primary .m-header__btn .--module_btn+.--module_btn {
  margin-left: 16px;
}

.str-renew.--primary .l-footer {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.str-renew.--primary .l-footer .copy {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: 12px;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  background: none;
}

.str-renew.--primary .l-footer .copy else {
  font-weight: 500;
}

#reason,
#feature,
#case {
  position: relative;
  top: -79px;
}

.news .news-list {
  width: 100%;
  max-width: 1050px;
  margin: 62px auto 0;
}

.news .news-list__item {
  width: 100%;
  position: relative;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.news .news-list__item+.news-list__item {
  border-top: none;
}

.news .news-list__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #3c7be3;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

.news .news-list__item .link {
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 10px 40px 10px 0;
  display: flex;
  align-items: center;
}

.news .news-list__item .item-date {
  color: #3c7be3;
  font-size: 15px;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  min-width: 6em;
}

.news .news-list__item .item-text {
  font-size: 14px;
  line-height: 2.35714;
  margin-left: 24px;
  padding-left: 28px;
  position: relative;
}

.news .news-list__item .item-text::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}

.quality {
  padding-top: 90px;
}

.quality .quality-banner {
  display: flex;
  align-items: center;
  gap: 20px 38px;
  max-width: 980px;
  width: 100%;
  padding: 40px;
  border: 1px solid #3c7be3;
  margin-inline: auto;
}

.quality .quality-banner-img {
  width: 220px;
}

.quality .quality-banner-desc {
  flex: 1;
}

.quality .quality-banner-text {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.6;
}

.quality .quality-banner-text strong {
  font-weight: bold;
}

.quality .quality-banner-text sup {
  font-size: .5em;
  vertical-align: text-top;
}

.quality .quality-banner-note {
  font-size: 10px;
  margin-top: 20px;
  letter-spacing: .04em;
  line-height: 1.3;
}

.page-features .features-content-btn .button-wrap {
  margin-top: 0;
}

.page-features .features-content-btn .button-wrap a {
  width: 294px;
  padding: 12px 30px;
}

.page-features .features-content-btn .button-wrap a span {
  font-size: 1.5rem;
  line-height: 2rem;
}

.page-features .features-content-list {
  margin: 30px 0;
}

.page-features .features-content-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.mv-cta {
  margin: 0 calc(50% - 50vw) 0;
  background-color: #fff;
  padding: 0 20px;
}

.mv-cta-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  border-bottom: 1px solid #9e9e9e;
  padding: 20px 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px 20px;
}

.mv-cta-text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.mv-cta-text::before {
  content: "â€»";
  margin-right: .5em;
}

.mv-cta-button {
  font-size: 1.4rem;
  background-color: #9e9e9e;
  border-radius: 40px;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #9e9e9e;
  transition: .2s;
}

[data-anime].is-show {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-anime-box].is-show [data-anime] {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-fade] {
  opacity: 0;
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-fade-in] {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur] {
  filter: blur(2px);
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur-in] {
  filter: blur(2px);
  opacity: 0;
  transform: translateY(5px) scale(1.01);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-scale] {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#onetrust-consent-sdk {
  display: none;
}

.content {
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Sans",sans-serif;
  -webkit-font-smoothing: auto;
}

.str-renew {
  position: relative;
}

.gradation-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  width: 270px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.gradation-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.gradation-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.gradation-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gradation-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.gradation-button a {
  background: linear-gradient(-30deg, #194399, #6391c1);
  font-size: 1.6rem;
  letter-spacing: .08em;
  text-align: center;
}

.gradation-button.--type2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  width: 420px;
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.gradation-button.--type2 a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.gradation-button.--type2 a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.gradation-button.--type2 a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gradation-button.--type2 a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.gradation-button.--type2 a {
  background: linear-gradient(-30deg, #194399, #6391c1);
  font-size: 1.8rem;
  letter-spacing: .08em;
}

.gradation-button.--type2 a::after {
  margin: 0;
}

.gradation-button.button-wrap a {
  display: flex;
  align-items: center;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.localnavi {
  position: relative;
  z-index: 1;
}

.localnavi>p {
  width: 250px;
}

.localnavi>p a img {
  width: 179px;
}

.localnavi-box {
  width: calc(100% - 250px);
}

#onetrust-banner-sdk {
  display: none;
}

.gradation-bg {
  background-color: #011428;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.gradation-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.info-gradation-bg {
  background-color: #011428;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.info-gradation-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-features {
  max-width: 100%;
  padding-top: var(--nav-height, 0);
  background: none;
  position: relative;
  z-index: 0;
}

.page-features .section-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
}

.page-features .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.page-features .section-title-en {
  color: #87b5ea;
  font-size: 2rem;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-features .section-title-en else {
  font-weight: 500;
}

.page-features .section-title-ja {
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: .02em;
  line-height: 1.2380952381;
  font-feature-settings: "palt";
  font-weight: 600;
}

.page-features .section-title-ja b {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-features .section-title-ja b else {
  font-weight: 500;
}

.page-features .section-title-ja b {
  font-size: 5rem;
  letter-spacing: .02em;
  padding-inline: .2em;
  font-feature-settings: "palt";
  vertical-align: unset;
  position: relative;
  top: 1px;
}

.page-features .float-bg {
  width: 100%;
  height: 796px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page-features .float-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.page-features .float-bg .float-bg-overlay {
  display: block;
  width: 100vw;
  height: 100vw;
  background-color: #011428;
  position: fixed;
  inset: 0;
  opacity: 0;
}

.page-features .--skeleton-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid hsla(0,0%,100%,.2);
}

.page-features .--skeleton-box::before,
.page-features .--skeleton-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-features .--skeleton-box::before {
  content: "";
  background-color: #fff;
  opacity: .05;
  z-index: -3;
}

.page-features .--skeleton-box::after {
  content: "";
  background: linear-gradient(0deg, #6391c1, #132537);
  opacity: .25;
  z-index: -2;
}

.page-features .--gradation-border {
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.page-features .--gradation-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #194399 0%, #215ace 25%, #6391c1 50%, #87b5ea 75%, #6391c1 90%, #215ace 100%);
  background-size: 200% 200%;
  animation: gradationBorder 3s ease-in-out infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}

@keyframes gradationBorder {
  0% {
    background-position: 0% 0%;
  }

  25% {
    background-position: 50% 50%;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.page-features .hero {
  height: 460px;
  margin: 0 auto;
  position: relative;
  background: none;
}

.page-features .hero::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url("../img/hero_bg.png");
  background-repeat: no-repeat;
  background-size: 1700px 540px;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  pointer-events: none;
}

.page-features .hero .hero-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  width: 77.7777777778%;
  padding-inline: 0;
  height: 100%;
  position: relative;
  padding-block: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-features .hero .hero-title {
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
  font-weight: 600;
  grid-area: title;
}

.page-features .hero .hero-title b {
  font-size: 5.2rem;
  line-height: 1.1538461538;
  letter-spacing: 0.02em;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-features .hero .hero-title b else {
  font-weight: 500;
}

.page-features .hero .hero-title b {
  position: relative;
  top: 1px;
  padding-inline: 0 .1em;
}

.page-features .hero .hero-title span {
  font-weight: 600;
  background: linear-gradient(0deg, transparent 0px, transparent 4px, rgba(135, 181, 234, 0.6) 4px, rgba(135, 181, 234, 0.6) 13px, transparent 9px, transparent 100%);
}

.page-features .hero .hero-text {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
  grid-area: text;
  font-feature-settings: "palt";
}

.page-features .hero .hero-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  width: 280px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-features .hero .hero-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-features .hero .hero-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-features .hero .hero-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .hero .hero-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-features .hero .hero-button a {
  margin: 42px 0 0;
}

.page-features .hero .hero-button a::after {
  bottom: auto;
  border: none;
}

.page-features .content-nav {
  background: none;
  position: relative;
  z-index: 1;
}

.page-features .content-nav.--bottom {
  padding-top: 100px;
}

.page-features .content-nav.--bottom li a {
  background-color: rgba(75,108,146,.15);
}

.page-features .content-nav.--bottom li a.is-active {
  background-color: rgba(75,108,146,.3);
}

.page-features .content-nav::before {
  padding: 0 0 1px;
}

.page-features .content-nav ul {
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.page-features .content-nav li {
  width: 100%;
}

.page-features .content-nav li a {
  color: #fff;
  padding-block: 0;
  height: 80px;
  background: none;
  border: none;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background-color: rgba(75,108,146,.15);
}

.page-features .content-nav li a::before {
  padding: 1px 1px 0;
}

.page-features .content-nav li a span {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.page-features .content-nav li a.is-active {
  padding-block: 0;
  height: 100px;
  border-top: 1px solid hsla(0,0%,100%,.2);
  background-color: #1f374f;
  pointer-events: none;
  position: relative;
  top: 2px;
}

.page-features .content-nav li a.is-active span {
  color: #fff;
}

.page-features .content-nav li a.is-active.--skeleton-box {
  border-bottom: none;
}

.page-features .content-nav li a.is-active.--skeleton-box::after {
  content: "";
  background: #4b6c92;
  opacity: .25;
  z-index: -1;
}

.page-features .features-wrap .features-block {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1f374f 0%, #1f374f 5%, transparent 15%, transparent 100%);
  z-index: -1;
}

.page-features .features-wrap .features-block .section-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  position: relative;
}

.page-features.--skeleton-box {
  border: none;
}

.page-features.--skeleton-box::after {
  content: "";
  background: #4b6c92;
  opacity: .25;
  z-index: -1;
}

.page-features .features-about {
  padding-block: 135px 0;
  margin-bottom: 0;
}

.page-features .features-about-lead {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 31px;
  margin-bottom: 71px;
}

.page-features .features-about-illust {
  max-width: none;
}

.page-features .features-figure {
  margin: 0;
  padding: 96px 0 0;
  background: none;
}

.page-features .features-figure-title {
  margin-bottom: 45px;
}

.page-features .features-figure-title span {
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: 500;
}

.page-features .features-figure-illust {
  max-width: none;
  padding: 60px;
  border-radius: 20px;
  background-color: rgba(17,35,53,.8);
  overflow: hidden;
}

.page-features .features-figure-illust::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #6391c1, #132537);
  opacity: .25;
  z-index: -1;
}

.page-features .features-movie {
  padding-block: 84px 0;
}

.page-features .features-movie .features-movie-title span {
  color: #fff;
  border-color: #fff;
  font-size: 3.2rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: normal;
}

.page-features .features-movie .features-movie-lead {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-feature-settings: normal;
  margin-top: 26px;
}

.page-features .features-movie .button-wrap {
  margin-top: 49px;
}

.page-features .features-box {
  padding-inline: 20px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  margin-top: 160px;
  position: relative;
}

.page-features .features-box::before,
.page-features .features-box::after {
  content: "";
  width: 700px;
  height: 700px;
  background: linear-gradient(-30deg, #194399, #6391c1);
  border-radius: 50%;
  position: absolute;
  opacity: .4;
  filter: blur(200px);
}

.page-features .features-box::before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.page-features .features-box::after {
  bottom: 30%;
  left: 0;
  transform: translate(-50%, 50%);
}

.page-features .features-box .section-nav-num {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-features .features-box .section-nav-num else {
  font-weight: 500;
}

.page-features .features-box .section-nav-num {
  color: #194399;
  font-feature-settings: "palt";
}

.page-features .features-box .features-content {
  padding-block: 120px 60px;
  position: relative;
  z-index: 1;
}

.page-features .features-box .features-content+.features-content {
  padding-block: 60px;
}

.page-features .features-box .features-content:last-child {
  padding-block: 60px 140px;
  border-radius: 0 0 20px 20px;
}

.page-features .features-box .features-content-title {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
}

.page-features .features-box .features-content-title h3 {
  padding: 0;
}

.page-features .features-box .features-content-title h3 i {
  color: #194399;
  border-color: #194399;
}

.page-features .features-box .features-content-text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: normal;
  font-weight: 400;
  margin: 30px 0 0;
}

.page-features .features-box .features-content-text sup {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  vertical-align: super;
}

.page-features .features-box .features-content-image {
  margin: 40px 0 0;
}

.page-features .features-box .features-content-image+.features-content-text {
  margin-top: 60px;
}

.page-features .features-box .features-content-support {
  background-color: #edf2f8;
  border-radius: 20px;
}

.page-features .features-box .features-content-support .title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  font-feature-settings: normal;
}

.page-features .features-box .features-content-support .buttons .title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-feature-settings: normal;
  text-align: center;
}

.page-features .features-box .features-content-support .button-wrap {
  margin-top: 44px;
  gap: 30px;
}

.page-features .features-box .features-content-ver63 .wrap {
  padding: 40px 60px;
  border-radius: 20px;
}

.page-features .features-box .features-content-ver63 .text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0em;
}

.page-features .features-box .features-content-ver63 .box {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 14.4086021505%;
  position: relative;
}

.page-features .features-box .features-content-ver63 .box::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cacaca;
  position: absolute;
  inset: 0;
  margin: auto;
}

.page-features .features-box .features-content-ver63 .box dt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 600;
}

.page-features .features-box .features-content-ver63 .box dd {
  margin-top: 14px;
}

.page-features .features-box .features-content-ver63 .box figure img {
  width: 100%;
}

.page-features .features-box .features-content-ver63 .box figcaption {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 14px;
}

.page-features .features-box .features-content-ver63 .note li {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  letter-spacing: 0em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}

.page-features .features-box .features-content-ver63 .note .ico-window {
  text-decoration: underline;
  color: #000;
  background: url(/common/img/ico_window_bl.png) right 4px/8px auto no-repeat;
  padding-right: 13px;
  display: inline-block;
  text-indent: 0;
  margin-right: 3px;
}

.page-features .features-box .features-content-arrow+.features-content-image {
  margin: 0;
}

.page-features .features-box .features-content-method {
  margin-top: 80px;
  background-color: #ecf0f7;
  border-radius: 20px;
  padding: 58px 60px 4px;
}

.page-features .features-box .features-content-method .title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
}

.page-features .features-box .features-content-method .title span {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-features .features-box .features-content-method .title span else {
  font-weight: 500;
}

.page-features .features-box .features-content-method .method-list {
  margin-top: 50px;
}

.page-features .features-box .features-content-method .method-list>li {
  padding-block: 48px 56px;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: 35.4838709677% 64.5161290323%;
  justify-content: space-between;
  align-items: start;
}

.page-features .features-box .features-content-method .method-name-box {
  display: flex;
}

.page-features .features-box .features-content-method .method-name-box .num {
  color: #194399;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-features .features-box .features-content-method .method-name-box .num else {
  font-weight: 500;
}

.page-features .features-box .features-content-method .method-name-box .num {
  width: 42px;
  margin-top: -3px;
  margin-right: 30px;
  position: relative;
}

.page-features .features-box .features-content-method .method-name-box .num::after {
  content: "";
  width: 1px;
  height: 56px;
  background-color: #194399;
  position: absolute;
  top: -1px;
  right: 0;
  transform: rotate(30deg);
}

.page-features .features-box .features-content-method .method-name-box .name-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-features .features-box .features-content-method .method-name-box .logo {
  width: 48px;
}

.page-features .features-box .features-content-method .method-name-box .name {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-features .features-box .features-content-method .method-name-box .name else {
  font-weight: 500;
}

.page-features .features-box .features-content-method .method-text-box {
  margin-top: -6px;
}

.page-features .features-box .features-content-method .method-text-box li {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  gap: 6px;
}

.page-features .features-box .features-content-method .method-text-box li::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  width: 3px;
  height: 3px;
  background-color: #194399;
  position: relative;
  top: 12px;
}

.page-features .features-box .features-content-method .method-text-box .note {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  letter-spacing: 0em;
  margin-top: 6px;
}

.page-features .features-box .features-content-method .method-text-box .box {
  background-color: #fff;
  padding: 20px 36px 20px 24px;
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.page-features .features-box .features-content-method .method-text-box strong {
  color: #194399;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-features .features-box .features-content-method .method-text-box strong::before {
  content: "";
  min-width: 29px;
  min-height: 27px;
  background-image: url("../img/icon-check.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.page-features .features-box .features-content-detail {
  margin-top: 42px;
}

.page-features .features-box .features-content-detail>*:first-child {
  margin-top: 0;
}

.page-features .features-box .features-content-detail .box {
  background-color: #f5f5f5;
  border-radius: 20px;
  max-width: 100%;
  justify-content: center;
}

.page-features .features-box .features-content-detail .image-box {
  background-color: #f5f5f5;
  border-radius: 20px;
  max-width: 100%;
  justify-content: center;
  min-height: 463px;
}

.page-features .features-box .features-content-button {
  margin-top: 48px;
}

.page-features .features-box .features-content-num {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-features .features-box .features-content-num else {
  font-weight: 500;
}

.page-features .features-box .features-content-num {
  color: #194399;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
}

.page-features .features-box .features-content-num::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #194399;
}

.page-features .features-box .features-content-func {
  background-color: #eff4f9;
  border-radius: 20px;
  margin-block: 42px 0;
  padding: 23px 15px 25px 0;
}

.page-features .features-box .features-content-func p {
  width: 239px;
  color: #194399;
}

.page-features .features-box .features-content-func ul {
  padding-left: 60px;
  border-left: 1px solid #babdc4;
}

.page-features .features-box .features-content-func li {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  font-feature-settings: normal;
  padding-left: .8em;
}

.page-features .features-box .features-content-func li::before {
  background-color: #194399;
  width: 3px;
  height: 3px;
  border-radius: 0;
  top: 13px;
}

.page-features .features-box .features-content-func+.features-content-image {
  margin-top: 24px;
}

.page-features .features-box .features-content-label {
  margin-block: 84px 0;
}

.page-features .features-box .features-content-label.--center {
  text-align: center;
}

.page-features .features-box .features-content-label span {
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  background: none;
}

.page-features .features-box .features-content-label span~span {
  margin: 0;
}

.page-features .features-box .features-content-option {
  margin-block: 30px 0;
  border-radius: 20px;
  border: none;
}

.page-features .features-box .features-content-option .features-content-heading {
  color: #194399;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  margin: 0;
}

.page-features .features-box .features-content-option .features-content-heading span {
  color: #194399;
  border-color: #194399;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  margin-left: 18px;
  padding: 7px 8px 6px;
}

.page-features .features-box .features-content-option .features-content-text {
  margin-block: 18px 34px;
}

.page-features .features-box .features-content-option .gradation-button a {
  margin: 0;
}

.page-features .features-box .section-nav {
  background: none;
  color: #000;
  padding: 80px 0 0;
  margin-inline: auto;
  max-width: 1050px;
}

.page-features .features-box .section-nav ul {
  -moz-column-gap: 40px;
  column-gap: 40px;
  justify-content: center;
}

.page-features .features-box .section-nav li a {
  padding-bottom: 0;
  height: 100%;
  padding-bottom: 32px;
  max-width: 207px;
  border-bottom: 1px solid #c5c7c9;
  position: relative;
}

.page-features .features-box .section-nav li a::after {
  content: "";
  width: 13px;
  height: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjEzLjVweCIgaGVpZ2h0PSI4LjVweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIHN0cm9rZT0icmdiKDI1LCA2NywgMTUzKSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEyLjUwMSwxLjQ4OSBMNi40OTcsNy41MDggTDAuNDkzLDEuNDg5ICIvPgo8L3N2Zz4=");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
  border: none;
}

.page-features .features-box .section-nav li .section-nav-num {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-features .features-box .section-nav li .section-nav-num else {
  font-weight: 500;
}

.page-features .features-box .section-nav li .section-nav-num {
  font-feature-settings: "palt";
  color: #194399;
  text-align: center;
}

.page-features .features-box .section-nav li .section-nav-text {
  color: #000;
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-weight: 400;
}

.page-features .features-box .section-nav li .section-nav-text span {
  color: #194399;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  padding-inline: 5px;
  border: 1px solid #194399;
  border-radius: 2px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
}

.page-features .demo {
  color: #fff;
  margin-inline: auto;
}

.page-features .demo .demo-title {
  background: none;
  margin: 0;
  padding: 128px 0 70px;
}

.page-features .demo .demo-title p {
  margin-top: 38px;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 400;
  font-feature-settings: normal;
}

.page-features .demo .demo-content {
  display: grid;
  grid-template-columns: 1fr 43.8095238095%;
  gap: 90px;
}

.page-features .demo .demo-content figure {
  width: 100%;
  transform: none;
}

.page-features .demo .demo-content ul {
  width: auto;
}

.page-features .demo .demo-content li {
  padding: 20px 0;
  min-height: 111px;
  align-items: center;
  border-color: #344353;
}

.page-features .demo .demo-content li::before {
  display: none;
}

.page-features .demo .demo-content li .text {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
  font-feature-settings: normal;
  padding: 0 0 0 42px;
  position: relative;
}

.page-features .demo .demo-content li .text::before {
  content: "";
  width: 29px;
  height: 27px;
  background-image: url("../img/icon-check.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}

.page-features .demo .demo-content li .large {
  color: #87b5ea;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
}

.page-features .demo .demo-content li .large else {
  font-weight: 500;
}

.page-features .demo .demo-content li .large {
  font-size: 8rem;
  line-height: 1;
  letter-spacing: -0.06em;
  font-feature-settings: normal;
  padding-inline: 4px;
}

.page-features .demo .demo-content li .small {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  font-feature-settings: normal;
  margin-top: 5px;
}

.page-features .demo .gradation-button {
  margin-top: 80px;
}

.page-features .info-content {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-block: -20px;
}

.page-features .info-content .info-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-features .info-content .info-title {
  color: #fff;
}

.page-features .info-content .info-title {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .025em;
  font-weight: 600;
}

.page-features .info-content .info-title b {
  font-size: 3.8rem;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-features .info-content .info-title b else {
  font-weight: 500;
}

.page-features .info-content .info-title b {
  letter-spacing: .025em;
  padding-inline: .12em;
  font-feature-settings: "palt";
}

.page-features .info-content .info-button-box {
  margin-top: 41px;
  display: flex;
  gap: 24px;
}

.page-features .info-content .info-button:nth-child(1) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  width: 275px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-features .info-content .info-button:nth-child(1) a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-features .info-content .info-button:nth-child(1) a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-features .info-content .info-button:nth-child(1) a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .info-content .info-button:nth-child(1) a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-features .info-content .info-button:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0);
  color: #fff;
  width: 275px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-features .info-content .info-button:nth-child(2) a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-features .info-content .info-button:nth-child(2) a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-features .info-content .info-button:nth-child(2) a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .info-content .info-button:nth-child(2) a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-features .info-content .info-button:nth-child(2) a {
  border: 1px solid #fff;
}

.page-features .case-content {
  max-width: 1050px;
  margin: 0 auto 0;
  position: relative;
}

.page-features .case-customers {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(auto-fit, 170px);
  justify-content: center;
  margin-top: 48px;
}

.page-features .case-customers .case-customers-item {
  display: grid;
  place-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 8px 8px rgba(0,0,0,.03);
}

.page-features .case-customers.is-show {
  clip-path: none;
}

.page-features .case-area {
  margin-inline: auto;
  display: flex;
  margin-top: 130px;
  justify-content: center;
  gap: 22px;
}

.page-features .case-card {
  width: 32.1904761905%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 8px rgba(0,0,0,.03);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}

.page-features .case-card img {
  width: 100%;
}

.page-features .case-name {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-features .case-name img {
  width: auto;
  min-height: 60px;
  max-height: 80px;
}

.page-features .case-text {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
  padding: 21px 28px 21px;
}

.page-features .case-data {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededed;
}

.page-features .case-link-text {
  text-align: center;
  padding-block: 34px 40px;
}

.page-features .case-link-text span {
  color: #194399;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: .08em;
  font-feature-settings: "palt";
  border-bottom: 1px solid #194399;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-features .case-link-text span::after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcuNiAxMC44Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuOC4yLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMykgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMTk0Mzk5OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9Ii42IDEwLjggMCAxMCA2IDUuNCAwIC44IC42IDAgNy42IDUuNCAuNiAxMC44Ii8+Cjwvc3ZnPg==");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.page-features .contact {
  position: relative;
}

.page-features .contact .section-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  max-width: 1210px;
  padding-block: 60px;
}

.page-features .contact .contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.page-features .contact .contact-list li {
  width: 100%;
  min-height: 288px;
  padding: 45px 10px 56px;
  background-color: #fff;
  border-radius: 20px;
}

.page-features .contact .contact-list li:nth-child(1) figure img {
  width: 41px;
}

.page-features .contact .contact-list li:nth-child(2) figure img {
  width: 54px;
}

.page-features .contact .contact-list li:nth-child(2) .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb129;
  color: #000;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-features .contact .contact-list li:nth-child(2) .contact-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-features .contact .contact-list li:nth-child(2) .contact-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-features .contact .contact-list li:nth-child(2) .contact-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .contact .contact-list li:nth-child(2) .contact-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-features .contact .contact-list li:nth-child(3) figure img {
  width: 47px;
}

.page-features .contact .contact-list li:nth-child(3) .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0);
  color: #000;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-features .contact .contact-list li:nth-child(3) .contact-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-features .contact .contact-list li:nth-child(3) .contact-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-features .contact .contact-list li:nth-child(3) .contact-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .contact .contact-list li:nth-child(3) .contact-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-features .contact .contact-list li:nth-child(3) .contact-button a {
  border: 1px solid #000;
}

.page-features .contact .contact-list li figure {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-features .contact .contact-list li p {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: 10px;
}

.page-features .contact .contact-button {
  margin-top: 33px;
}

.page-features .contact .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-features .contact .contact-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-features .contact .contact-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-features .contact .contact-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .contact .contact-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1200px;
  }
}

@media screen and (min-width: 769px) {
  .content br.sp {
    display: none;
  }

  .content br.pc {
    display: block;
  }

  .modal {
    padding: 90px 40px 40px;
  }

  .modal-content {
    width: 100%;
    max-width: 950px;
  }

  .modal-content-close {
    width: 50px;
    height: 50px;
    top: -58px;
    right: 0px;
  }
}

@media screen and (min-width: 1050px) {
  .page-entry section.problem .problem-content .problem-content__inner {
    padding-top: 170px;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver01 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver02 {
    position: absolute;
    right: 0;
    top: 140px;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver03 {
    position: absolute;
    left: 0;
    top: 164px;
  }
}

@media screen and (min-width: 1200px) {
  .str-renew.--primary .l-header {
    height: auto;
  }

  .str-renew.--primary .m-header {
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
  }

  .str-renew.--primary .m-header__content {
    display: flex;
  }

  .str-renew.--primary .m-nav-global__list {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1420px) {
  .local-menu li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .guide {
    max-width: calc(100% - 20px);
  }

  .mb64 section.hero {
    margin-top: 56px;
  }

  .str-renew.--primary .l-header {
    padding-right: 0;
  }

  .str-renew.--primary .m-header__headline {
    width: 100%;
  }

  .str-renew.--primary .m-nav-global__list .m-nav-global__item+.m-nav-global__item {
    margin-left: 0;
  }

  .str-renew.--primary .m-nav-global__button.js-megaMenu__hook::before {
    transform: rotate(-45deg);
  }

  .str-renew.--primary .m-header__btn {
    flex-direction: column;
    margin: 16px auto 0;
    max-width: 440px;
  }

  .str-renew.--primary .m-header__btn .--module_btn {
    min-width: 100%;
    min-height: 44px;
    height: 44px;
    border-radius: 22px;
  }

  .str-renew.--primary .m-header__btn .--module_btn+.--module_btn {
    margin-top: 18px;
    margin-left: 0;
  }

  .localnavi-box .local-menu li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1119px) {
  .mb64 section.case .case-img {
    left: 52px;
  }
}

@media screen and (max-width: 1060px) {
  .mb64 .contact-list {
    flex-direction: column;
    align-items: center;
  }

  .mb64 .contact-list li {
    width: 100%;
    max-width: 400px;
    padding: 20px 0 25px;
  }

  .mb64 .contact-list li+li {
    margin-top: 20px;
    margin-left: 0;
  }

  .mb64 .contact-list.--type2 li+li {
    margin-top: 20px;
    margin-left: 0;
  }

  .mb64 .contact-list.--type2 li {
    width: 100%;
    max-width: 400px;
    padding: 20px 0 25px;
  }

  .page-features .contact .section-inner {
    max-width: 500px;
  }

  .page-features .contact .contact-list {
    grid-template-columns: 100%;
    justify-items: center;
  }
}

@media screen and (max-width: 1057px) {
  .page-scene .info .button-wrap {
    margin-top: 15px;
    gap: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .localnavi-box .local-menu li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1049px) {
  .page-entry section.problem .problem-content .problem-content__inner {
    width: 80%;
  }

  .page-entry section.problem .problem-content .problem-content__inner .illust {
    margin: 40px auto 0;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon+.balloon {
    margin-top: 40px;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver02 {
    margin-left: auto;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver03 {
    margin-right: auto;
  }
}

@media screen and (max-width: 1049px)and (max-width: 768px) {
  .page-entry section.problem .problem-content .problem-content__inner .balloon+.balloon {
    margin-top: 8px;
  }
}

@media screen and (max-width: 999px) {
  .mb64 section.hero {
    margin-top: 0;
  }
}

@media screen and (max-width: 990px) {
  .page-features .features-box .features-content-method .method-list>li {
    gap: 30px;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 900px) {
  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner {
    display: block;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust {
    margin: auto;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail {
    padding: 0;
    margin-top: 24px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box {
    padding: 20px;
    flex-direction: column;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box01 .box-head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box01 .box-text {
    border-left: unset;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box02 .box-head {
    text-align: center;
    border-bottom: 1px solid #6bcbd8;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box.--box02 .box-text {
    border-left: unset;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box .box-head {
    width: 100%;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box .box-text {
    width: 100%;
    padding: 0;
  }

  .page-entry section.price .price-content .price-content__inner {
    flex-direction: column;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box01 .box-head {
    margin-top: .5em;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box02 {
    width: 100%;
    border-top: unset;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 48px;
  }
}

@media screen and (max-width: 768px) {
  .guide {
    max-width: calc(100% - 30px);
  }

  .guide::after {
    min-height: auto;
    background: url(../img/common/bg_content_sp.png) center top/contain repeat-y;
  }

  .content {
    font-size: 1.4rem;
    line-height: 1em;
    letter-spacing: 0em;
    padding: 0 15px;
  }

  .content .button-wrap {
    flex-direction: column;
  }

  .content .button-wrap a {
    width: 220px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 13px 0;
  }

  .content .button-wrap a:not(:last-child) {
    margin-bottom: 15px;
  }

  .content .button-wrap a::after {
    right: 14px;
    border-width: 4.25px 0 4.25px 6px;
  }

  .content .button-wrap a span {
    font-size: 1.3rem;
    line-height: 1.5384615385em;
    letter-spacing: .01em;
  }

  .content .button-wrap.button-border a {
    width: 220px;
    padding: 13px 20px;
  }

  .content .button-wrap.button-border.l-single a {
    width: 220px;
  }

  .content .button-wrap.button-modal a {
    padding: 8px 30px;
    width: 210px;
  }

  .content .button-wrap.button-modal a::before {
    right: 20px;
  }

  .content .button-wrap.button-modal a span {
    font-size: 1.3rem;
  }

  .content .button-wrap.button-small a {
    margin: 0 auto;
    width: 210px;
    padding: 10px;
  }

  .content .button-wrap.button-small span {
    font-size: 1.3rem;
  }

  .content .hero-button a {
    display: inline-block;
    width: auto;
    padding: 12px 30px 12px 18px;
    border-radius: 20px;
  }

  .content .hero-button a::after {
    right: 14px;
    border-width: 4.25px 0 4.25px 6px;
  }

  .content .hero-button a span {
    font-size: 1.1rem;
    line-height: 1em;
    letter-spacing: 0em;
    padding-bottom: 2px;
  }

  .hero.l-page-header {
    padding: 26px 15px 33px;
  }

  .hero.l-page-header .section-inner {
    height: auto;
  }

  .hero.l-page-header h1 {
    font-size: 2.7rem;
    line-height: 1.4814814815em;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }

  .hero.l-page-header p {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: .05em;
    margin-bottom: 14px;
  }

  .--module_heroContent {
    padding: 26px 15px 33px;
  }

  .--module_sectionContent {
    padding: 0;
  }

  .--module_text01 {
    font-size: 12px;
  }

  .--module_text02 {
    font-size: 14px;
  }

  .--module_tag01 {
    font-size: 10px;
  }

  .--module_tag02 {
    font-size: 10px;
  }

  .--module_lead01 {
    font-size: 13px;
    line-height: 1.846;
  }

  .--module_head01 {
    font-size: 20px;
  }

  .--module_head02 {
    font-size: 16px;
  }

  .--module_head03 {
    font-size: 14px;
  }

  .--module_head04 {
    font-size: 10px;
  }

  .--module_headingBg {
    height: 127px;
  }

  .--module_headingBg .--module_head01 {
    margin-top: 4px;
  }

  .page-features .hero .section-inner::before {
    display: none;
  }

  .page-features .hero-body {
    padding-right: 0;
  }

  .page-features .hero-body .hero-button a {
    width: 180px;
  }

  .page-features .content-nav {
    padding: 20px 15px 0;
  }

  .page-features .content-nav--bottom {
    padding-bottom: 10px;
  }

  .page-features .content-nav--bottom::after {
    height: 10px;
  }

  .page-features .content-nav ul {
    height: 85px;
  }

  .page-features .content-nav li {
    width: 32.0689655172%;
  }

  .page-features .content-nav li a {
    text-align: center;
    padding: 15px 0;
    min-height: 60px;
  }

  .page-features .content-nav li a.is-active {
    border-width: 3px;
    padding: 16px 0;
    min-height: 65px;
  }

  .page-features .content-nav li a span {
    font-size: 1.1rem;
    line-height: 1.4090909091em;
    letter-spacing: -0.02em;
  }

  .page-features .features-about {
    padding-top: 36px;
    margin-bottom: 60px;
  }

  .page-features .features-about-title {
    margin-bottom: 16px;
  }

  .page-features .features-about-title span {
    font-size: 2.2rem;
    line-height: 2.0454545455em;
    letter-spacing: 0em;
    border-width: 2px;
    padding: 0;
  }

  .page-features .features-about-lead {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }

  .page-features .features-about-text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5714285714em;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }

  .page-features .features-figure {
    padding: 25px calc(50vw - 50%) 50px;
  }

  .page-features .features-figure-title {
    margin-bottom: 25px;
  }

  .page-features .features-figure-title span {
    font-size: 1.8rem;
    line-height: 1.5555555556em;
    letter-spacing: 0em;
  }

  .page-features .features-movie {
    padding: 20px 0 60px;
  }

  .page-features .features-movie-title span {
    font-size: 1.95rem;
    line-height: 3.3rem;
    border-width: 1px;
  }

  .page-features .features-movie-lead {
    font-size: 1.95rem;
    line-height: 2.9rem;
    margin-top: 8px;
  }

  .page-features .features-movie .button-wrap {
    margin-top: 25px;
  }

  .page-features .section-nav {
    padding: 13px 15px 13px;
  }

  .page-features .section-nav.l-features ul {
    flex-direction: column;
    align-items: center;
  }

  .page-features .section-nav.l-features li {
    width: 100%;
  }

  .page-features .section-nav.l-features li a {
    display: flex;
    align-items: center;
    padding: 11px 0;
  }

  .page-features .section-nav.l-features li a::after {
    border-width: 5px 4.5px 0 4.5px;
    left: inherit;
    top: 0;
  }

  .page-features .section-nav.l-features li .section-nav-number {
    width: 60px;
    height: 58px;
    margin: 0;
  }

  .page-features .section-nav.l-features li .section-nav-number span {
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0em;
  }

  .page-features .section-nav.l-features li .section-nav-number i {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0em;
  }

  .page-features .section-nav.l-features li .section-nav-text {
    font-size: 1.6rem;
    line-height: 1.375em;
    letter-spacing: 0em;
    padding-left: 12px;
    text-align: left;
    margin-top: 0;
  }

  .page-features .section-nav.l-features li .section-nav-text.mod-margin {
    margin-top: 0;
  }

  .page-features .section-nav.l-features li .section-nav-text span {
    display: inline-block;
    margin-top: 5px;
    font-size: 1.1rem;
    padding: 0 7px;
  }

  .page-features .section-nav.l-features.l-features02 li {
    width: 100%;
  }

  .page-features .section-nav.l-features.l-features03 li {
    width: 100%;
  }

  .page-features .features-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .page-features .features-content.l-bg-gray {
    padding: 36px 15px 60px;
  }

  .page-features .features-content .l-nomargin+.features-content-text {
    margin-top: 25px;
  }

  .page-features .features-content-title {
    margin-left: -4px;
  }

  .page-features .features-content-title h3 {
    font-size: 2.2rem;
    line-height: 1.2954545455em;
    letter-spacing: 0em;
    padding-left: 15px;
  }

  .page-features .features-content-title h3.mod-margin {
    margin-top: 10px;
  }

  .page-features .features-content-title h3 small {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3846153846em;
    letter-spacing: 0em;
  }

  .page-features .features-content-title h3 small+i {
    margin-left: 4px;
  }

  .page-features .features-content-title h3 i {
    vertical-align: auto;
    font-size: 1.1rem;
    line-height: 1.8181818182em;
    letter-spacing: 0em;
    padding: 0 6px;
    margin-left: 0;
  }

  .page-features .features-content-number {
    width: 70px;
    height: 69px;
  }

  .page-features .features-content-number i {
    font-size: 2.2rem;
    line-height: 1em;
    letter-spacing: 0em;
  }

  .page-features .features-content-text {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }

  .page-features .features-content-bttext {
    margin: 42px 0 22px;
  }

  .page-features .features-content-bttext span {
    font-size: 1.5rem;
    line-height: 1.8666666667em;
    letter-spacing: .01em;
  }

  .page-features .features-content-bttext+.button-wrap.button-border.l-single a {
    width: 280px;
  }

  .page-features .features-content-func {
    flex-direction: column;
    padding: 28px 15px 25px;
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .page-features .features-content-func p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0em;
    margin-bottom: 23px;
  }

  .page-features .features-content-func li {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: 0em;
  }

  .page-features .features-content-func li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }

  .page-features .features-content-image {
    margin-bottom: 50px;
  }

  .page-features .features-content-image+.features-content-image {
    margin-top: 42px;
  }

  .page-features .features-content-image.mod-margin {
    margin-bottom: 30px;
  }

  .page-features .features-content-label {
    margin-bottom: 15px;
  }

  .page-features .features-content-label span {
    padding: 7px 10px;
    font-size: 1.6rem;
    line-height: 1.25em;
    letter-spacing: 0em;
  }

  .page-features .features-content-label span~span {
    padding-left: 10px;
    margin-left: 0;
    margin-top: 7px;
  }

  .page-features .features-content-label span small {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5384615385em;
    letter-spacing: 0em;
  }

  .page-features .features-content-option {
    padding: 26px 20px;
    border-width: 1px;
  }

  .page-features .features-content-arrow {
    width: 23px;
    margin: 10px auto;
  }

  .page-features .features-content-heading {
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 15px;
  }

  .page-features .features-content-heading span {
    margin: 10px 0 0 0;
    font-size: 1.1rem;
    padding: 1px 6px;
  }

  .page-features .features-content-note {
    margin-top: 6px;
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }

  .page-features .features-content-operation a {
    padding: 10px 20px 10px 10px;
  }

  .page-features .features-content-operation a::after {
    right: 10px;
    border-width: 4.25px 0 4.25px 6px;
  }

  .page-features .features-content-operation a figure {
    width: 38.4615384615%;
  }

  .page-features .features-content-operation a p {
    font-size: 1.2rem;
    line-height: 1.3333333333em;
    letter-spacing: 0em;
    padding-left: 10px;
  }

  .page-features .features-content-operation a p small {
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0em;
  }

  .page-features .features-content-operation a p span {
    padding-top: 4px;
    font-size: 1.1rem;
    line-height: 1.4545454545em;
    letter-spacing: 0em;
  }

  .page-features .features-content-support {
    padding: 20px 10px;
    margin: 20px auto 45px;
  }

  .page-features .features-content-support .title {
    font-size: 1.4rem;
    line-height: 2rem;
    font-feature-settings: "palt";
  }

  .page-features .features-content-support .logo-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px auto 0;
  }

  .page-features .features-content-support .logo-list .item {
    width: 40%;
    text-align: center;
  }

  .page-features .features-content-support .logo-list .item:nth-child(n+2) {
    margin-top: 18px;
  }

  .page-features .features-content-support .logo-list .item.kintone {
    margin-top: 10px;
  }

  .page-features .features-content-support .logo-list .item.kintone img {
    width: 99px;
  }

  .page-features .features-content-support .logo-list .item.sansan img {
    width: 76px;
  }

  .page-features .features-content-support .logo-list .item.amazon img {
    width: 80px;
  }

  .page-features .features-content-support .logo-list .item.google img {
    width: 66px;
  }

  .page-features .features-content-support .buttons {
    margin-top: 20px;
    padding: 18px 0 10px;
  }

  .page-features .features-content-support .buttons .button-wrap {
    margin-top: 15px;
  }

  .page-features .features-content-support .buttons .button-wrap a {
    width: 180px;
    padding: 4px 0;
    margin-bottom: 10px;
  }

  .page-features .features-content-support .buttons .button-wrap a span {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .page-features .features-content-box {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .page-features .features-content-detail {
    padding: 0;
    margin-bottom: 15px;
    flex-direction: column;
  }

  .page-features .features-content-detail .box {
    width: 100%;
    padding: 20px 25px;
    max-width: 100%;
  }

  .page-features .features-content-detail .box+.box {
    margin-top: 10px;
  }

  .page-features .features-content-detail .box .icon {
    width: 33px;
    margin-right: 30px;
  }

  .page-features .features-content-detail .box .text {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .page-features .features-content-detail .image-box {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    min-height: auto;
  }

  .page-features .features-content-detail .image-box+.image-box {
    margin-top: 20px;
  }

  .page-features .features-content-detail .image-box.join img {
    width: 155px;
  }

  .page-features .features-content-detail .image-box .caption {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  .page-features .features-content-detail .mbc-icon {
    width: 100px;
    margin: 0 auto;
  }

  .page-features .demo {
    margin-bottom: 80px;
  }

  .page-features .demo-title {
    padding: 30px 15px 25px;
    margin-bottom: 38px;
  }

  .page-features .demo-title p {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: 0em;
  }

  .page-features .demo-content {
    flex-direction: column;
    margin-bottom: 38px;
  }

  .page-features .demo-content figure {
    width: 100%;
    transform: translateX(0);
    margin-bottom: 38px;
  }

  .page-features .demo-content ul {
    width: 100%;
  }

  .page-features .demo-content li:last-child {
    padding: 10px 0 10px 10px;
  }

  .page-features .demo-content li {
    padding: 10px 0 10px 10px;
  }

  .page-features .demo-content li::before {
    min-width: 20px;
    height: 18px;
  }

  .page-features .demo-content li span {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0em;
    padding-left: 6px;
    font-size: 1.6rem;
  }

  .page-features .demo-content li .small {
    font-size: 1.1rem;
    margin-top: 10px;
  }

  .page-features .demo-content li .large {
    font-size: 5rem;
    margin-top: -25px;
  }

  .page-features .demo .button-wrap {
    margin-top: 35px;
  }

  .page-features .demo .button-wrap a {
    width: 220px;
  }

  .page-features .features-content-box {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .page-features .ver63 {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.6923076923em;
  }

  .page-features .ver63-box dl {
    width: 100%;
  }

  .page-features .ver63-box dd p {
    font-size: 1.2rem;
  }

  .page-features .ver63 .note li {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 1.5em;
  }

  .page-features .ver63 .ico-window {
    background-position: right 2px;
  }

  .page-features #feature01-section03 .button-wrap a,
  .page-features #feature01-section04 .button-wrap:not(.button-modal) a {
    margin-top: 30px;
    padding: 13px 30px 13px 25px;
  }

  .page-features #featurea-nav {
    top: 0;
  }

  .page-price .content-nav {
    padding: 20px 15px;
  }

  .page-price .content-nav ul {
    flex-direction: column;
  }

  .page-price .content-nav li+li {
    margin-left: 0;
  }

  .page-price .content-nav li {
    width: 100%;
    border-width: 3px;
  }

  .page-price .content-nav li:not(:last-child) {
    margin-bottom: 10px;
  }

  .page-price .content-nav li a {
    padding: 11px 50px 11px 0;
  }

  .page-price .content-nav li a::after {
    right: 14px;
    border-width: 5.5px 5px 0 5px;
  }

  .page-price .content-nav li a i {
    width: 35px;
    height: 34px;
    font-size: 1.15rem;
    line-height: 1.0434782609em;
    letter-spacing: 0em;
    margin-left: 11px;
  }

  .page-price .content-nav li a span {
    font-size: 1.3rem;
    line-height: 1.5384615385em;
    letter-spacing: 0em;
    padding-left: 11px;
  }

  .page-price .price-title {
    margin-left: -4px;
  }

  .page-price .price-title i {
    font-size: 1.9rem;
    line-height: 1em;
    letter-spacing: 0em;
    width: 60px;
    height: 59px;
    margin-right: 13px;
  }

  .page-price .price-title span {
    font-size: 2.2rem;
    line-height: 1.2272727273em;
    letter-spacing: 0em;
  }

  .page-price .price-text {
    font-size: 1.3rem;
    line-height: 1.6923076923em;
    letter-spacing: 0em;
  }

  .page-price .price-illust.l-column {
    flex-direction: column;
  }

  .page-price .price-illust.l-column figure {
    width: 100%;
  }

  .page-price .price-illust.l-column figure:not(:last-child) {
    margin-bottom: 15px;
  }

  .page-price .price01 {
    padding: 40px 0 0;
  }

  .page-price .price01 .price-title {
    margin-bottom: 15px;
  }

  .page-price .price01 .price-text {
    margin-bottom: 25px;
  }

  .page-price .price01 .price-illust {
    margin-bottom: 35px;
  }

  .page-price .price01 .price-illust.l-graph {
    overflow: auto;
  }

  .page-price .price01 .price-illust.l-graph::-webkit-scrollbar {
    height: 10px;
  }

  .page-price .price01 .price-illust.l-graph::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f5f5f5;
  }

  .page-price .price01 .price-illust.l-graph::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3c7be3;
  }

  .page-price .price01 .price-illust.l-graph figure {
    width: 747px;
    padding-bottom: 25px;
  }

  .page-price .price01 .price-illust.l-column {
    margin-bottom: 40px;
  }

  .page-price .price02 {
    padding: 40px 15px 60px;
  }

  .page-price .price02 .price-title {
    margin-bottom: 20px;
  }

  .page-price .price02 .price-list {
    flex-direction: column;
  }

  .page-price .price02 .price-list .price-item {
    width: 100%;
    padding: 25px 10px 30px;
  }

  .page-price .price02 .price-list .price-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .page-price .price02 .price-list .price-item:not(:last-child)::after {
    width: 24px;
    height: 24px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: -17px;
    transform: rotate(90deg);
  }

  .page-price .price02 .price-list .price-item-number {
    margin-bottom: 15px;
  }

  .page-price .price02 .price-list .price-item-number span {
    font-size: 1.4rem;
    line-height: 1em;
    letter-spacing: -0.02em;
    padding-bottom: 7px;
  }

  .page-price .price02 .price-list .price-item h3 {
    font-size: 1.4rem;
    line-height: 1.5714285714em;
    letter-spacing: 0em;
    min-height: auto;
    margin-bottom: 12px;
  }

  .page-price .price02 .price-list .price-item-text {
    font-size: 1.1rem;
    line-height: 1.6363636364em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    min-height: auto;
  }

  .page-price .price02 .price-list .price-item-link {
    margin-top: 14px;
  }

  .page-price .price02 .price-list .price-item-link a {
    border-width: 2px;
    padding-right: 14px;
  }

  .page-price .price02 .price-list .price-item-link a::after {
    border-width: 4px 0 4px 6px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .page-price .price02 .price-list .price-item-link a span {
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 0em;
  }

  .page-price .price02 .button-wrap {
    margin-top: 27px;
  }

  .page-price .price02 .button-wrap a {
    width: 240px;
  }

  .page-price .price-graph {
    padding: 30px 15px;
  }

  .page-price .price-graph+.price-graph {
    margin-bottom: 25px;
  }

  .page-price .price-graph .price-graph-title {
    font-size: 1.8rem;
  }

  .page-price .price-graph .price-graph-desc {
    text-align: left;
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 2.3rem;
  }

  .page-price .price-graph .price-graph-note {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 5px;
  }

  .page-price .price-graph .price-graph-note.l-right {
    margin-top: 10px;
  }

  .page-price .price-graph .price-graph-note.l-left {
    margin-top: 10px;
  }

  .page-price .price-graph .premise-table-wrap {
    margin-top: 15px;
    overflow: auto;
  }

  .page-price .premise-table-wrap table {
    min-width: 600px;
  }

  .page-price .premise-table-wrap th {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .page-price .premise-table-wrap th span {
    font-size: 1.1rem;
  }

  .page-price .premise-table-wrap td {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .page-price .premise-table-wrap .pro em {
    font-size: 1.5rem;
  }

  .page-price .premise-table-wrap .price {
    font-size: 1rem;
  }

  .page-price .premise-table-wrap .price i {
    font-size: 1.8rem;
  }

  .page-price .premise-table {
    width: 100%;
  }

  .page-price .premise-table .head {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 8px 0 10px;
  }

  .page-price .premise-table .head span {
    font-size: 1rem;
  }

  .page-price .premise-table .body {
    font-size: 1.1rem;
    padding: 24px 0 17px;
  }

  .page-price .premise-table .body span {
    font-size: 3rem;
  }

  .page-price .premise-table .body .note {
    font-size: 1rem;
    margin-top: 10px;
  }

  .page-price .premise-table+.premise-table {
    margin-top: 15px;
  }

  .page-price .premise-table+.premise-table .head {
    border: none;
  }

  .page-price .premise-table+.premise-table .body {
    border: none;
  }

  .page-price .cloud-table {
    margin-top: 15px;
  }

  .page-price .cloud-table thead tr td .lead {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .page-price .cloud-table thead tr td .name {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .page-price .cloud-table thead tr td {
    padding: 8px 10px;
    font-size: 1.4rem;
    line-height: 1.7857142857em;
    letter-spacing: 0em;
  }

  .page-price .cloud-table tbody td {
    padding: 6px 8px;
    font-size: 1.1rem;
    line-height: 1.4545454545em;
    letter-spacing: 0em;
  }

  .page-price .cloud-table tbody td.price {
    font-size: 1rem;
    padding: 10px 5px;
  }

  .page-price .cloud-table tbody td.price span {
    font-size: 2rem;
  }

  .page-price .cloud-table tbody td span {
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0em;
  }

  .page-price .cloud-table tbody td .product {
    font-size: 1.5rem;
  }

  .page-price .dr-sum {
    margin-top: 37px;
  }

  .page-price .dr-sum .logo {
    width: 179px;
    margin: 0 auto;
  }

  .page-price .dr-sum .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    margin-top: 15px;
  }

  .page-price .dr-sum .detail {
    padding: 20px 15px;
    margin-top: 15px;
  }

  .page-price .dr-sum .detail .desc {
    text-align: left;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .page-price .dr-sum .detail ul {
    flex-direction: column;
    position: static;
    margin-top: 15px;
  }

  .page-price .dr-sum .detail ul li.drsc .pic {
    width: 106px;
    margin: auto;
  }

  .page-price .dr-sum .detail ul li.drsc .name {
    margin-top: 10px;
  }

  .page-price .dr-sum .detail ul li.drsc .price {
    margin-top: 18px;
  }

  .page-price .dr-sum .detail ul li.mbc .pic {
    width: 120px;
    margin: auto;
  }

  .page-price .dr-sum .detail ul li.mbc .name {
    margin-top: 13px;
  }

  .page-price .dr-sum .detail ul li.plus {
    position: static;
    width: 30px;
    margin: 15px 0;
  }

  .page-price .dr-sum .detail ul li .name {
    font-size: 1.6rem;
  }

  .page-price .dr-sum .detail ul li .name span {
    font-size: 1.2rem;
  }

  .page-price .dr-sum .detail ul li .price {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .page-price .dr-sum .detail ul li .price span {
    font-size: 2.2rem;
  }

  .page-price .dr-sum .detail ul li .note {
    font-size: 1rem;
    margin-top: 8px;
  }

  .page-price .price-license {
    margin-bottom: 40px;
    flex-direction: column;
  }

  .page-price .price-license>div {
    width: 100% !important;
    padding: 29px 25px;
  }

  .page-price .price-license .flbox dl {
    width: 100%;
  }

  .page-price .price-license .flbox dl+dl {
    margin-top: 15px;
  }

  .page-price .price-license div:not(:last-child) {
    margin-bottom: 15px;
  }

  .page-price .price-license h4 {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0em;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .page-price .price-license-list {
    min-height: auto;
    margin-bottom: 16px;
  }

  .page-price .price-license-list li {
    font-size: 1.2rem;
    line-height: 1.6666666667em;
    letter-spacing: 0em;
  }

  .page-price .price-license-list li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }

  .page-price .price-license figure {
    width: 91.6666666667%;
    margin-bottom: 20px;
  }

  .page-price .price-license-label {
    font-size: 1.1rem;
    line-height: 1.9230769231em;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }

  .page-price .price-license-cost {
    margin: 0 -15px 8px;
  }

  .page-price .price-license-cost i {
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: 0em;
  }

  .page-price .price-license-cost span {
    font-size: 1.1rem;
    line-height: 1.8181818182em;
    letter-spacing: 0em;
  }

  .page-price .price-license-note {
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0em;
  }

  .page-price .price03 {
    padding: 40px 0 80px;
  }

  .page-price .price03 .price-title {
    text-align: left;
    justify-content: flex-start;
  }

  .page-price .price03 .price-text {
    margin-top: 15px;
  }

  .page-price .price03 .button-wrap {
    margin: 25px auto 0;
  }

  .page-price .price03 .button-wrap a {
    width: 240px;
  }

  .page-scene .info .section-inner {
    flex-direction: column;
    height: auto;
    padding: 20px 0 25px;
  }

  .page-scene .info .heading {
    text-align: center;
    font-size: 1.9rem;
    margin: 0 auto;
    line-height: 2.9rem;
  }

  .page-scene .info .heading::before,
  .page-scene .info .heading::after {
    content: none;
  }

  .page-scene .info .button-wrap {
    margin: 15px auto 0;
  }

  .page-scene .info .button-wrap a {
    width: 220px;
    margin: 0 auto;
  }

  .page-scene .info .button-wrap a span {
    font-size: 1.3rem;
  }

  .page-scene .info .button-wrap .red-btn::after,
  .page-scene .info .button-wrap .white-btn::after {
    border-width: 4px 0 4px 6.9px;
  }

  .page-scene .bg-darkgray .scene-area-title {
    padding: 70px 0 120px;
    font-size: 2.7rem;
  }

  .page-scene .scene-area-title .scene-area-title {
    font-size: 2.4rem;
    margin: 20px 0;
  }

  .page-scene .scene-box {
    padding: 40px 0;
    font-size: 1.3rem;
  }

  .page-scene .scene-box .scene-box-label {
    margin-bottom: 10px;
  }

  .page-scene .scene-box .scene-box-label span {
    font-size: 1.2rem;
    padding: 8px 10px;
  }

  .page-scene .scene-box h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .page-scene .scene-box h2::after {
    width: 7%;
  }

  .page-scene .problem {
    padding: 30px 25px;
  }

  .page-scene .problem dt {
    width: 100%;
    font-size: 1.6rem;
  }

  .page-scene .problem dd {
    border: none;
    border-top: 1px solid #b6b6b6;
    padding: 15px 0 0 0;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .page-scene .problem .l-single {
    padding: 15px 0 0 0;
  }

  .page-scene .fix {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .page-scene .fix dl {
    width: 100% !important;
  }

  .page-scene .fix dt {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .page-scene .fix dd {
    line-height: 1.7;
  }

  .page-scene .fix figure {
    width: 100% !important;
    margin-top: 25px;
  }

  .page-scene .case-item-data {
    font-size: 1.1rem;
  }

  .page-scene .scene03 .g-model p {
    margin: 35px 0 25px;
    font-size: 1.8rem;
  }

  .page-scene .scene03 .button-wrap.button-border a {
    max-width: 220px;
  }

  .page-scene .case-content .case-study {
    flex-direction: column;
  }

  .page-scene .case-content .case-item {
    width: 100%;
    box-shadow: 0 0 13px rgba(49,60,71,.12);
  }

  .page-scene .case-content .case-item+.case-item {
    margin-left: 0;
  }

  .page-scene .case-content .case-item:not(:last-child) {
    margin-bottom: 25px;
  }

  .page-scene .case-content .case-item .case-item-text {
    padding: 20px 15px 4px;
    justify-content: flex-start;
  }

  .page-scene .case-content .case-item .case-item-text h3 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4375em;
    letter-spacing: 0em;
    min-height: auto;
  }

  .page-scene .case-content .case-item .case-item-data {
    font-size: 1.1rem;
    line-height: 1.9090909091em;
    letter-spacing: 0em;
  }

  .page-scene .case-content .case-item .case-item-link a {
    padding: 8px 5px 8px;
  }

  .page-scene .case-content .case-item .case-item-link a span {
    font-size: 1.2rem;
    line-height: 1em;
    letter-spacing: 0em;
  }

  .page-scene .nest .nest-bnr-image {
    max-width: 90%;
  }

  .scene-anchor {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-anchor {
    font-size: 18px;
    margin: 30px 0 16px;
  }

  .anchor-list {
    display: block;
  }

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

  .anchor-link {
    grid-template-columns: 56px auto;
    padding: 12px;
    padding-right: 40px;
  }

  .anchor-link span {
    font-size: 13px;
  }

  .demo .--module_heroContent {
    padding: 26px 15px 33px;
  }

  .demo .--module_sectionContent {
    padding: 0;
  }

  .demo .--module_text01 {
    font-size: 12px;
  }

  .demo .--module_text02 {
    font-size: 14px;
  }

  .demo .--module_tag01 {
    font-size: 10px;
  }

  .demo .--module_tag02 {
    font-size: 10px;
  }

  .demo .--module_lead01 {
    font-size: 13px;
    line-height: 1.846;
  }

  .demo .--module_head01 {
    font-size: 20px;
  }

  .demo .--module_head02 {
    font-size: 16px;
  }

  .demo .--module_head03 {
    font-size: 14px;
  }

  .demo .--module_head04 {
    font-size: 10px;
  }

  .demo .--module_headingBg {
    height: 127px;
  }

  .demo .--module_headingBg .--module_head01 {
    margin-top: 4px;
  }

  .demo section.hero .hero-content {
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 17px 0 34px 0;
    height: auto;
    position: relative;
  }

  .demo section.hero .hero-content .textArea {
    margin-top: 28.5px;
  }

  .demo section.hero .hero-content .textArea .hero-content__heading span {
    font-size: 27px;
  }

  .demo section.hero .hero-content .textArea .hero-content__text {
    font-size: 14px;
    margin-top: 12px;
  }

  .demo section.hero .hero-content .textArea .btn {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .demo section.hero .hero-content .imageArea {
    width: 85.9375vw;
    margin-left: 0;
    text-align: center;
  }

  .demo section.about {
    padding-top: 34px;
    padding-bottom: 50px;
  }

  .demo section.about .lead {
    text-align: left;
  }

  .demo section.about .box {
    margin-top: 18px;
    flex-direction: column;
  }

  .demo section.about .about-btn {
    width: 222px;
    height: 56.5px;
    border-radius: 56.5px;
    margin: 0 auto;
  }

  .demo section.about .about-btn.--apply::before {
    width: 22.5px;
    height: 26.5px;
    left: 27px;
  }

  .demo section.about .about-btn.--demo::before {
    width: 25px;
    height: 25px;
    left: 25px;
  }

  .demo section.about .about-btn+.about-btn {
    margin-left: auto;
    margin-top: 16px;
  }

  .demo section.about .about-btn .about-btn__text {
    font-size: 13px;
    margin-left: 60px;
  }

  .demo section.about .about-btn .about-btn__text.small {
    font-size: 10px;
  }

  .demo section.steps .content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .demo section.steps .content .block {
    padding: 15px 15px 35px 15px;
  }

  .demo section.steps .content .step-flow {
    flex-direction: column;
  }

  .demo section.steps .content .step-flow__item {
    width: 100%;
    min-height: 190px;
  }

  .demo section.steps .content .step-flow__item+.step-flow__item {
    margin-top: 4px;
    margin-left: 0;
  }

  .demo section.steps .content .step-flow__item+.step-flow__item .tag {
    margin-top: 28px;
  }

  .demo section.steps .content .step-flow__item+.step-flow__item::before {
    border-width: 15px 15.5px 0 15.5px;
    border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    top: -0.5px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .demo section.steps .content .step-flow__item+.step-flow__item::after {
    border-width: 15px 15.5px 0 15.5px;
    border-color: #ebf2fc rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .demo section.steps .content .step-flow__item .tag {
    margin-top: 20px;
    font-size: 14px;
    width: 70px;
    height: 20.5px;
  }

  .demo section.steps .content .step-flow__item .text {
    margin-top: 9px;
    min-height: auto;
  }

  .demo section.steps .content .step-flow__item .text span {
    font-size: 14px;
    line-height: 1.5357142857;
    letter-spacing: 0;
  }

  .demo section.steps .content .step-flow__item .icon {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 22px;
  }

  .demo section.steps .content .step-flow__item .icon.--icon01 {
    width: 95px;
  }

  .demo section.steps .content .step-flow__item .icon.--icon02 {
    width: 106px;
  }

  .demo section.steps .content .step-flow__item .icon.--icon03 {
    width: 95px;
  }

  .demo section.steps .content .step-flow__item .icon img {
    width: 100%;
  }

  .demo section.steps .content .step-list {
    margin-top: 31px;
  }

  .demo section.steps .content .step-list__item+.step-list__item {
    margin-top: 33px;
  }

  .demo section.steps .content .step-list__item .step-head {
    min-height: auto;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .demo section.steps .content .step-list__item .step-head::before {
    width: 23px;
  }

  .demo section.steps .content .step-list__item .step-num {
    min-width: 60px;
    margin-top: 8px;
  }

  .demo section.steps .content .step-list__item .step-num__text {
    font-size: 13px;
  }

  .demo section.steps .content .step-list__item .step-num__num {
    font-size: 21px;
    margin-left: 0;
  }

  .demo section.steps .content .step-list__item .step-title {
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.5;
    margin-left: 12px;
  }

  .demo section.steps .content .step-list__item .step-textarea {
    margin-top: 18px;
  }

  .demo section.steps .content .step-list__item .step-note {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 12px;
  }

  .demo section.steps .content .step-list__item .step-btn {
    font-size: 13px;
    margin: 18px 0 0;
    width: 100%;
    height: 44px;
    min-width: auto;
    padding: 0;
  }

  .demo section.steps .content .step-list__item .step-btn::after {
    right: 15px;
  }

  .demo section.board .content {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .demo section.board .content-block {
    display: flex;
    flex-direction: column-reverse;
    background-color: #f7f7f7;
    padding: 10px 5.1724137931% 30px;
  }

  .demo section.board .content-block+.content-block {
    margin-top: 30px;
  }

  .demo section.board .content-block.--reverse .board-textarea {
    padding: 0;
  }

  .demo section.board .board-textarea {
    width: 100%;
    padding: 0;
  }

  .demo section.board .board-title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    margin-top: 14px;
  }

  .demo section.board .board-attribute-wrap {
    margin-top: 17px;
  }

  .demo section.board .board-attribute {
    align-items: flex-start;
  }

  .demo section.board .board-attribute dt {
    font-size: 12px;
    width: 86px;
    height: 21.5px;
    border-radius: 2px;
  }

  .demo section.board .board-attribute dd {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-top: 0;
    margin-left: 14px;
  }

  .demo section.board .board-text {
    font-size: 12px;
    line-height: 1.875;
    margin-top: 14px;
  }

  .demo section.board .board-btn-wrap {
    max-width: 211px;
    margin: 24px auto 0;
  }

  .demo section.board .board-content-btn {
    max-width: 100%;
    min-width: auto;
    width: 211px;
    height: 31px;
    margin: 0 auto 0;
    font-size: 11px;
    padding-bottom: 0;
  }

  .demo section.board .board-content-btn::after {
    right: 12px;
  }

  .demo section.board .board-content-btn+.board-content-btn {
    margin-right: auto;
    margin-top: 16px;
  }

  .demo section.board .board-img {
    width: 100%;
    position: static;
    transform: none;
    aspect-ratio: 542/349;
  }

  .demo section.board .board-img img {
    height: 100%;
  }

  .demo section.board .board-btn {
    width: 250px;
    height: 56.5px;
    margin-top: 52px;
  }

  .demo section.board .board-btn::before {
    width: 22.5px;
    height: 26.5px;
    left: 55px;
  }

  .demo section.board .board-btn .about-btn__text {
    font-size: 13px;
    margin-left: 91px;
  }

  .demo section.board .board-btn .about-btn__text.small {
    font-size: 10px;
  }

  .demo .module-contact {
    padding: 48px 0;
  }

  .demo .module-contact .btn {
    margin-top: 32px;
  }

  .remodal .remodal-cancel.modal-close {
    top: -42px;
    right: -8px;
  }

  .page-entry .--module_heroContent {
    padding: 26px 15px 33px;
  }

  .page-entry .--module_sectionContent {
    padding: 0;
  }

  .page-entry .--module_text01 {
    font-size: 12px;
  }

  .page-entry .--module_text02 {
    font-size: 14px;
  }

  .page-entry .--module_tag01 {
    font-size: 10px;
  }

  .page-entry .--module_tag02 {
    font-size: 10px;
  }

  .page-entry .--module_lead01 {
    font-size: 13px;
    line-height: 1.846;
  }

  .page-entry .--module_head01 {
    font-size: 20px;
  }

  .page-entry .--module_head02 {
    font-size: 16px;
  }

  .page-entry .--module_head03 {
    font-size: 14px;
  }

  .page-entry .--module_head04 {
    font-size: 10px;
  }

  .page-entry .--module_headingBg {
    height: 127px;
  }

  .page-entry .--module_headingBg .--module_head01 {
    margin-top: 4px;
  }

  .page-entry h2.head-ja.--commonMt {
    margin-top: 16px;
  }

  .page-entry section.hero .hero-content {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 160px;
    height: auto;
    position: relative;
  }

  .page-entry section.hero .hero-content .textArea {
    margin: 0;
  }

  .page-entry section.hero .hero-content .textArea .hero-content__heading span.head-ja {
    font-size: 16px;
    font-weight: 500;
  }

  .page-entry section.hero .hero-content .textArea .hero-content__heading span.head-en {
    font-size: 30px;
    margin-top: 16px;
  }

  .page-entry section.hero .hero-content .textArea .hero-content__text {
    margin-top: 16px;
  }

  .page-entry section.hero .hero-content .textArea .btn {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-entry section.hero .hero-content .imageArea {
    margin: 60px auto 0;
    text-align: center;
    width: calc(100% - 80px);
  }

  .page-entry section.hero .hero-content .imageArea .box {
    width: calc(100% - 40px);
    height: calc(100% - 16px);
    top: -27.5px;
    left: 70px;
  }

  .page-entry section.hero .hero-content .imageArea img {
    width: 100%;
    height: auto;
  }

  .page-entry section.hero .hero-content .imageArea::before {
    width: 32px;
    height: 32px;
    border: 5px solid #6bcbd8;
    top: -16.5px;
    left: -17px;
  }

  .page-entry section.hero .hero-content .imageArea::after {
    width: calc(100% - 80px);
    height: 72px;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-entry section.problem::after {
    width: 100%;
    height: 430px;
    left: -16px;
    right: auto;
  }

  .page-entry section.problem .problem-content {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .page-entry section.problem .problem-content .problem-content__heading {
    padding: 0 15px;
  }

  .page-entry section.problem .problem-content .problem-content__inner {
    margin: 30px auto 0;
    width: 100%;
  }

  .page-entry section.problem .problem-content .problem-content__inner .illust {
    margin: -9px auto 0;
    width: 116px;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon .balloon-text {
    padding-top: 16px;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver01 {
    width: 260px;
    height: 127px;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver02 {
    width: 235px;
    height: 127px;
    margin-right: -5px;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver03 {
    width: 247px;
    height: 127px;
    margin-right: 0;
  }

  .page-entry section.problem .problem-content .problem-content__inner .balloon.--ver03 .balloon-text {
    padding-top: 24px;
  }

  .page-entry section.problem .problem-content .problem-content__intro {
    margin-top: 40px;
  }

  .page-entry section.problem .problem-content .problem-content__intro .intro-text {
    line-height: 2.5;
  }

  .page-entry section.problem .problem-content .problem-content__intro .arrow {
    width: 33px;
    margin-top: 24px;
  }

  .page-entry section.problem .problem-content .problem-content__scene {
    margin-top: 32px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene+.scene {
    margin-top: 16px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene {
    padding: 20px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading {
    align-items: unset;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num {
    font-size: 10px;
    margin-right: 20px;
    padding-right: 29px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num::after {
    width: 1px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-heading .num .num-text {
    margin-top: 2px;
    font-size: 35px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner {
    margin-top: 24px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl {
    width: auto;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust.--scene01-illust {
    width: 117px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust.--scene02-illust {
    width: 112px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-illust.--scene03-illust {
    width: 118px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .ppl .ppl-head {
    margin-top: 16px;
  }

  .page-entry section.problem .problem-content .problem-content__scene .scene .scene-inner .detail .box .box-head {
    margin: 0;
  }

  .page-entry .module-contact {
    padding: 48px 0;
  }

  .page-entry .module-contact::after {
    width: 888px;
    height: 476px;
    bottom: -75px;
  }

  .page-entry .module-contact .btn {
    margin-top: 32px;
  }

  .page-entry section.about {
    padding-top: 48px;
  }

  .page-entry section.about::after {
    width: 100%;
    height: 430px;
    left: -16px;
    right: auto;
  }

  .page-entry section.about::before {
    display: none;
  }

  .page-entry section.about .about-content .about-content__heading {
    padding: 0 15px;
  }

  .page-entry section.about .about-content .about-content__textArea {
    padding: 0 15px;
    margin-top: 32px;
  }

  .page-entry section.about .about-content .about-content__textArea .text .note {
    font-size: 10px;
  }

  .page-entry section.about .about-content .about-content__textArea .text.--onlyPC {
    display: none;
  }

  .page-entry section.about .about-content .about-content__textArea .text.--onlySP {
    display: block;
  }

  .page-entry section.about .about-content .about-content__textArea .image {
    display: block;
    margin-top: 20px;
    width: 100vw;
  }

  .page-entry section.about .about-content .about-content__textArea .image img {
    width: 100%;
    height: auto;
  }

  .page-entry section.about .about-content .about-content__inner {
    margin: 0;
    padding: 20px 15px;
  }

  .page-entry section.about .about-content .about-content__inner .inner-head {
    padding-bottom: 16px;
  }

  .page-entry section.about .about-content .about-content__inner .inner-image {
    margin-top: 24px;
  }

  .page-entry section.about .about-content .about-content__inner .inner-comment {
    margin-top: 32px;
  }

  .page-entry section.about .about-content .about-content__inner .inner-comment .inner-comment__illust {
    height: 68px;
  }

  .page-entry section.about .about-content .about-content__inner .inner-comment .inner-comment__text {
    padding: 16px 12px;
    border-radius: 3px;
  }

  .page-entry section.about .about-content .about-note {
    font-size: 10px;
  }

  .page-entry section.howto {
    margin-top: 60px;
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .page-entry section.howto::after {
    left: 15px;
  }

  .page-entry section.howto .howto-content .howto-content__steps {
    margin-top: 32px;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step+.step {
    margin-top: 48px;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step {
    flex-direction: column;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step:nth-child(even) {
    flex-direction: column;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step .step-textArea {
    margin: 0;
    display: flex;
    align-items: center;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num {
    width: 70.5px;
    height: 69px;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num span.en {
    font-size: 10px;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-num span.num {
    font-size: 18px;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step .step-textArea .step-text {
    margin-top: 0;
    margin-left: 20px;
  }

  .page-entry section.howto .howto-content .howto-content__steps .step .step-movieArea {
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
  }

  .page-entry section.other .other-content {
    margin-top: 68px;
  }

  .page-entry section.other .other-content .other-content__inner {
    flex-direction: column;
    margin-top: 32px;
    gap: 16px 0;
  }

  .page-entry section.otherProb {
    margin-top: 60px;
    padding-top: 48px;
  }

  .page-entry section.otherProb::after {
    right: 15px;
    height: calc(100% - 110px);
  }

  .page-entry section.otherProb .otherProb-content .otherProb-content__inner {
    flex-direction: column;
    padding: 32px 15px;
    gap: 65px 0;
    margin-top: 30px;
  }

  .page-entry section.otherProb .otherProb-content .otherProb-content__inner::after {
    width: calc(100% - 30px);
    height: 1px;
  }

  .page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__num {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__text {
    margin-top: 20px;
  }

  .page-entry section.otherProb .otherProb-content .otherProb-content__inner .inner-item .inner-item__illust {
    width: 100%;
    margin-top: 24px;
  }

  .page-entry section.price {
    padding: 60px 0;
  }

  .page-entry section.price .price-content .price-content__inner {
    margin-top: 32px;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box01 .box-lead {
    font-size: 12px;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box02 {
    padding: 32px;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box02 .box-price {
    margin-top: 0;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span.split-01 {
    font-size: 16px;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span.split-02 {
    font-size: 30px;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box02 .box-price span.split-03 {
    font-size: 14px;
  }

  .page-entry section.price .price-content .price-content__inner .box.--box02 .box-note {
    font-size: 10px;
    margin-right: 10%;
  }

  .page-entry section.price .price-content .btn {
    margin-top: 32px;
  }

  .mb64 .--module_heroContent {
    padding: 26px 15px 33px;
  }

  .mb64 .--module_sectionContent {
    padding: 0;
  }

  .mb64 .--module_text01 {
    font-size: 12px;
  }

  .mb64 .--module_text02 {
    font-size: 14px;
  }

  .mb64 .--module_tag01 {
    font-size: 10px;
  }

  .mb64 .--module_tag02 {
    font-size: 10px;
  }

  .mb64 .--module_lead01 {
    font-size: 13px;
    line-height: 1.846;
  }

  .mb64 .--module_head01 {
    font-size: 20px;
  }

  .mb64 .--module_head02 {
    font-size: 16px;
  }

  .mb64 .--module_head03 {
    font-size: 14px;
  }

  .mb64 .--module_head04 {
    font-size: 10px;
  }

  .mb64 .--module_headingBg {
    height: 127px;
  }

  .mb64 .--module_headingBg .--module_head01 {
    margin-top: 4px;
  }

  .mb64 section.hero {
    background-position: bottom center;
  }

  .mb64 section.hero .hero-content {
    justify-content: flex-start;
    padding: 33px 15px 30px;
    height: 480px;
    position: relative;
  }

  .mb64 section.hero .hero-content .textArea {
    margin: 0 auto;
    height: 100%;
  }

  .mb64 section.hero .hero-content .textArea .hero-content__lead {
    max-width: 185px;
  }

  .mb64 section.hero .hero-content .textArea .hero-content__lead span {
    font-size: 15px;
    line-height: 1.9666666667;
    letter-spacing: .03em;
    padding-bottom: 0;
  }

  .mb64 section.hero .hero-content .textArea .hero-content__lead span+span {
    margin-top: 1px;
  }

  .mb64 section.hero .hero-content .textArea .hero-content__head {
    margin-top: 12px;
  }

  .mb64 section.hero .hero-content .textArea .hero-content__tag {
    width: 147px;
    margin: 11px auto 0;
  }

  .mb64 section.hero .hero-content .textArea .btn-wrap {
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .mb64 section.hero .hero-content .textArea .hero-btn {
    min-width: 240px;
    min-height: 44px;
    height: 44px;
    border-radius: 22px;
  }

  .mb64 section.hero .hero-content .textArea .hero-btn+.hero-btn {
    margin-top: 18px;
    margin-left: auto;
  }

  .mb64 section.about {
    padding-top: 37px;
    padding-bottom: 50px;
  }

  .mb64 section.about .problem {
    padding-left: 7px;
  }

  .mb64 section.about .problem .problem-head .head {
    margin-top: 6px;
  }

  .mb64 section.about .problem .problem-list {
    max-width: 100%;
    width: 78.125vw;
    margin-top: 21px;
  }

  .mb64 section.about .problem .problem-list__item {
    font-size: 12px;
    line-height: 1.875;
    padding-left: 27px;
  }

  .mb64 section.about .problem .problem-list__item+.problem-list__item {
    margin-top: 10px;
  }

  .mb64 section.about .problem .problem-list__item::before {
    width: 19px;
    height: 19px;
    top: 3px;
  }

  .mb64 section.about .icon-arrow {
    width: 33px;
    margin-top: 21px;
  }

  .mb64 section.about .solution {
    margin-top: 25px;
    padding: 26px 15px 30px;
  }

  .mb64 section.about .solution .solution-head .head {
    margin-top: 7px;
  }

  .mb64 section.about .solution .solution-head .head span::before {
    height: 6px;
  }

  .mb64 section.about .solution .solution-body {
    margin-top: 21px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .mb64 section.about .solution .solution-body .solution-img {
    width: 81.09375vw;
    margin-top: 28px;
  }

  .mb64 section.reason .content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .mb64 section.reason .scene-box {
    padding: 20px;
  }

  .mb64 section.reason .scene-box+.scene-box {
    margin-top: 16px;
  }

  .mb64 section.reason .scene-box .scene-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .mb64 section.reason .scene-box .scene-text-wrap {
    width: 100%;
  }

  .mb64 section.reason .scene-box .scene-head {
    padding-bottom: 20px;
  }

  .mb64 section.reason .scene-box .scene-head::before {
    width: 23px;
  }

  .mb64 section.reason .scene-box .head-title {
    margin-left: 12px;
  }

  .mb64 section.reason .scene-box .head-img {
    width: 42px;
  }

  .mb64 section.reason .scene-box .head-tag .tag {
    font-size: 10px;
  }

  .mb64 section.reason .scene-box .head-tag .num {
    margin-left: 3px;
    font-size: 17px;
  }

  .mb64 section.reason .scene-box .head-name {
    font-size: 13px;
    line-height: 1.6153846154;
    margin-top: 1px;
  }

  .mb64 section.reason .scene-box .scene-title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
  }

  .mb64 section.reason .scene-box .scene-title span {
    padding: 0 2px;
  }

  .mb64 section.reason .scene-box .scene-title span::before {
    height: 20px;
    top: 3px;
  }

  .mb64 section.reason .scene-box .scene-thumb {
    width: 100%;
    margin-top: 24px;
  }

  .mb64 section.reason .scene-box .scene-video {
    width: 100%;
    margin-top: 24px;
  }

  .mb64 section.reason .scene-box .scene-content {
    margin-top: 24px;
  }

  .mb64 section.reason .scene-box .scene-content .scene-item {
    padding: 14px 18px 16px;
    flex-direction: column;
  }

  .mb64 section.reason .scene-box .scene-content .scene-item+.scene-item {
    margin-top: 12px;
  }

  .mb64 section.reason .scene-box .scene-content .scene-item .text-block {
    margin-top: 11px;
    padding: 18px 0 0;
    border-top: 1px solid #ccc;
    border-left: none;
  }

  .mb64 section.reason .scene-box .scene-content .scene-item .head {
    font-size: 12px;
    min-width: auto;
  }

  .mb64 section.reason .scene-box .scene-content .scene-item .text {
    line-height: 1.875;
  }

  .mb64 section.reason .scene-box .scene-content .scene-item.--solution .text {
    padding-left: 15px;
  }

  .mb64 section.reason .scene-box .scene-content .scene-item.--solution .text::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }

  .mb64 section.reason .reason-lead {
    margin-top: 28px;
    line-height: 2;
  }

  .mb64 section.reason .reason-lead span {
    padding-bottom: 4px;
  }

  .mb64 section.reason .reason-lead span::before {
    height: 2px;
    bottom: 6px;
  }

  .mb64 section.reason .reason-btn {
    min-width: 290px;
    min-height: 44px;
    height: 44px;
    border-radius: 22px;
    margin-top: 25px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mb64 section.feature .content {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .mb64 section.feature .lead {
    text-align: left;
  }

  .mb64 section.feature .feature-content {
    margin-top: 35px;
  }

  .mb64 section.feature .feature-box {
    padding: 30px 0 28px;
    margin: 0 15px;
  }

  .mb64 section.feature .feature-box .feature-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .mb64 section.feature .feature-box .feature-head .tag {
    font-size: 10px;
    width: 91px;
    height: 20px;
    padding-top: 0;
    padding-right: 6px;
  }

  .mb64 section.feature .feature-box .feature-head .tag::before {
    border-width: 10px 0 10px 6px;
    right: -6px;
  }

  .mb64 section.feature .feature-box .feature-head .title {
    margin-top: 7px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .mb64 section.feature .feature-box .feature-text {
    margin-top: 17px;
  }

  .mb64 section.feature .feature-box .feature-list {
    margin-top: 15px;
    padding: 15px;
  }

  .mb64 section.feature .feature-box .feature-list .item {
    font-size: 12px;
    line-height: 1.875;
  }

  .mb64 section.feature .feature-box .feature-list .item+.item {
    margin-top: 5px;
  }

  .mb64 section.feature .feature-box .feature-list .item::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }

  .mb64 section.feature .feature-box .feature-img {
    margin-top: 15px;
    padding: 15px;
  }

  .mb64 section.feature .feature-box .feature-img video {
    width: 100%;
    height: auto;
  }

  .mb64 section.feature .feature-lead {
    margin-top: 28px;
    line-height: 2;
  }

  .mb64 section.feature .feature-lead span {
    padding-bottom: 4px;
  }

  .mb64 section.feature .feature-lead span::before {
    height: 2px;
    bottom: 6px;
  }

  .mb64 section.feature .feature-btn {
    min-width: 290px;
    min-height: 44px;
    height: 44px;
    border-radius: 22px;
    margin-top: 25px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mb64 section.case .content {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .mb64 section.case .case-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mb64 section.case .case-lead {
    margin-top: 0;
  }

  .mb64 section.case .case-img {
    width: 84.53125vw;
    margin-top: 33px;
    left: 0;
  }

  .mb64 section.case .case-list {
    margin-top: 40px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .mb64 section.case .case-list .item {
    width: 100%;
  }

  .mb64 section.case .case-list .item+.item {
    margin-top: 25px;
  }

  .mb64 section.case .case-list .item-thumb img {
    width: 100%;
  }

  .mb64 section.case .case-list .text-wrap {
    padding: 0 4.6875vw 32px;
  }

  .mb64 section.case .case-list .item-title {
    font-size: 16px;
    line-height: 1.4375;
    min-height: auto;
    margin-top: 20px;
    text-align: center;
  }

  .mb64 section.case .case-list .item-text {
    font-size: 12px;
    line-height: 1.875;
    margin-top: 20px;
    min-height: auto;
  }

  .mb64 section.case .case-list .item-logo {
    text-align: center;
    height: 30px;
    margin-top: 20px;
  }

  .mb64 section.case .case-list .item-logo img {
    height: 100%;
    width: auto;
  }

  .mb64 section.case .case-list .item-desc {
    margin-top: 27px;
    width: 100%;
  }

  .mb64 section.case .case-list .item-desc img {
    width: 100%;
  }

  .mb64 section.case .case-list .item-link a {
    font-size: 12px;
    min-height: 31px;
    margin: 10px auto 0;
    padding: 0 22px 0 4px;
  }

  .mb64 section.case .case-list .item-link a::after {
    border-width: 4px 0 4px 6px;
  }

  .mb64 section.case .case-box {
    margin-top: 37px;
    padding: 25px 15px 34px;
  }

  .mb64 section.case .case-box .title {
    text-align: center;
  }

  .mb64 section.case .case-box .lead {
    font-size: 13px;
    line-height: 1.8461538462;
    margin-top: 12px;
  }

  .mb64 section.case .case-box .case-box-wrap {
    margin-top: 30px;
  }

  .mb64 section.case .case-box .case-box-wrap {
    padding: 29px 15px 25px;
    margin: 25px 0 0;
    flex-direction: column;
  }

  .mb64 section.case .case-box .case-box-wrap .head {
    font-size: 17px;
    min-width: auto;
  }

  .mb64 section.case .case-box .case-box-wrap .text {
    margin-top: 32px;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
    border-left: none;
  }

  .mb64 section.case .case-box .case-btn {
    min-width: 260px;
    min-height: 44px;
    height: 44px;
    border-radius: 22px;
    margin-top: 30px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mb64 .contact-list {
    flex-direction: column;
  }

  .mb64 .contact-list li {
    padding: 20px 0 25px;
    width: 100%;
    margin: 0;
  }

  .mb64 .contact-list li:nth-child(1) figure {
    width: 31.5px;
  }

  .mb64 .contact-list li:nth-child(2) figure {
    width: 40.5px;
  }

  .mb64 .contact-list li:nth-child(3) figure {
    width: 45.5px;
  }

  .mb64 .contact-list li figure {
    min-height: 45px;
    margin-bottom: 15px;
  }

  .mb64 .contact-list li p {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }

  .mb64 .contact-list.--type2 li {
    padding: 20px 0 25px;
    width: 100%;
    margin: 0;
  }

  .mb64 .contact-button {
    height: auto;
  }

  .mb64 .contact-button a {
    width: 190px;
    min-height: 31px;
    padding: 8px 15px 8px;
    border-radius: 31px;
  }

  .mb64 .contact-button a::after {
    right: 10px;
    border-width: 4px 0 4px 5px;
  }

  .mb64 .contact-button a span {
    font-size: 1.1rem;
    line-height: 1em;
    letter-spacing: 0em;
  }

  .remodal .remodal-cancel.modal-close {
    top: -42px;
    right: -8px;
  }

  .str-renew.--primary .m-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .str-renew.--primary .l-footer {
    height: 63px;
    padding: 15px 20px 0;
    align-items: flex-start;
  }

  .str-renew.--primary .l-footer .copy {
    font-size: 11px;
    letter-spacing: .03em;
    padding: 0;
  }

  #reason,
  #feature,
  #case {
    top: -56px;
  }

  .news .news-list {
    margin-top: 40px;
  }

  .news .news-list__item::before {
    right: 0;
    border-width: 3.5px 0 3.5px 4px;
  }

  .news .news-list__item .link {
    padding: 14px 20px 14px 0;
    min-height: 87px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news .news-list__item .item-date {
    font-size: 12px;
  }

  .news .news-list__item .item-text {
    font-size: 11px;
    line-height: 1.63636;
    margin: 0;
    padding-left: 0;
  }

  .news .news-list__item .item-text::before {
    display: none;
  }

  .quality {
    padding-top: 30px;
  }

  .quality .quality-banner {
    flex-direction: column;
    max-width: none;
    padding: 20px 20px 30px;
  }

  .quality .quality-banner-img {
    width: 179px;
  }

  .quality .quality-banner-text {
    font-size: 14px;
  }

  .quality .quality-banner-note {
    margin-top: 10px;
  }

  .page-features .features-content-btn .button-wrap a {
    width: 180px;
    padding: 8px 0;
    margin-bottom: 10px;
  }

  .page-features .features-content-btn .button-wrap a span {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .page-features .features-content-list {
    margin: 25px 0;
  }

  .page-features .features-content-item:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .mv-cta {
    padding: 0 12px;
  }

  .mv-cta-inner {
    padding: 11px 0 20px;
    flex-direction: column;
  }

  .mv-cta-text {
    font-size: 1.3rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  .mv-cta-text::before {
    margin-right: .3em;
  }

  .mv-cta-button {
    font-size: 1.3rem;
    padding: 8px 15px;
  }

  .content {
    padding: 0;
  }

  .gradation-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .gradation-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .gradation-button a.--plus::before {
    right: 20px;
  }

  .gradation-button a.--plus::after {
    right: 14px;
  }

  .gradation-button a {
    font-size: 1.4rem;
  }

  .gradation-button.--type2 a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .gradation-button.--type2 a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .gradation-button.--type2 a.--plus::before {
    right: 20px;
  }

  .gradation-button.--type2 a.--plus::after {
    right: 14px;
  }

  .gradation-button.--type2 a {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    height: 54px;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  .localnavi {
    display: none;
  }

  .page-features .section-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-features .section-title {
    gap: 0;
  }

  .page-features .section-title-en {
    font-size: 1.2rem;
    line-height: 2.1666666667;
  }

  .page-features .section-title-ja {
    font-size: 2.2rem;
    line-height: 1.33;
  }

  .page-features .section-title-ja b {
    font-size: 2.6rem;
  }

  .page-features .hero {
    height: 280px;
  }

  .page-features .hero::before {
    background-image: url("../img/hero_bg_sp.png");
    background-size: cover;
    background-position: bottom;
  }

  .page-features .hero .hero-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-features .hero .hero-title {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }

  .page-features .hero .hero-title b {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .page-features .hero .hero-text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.05em;
    margin-top: 13px;
  }

  .page-features .hero .hero-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-features .hero .hero-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-features .hero .hero-button a.--plus::before {
    right: 20px;
  }

  .page-features .hero .hero-button a.--plus::after {
    right: 14px;
  }

  .page-features .hero .hero-button a {
    margin-inline: auto;
    margin-top: 25px;
  }

  .page-features .content-nav {
    padding-inline: 10px;
    padding-top: 0;
  }

  .page-features .content-nav.--bottom {
    padding-top: 35px;
    padding-inline: 10px;
  }

  .page-features .content-nav .section-inner {
    width: 100%;
  }

  .page-features .content-nav ul {
    gap: 6px;
  }

  .page-features .content-nav li {
    width: 100%;
  }

  .page-features .content-nav li a {
    border-radius: 10px 10px 0 0;
    height: 50px;
    min-height: auto;
  }

  .page-features .content-nav li a span {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .page-features .content-nav li a.is-active {
    height: 60px;
    border-width: 0;
  }

  .page-features .features-wrap .features-block .section-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-features .features-about {
    padding-block: 36px 0;
    margin-bottom: 0;
  }

  .page-features .features-about-lead {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 27px;
  }

  .page-features .features-figure {
    padding: 60px 0 0;
  }

  .page-features .features-figure-title {
    margin-bottom: 25px;
  }

  .page-features .features-figure-title span {
    font-size: 1.6rem;
    line-height: 1.5625;
  }

  .page-features .features-figure-illust {
    padding: 18px;
  }

  .page-features .features-movie {
    padding-block: 40px 0;
  }

  .page-features .features-movie .features-movie-title span {
    font-size: 1.8rem;
    line-height: 1.7222222222;
  }

  .page-features .features-movie .features-movie-lead {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-top: 20px;
  }

  .page-features .features-movie .button-wrap {
    margin-top: 20px;
  }

  .page-features .features-box {
    margin-top: 60px;
    padding-inline: 0;
    border-radius: 10px;
  }

  .page-features .features-box::before,
  .page-features .features-box::after {
    width: 335px;
    height: 335px;
  }

  .page-features .features-box .section-nav-num {
    font-size: 1.2rem;
  }

  .page-features .features-box .features-content {
    padding-block: 40px 20px;
  }

  .page-features .features-box .features-content+.features-content {
    padding-block: 20px;
  }

  .page-features .features-box .features-content:last-child {
    padding-block: 20px 50px;
    border-radius: 0 0 10px 10px;
  }

  .page-features .features-box .features-content-text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    letter-spacing: 0em;
    margin-top: 20px;
  }

  .page-features .features-box .features-content-image {
    margin-top: 25px;
  }

  .page-features .features-box .features-content-image+.features-content-text {
    margin-top: 20px;
  }

  .page-features .features-box .mbc-icon {
    width: 120px;
    margin-top: 20px;
  }

  .page-features .features-box .features-content-support {
    border-radius: 10px;
    padding: 20px 15px;
  }

  .page-features .features-box .features-content-support .title {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-support .buttons .title {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }

  .page-features .features-box .features-content-support .button-wrap {
    gap: 30px;
    margin-top: 20px;
    gap: 10px;
  }

  .page-features .features-box .features-content-support .gradation-button a {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    width: 200px;
    height: 44px;
    margin-bottom: 0;
  }

  .page-features .features-box .features-content-ver63 .wrap {
    padding: 16px 14px;
    border-radius: 10px;
  }

  .page-features .features-box .features-content-ver63 .text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-ver63 .box {
    margin-top: 20px;
    grid-template-columns: 100%;
    gap: 38px 0;
  }

  .page-features .features-box .features-content-ver63 .box::before {
    width: 100%;
    height: 1px;
  }

  .page-features .features-box .features-content-ver63 .box dt {
    font-size: 1.3rem;
    line-height: 1.0769230769;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-ver63 .box dd {
    margin-top: 11px;
  }

  .page-features .features-box .features-content-ver63 .box figcaption {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 10px;
  }

  .page-features .features-box .features-content-ver63 .note li {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-ver63 .note .ico-window {
    background-position: right 2px;
  }

  .page-features .features-box .features-content-method {
    padding: 25px 15px 0;
    border-radius: 10px;
    margin-top: 20px;
  }

  .page-features .features-box .features-content-method .title {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-method .method-list {
    margin-top: 25px;
  }

  .page-features .features-box .features-content-method .method-list>li {
    gap: 24px;
    padding-block: 20px;
  }

  .page-features .features-box .features-content-method .method-name-box .num {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 0;
    width: 33px;
    margin-right: 21px;
  }

  .page-features .features-box .features-content-method .method-name-box .num::after {
    height: 46px;
    top: 0;
  }

  .page-features .features-box .features-content-method .method-name-box .name-wrap {
    gap: 11px;
  }

  .page-features .features-box .features-content-method .method-name-box .logo {
    width: 40px;
  }

  .page-features .features-box .features-content-method .method-name-box .name {
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-method .method-text-box {
    margin-top: 0;
  }

  .page-features .features-box .features-content-method .method-text-box li {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    gap: 3px;
  }

  .page-features .features-box .features-content-method .method-text-box li::before {
    top: 8px;
  }

  .page-features .features-box .features-content-method .method-text-box .note {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-top: 8px;
  }

  .page-features .features-box .features-content-method .method-text-box .box {
    padding: 15px;
    margin-top: 15px;
  }

  .page-features .features-box .features-content-method .method-text-box strong {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    letter-spacing: 0em;
    gap: 6px;
    align-items: flex-start;
  }

  .page-features .features-box .features-content-method .method-text-box strong::before {
    min-width: 22px;
    min-height: 21px;
  }

  .page-features .features-box .features-content-detail {
    margin-top: 20px;
  }

  .page-features .features-box .features-content-detail .box {
    border-radius: 10px;
  }

  .page-features .features-box .features-content-detail .image-box {
    min-height: auto;
    border-radius: 10px;
  }

  .page-features .features-box .features-content-button {
    margin-top: 24px;
  }

  .page-features .features-box .features-content-num {
    font-size: 1.2rem;
    line-height: 1;
    gap: 5px;
  }

  .page-features .features-box .features-content-num::before {
    width: 3px;
    height: 3px;
  }

  .page-features .features-box .features-content-func {
    margin-top: 20px;
    padding: 0 15px 15px;
  }

  .page-features .features-box .features-content-func p {
    width: auto;
    margin: 0;
    padding-block: 20px 14px;
  }

  .page-features .features-box .features-content-func ul {
    padding-left: 0;
    border: none;
  }

  .page-features .features-box .features-content-func li {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-func+.features-content-image {
    margin-top: 20px;
  }

  .page-features .features-box .features-content-label {
    margin-top: 35px;
  }

  .page-features .features-box .features-content-label.--center {
    text-align: left;
  }

  .page-features .features-box .features-content-label span {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-option {
    margin-top: 20px;
  }

  .page-features .features-box .features-content-option .features-content-heading {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0em;
  }

  .page-features .features-box .features-content-option .features-content-heading span {
    padding: 1px 6px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 10px 0 0 0;
  }

  .page-features .features-box .features-content-option .features-content-text {
    margin-block: 18px;
  }

  .page-features .features-box .section-nav {
    width: 90.625%;
    margin: auto;
    padding: 0;
    padding-top: 10px;
  }

  .page-features .features-box .section-nav li a {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding-block: 15px;
  }

  .page-features .features-box .section-nav li a::after {
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }

  .page-features .features-box .section-nav li .section-nav-num {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .page-features .features-box .section-nav li .section-nav-text {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 6px;
    padding-left: 0;
  }

  .page-features .features-box .section-nav li .section-nav-text span {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
    height: 15px;
    padding-inline: 2px;
    margin-top: 0;
    margin-left: 5px;
  }

  .page-features .demo {
    margin-bottom: 60px;
  }

  .page-features .demo .demo-title {
    padding: 40px 0 26px;
  }

  .page-features .demo .demo-title p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    letter-spacing: 0em;
    margin-top: 18px;
  }

  .page-features .demo .demo-content {
    grid-template-columns: 100%;
    gap: 30px;
  }

  .page-features .demo .demo-content figure {
    margin: 0;
  }

  .page-features .demo .demo-content li {
    padding-block: 13px;
    min-height: 59px;
  }

  .page-features .demo .demo-content li .text {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
    padding-left: 30px;
  }

  .page-features .demo .demo-content li .text::before {
    width: 22px;
    height: 21px;
    top: -2px;
  }

  .page-features .demo .demo-content li .large {
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 300;
  }

  .page-features .demo .demo-content li .large else {
    font-weight: 500;
  }

  .page-features .demo .demo-content li .large {
    font-size: 5rem;
    line-height: 1;
    letter-spacing: -0.06em;
    font-feature-settings: normal;
    padding-inline: 2px;
  }

  .page-features .demo .demo-content li .small {
    font-size: 1.1rem;
    line-height: 1.3636363636;
    letter-spacing: 0em;
    margin-top: 2px;
  }

  .page-features .demo .gradation-button {
    margin-top: 40px;
  }

  .page-features .info-content {
    border-radius: 15px;
    margin-block: -15px;
  }

  .page-features .info-content .info-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
    padding-block: 40px;
  }

  .page-features .info-content .info-title {
    font-size: 1.8rem;
    letter-spacing: .025em;
    line-height: 1.4722222222;
  }

  .page-features .info-content .info-button-box {
    margin-top: 26px;
    flex-direction: column;
    gap: 15px;
  }

  .page-features .info-content .info-button:nth-child(1) a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-features .info-content .info-button:nth-child(1) a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-features .info-content .info-button:nth-child(1) a.--plus::before {
    right: 20px;
  }

  .page-features .info-content .info-button:nth-child(1) a.--plus::after {
    right: 14px;
  }

  .page-features .info-content .info-button:nth-child(2) a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-features .info-content .info-button:nth-child(2) a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-features .info-content .info-button:nth-child(2) a.--plus::before {
    right: 20px;
  }

  .page-features .info-content .info-button:nth-child(2) a.--plus::after {
    right: 14px;
  }

  .page-features .case-content {
    margin-top: 35px;
  }

  .page-features .case-customers {
    margin-top: 40px;
    grid-template-columns: repeat(auto-fit, 94px);
  }

  .page-features .case-area {
    max-width: 330px;
    margin-top: 60px;
    gap: 20px;
    justify-items: center;
    flex-direction: column;
  }

  .page-features .case-card {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,.03);
  }

  .page-features .case-name {
    height: 96px;
  }

  .page-features .case-text {
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0.08em;
    padding: 15px 15px 40px;
    min-height: auto;
  }

  .page-features .case-data {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.08em;
    height: 27px;
  }

  .page-features .case-link-text {
    padding-block: 15px 25px;
  }

  .page-features .case-link-text span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.08em;
    gap: 8px;
  }

  .page-features .case-link-text span::after {
    width: 4px;
    height: 16px;
  }

  .page-features .contact .section-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
    max-width: 500px;
    padding-block: 40px;
  }

  .page-features .contact .contact-list {
    grid-template-columns: 100%;
    gap: 15px;
  }

  .page-features .contact .contact-list li {
    min-height: 170px;
    padding: 10px 0 24px;
    border-radius: 15px;
  }

  .page-features .contact .contact-list li:nth-child(1) figure img {
    width: 31px;
  }

  .page-features .contact .contact-list li:nth-child(2) figure img {
    width: 46px;
  }

  .page-features .contact .contact-list li:nth-child(2) .contact-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-features .contact .contact-list li:nth-child(2) .contact-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-features .contact .contact-list li:nth-child(2) .contact-button a.--plus::before {
    right: 20px;
  }

  .page-features .contact .contact-list li:nth-child(2) .contact-button a.--plus::after {
    right: 14px;
  }

  .page-features .contact .contact-list li:nth-child(2) .contact-button a {
    font-size: 1.1rem;
    width: 230px;
    height: 31px;
  }

  .page-features .contact .contact-list li:nth-child(3) figure img {
    width: 42px;
  }

  .page-features .contact .contact-list li:nth-child(3) .contact-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-features .contact .contact-list li:nth-child(3) .contact-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-features .contact .contact-list li:nth-child(3) .contact-button a.--plus::before {
    right: 20px;
  }

  .page-features .contact .contact-list li:nth-child(3) .contact-button a.--plus::after {
    right: 14px;
  }

  .page-features .contact .contact-list li:nth-child(3) .contact-button a {
    font-size: 1.1rem;
    width: 230px;
    height: 31px;
  }

  .page-features .contact .contact-list li figure {
    height: 60px;
  }

  .page-features .contact .contact-list li p {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .page-features .contact .contact-button {
    margin-top: 20px;
  }

  .page-features .contact .contact-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-features .contact .contact-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-features .contact .contact-button a.--plus::before {
    right: 20px;
  }

  .page-features .contact .contact-button a.--plus::after {
    right: 14px;
  }

  .page-features .contact .contact-button a {
    width: 230px;
    height: 31px;
  }
}

@media (hover: hover) {
  .content .button-wrap a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .content .button-wrap a:hover {
    opacity: .7;
  }

  .content .hero-button a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .content .hero-button a:hover {
    opacity: .7;
  }

  .modal-content-close {
    cursor: pointer;
  }

  .page-features .content-nav li a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .page-features .content-nav li a:hover {
    opacity: .7;
  }

  .page-features .section-nav.l-features li a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .page-features .section-nav.l-features li a:hover {
    opacity: .7;
  }

  .page-features .features-content-operation a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .page-features .features-content-operation a:hover {
    opacity: .7;
  }

  .page-price .content-nav li a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .page-price .content-nav li a:hover {
    opacity: .7;
  }

  .page-price .price02 .price-list .price-item-link a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .page-price .price02 .price-list .price-item-link a:hover {
    opacity: .7;
  }

  .demo section.about .about-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .demo section.about .about-btn:hover {
    opacity: .7;
  }

  .demo section.steps .content .step-list__item .step-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .demo section.steps .content .step-list__item .step-btn:hover {
    opacity: .7;
  }

  .demo section.board .board-content-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .demo section.board .board-content-btn:hover {
    opacity: .7;
  }

  .demo section.board .board-img {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .demo section.board .board-img:hover {
    opacity: .7;
  }

  .demo section.board .board-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .demo section.board .board-btn:hover {
    opacity: .7;
  }

  .mb64 section.hero .hero-content .textArea .hero-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .mb64 section.hero .hero-content .textArea .hero-btn:hover {
    opacity: .7;
  }

  .mb64 section.reason .reason-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .mb64 section.reason .reason-btn:hover {
    opacity: .7;
  }

  .mb64 section.feature .feature-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .mb64 section.feature .feature-btn:hover {
    opacity: .7;
  }

  .mb64 section.case .case-list .item-link a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .mb64 section.case .case-list .item-link a:hover {
    opacity: .7;
  }

  .mb64 section.case .case-box .case-btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .mb64 section.case .case-box .case-btn:hover {
    opacity: .7;
  }

  .mb64 .contact-button a {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .mb64 .contact-button a:hover {
    opacity: .7;
  }

  .str-renew.--primary .m-nav-global__list .m-nav-global__item {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .str-renew.--primary .m-nav-global__list .m-nav-global__item:hover {
    opacity: .7;
  }

  .str-renew.--primary .m-header__btn .--module_btn {
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
  }

  .str-renew.--primary .m-header__btn .--module_btn:hover {
    opacity: .7;
  }

  .news .news-list__item {
    transition: opacity .2s ease-in-out;
  }

  .news .news-list__item:hover {
    opacity: .7;
  }

  .mv-cta-button:hover {
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
  }

  .gradation-button a {
    transition: opacity .2s;
  }

  .gradation-button a:hover {
    opacity: .7;
  }

  .gradation-button.--type2 a {
    transition: opacity .2s;
  }

  .gradation-button.--type2 a:hover {
    opacity: .7;
  }

  .page-features .hero .hero-button a {
    transition: opacity .2s;
  }

  .page-features .hero .hero-button a:hover {
    opacity: .7;
  }

  .page-features .hero .hero-button a {
    transition: opacity .2s;
  }

  .page-features .hero .hero-button a:hover {
    opacity: .7;
  }

  .page-features .info-content .info-button:nth-child(1) a {
    transition: opacity .2s;
  }

  .page-features .info-content .info-button:nth-child(1) a:hover {
    opacity: .7;
  }

  .page-features .info-content .info-button:nth-child(2) a {
    transition: opacity .2s;
  }

  .page-features .info-content .info-button:nth-child(2) a:hover {
    opacity: .7;
  }

  .page-features .case-card {
    transition: opacity .3s;
  }

  .page-features .case-card:hover {
    opacity: .7;
  }

  .page-features .contact .contact-list li:nth-child(2) .contact-button a {
    transition: opacity .2s;
  }

  .page-features .contact .contact-list li:nth-child(2) .contact-button a:hover {
    opacity: .7;
  }

  .page-features .contact .contact-list li:nth-child(3) .contact-button a {
    transition: opacity .2s;
  }

  .page-features .contact .contact-list li:nth-child(3) .contact-button a:hover {
    opacity: .7;
  }

  .page-features .contact .contact-button a {
    transition: opacity .2s;
  }

  .page-features .contact .contact-button a:hover {
    opacity: .7;
  }
}