@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.hide div {
  -webkit-transition: opacity 0.1s ease-out !important;
  -o-transition: opacity 0.1s ease-out !important;
  transition: opacity 0.1s ease-out !important;
}

.fix-area {
  position: fixed;
  width: 26em;
  height: 8.63em;
  right: 6.25%;
  bottom: 2.8em;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}

.fix-area.show {
  opacity: 1;
  pointer-events: all;
}

.fix-area.show .fix-area-btn {
  pointer-events: all;
}

.fix-area-btn {
  width: 16.34%;
  position: absolute;
  right: -5.5%;
  top: -2.04em;
  cursor: pointer;
  pointer-events: none;
}

.fix-area-btn img {
  display: block;
}

.fix-area-pic {
  width: 75.24%;
  position: absolute;
  right: -13%;
  bottom: 0;
  pointer-events: none;
}

.fix-area-pic img {
  display: block;
}

.fix-area-textarea {
  width: 100%;
  height: 100%;
  border: 0.25em solid #5385db;
  border-radius: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 0em 1em rgba(0, 0, 0, 0.35);
          box-shadow: 0 0em 1em rgba(0, 0, 0, 0.35);
}

.fix-area-textarea__inner {
  padding-left: 4.4%;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fix-area-textarea__title {
  font-size: 0.875em;
  color: #606572;
  font-weight: 500;
  margin-bottom: 1em;
  padding-left: 1.6em;
}

.fix-area-textarea-btn {
  font-size: 1.12em;
  width: 53.7%;
  height: 2.74em;
  line-height: 2.74em;
  text-align: center;
  border-radius: 2.74em;
  background-color: #5385db;
}

.fix-area-textarea-btn a, .fix-area-textarea-btn a:link, .fix-area-textarea-btn a:visited {
  width: 100%;
  display: block;
  color: #fff;
}

.kv {
  width: 100%;
  padding-top: 5.9em;
  max-width: 1600px;
  margin: 0 auto 4.2em;
}

.kv-pic1 {
  width: 72.68%;
  margin: 0 auto;
  left: 3.2%;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.kv-pic1.show {
  opacity: 1;
}

.kv-pic1 img {
  display: block;
}

.kv-pic-area {
  width: 12.5%;
  position: absolute;
  right: 4.62%;
  bottom: 4.1em;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.kv-pic-area.show {
  opacity: 1;
}

.kv-pic2 {
  margin-bottom: 1.5em;
}

.kv-text {
  margin-bottom: 3.4em;
}

.kv-textarea {
  width: 100%;
  position: absolute;
  left: 6.25%;
  bottom: 4.4em;
}

.kv-textarea.show .kv-text__main > div .kv-text__inner,
.kv-textarea.show .kv-text__sub > div .kv-text__inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.kv-text__main {
  font-size: 3.25em;
  font-weight: 900;
  line-height: 1.25;
  left: -0.05em;
  margin-bottom: 0.34em;
}

.kv-text__main > div {
  line-height: 1;
  overflow: hidden;
}

.kv-text__main > div .kv-text__inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  -o-transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88), -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  line-height: 1.2;
}

.kv-text__sub {
  font-size: 1.25em;
  margin-bottom: 0.4em;
}

.kv-text__sub > div {
  line-height: 1;
  overflow: hidden;
}

.kv-text__sub > div .kv-text__inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  -o-transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s, -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  line-height: 1;
}

.kv-btn {
  width: 15.63em;
  height: 4.38em;
  line-height: 4.38em;
  text-align: center;
  border-radius: 4.38em;
  font-weight: 500;
  background-color: #5385db;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  display: inline-block;
}

.kv-btn.kv-btn-2 {
  background-color: #e35f8e;
}

.kv-btn.show {
  opacity: 1;
}

.kv-btn a, .kv-btn a:link, .kv-btn a:visited {
  font-size: 1.25em;
  display: block;
  color: #fff;
}

.slide-area {
  width: 100%;
  height: 7em;
  background-color: #fff;
  margin-bottom: 5.9em;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.slide-area.show {
  opacity: 1;
}

.slide-area-list {
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide-area-list.active {
  -webkit-animation: slider 20s linear infinite;
          animation: slider 20s linear infinite;
}

@-webkit-keyframes slider {
  100% {
    -webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
  }
}

@keyframes slider {
  100% {
    -webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
  }
}

.slide-area-list__item {
  margin-left: 3.67em;
}

.slide-area-list__item img {
  width: auto;
  height: 100%;
  display: block;
}

.kv-inner {
  max-width: calc(1100px + 6em);
  padding: 0 3em;
  margin: 0 auto 10.1em;
}

.kv-inner-textarea {
  text-align: center;
}

.kv-inner-textarea.show .kv-text__inner {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.kv-inner-textarea__main {
  font-size: 2.68em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.kv-inner-textarea__main > div {
  line-height: 1;
  overflow: hidden;
}

.kv-inner-textarea__main > div .kv-text__inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  -o-transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88), -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88);
  -webkit-transform: translateY(105%);
      -ms-transform: translateY(105%);
          transform: translateY(105%);
  line-height: 1.2;
}

.kv-inner-textarea__sub {
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 0.4em;
}

.kv-inner-textarea__sub > div {
  line-height: 1;
  overflow: hidden;
}

.kv-inner-textarea__sub > div .kv-text__inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  -o-transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  transition: transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s, -webkit-transform 1s cubic-bezier(0.67, 0, 0.21, 0.88) 0.5s;
  -webkit-transform: translateY(105%);
      -ms-transform: translateY(105%);
          transform: translateY(105%);
  line-height: 1.2;
}

.kv-inner-textarea__sub > div .kv-text__inner:first-child {
  margin-bottom: 0.2em;
}

.kv-inner-pic.scroll-block {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.kv-inner-pic.scroll-block.show {
  opacity: 1;
}

.box1 {
  margin-bottom: 10.7em;
}

.box1-pic {
  width: 116.72%;
  left: -6.5%;
  padding-bottom: 1.3em;
  margin-bottom: 3.3em;
}

.box1-pic img {
  display: block;
}

.box1-pic-textarea {
  font-size: 3.12em;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 48.8%;
  bottom: 0.24em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box1-pic-textarea__text {
  display: table;
  left: 50%;
  color: #606572;
  line-height: 1;
  text-align: center;
  padding: 0 0.03em 0.05em;
  margin-bottom: 0.38em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box1-pic-textarea__text:last-child {
  margin-bottom: 0;
}

.box1-pic-textarea__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.box1-pic-textarea__bartext {
  line-height: 1;
}

.box1-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5em;
}

.box1-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30.36%;
      -ms-flex: 0 0 30.36%;
          flex: 0 0 30.36%;
  padding-top: 1.6em;
  border-radius: 1.8em;
  color: #606572;
  background-color: #fff;
}

.box1-list__item:first-child {
  padding-top: 2.3em;
}

.box1-list__item:first-child .box1-list__text {
  margin-bottom: 1.6em;
}

.box1-list__item:last-child:after {
  display: none;
}

.box1-list__item:after {
  content: " ";
  display: block;
  width: 3em;
  height: 2em;
  position: absolute;
  right: -9%;
  top: 51%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/to_genba_lp/img/box1-arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.box1-list__item dl {
  width: 82.03%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.56em;
}

.box1-list__item dl:first-child {
  padding-top: 0.7em;
}

.box1-list__item dl:last-child {
  margin-bottom: 0;
}

.box1-list__item dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21.9%;
      -ms-flex: 0 0 21.9%;
          flex: 0 0 21.9%;
}

.box1-list__item dd {
  -webkit-flex-box: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73.2%;
      -ms-flex: 0 0 73.2%;
          flex: 0 0 73.2%;
  font-size: 0.875em;
  line-height: 1.42;
}

.box1-list__text {
  line-height: 1.62;
  text-align: center;
  margin-bottom: 0.9em;
}

.box1-list__pic {
  width: 100%;
}

.box1-list__pic img {
  display: block;
}

.box1-action-area__inner {
  padding: 4.5em 0;
  border-radius: 3em;
  color: #606572;
  background-color: #fff;
  margin-bottom: 1.2em;
}

.box1-action-area__inner:nth-child(2) {
  padding: 4.5em 9% 5.5em;
}

.box1-action-area__inner:nth-child(2) .box1-action-area__textarea {
  margin-bottom: 3em;
}

.box1-action-area__title {
  font-size: 1.87em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.9em;
}

.box1-action-area__textarea {
  text-align: center;
}

.box1-action-area__textarea p {
  line-height: 1.62;
  margin-bottom: 1.7em;
}

.box1-action-area__textarea p:last-child {
  margin-bottom: 0;
}

.box1-action-area__textarea p span {
  font-weight: 600;
}

.box1-action-area-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3.6em;
}

.box1-action-area-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27.62%;
      -ms-flex: 0 0 27.62%;
          flex: 0 0 27.62%;
  margin-right: 8%;
  margin-bottom: 3em;
}

.box1-action-area-list__item:nth-child(3n) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.62%;
      -ms-flex: 0 0 18.62%;
          flex: 0 0 18.62%;
  margin-right: 0;
}

.box1-action-area-list__item:nth-child(2) {
  margin-right: 15.3%;
}

.box1-action-area-list__item:nth-child(2) .box1-action-area-list__icon img {
  width: 5.64em;
}

.box1-action-area-list__item:nth-child(4), .box1-action-area-list__item:nth-child(5) {
  margin-bottom: 0;
}

.box1-action-area-list__item:nth-child(4) .box1-action-area-list__icon, .box1-action-area-list__item:nth-child(5) .box1-action-area-list__icon {
  margin-bottom: 0.5em;
}

.box1-action-area-list__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9em;
}

.box1-action-area-list__icon img {
  width: 2.69em;
  margin-right: 1.3em;
}

.box1-action-area-list-icon__title {
  font-size: 1.12em;
  font-weight: 600;
  display: inline-block;
}

.box2 {
  margin-bottom: 9.8em;
}

.box2 .box-textarea {
  margin-bottom: 3.5em;
}

.box2-pic {
  margin-bottom: 2.2em;
}

.box2-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.1em;
}

.box2-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.72%;
      -ms-flex: 0 0 47.72%;
          flex: 0 0 47.72%;
  background-color: #fff;
  border-radius: 3.5em;
  padding: 3.1em 5.2% 3.67em;
  color: #606572;
}

.box2-list__title {
  font-size: 1.87em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.96em;
}

.box2-list__text p {
  padding-left: 1em;
  text-indent: -0.5em;
  margin-bottom: 1.1em;
}

.box2-list__text p:last-child {
  margin-bottom: 0;
}

.box2-content {
  margin-bottom: 6.2em;
}

.box2-content__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2.4em;
}

.box2-content__inner:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box2-content__inner:nth-child(2) .box2-content__textarea {
  padding: 4.9em 0 4.7em 15.9%;
}

.box2-content__inner:nth-child(2) .box2-content__text {
  width: 84%;
}

.box2-content__inner:last-child {
  margin-bottom: 0;
}

.box2-content__inner2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2.4em;
}

.box2-content__inner2:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box2-content__inner2:nth-child(2) .box2-content__textarea {
  padding: 4.9em 0 4.7em 15.9%;
}

.box2-content__inner2:nth-child(2) .box2-content__text {
  width: 84%;
}

.box2-content__inner2:last-child {
  margin-bottom: 0;
}

.box2-content__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61.81%;
      -ms-flex: 0 0 61.81%;
          flex: 0 0 61.81%;
  background-color: #fff;
  border-radius: 1.8em;
  color: #606572;
  padding: 4.9em 8% 4.7em;
}

.box2-content__function {
  font-size: 0.875em;
  color: #7098e6;
  line-height: 1;
}

.box2-content__num {
  font-size: 4.37em;
  color: #7098e6;
  line-height: 1;
  font-weight: 600;
  left: -0.05em;
  margin-bottom: 0.35em;
}

.box2-content__section {
  margin-bottom: 0.7em;
}

.box2-content__title {
  font-size: 1.62em;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 1.55em;
}

.box2-content__text {
  width: 82.5%;
  line-height: 1.62;
  text-align: justify;
}

.box2-content__pic {
  width: 46.81%;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 1.8em;
  overflow: hidden;
  -webkit-box-shadow: 0.6em 0.5em 2em 0.4em rgba(145, 117, 84, 0.05);
          box-shadow: 0.6em 0.5em 2em 0.4em rgba(145, 117, 84, 0.05);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box2-content__pic img {
  display: block;
}

.box2-content__pic0 {
  width: 46.81%;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 1.8em;
  overflow: hidden;
  -webkit-box-shadow: 0.6em 0.5em 2em 0.4em rgba(145, 117, 84, 0.05);
          box-shadow: 0.6em 0.5em 2em 0.4em rgba(145, 117, 84, 0.05);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box2-content__pic0 img {
  display: block;
}

.box2-content__pic2 {
  width: 46.81%;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 1.8em;
  overflow: hidden;
  -webkit-box-shadow: 0.6em 0.5em 2em 0.4em rgba(145, 117, 84, 0.05);
          box-shadow: 0.6em 0.5em 2em 0.4em rgba(145, 117, 84, 0.05);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box2-content__pic2 img {
  display: block;
}

.box2-mode-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 8.1em;
}

.box2-mode-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.63%;
      -ms-flex: 0 0 23.63%;
          flex: 0 0 23.63%;
  padding: 3.8em 0 3.5em;
  border-radius: 1.8em;
  margin-right: 1.8%;
  margin-bottom: 1.27em;
  color: #606572;
  background-color: #fff;
}

.box2-mode-list__item:nth-child(4n) {
  margin-right: 0;
}

.box2-mode-list__pic {
  width: 5.31em;
  margin: 0 auto 2.2em;
}

.box2-mode-list__title {
  font-size: 1.12em;
  text-align: center;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 0.7em;
}

.box2-mode-list__text {
  width: 77.5%;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 1.57;
  text-align: justify;
}

.box2-top-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.5em;
}

.box2-top-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.27%;
      -ms-flex: 0 0 31.27%;
          flex: 0 0 31.27%;
  background-color: #fff;
  color: #606572;
  border-radius: 1.8em;
}

.box2-top-list__item:after {
  content: " ";
  display: block;
  width: 2em;
  height: 3.07em;
  left: 50%;
  bottom: -4.2em;
  position: absolute;
  background-image: url(/to_genba_lp/img/box2-case-arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box2-top-list__pic {
  width: 100%;
  margin-bottom: 1.9em;
  border-radius: 1.8em 1.8em 0 0;
  overflow: hidden;
}

.box2-top-list-textarea {
  padding: 0 10% 2.25em;
}

.box2-top-list__title {
  font-size: 1.12em;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 1.16em;
}

.box2-top-list__title span {
  color: #e35f8e;
}

.box2-top-list__text {
  font-size: 0.875em;
  line-height: 1.57;
  text-align: justify;
}

.box2-bottom-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box2-bottom-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.27%;
      -ms-flex: 0 0 31.27%;
          flex: 0 0 31.27%;
  padding: 0.6em 3.55% 2.3em;
  background-color: #fff;
  color: #606572;
  border-radius: 1.8em;
}

.box2-bottom-list__pic {
  width: 77.89%;
  margin: 0 auto 2.13em;
}

.box2-bottom-list__title {
  color: #217cc8;
  font-weight: 600;
  margin-bottom: 1.25em;
}

.box2-bottom-list__text {
  text-align: justify;
}

.box3 {
  margin-bottom: 10.8em;
}

.box3 .box-textarea {
  margin-bottom: 2.9em;
}

.box3-content {
  border-radius: 1.8em;
  background-color: #fff;
  padding: 5em 0 4.7em;
}

.box3-content-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.3em;
}

.box3-content-plan__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27.3%;
      -ms-flex: 0 0 27.3%;
          flex: 0 0 27.3%;
  margin-right: 1.8%;
  padding: 1.6em 0 1.23em;
  border-radius: 0.7em;
  color: #fff;
  text-align: center;
  background-color: #38c494;
}

.box3-content-plan__item.box3-content-plan-item-2 {
  background-color: #f1bb57;
}

.box3-content-plan__item:last-child {
  margin-right: 0;
}

.box3-content-plan__title {
  font-size: 1.37em;
  margin-bottom: 0.3em;
}

.box3-content-plan__price {
  font-size: 1.75em;
  line-height: 1;
}

.box3-content-plan__price strong {
  font-size: 3em;
  letter-spacing: -0.01em;
  padding-right: 0.04em;
}

.box3-content-plan__price span {
  font-size: 0.64em;
}

.box3-content-text {
  margin-bottom: 2.2em;
}

.box3-content-text p {
  text-align: center;
  color: #606572;
  line-height: 1.62;
}

.box3-content-pic {
  width: 84.54%;
  margin: 0 auto;
}

.box3-content__title {
  font-size: 1.87em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.445em;
}

.box3-content-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box4 {
  margin-bottom: 11.1em;
}

.box4 .box-textarea-1 {
  margin-bottom: 2.8em;
}

.box4-content {
  border-radius: 1.8em;
  background-color: #fff;
  padding: 5em 11.8% 4.7em;
  margin-bottom: 7.6em;
}

.box4-content-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box4-content__title {
  font-size: 1.87em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.445em;
}

.box4-content-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.box4-content-list__item:first-child .box4-content-list__title {
  margin-bottom: 0.1em;
}

.box4-content-list__item:first-child .box4-content-list-pic {
  width: 69%;
  left: -8%;
  margin-bottom: 2.5em;
}

.box4-content-list__item:first-child .box4-content-list-textarea {
  margin-bottom: 1.1em;
}

.box4-content-list__item:last-child .box4-content-list__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box4-content-list__item:last-child .box4-content-list-pic {
  width: 63.67%;
  left: 4.4%;
  top: -0.7em;
  margin-bottom: 0.9em;
}

.box4-content-list__num {
  font-size: 2em;
  font-weight: 500;
  color: #7098e6;
  margin-bottom: 0.45em;
}

.box4-content-list__title {
  font-size: 1.37em;
  font-weight: bold;
  line-height: 1.45;
}

.box4-content-list-pic {
  margin: 0 auto;
}

.box4-content-list-textarea p {
  line-height: 1.62;
}

.box4-content-list-formtext {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.box4-content-list-formtext__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  line-height: 1.62;
}

.box4-bottom-content {
  border-radius: 1.8em;
  background-color: #fff;
  padding: 5em 7.81% 4.7em;
}

.box4-bottom-content__text {
  font-size: 1.25em;
  line-height: 2;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 1.4em;
}

.box5 {
  margin-bottom: 10.9em;
}

.box5 .box-textarea {
  margin-bottom: 2.8em;
}

.box5-content-list__item {
  border-radius: 1.8em;
  background-color: #fff;
  padding: 0.5em 0 0.8em;
  cursor: pointer;
  margin-bottom: 0.6em;
}

.box5-content-list__item:last-child {
  margin-bottom: 0;
}

.box5-content-list__item:nth-child(4) .box5-content-list__text {
  padding-left: 4.9em;
  padding-top: 2.9em;
}

.box5-content-list__item:nth-child(4) .box5-content-list__text::before {
  display: none;
}

.box5-content-list__item:nth-child(4) .box5-content-list__text img {
  width: 92.21%;
}

.box5-content-list__item.active .box5-content-list__btn img {
  opacity: 0;
}

.box5-content-list__item.active .box5-content-list__btn img.close {
  opacity: 1;
}

.box5-content-list__title {
  font-size: 1.37em;
  font-weight: bold;
  padding-left: 2em;
}

.box5-content-list__title span {
  color: #e35f8e;
  font-size: 1.81em;
  font-weight: 500;
  vertical-align: sub;
  padding-right: 0.65em;
}

.box5-content-list__btn {
  width: 1.5em;
  position: absolute;
  right: 1.8em;
  top: 1.8em;
}

.box5-content-list__btn img {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
}

.box5-content-list__btn img.close {
  position: absolute;
  left: 0;
  top: 0;
}

.box5-content-list__inner {
  height: 0;
  -webkit-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  overflow: hidden;
}

.box5-content-list__text {
  padding-left: 7.8em;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
}

.box5-content-list__text:before {
  content: "A.";
  color: #7098e6;
  font-size: 2em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 2.55em;
  top: 0.75em;
}

.box5-content-list__text p {
  line-height: 1.62;
}

.box6 {
  margin-bottom: 9.4em;
}

.box6-content {
  border-radius: 3em;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 3.1em;
}

.box6-pic {
  width: 29.54%;
  padding-top: 4.44em;
  margin-left: 4.8%;
}

.box6-pic img {
  display: block;
}

.box6-text {
  width: 52%;
  position: absolute;
  left: 42.3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box6-text p {
  line-height: 1.62;
  margin-bottom: 1.6em;
}

.box6-text p:last-child {
  margin-bottom: 0;
}

.box6-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box6-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.72%;
      -ms-flex: 0 0 47.72%;
          flex: 0 0 47.72%;
  border-radius: 3em;
  background-color: #fff;
  padding: 2.7em 0 3.3em;
}

.box6-list__title {
  font-size: 1.62em;
  text-align: center;
  line-height: 1.38;
  margin-bottom: 1.5em;
}

.box6-list__title span {
  font-weight: 900;
}

.box6-list__pic {
  margin-bottom: 2.4em;
}

.box6-list__pic img {
  width: auto;
  height: 6.63em;
  display: block;
  margin: 0 auto;
}

.box6-list__text {
  line-height: 1.62;
  text-align: center;
  margin-bottom: 1.56em;
}

.box6-list__btn {
  width: 20.63em;
  height: 4.38em;
  line-height: 4.38em;
  text-align: center;
  margin: 0 auto;
  border-radius: 4.38em;
  background-color: #e35f8e;
}

.box6-list__btn a, .box6-list__btn a:link, .box6-list__btn a:visited {
  display: block;
  color: #fff;
}

.box-content-scroll {
  position: absolute;
  background-color: #edeeee;
  overflow: hidden;
  width: 78.46%;
  height: 1.07vw;
  border-radius: 1.07vw;
  left: 50%;
  bottom: 9.6vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-content-scroll__bar {
  height: 100%;
  background-color: #c6c6c6;
  position: relative;
  border-radius: 1.07vw;
}

@media screen and (min-width: 769px) {
  .fix-area-btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .fix-area-textarea-btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .kv-btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .kv-btn.kv-btn-2 {
    margin-left: 1em;
  }
  .box2-content__inner:nth-child(2) .box2-content__pic {
    left: 0;
    right: auto;
  }

  .box2-content__inner2:nth-child(2) .box2-content__pic {
    left: 0;
    right: auto;
  }
  .box2-mode-list__item:nth-child(3) .box2-mode-list__pic, .box2-mode-list__item:nth-child(6) .box2-mode-list__pic, .box2-mode-list__item:nth-child(7) .box2-mode-list__pic, .box2-mode-list__item:nth-child(8) .box2-mode-list__pic {
    margin-bottom: 3em;
  }
  .box2-mode-list__item:nth-child(3) .box2-mode-list__title, .box2-mode-list__item:nth-child(6) .box2-mode-list__title, .box2-mode-list__item:nth-child(7) .box2-mode-list__title, .box2-mode-list__item:nth-child(8) .box2-mode-list__title {
    margin-bottom: 1.3em;
  }
  .box2-mode-list__item:nth-child(5), .box2-mode-list__item:nth-child(6), .box2-mode-list__item:nth-child(7), .box2-mode-list__item:nth-child(8) {
    margin-bottom: 0;
  }
  .box4-content-list__item:first-child {
    padding-left: 4.8%;
  }
  .box4-content-list__item:last-child {
    padding-left: 9.8%;
  }
  .box6-list__btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
}

@media screen and (max-width: 768px) {
  .kv {
    max-width: inherit;
    padding-top: 56.66vw;
    margin: 0 auto 18.9vw;
  }
  .kv-pic1 {
    width: 129.5%;
    left: -16.4%;
    margin: 0 auto 3.5vw;
  }
  .kv-pic-area {
    width: 67.73%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    left: 50%;
    right: auto;
    bottom: 40.3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kv-pic2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.4%;
        -ms-flex: 0 0 49.4%;
            flex: 0 0 49.4%;
    margin-bottom: 0;
  }
  .kv-pic2 img {
    display: block;
  }
  .kv-pic3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.4%;
        -ms-flex: 0 0 49.4%;
            flex: 0 0 49.4%;
  }
  .kv-pic3 img {
    display: block;
  }
  .kv-textarea {
    left: 6.66%;
    top: 17.6vw;
    bottom: auto;
  }
  .kv-text__main {
    font-size: 10.65vw;
    line-height: 1.25;
    margin-bottom: 4.4vw;
  }
  .kv-text__main > div:first-child {
    margin-bottom: 0.8vw;
  }
  .kv-text__sub {
    font-size: 3.45vw;
    letter-spacing: 0.025em;
  }
  .kv-btn {
    width: 86.66%;
    height: 16vw;
    line-height: 16vw;
    margin: 0 auto 4vw;
    border-radius: 16vw;
    display: block;
  }
  .kv-btn.kv-btn-2 {
    margin-bottom: 0;
  }
  .kv-btn a, .kv-btn a:link, .kv-btn a:visited {
    font-size: 4.25vw;
    letter-spacing: 0.05em;
  }
  .slide-area {
    height: 18vw;
  }
  .slide-area-list {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .slide-area-list__item {
    width: auto;
    height: 100%;
    margin-left: 8vw;
  }
  .kv-inner {
    max-width: inherit;
    padding: 0 6.66%;
    margin: 0 auto 21.7vw;
  }
  .kv-inner-pic {
    width: 115.6%;
    left: -7.66%;
  }
  .kv-inner-textarea {
    margin-bottom: -0.2vw;
  }
  .kv-inner-textarea__main {
    font-size: 6.93vw;
    line-height: 1.23;
    letter-spacing: 0.015em;
    margin-bottom: 4.2vw;
  }
  .kv-inner-textarea__sub {
    font-size: 3.45vw;
    line-height: 1.53;
    margin-bottom: 0vw;
  }
  .box1 {
    margin-bottom: 25.3vw;
  }
  .box1 .box-textarea {
    margin-bottom: 3.2vw;
  }
  .box1-pic {
    width: 115.6%;
    left: -7.66%;
    padding-bottom: 29.7vw;
    margin-bottom: 13.4vw;
  }
  .box1-pic-textarea {
    font-size: 6.65vw;
  }
  .box1-pic-textarea__text {
    padding: 0.1vw 0.2vw 0.3vw;
    margin-bottom: 1.34vw;
  }
  .box1-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 13.3vw;
  }
  .box1-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 4.5vw;
    border-radius: 4vw;
    margin-bottom: 14.4vw;
  }
  .box1-list__item:first-child {
    padding-top: 3.8vw;
    padding-bottom: 6.6vw;
  }
  .box1-list__item:first-child .box1-list__text {
    font-size: 3.45vw;
    margin-bottom: 3vw;
  }
  .box1-list__item:last-child {
    margin-bottom: 0;
  }
  .box1-list__item:after {
    width: 9vw;
    height: 5.74vw;
    left: 45%;
    right: auto;
    top: auto;
    bottom: -14.1vw;
    -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .box1-list__item dl {
    width: 78.46%;
    margin-bottom: 2.8vw;
  }
  .box1-list__item dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.63%;
        -ms-flex: 0 0 14.63%;
            flex: 0 0 14.63%;
  }
  .box1-list__item dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78.5%;
        -ms-flex: 0 0 78.5%;
            flex: 0 0 78.5%;
    font-size: 3.2vw;
    line-height: 1.41;
    white-space: nowrap;
  }
  .box1-list__text {
    font-size: 3.45vw;
    line-height: 1.38;
    margin-bottom: 4.5vw;
  }
  .box1-list__pic {
    width: 60%;
    margin: 0 auto;
  }
  .box1-action-area__inner {
    padding: 5.8vw 10.7% 7.5vw;
    border-radius: 6vw;
    margin-bottom: 4vw;
  }
  .box1-action-area__inner:nth-child(2) {
    padding: 5.8vw 10.7% 7.5vw;
  }
  .box1-action-area__inner:nth-child(2) .box1-action-area__textarea {
    margin-bottom: 6vw;
  }
  .box1-action-area__title {
    font-size: 5.34vw;
    text-align: left;
    margin-bottom: 3.3vw;
  }
  .box1-action-area__textarea p {
    line-height: 1.38;
    text-align: justify;
    margin-bottom: 4.8vw;
  }
  .box1-action-area-list {
    margin-bottom: 8vw;
  }
  .box1-action-area-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 4.6vw;
  }
  .box1-action-area-list__item:nth-child(2) {
    margin-right: 0;
  }
  .box1-action-area-list__item:nth-child(2) .box1-action-area-list__icon img {
    width: 14.27vw;
  }
  .box1-action-area-list__item:nth-child(4), .box1-action-area-list__item:nth-child(5) {
    margin-bottom: 4.6vw;
  }
  .box1-action-area-list__item:nth-child(5) {
    margin-bottom: 0;
  }
  .box1-action-area-list__icon {
    margin-bottom: 1.1vw;
  }
  .box1-action-area-list__icon img {
    width: 6.94vw;
    margin-right: 2.3vw;
  }
  .box1-action-area-list__text {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .box1-action-area-list-icon__title {
    font-size: 3.45vw;
  }
  .box1-action-area__pic {
    width: 106.27%;
    left: -3%;
  }
  .box2 {
    margin-bottom: 24vw;
  }
  .box2 .box-textarea {
    margin-bottom: 6.2vw;
  }
  .box2 .box-textarea.box-textarea-1 {
    margin-bottom: 12.9vw;
  }
  .box2-pic {
    margin-bottom: 4.2vw;
  }
  .box2-list {
    margin-bottom: 13.4vw;
  }
  .box2-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5.8vw 10.7% 7.5vw;
    border-radius: 6vw;
    margin-bottom: 3.7vw;
  }
  .box2-list__item:last-child {
    margin-bottom: 0;
  }
  .box2-list__title {
    font-size: 5.34vw;
    text-align: left;
    margin-bottom: 3.3vw;
  }
  .box2-list__text {
    width: 103%;
    left: -2.4vw;
  }
  .box2-list__text p {
    text-align: justify;
    margin-bottom: 2.2vw;
    line-height: 1.38;
  }
  .box2-content {
    margin-bottom: 42.8vw;
  }
  .box2-content__inner {
    margin-bottom: 59.2vw;
  }
  .box2-content__inner:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box2-content__inner:nth-child(2) .box2-content__textarea {
    padding: 7.6vw 10.8% 15.6vw;
  }
  .box2-content__inner:nth-child(2) .box2-content__text {
    width: 100%;
  }

  .box2-content__inner2 {
    margin-bottom: 54.2vw;
  }
  .box2-content__inner2:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box2-content__inner2:nth-child(2) .box2-content__textarea {
    padding: 7.6vw 10.8% 15.6vw;
  }
  .box2-content__inner2:nth-child(2) .box2-content__text {
    width: 100%;
  }

  .box2-content__textarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 4vw;
    padding: 7.6vw 10.8% 15.6vw;
  }
  .box2-content__function {
    font-size: 2.4vw;
  }
  .box2-content__num {
    font-size: 12vw;
    font-weight: 500;
    margin-bottom: 5.1vw;
  }
  .box2-content__section {
    font-size: 3.45vw;
  }
  .box2-content__title {
    font-size: 4.8vw;
    line-height: 1.27;
    margin-bottom: 6.6vw;
  }
  .box2-content__text {
    width: 100%;
    font-size: 3.45vw;
    line-height: 1.38;
  }
 
  .box2-content__pic0 {
    width: 100%;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -48.5vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 3vw;
    -webkit-box-shadow: 1.1vw 1.1vw 1.2vw 0.1vw rgba(145, 117, 84, 0.05);
            box-shadow: 1.1vw 1.1vw 1.2vw 0.1vw rgba(145, 117, 84, 0.05);
  }

  .box2-content__pic {
    width: 100%;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -43.5vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 3vw;
    -webkit-box-shadow: 1.1vw 1.1vw 1.2vw 0.1vw rgba(145, 117, 84, 0.05);
            box-shadow: 1.1vw 1.1vw 1.2vw 0.1vw rgba(145, 117, 84, 0.05);
  }

  .box2-content__pic2 {
    width: 100%;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -37.5vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 3vw;
    -webkit-box-shadow: 1.1vw 1.1vw 1.2vw 0.1vw rgba(145, 117, 84, 0.05);
            box-shadow: 1.1vw 1.1vw 1.2vw 0.1vw rgba(145, 117, 84, 0.05);
  }

  .box2-mode-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 13.4vw;
  }
  .box2-mode-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.46%;
        -ms-flex: 0 0 48.46%;
            flex: 0 0 48.46%;
    padding: 7.3vw 0 3.8vw;
    border-radius: 4vw;
    margin-right: 0;
    margin-bottom: 2.6vw;
  }
  .box2-mode-list__item:nth-child(6) .box2-mode-list__pic {
    margin: 0 auto 6.7vw;
  }
  .box2-mode-list__item:nth-child(6) .box2-mode-list__title {
    margin-bottom: 5.5vw;
  }
  .box2-mode-list__item:nth-child(7), .box2-mode-list__item:nth-child(8) {
    margin-bottom: 0;
  }
  .box2-mode-list__pic {
    width: 13.6vw;
    margin: 0 auto 4.6vw;
  }
  .box2-mode-list__title {
    font-size: 3.72vw;
    line-height: 1.35;
    margin-bottom: 2.5vw;
  }
  .box2-mode-list__text {
    width: 81.5%;
    font-size: 2.95vw;
    line-height: 1.45;
    text-align: left;
  }
  .box2-top-list {
    margin-bottom: 14.5vw;
  }
  .box2-top-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 4vw;
  }
  .box2-top-list__item:after {
    width: 5.74vw;
    height: 8.94vw;
    bottom: -12vw;
  }
  .box2-top-list__pic {
    margin-bottom: 7.3vw;
    border-radius: 4vw 4vw 0 0;
  }
  .box2-top-list-textarea {
    padding: 0 11% 8.8vw;
  }
  .box2-top-list__title {
    font-size: 3.75vw;
    line-height: 1.35;
    margin-bottom: 4.7vw;
  }
  .box2-top-list__text {
    font-size: 3.45vw;
    line-height: 1.38;
  }
  .box2-bottom-list {
    margin-bottom: 8vw;
  }
  .box2-bottom-list:last-child {
    margin-bottom: 0;
  }
  .box2-bottom-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 6.3vw 10.55% 9.1vw;
    border-radius: 4vw;
  }
  .box2-bottom-list__pic {
    width: 71%;
    margin: 0 auto 4.6vw;
  }
  .box2-bottom-list__title {
    font-size: 3.75vw;
    margin-bottom: 5vw;
  }
  .box2-bottom-list__text {
    font-size: 3.45vw;
    line-height: 1.38;
  }
  .box3 {
    margin-bottom: 23.7vw;
  }
  .box3 .box-textarea {
    margin-bottom: 6.3vw;
  }
  .box3-content {
    border-radius: 4vw;
    padding: 9.4vw 10.76% 16vw;
    padding: 9.4vw 8.76% 16vw;
  }
  .box3-content-plan {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.8vw;
  }
  .box3-content-plan__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding: 2vw 0 1.8vw;
    border-radius: 1.4vw;
  }
  .box3-content-plan__title {
    font-size: 2.9vw;
    margin-bottom: 1.5vw;
  }
  .box3-content-plan__price {
    font-size: 4vw;
  }
  .box3-content-plan__price strong {
    font-size: 10.6vw;
    letter-spacing: -0.09em;
    padding-right: 0.9vw;
  }
  .box3-content-plan__price span {
    font-size: 2.6vw;
  }
  .box3-content-text {
    margin-bottom: 7.5vw;
  }
  .box3-content-text p {
    line-height: 1.38;
  }
  .box3-content-pic {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .box3-content-pic::-webkit-scrollbar {
    display: none;
  }
  .box3-content-pic .box3-content-pic__inner {
    width: 183.54%;
  }
  .box4 {
    margin-bottom: 24vw;
  }
  .box4 .box-textarea-1 {
    margin-bottom: 6.6vw;
  }
  .box4-content {
    border-radius: 4vw;
    padding: 9.4vw 10.76% 9.3vw;
    margin-bottom: 13.5vw;
  }
  .box4-content__title {
    font-size: 5.34vw;
  }
  .box4-content-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box4-content-list__item:first-child {
    margin-bottom: 14.2vw;
  }
  .box4-content-list__item:first-child:before {
    content: " ";
    display: block;
    width: 9vw;
    height: 5.74vw;
    position: absolute;
    left: 43.3%;
    bottom: -17.7vw;
    -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    background-image: url(/to_genba_lp/img/box1-arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .box4-content-list__item:first-child .box4-content-list-numarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.68%;
        -ms-flex: 0 0 45.68%;
            flex: 0 0 45.68%;
  }
  .box4-content-list__item:first-child .box4-content-list-pic {
    width: 100%;
    left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.4%;
        -ms-flex: 0 0 51.4%;
            flex: 0 0 51.4%;
    margin-bottom: 0;
  }
  .box4-content-list__item:first-child .box4-content-list-textarea {
    margin-bottom: 3.6vw;
  }
  .box4-content-list__item:last-child .box4-content-list__inner {
    margin-bottom: 0vw;
  }
  .box4-content-list__item:last-child .box4-content-list-numarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .box4-content-list__item:last-child .box4-content-list-pic {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.15%;
        -ms-flex: 0 0 42.15%;
            flex: 0 0 42.15%;
    left: 4.3%;
    top: auto;
    margin-bottom: 0;
  }
  .box4-content-list__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.1vw;
  }
  .box4-content-list__num {
    font-size: 5.55vw;
    margin-bottom: 1.6vw;
  }
  .box4-content-list__title {
    font-size: 4.25vw;
  }
  .box4-content-list-textarea p {
    line-height: 1.38;
  }
  .box4-content-list-formtext__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 3.45vw;
    line-height: 1.38;
  }
  .box3-content-picarea:after,
  .box4-bottom-content-picarea:after {
    content: " ";
    display: block;
    width: 30vw;
    height: 100%;
    position: absolute;
    right: -1%;
    top: 0;
    background-image: url(/to_genba_lp/img/scroll-mask.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .box4-bottom-content {
    border-radius: 4vw;
    padding: 8.4vw 10.81% 14.6vw;
  }
  .box4-bottom-content__text {
    width: 114%;
    font-size: 3.45vw;
    text-align: center;
    line-height: 1.38;
    margin-bottom: 7.7vw;
  }
  .box4-bottom-content__pic {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .box4-bottom-content__pic::-webkit-scrollbar {
    display: none;
  }
  .box4-bottom-content-pic__inner {
    width: 170.54%;
  }
  .box5 {
    margin-bottom: 25.4vw;
  }
  .box5 .box-textarea {
    margin-bottom: 7.5vw;
  }
  .box5-content-list__item {
    border-radius: 4vw;
    padding: 6vw 10% 5.1vw;
    margin-bottom: 2.7vw;
  }
  .box5-content-list__item:nth-child(4) .box5-content-list__text {
    padding-left: 0;
    padding-top: 14.4vw;
  }
  .box5-content-list__item:nth-child(4) .box5-content-list__text::before {
    display: block;
    top: 5.4vw;
  }
  .box5-content-list__item:nth-child(4) .box5-content-list__text img {
    width: 100%;
  }
  .box5-content-list__item:nth-child(4) .box5-content-list__btn {
    top: 6vw;
  }
  .box5-content-list__title {
    font-size: 4.25vw;
    line-height: 1.43;
  }
  .box5-content-list__title:before {
    content: "Q.";
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 6.7vw;
    position: absolute;
    left: -2vw;
    top: -1.3vw;
    color: #e35f8e;
  }
  .box5-content-list__title span {
    font-size: 6.7vw;
    padding-right: 4vw;
  }
  .box5-content-list__btn {
    width: 4.54vw;
    right: 6.6vw;
    top: 9vw;
  }
  .box5-content-list__text {
    padding-left: 9.2vw;
    padding-top: 5.4vw;
    padding-bottom: 1vw;
  }
  .box5-content-list__text:before {
    font-size: 5.6vw;
    left: 1vw;
    top: 3.6vw;
  }
  .box5-content-list__text p {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-bottom: 0.5vw;
  }
  .box5-content-list__text p:last-child {
    margin-bottom: 0;
  }
  .box5-content-list__text p.text-indent {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  .box6 {
    margin-bottom: 26.5vw;
  }
  .box6 .box-title__main {
    line-height: 1.14;
    margin-bottom: 4.3vw;
  }
  .box6-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 8.3vw 10.7% 0;
    border-radius: 6vw;
    margin-bottom: 4vw;
  }
  .box6-pic {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.72%;
        -ms-flex: 0 0 63.72%;
            flex: 0 0 63.72%;
    padding-top: 0;
    margin-left: 0;
  }
  .box6-pic img {
    width: 63.6%;
    margin: 0 auto;
  }
  .box6-text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 6vw;
  }
  .box6-text p {
    line-height: 1.38;
    margin-bottom: 4vw;
  }
  .box6-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 6vw;
    padding: 8vw 0 9.4vw;
    margin-bottom: 4vw;
  }
  .box6-list__item:last-child {
    margin-bottom: 0;
  }
  .box6-list__item:first-child .box6-list__pic img {
    width: 21.53%;
    height: auto;
  }
  .box6-list__item:nth-child(2) .box6-list__title {
    margin-bottom: 3.3vw;
  }
  .box6-list__item:nth-child(2) .box6-list__pic {
    margin-bottom: 1.3vw;
  }
  .box6-list__item:nth-child(2) .box6-list__pic img {
    width: 65.07%;
    height: auto;
  }
  .box6-list__title {
    font-size: 4.25vw;
    line-height: 1.31;
    margin-bottom: 6vw;
  }
  .box6-list__pic {
    margin-bottom: 4.5vw;
  }
  .box6-list__text {
    line-height: 1.38;
    margin-bottom: 4.9vw;
  }
  .box6-list__btn {
    width: 78.46%;
    height: 13.34vw;
    line-height: 13.34vw;
    border-radius: 13.34vw;
    font-size: 3.75vw;
    font-weight: bold;
  }
}
/*# sourceMappingURL=index.css.map */
