@charset "UTF-8";
/*worry*/
.worry-top {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 20px;
  margin-bottom: 80px;
  position: relative;
}
.worry-top::before,
.worry-top::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.worry-top::before {
  background: url(/lp/d04_trial/asset/image/icon_fukidashi-worry.svg) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
}
.worry-top::after {
  background: url(/lp/d04_trial/asset/image/icon_down-arrow-blue.svg) no-repeat;
  width: 60px;
  height: 60px;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
.worry-top__heading-m {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}
.worry__image {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.worry-bottom {
  background: #fff;
  border: 3px solid #4d61de;
  border-radius: 10px;
  padding: 0 30px 20px;
  position: relative;
}
.worry-bottom__heading-m {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}
.worry-bottom__balloon {
  text-align: center;
  font-size: 150%;
  background: #4d61de;
  display: table;
  padding: 8px 20px 7px;
  margin: 0 auto;
  transform: translateY(-22px);
  color: #fff;
  max-width: 330px;
  width: 100%;
  letter-spacing: 0.08em;
  border-radius: 30px;
  font-weight: bold;
}
/*about rakus*/
.about-rakus__flex {
  display: flex;
  align-items: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
}
.about-rakus-logo__figure {
  width: 12%;
}
.about-rakus-logo__image {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-rakus__lead {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-rakus__lead-main {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-rakus__table {
  width: 95%;
  margin: 0 auto 70px;
}
.about-rakus__th {
  font-size: 120%;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  color: #4d61de;
  width: 30%;
  box-sizing: border-box;
}
.about-rakus__td {
  font-size: 110%;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  color: #343434;
  width: 70%;
  box-sizing: border-box;
}
.about-rakus__list {
  display: flex;
  justify-content: center;
}
.about-rakus__item:first-of-type {
  margin-right: 30px;
}
.about-rakus__image {
  height: 90px;
  width: auto;
}
/*canbe*/
.canbe-box {
  background: #f5f6fa;
  padding: 0 20px 20px;
  border-radius: 10px;
}
.canbe-box__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
}
.canbe-box__inbox {
  width: 32%;
  position: relative;
}
.canbe-box__inbox--add-arrow::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(/lp/d04_trial/asset/image/icon_right-arrow-blue.svg) no-repeat;
  width: 30px;
  height: 30px;
  right: -20px;
  top: 40px;
}
.canbe-box__balloon {
  display: table;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 8px 20px;
  background: #4d61de;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
  transform: translateY(-20px);
  letter-spacing: 0.12em;
}
.canbe-box__balloon-big {
  font-size: 120%;
}
.canbe-box__balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4d61de;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.canbe-box__heading-m {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin: 0 auto 15px;
  display: table;
  letter-spacing: 0.05em;
}
.canbe-box__heading-m-big {
  font-size: 130%;
}
.canbe-box__image {
  max-width: 90px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.canbe-box__text {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}
/*------------------------------
solution*
------------------------------*/
.solution-detail {
  width: 100%;
  border-radius: 20px;
  padding: 40px 5% 30px;
  border-right: 5px solid #c9d0ff;
  border-bottom: 5px solid #c9d0ff;
}
.solution-detail__image {
  margin: auto;
}
.solution-detail__texts {
  text-align: center;
}
.solution-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
}
.solution-button__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.solution-button__link-wrap {
  width: 200px;
  padding: 5px 5px 20px;
}
.solution-button__link {
  font-size: 130%;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #ffb300;
  background: -webkit-linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  background: linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}
.solution-button__link:hover {
  background: #fff;
  color: #ffb300;
  border: #ffb300 3px solid;
}
.solution-button__item {
  padding: 5px 20px 20px 0;
  z-index: 1;
  height: 100px;
}
.solution__title {
  padding: 10px;
  background: #e8e8e8;
  border: 3px solid #fff;
  border-radius: 10px;
  color: #7e7e7e;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.15s;
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}
.solution__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #4d61de;
  border-bottom: 0;
  z-index: -1;
  transition: all ease-in-out 0.15s;
}
.solution__text {
  margin-bottom: 20px;
}
.solution__text.solution__text--small {
  font-size: 80%;
  line-height: 1.5;
}
.slick-current .solution__title::before,
.slick-current .solution__title {
  transition: all ease-in-out 0.35s;
}
.slick-current .solution__title,
.solution__title:hover {
  border: 3px solid #4d61de;
  color: #4d61de;
  background: #fff;
  font-size: 120%;
}
.slick-current .solution__title::before,
.solution__title:hover::before {
  bottom: -11px;
}
.solution__heading-m {
  font-size: 180%;
  font-weight: bold;
  color: #4d61de;
  margin: 20px 0 50px;
  line-height: 1.2;
  position: relative;
}
.solution__heading-m::before {
  content: "";
  position: absolute;
  border-top: 2px solid #4d61de;
  width: 75%;
  height: 2px;
  top: -16px;
  left: 15%;
}
.solution__heading-m::after {
  content: "";
  position: absolute;
  border-top: 2px solid #4d61de;
  width: 75%;
  height: 2px;
  bottom: -16px;
  left: 15%;
}
.solution__image {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
/* --------- screen --------- */
.screen {
  --margin: calc(100vw - 1024px);
}
@media screen and (max-width: 767px) {
  .screen {
    overflow: hidden;
  }
  .screen #screen-swiper {
    padding-left: 24px;
  }
}
.screen-images {
  margin-left: -24px;
  margin-right: -24px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .screen-images {
    margin-right: calc(var(--margin) / 2 * -1);
    margin-left: calc(var(--margin) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .screen .swiper-slide {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .screen .swiper-slide {
    width: 410px;
  }
}
.screen-swiper-item {
  width: 100%;
  height: 100%;
}
.screen-swiper-item span {
  display: block;
  margin-top: 1em;
  font-size: 1.6rem;
  text-align: center;
}
.screen .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .screen .swiper-control {
    gap: 35px;
  }
}
.screen .swiper-control .swiper-button-next,
.screen .swiper-control .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
.screen .swiper-control .swiper-button-next:after,
.screen .swiper-control .swiper-button-prev:after {
  display: none;
}
.screen .swiper-control .swiper-paging {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.screen .swiper-control .swiper-paging .current {
  font-size: 1.3333333em;
}
.screen .swiper-control .swiper-button-prev {
  background-image: url(/lp/d04_trial/asset/image/icon_arrow-round_left.svg);
}
.screen .swiper-control .swiper-button-next {
  background-image: url(/lp/d04_trial/asset/image/icon_arrow-round_right.svg);
}

/* --------- top-solution-detail --------- */
.solution-detail__title {
  font-size: 170%;
  color: #444444;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px 0;
}
.solution-detail__contents-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px 0;
}
.solution-detail__contents-box-text {
  font-weight: bold;
  font-size: 150%;
  color: #444444;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.5;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
.solution-detail__contents-figure {
  margin: 0;
}
.solution-detail__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px), print {
  .screen .swiper-control {
    gap: 35px;
  }
}
.screen .swiper-control .swiper-button-next,
.screen .swiper-control .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
.screen .swiper-control .swiper-button-next:after,
.screen .swiper-control .swiper-button-prev:after {
  display: none;
}
.screen .swiper-control .swiper-paging {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.screen .swiper-control .swiper-paging .current {
  font-size: 1.3333333em;
}
.screen .swiper-control .swiper-button-prev {
  background-image: url(/lp/d04_trial/asset/image/icon_arrow-round_left.svg);
}
.screen .swiper-control .swiper-button-next {
  background-image: url(/lp/d04_trial/asset/image/icon_arrow-round_right.svg);
}
/*swiper スタイル上書き*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  padding: 0 0 15px;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 70px;
  height: 70px;
}

/*function*/
.function__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.function__inbox {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.function__heading-m {
  font-size: 120%;
  text-align: center;
  color: #4d61de;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.function__figure {
  margin-bottom: 20px;
}
.function__image {
  max-width: 90px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.function__item {
  padding: 0 0 20px 30px;
  position: relative;
}
.function__item::before {
  content: "";
  position: absolute;
  background: url(/lp/d04_trial/asset/image/icon_check-bg-blue.svg) no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.function__item:last-of-type {
  padding-bottom: 0;
}
/*security*/
.security__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 10px;
}
.security__box {
  width: 31%;
  background: #f5f6fa;
  border-radius: 0 0 10px 10px;
  margin: 0 15px 20px 0;
}
.security__heading-m {
  background: #4e62e0;
  text-align: center;
  font-size: 115%;
  padding: 8px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.security__inbox {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.security__figure {
  width: 30%;
}
.security__image {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.security__text {
  width: 70%;
}
/* --------- support --------- */
.support-worry {
  margin: 80px 0;
  position: relative;
}
.support-worry::after {
  position: absolute;
  content: "";
  background: url(/lp/d04_trial/asset/image/icon_down-arrow-blue.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.support-worry__list {
  display: flex;
  justify-content: space-around;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.support-worry__item {
  background: #fff;
  text-align: center;
  padding: 50px 60px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
}
.support-worry__item--add-woman::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 130px;
  bottom: -20px;
}
.support-worry__item--add-woman::before {
  background: url(/lp/d04_trial/asset/image/icon_illust-woman-worry.svg) no-repeat;
  background-size: 100%;
  left: -120px;
}
.support-cando {
  border-radius: 15px;
}
.support-cando__attention {
  display: table;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  margin: 0 auto 10px;
  padding: 0 50px;
  position: relative;
}
.support-cando__attention::before,
.support-cando__attention::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #4d61de;
}
.support-cando__attention::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.support-cando__attention::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.support-cando__heading-m {
  text-align: center;
  font-weight: bold;
  font-size: 180%;
  margin: 0 0 40px;
}
.support-cando__image {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.support-cand-list {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}
.support-cando__item {
  padding: 0 0 12px 30px;
  position: relative;
  font-weight: bold;
  font-size: 110%;
}
.support-cand-item--w60 {
  width: 60%;
}
.support-cand-item--w40 {
  width: 40%;
}
.support-4categry-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.support-4categry-list__image {
  width: 90%;
  height: auto;
}
.support-2categry-list {
  display: flex;
  justify-content: space-evenly;
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  width: calc(50% - 60px);
}
.support-2categry-item {
  width: calc((100% - 40px) / 2);
}
.support-2categry__figcaption {
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
  font-weight: bold;
}
/* --------- case --------- */
.case {
  background: url(/lp/d04_trial/asset/image/image_bg-blue-dot.svg) repeat;
}
.case-swiper__wrap {
  display: flex;
  justify-content: space-between;
}
.case-swiper__box {
  /* max-width: 1000px; */
  width: 100%;
  margin: 0 auto;
}
.case-swiper__box--deco {
  position: relative;
}
.case-swiper__box--deco::before,
.case-swiper__box--deco::after {
  content: "";
  position: absolute;
  background: url(/lp/d04_trial/asset/image/icon_brackets.svg) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 120px;
}
.case-swiper__box--deco::before {
  top: 0;
  left: 0;
}
.case-swiper__box--deco::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.case-swiper__heading-m {
  text-align: center;
  font-size: 210%;
  font-weight: bold;
  color: #4d61de;
  margin: 0 auto 40px;
  position: relative;
  padding: 30px 30px 0;
}
.case-swiper__heading-m::before,
.case-swiper__heading-m::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
}
.case-swiper__heading-m::before {
  background: url(/lp/d04_trial/asset/image/icon_double-quotation_left.svg) no-repeat;
  background-size: 100%;
  left: 30px;
}
.case-swiper__heading-m::after {
  background: url(/lp/d04_trial/asset/image/icon_double-quotation_right.svg) no-repeat;
  background-size: 100%;
  right: 30px;
}
.case-swiper__heading-m--company {
  display: block;
  font-size: 70%;
}
.case-swiper__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px;
}
.case-swiper-left {
  width: 58%;
  background: rgba(238, 240, 252, 0.8);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.case-swiper-left-before,
.case-swiper-left-after {
  display: flex;
}
.case-swiper-left-before {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #acb4e4;
  position: relative;
}
.case-swiper-left-before::before,
.case-swiper-left-before::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.case-swiper-left-before::before {
  border: 12px solid transparent;
  border-top: 12px solid #acb4e4;
}
.case-swiper-left-before::after {
  border: solid 14px transparent;
  border-top: solid 14px #f1f3fd;
  margin-top: -5px;
}
.case-swiper-left__title-box {
  width: 78%;
}
.case-swiper-left__figure {
  width: 20%;
  text-align: center;
  margin-right: 15px;
}
.case-swiper-left__image {
  max-width: 50px;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}
.case-swiper-left__figcaption {
  font-size: 90%;
  font-weight: bold;
  color: rgba(23, 42, 136, 0.5);
}
.case-swiper-left__figcaption--after {
  color: #ffb300;
}
.case-swiper-left-before__heading-s {
  font-size: 100%;
  color: #172a88;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.case-swiper-left-before__item {
  font-size: 85%;
  line-height: 1.2;
  padding: 0 0 15px 24px;
  position: relative;
}
.case-swiper-left-before__item::before {
  content: "●";
  position: absolute;
  color: #6b78c9;
  font-size: 100%;
  left: 5px;
  top: 0;
}
.case-swiper-left-after__heading-s {
  font-size: 120%;
  color: #4e62e0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.case-swiper-left-after__item {
  font-size: 90%;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 15px 24px;
  position: relative;
}
.case-swiper-left-after__item::before {
  content: "";
  position: absolute;
  background: url(/lp/d04_trial/asset/image/icon_check_yellow.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.case-swiper-right {
  width: 38%;
}
.case-swiper-right__image {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: auto;
}
/*swiper スタイル上書き*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(/lp/d04_trial/asset/image/icon_arrow-round_left.svg) no-repeat;
  background-size: 100%;
  left: 22%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(/lp/d04_trial/asset/image/icon_arrow-round_right.svg) no-repeat;
  background-size: 100%;
  right: 22%;
}
.swiper-button-prev,
.swiper-button-next {
  width: 70px;
  height: 70px;
}
/*footer*/
.footer {
  padding: 0 0 40px;
}
p.footer__copyright {
  text-align: center;
}
.js_pagetop {
  position: fixed;
  bottom: 0;
  right: 10px;
  margin-bottom: 0;
  font-size: 7.7rem;
  z-index: 99;
}
.js_pagetop__link {
  background: #4d61de;
  font-size: 1.1rem;
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
  border: 3px solid;
}
.js_pagetop__link:hover {
  border: 3px solid #fff;
  color: #fff;
}
/*--------------------------
cta area
--------------------------*/
.cta-area {
  padding: 60px 0;
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  color: #fff;
}
.cta-area__felx {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cta-area__heading-l {
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-area__lead {
  text-align: center;
  font-size: 110%;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.cta-area__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-area__item {
  width: 45%;
  margin: 0 auto;
}
.cta-comment {
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
  color: #4d61de;
  padding: 5px;
  border-radius: 2px;
  position: relative;
  transform: translateY(10px);
  z-index: 2;
  font-size: 120%;
  line-height: 1;
  font-weight: bold;
  border: 3px solid #4e62e0;
  text-align: center;
}
.cta-comment::before,
.cta-comment::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.cta-comment::before {
  border-top: 12px solid #4e62e0;
}
.cta-comment::after {
  margin-top: -4px;
  border-top: 12px solid #fff;
}
.cta-area__heading-l-big {
  font-size: 130%;
}
.cta-area__image {
  max-width: 420px;
  width: 100%;
  height: auto;
}
.cta-area_box-2 {
  width: 48%;
  margin: 0 auto;
}
.cta-banzai {
  display: table;
  margin: 0 auto 10px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 0 40px;
}
.cta-banzai::before,
.cta-banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.cta-banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.cta-banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.cta-area__link {
  font-size: 150%;
  max-width: 400px;
  width: 100%;
  display: block;
  padding: 18px 10px;
  box-sizing: border-box;
  border-radius: 40px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.common_cta-area__link-free {
  display: inline-block;
  border: 2px solid;
  font-size: 70%;
  padding: 1px 3px 2px;
  margin-left: 5px;
  border-radius: 4px;
}

/*sp responsive*/
@media (max-width: 2000px) {
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    width: 100%;
    padding: 0 0 15px;
  }
  .case-swiper_text {
    font-size: 75%;
  }
}
@media screen and (max-width: 1252px) {
  /* --------- .case--------- */
  .case-swiper__box--deco::before,
  .case-swiper__box--deco::after {
    content: "";
    position: absolute;
    background: url(/lp/d04_trial/asset/image/icon_brackets.svg) no-repeat;
    background-size: 100%;
    width: 80px;
    height: 80px;
  }
  .case-swiper-right__figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .case-swiper-left__image {
    max-width: 150px;
    margin: 0 auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    left: 3%;
  }
  .swiper-button-next {
    right: 3%;
  }
  .about-rakus__lead-main {
    font-size: 100%;
    margin-left: 15px;
  }
  .about-rakus__th {
    padding: 10px;
    font-size: 90%;
  }
  .about-rakus__td {
    padding: 10px;
    font-size: 80%;
  }
  .footer__copyright {
    font-size: 80%;
  }
}
@media (max-width: 1280px) {
  /* --------- .case--------- */
  .case__left,
  .case__right {
    width: 100%;
  }
  .case__flex {
    flex-wrap: wrap;
  }
  .case__item {
    padding: 15px 10px 10px;
    max-width: 350px;
  }
  .case__item::before {
    width: 24px;
    height: 24px;
  }
  .case__text {
    font-size: 130%;
  }
  .case__figure {
    width: 60%;
    margin: 20px auto;
  }
  .case__image {
    max-width: 200px;
  }
  .case-swiper-right__figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .case-swiper-right__image {
    max-width: 180px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    left: 3%;
  }
  .swiper-button-next {
    right: 3%;
  }
  .case-swiper__box--deco::before,
  .case-swiper__box--deco::after {
    width: 60px;
    height: 60px;
  }
  .case-swiper__heading-m {
    font-size: 130%;
    margin-bottom: 15px;
  }
  .case-swiper__heading-m::before,
  .case-swiper__heading-m::after {
    width: 20px;
    height: 20px;
  }
  .case-swiper__heading-m::before {
    left: 15px;
  }
  .case-swiper__heading-m::after {
    right: 15px;
  }
  .case-swiper__flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .case-swiper-left,
  .case-swiper-right {
    width: 95%;
    margin: 0 auto;
  }
  .case-swiper-left {
    padding: 20px;
  }
  .case-swiper-left__figure {
    width: 18%;
    margin-right: 10px;
  }
  .case-swiper-left__image {
    max-width: 40px;
    margin-bottom: 0;
  }
  .case-swiper-left-before {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
  .case-swiper-left-before__heading-s {
    font-size: 95%;
  }
  .case-swiper-left-before__item {
    padding: 0 0 10px 20px;
  }
  .case-swiper-left-before__item::before {
    font-size: 80%;
    top: 3px;
  }
  .case-swiper-left__figcaption {
    font-size: 70%;
    letter-spacing: -0.05em;
  }
  .case-swiper-left-after__heading-s {
    font-size: 100%;
  }
  .case-swiper-left-after__item {
    font-size: 85%;
    padding: 0 0 10px 20px;
  }
  .case-swiper-left-after__item::before {
    width: 15px;
    height: 15px;
  }
  .cta-area__felx {
    flex-wrap: wrap;
  }
  .cta-area__figure,
  .cta-area__right {
    width: 100%;
  }
  .cta-area__image {
    max-width: 270px;
    margin: 0 auto 10px;
  }
  .cta-area__heading-l {
    font-size: 120%;
  }
  .cta-area__link {
    padding: 12px 10px;
    max-width: 300px;
    font-size: 110%;
  }
}
@media screen and (max-width: 1024px) {
  /*worry*/
  .worry__box--sp {
    margin-bottom: 30px;
  }
  .worry-top {
    padding: 30px 20px 20px;
    margin-bottom: 60px;
  }
  .worry-top::before {
    width: 100px;
    height: 40px;
    top: -16px;
  }
  .worry__image {
    max-width: 120px;
  }
  .worry-bottom__balloon {
    font-size: 120%;
  }
  .worry-bottom__heading-m {
    font-size: 115%;
  }
  .worry-bottom {
    padding: 0 20px 20px;
  }
  /*can be*/
  .canbe-box__balloon {
    font-size: 110%;
  }
  .canbe-box__heading-m {
    font-size: 108%;
  }
  .canbe-box {
    padding: 0 10px 10px;
  }
  .canbe-box--sp {
    margin-bottom: 40px;
  }
  .canbe-box__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .canbe-box__inbox {
    margin-bottom: 15px;
  }
  .canbe-box__image {
    max-width: 60px;
  }
  .canbe-box__text {
    font-size: 100%;
    text-align: center;
  }
  .canbe-box__heading-m-big {
    font-size: 120%;
  }
  /* --------- solution --------- */
  .solution__heading-m {
    font-size: 130%;
  }
  .solution__heading-m::before {
    width: 93%;
    left: 2%;
  }
  .solution__heading-m::after {
    width: 93%;
    left: 2%;
  }
  .solution__inner {
    margin-bottom: 20px;
  }
  .solution-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .solution-button__item {
    z-index: 1;
    height: 60px;
    width: 48%;
    padding: 5px 5px 10px 5px;
  }
  .solution__title {
    font-size: 80%;
    height: 60px;
  }
  .slick-current .solution__title,
  .solution__title:hover {
    border: 3px solid #4d61de;
    color: #4d61de;
    background: #fff;
    font-size: 90%;
    height: 60px;
  }
  /*function*/
  .function__grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .function__inbox {
    padding: 15px;
  }
  .function__heading-m {
    font-size: 105%;
    margin-bottom: 15px;
    line-height: 1.2;
    min-height: 40px;
  }
  .function__image {
    max-width: 70px;
  }
  .function__item {
    padding: 0 0 7px 20px;
    font-size: 90%;
  }
  .function__item::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
  /*security*/
  .security__flex {
    justify-content: space-between;
    margin-left: 0;
  }
  .security__box {
    width: 100%;
    margin: 0 auto 10px;
  }
  .security__inbox {
    padding: 3px;
  }
  .security__heading-m {
    font-size: 95%;
    padding: 5px;
  }
  .security__text {
    font-size: 90%;
  }
  /*support*/
  .support-worry {
    margin-bottom: 40px;
  }
  .support-worry__item {
    padding: 20px 10px;
    font-size: 100%;
  }
  .support-worry__item--add-woman::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 70px;
    bottom: inherit;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .support-worry::after {
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: -30px;
  }
  .support-cando__attention {
    font-size: 110%;
  }
  .support-cando__heading-m {
    font-size: 125%;
  }
  .support-cand-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .support-cand-item--w40,
  .support-cand-item--w60 {
    width: 100%;
  }
  .support-cand-item--w40 {
    margin-bottom: 10px;
  }
  .support-cando__item {
    padding: 0;
    font-size: 100%;
  }
  .support-4categry-list {
    flex-wrap: wrap;
  }
  .support-2categry-list {
    width: 100%;
    padding: 20px;
  }
  .support-2categry-item {
    width: 100%;
  }
  .support-4categry-list__image {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .support-2categry__figcaption {
    font-size: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cta-area__title-lead {
    font-size: 125%;
    padding: 0 18px;
  }
  .cta-area__heading-l {
    letter-spacing: 0;
  }
  .cta-area__lead {
    font-size: 75%;
    letter-spacing: 0.05em;
  }
  .cta-area__list {
    flex-wrap: wrap;
  }
  .cta-area__item {
    width: 100%;
  }
  .cta-comment {
    max-width: 260px;
    letter-spacing: 0;
    font-size: 100%;
  }
}
@media screen and (max-width: 450px) {
  .canbe-box__text {
    font-size: 70%;
  }
  .canbe-box__text{
    font-size: 80%;
  }
}