@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);

body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.5px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.form_area_2 h2.fm_subtitle {
    margin: 30px auto 0px;
}
.balloon {
  position: relative;
  padding: 7px 10px;
  color: #042387;
  background: #ebf6fc;
  border: solid 1px #042387;
  box-sizing: border-box;
}
.balloon:before {
  content: "";
  position: absolute;
	bottom: -26px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-top: 12px solid #ebf6fc;
  z-index: 2;
}
.balloon:after {
		content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 11px solid #042387;
    z-index: 1;
}
.problem-ballon {
 position: relative;
	width: auto;
	text-align: center;
	background: #E0F1FE;
}
.problem-ballon:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #E0F1FE transparent transparent transparent;
}
.user-logo-img {
  display: flex;
  animation: loop-slide 40s infinite linear 2s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

.section h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.section h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #202020;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebf6fc;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.section.center.mv-wrap {
  height: 680px;
  padding-top: 20px;
  background-image: url('../img/mv_bg.jpg');
  background-size: cover;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #1b1b1b;
}

.section.wide.img {
  padding-bottom: 0vh;
}

.section.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../img/cta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.section-service {
  background-image: url('../img/dot_bg.jpg');
  background-position: 8px 8px;
  background-size: auto;
}

.section.section-reason {
  background-image: url('../img/reason_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.section-cta {
  background-image: url('../img/cta.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 16px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #000;
  background-color: transparent;
}

.nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  padding: 20px 40px;
  background-color: #fc0a7e;
  background-image: linear-gradient(260deg, #ef6c3b, #e80051);
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #6b6b6b;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.button.button_basic {
  border: none;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ef6c3b), to(#e80051));
  background-image: linear-gradient(90deg, #ef6c3b, #e80051);
  -webkit-transition-property: none;
  transition-property: none;
}

.button.button_basic.button_l {
  background-image: url('../img/right.png'), -webkit-gradient(linear, left top, right top, from(#ef6c3b), to(#e80051));
  background-image: url('../img/right.png'), linear-gradient(90deg, #ef6c3b, #e80051);
  background-position: 98% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
}

.button.button_basic.button_l:hover {
  color: #fff;
  text-decoration: none;
  background-image: url(../img/right.png), linear-gradient(90deg, #e80051, #ef6c3b);
}

.button.button_basic.button_l.mb_8 {
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.button_basic.button_l.mb_8.button-cta {
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.button.button_basic.button_s {
  width: auto;
  padding: 8px 24px;
}

.button.button_basic.button_s:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #e80051, #ef6c3b);
}

.section .h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../img/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../img/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../img/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap2 {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../img/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../img/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../img/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #fc0a7e;
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -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;
}

.form {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  left: 42%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-right: 5vh;
  padding-left: 5vw;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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;
  border: 1px none #000;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  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;
  background-color: #1b1b1b;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #6b6b6b;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.quote-attribution {
  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;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-inner {
  margin-right: 16px;
  padding-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #cecece;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  color: #202020;
}

.nav-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mv-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mv-text-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mv-text-point.mb_24 {
  margin-bottom: 24px;
}

.mv-text-point-item {
  width: 31%;
  padding: 6px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #001d87;
  color: #001d87;
  font-size: 15px;
  text-align: center;
}

.text-block-3 {
  font-size: 15px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_24.mv-catch-2 {
  margin-bottom: 20px;
}

.mv_40 {
  margin-bottom: 40px;
}

.mv_aw {
  position: relative;
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.inner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awards-img {
  margin-left: 8px;
}

.button-sub-text {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

.button-sub-text:hover {
  color: #fff;
}

.button-sub-text.button-sub-text-small {
  margin-bottom: 0px;
  font-size: 12px;
}

.mv-main-text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.mv-main-text:hover {
  color: #fff;
}

.mv-main-text.button-text-small {
  font-size: 15px;
}

.text-small {
  font-size: 11px;
  line-height: 1.5em;
}

.section-small {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-small.center {
  text-align: center;
}

.section-small.align-center {
  text-align: center;
}

.section-small.align-center.user-logo-section {
  overflow: hidden;
  padding-bottom: 32px;
}

.heading-4 {
  margin-top: 0px;
  color: #202020;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
}

.heading-4.align-center {
  display: inline-block;
  text-align: center;
}

.heading-4.inline {
  display: inline-block;
  margin-bottom: 0px;
}

.heading-4.inline.clients-h {
  margin-top: 0px;
  margin-bottom: -19px;
  font-size: 25px;
  font-weight: 600;
}

.heading-4.prob-h4 {
  margin-top: 12px;
}

.div-block-13 {
  display: block;
}

.text-center {
  display: block;
  text-align: center;
}

.text-center.inline {
  display: inline-block;
}

.clients-h-line {
  width: 100%;
  height: 12px;
  margin-top: -7px;
  background-color: #e0f1fe;
}

.section-problem {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafcff;
}

.h-eng {
  font-family: Poppins, sans-serif;
  color: #0a95e0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.h-eng.align-center {
  font-weight: 600;
  text-align: center;
}

.h-eng.align-center.color-white {
  color: #fff;
  font-weight: 600;
}

.h-wrap {
  margin-bottom: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-wrap.h-left {
  text-align: left;
}

.h-wrap.mr_80 {
  margin-right: 80px;
}

.h-wrap.mr_64 {
  margin-right: 64px;
}

.h-wrap.h-wrap-white {
  color: #fff;
}

.h-wrap.h-wrap-white.cta-h {
  margin-bottom: 32px;
}

.heading-5 {
  margin-top: 8px;
  color: #202020;
  font-size: 19px;
  line-height: 1.4em;
  text-align: left;
  letter-spacing: 0.03em;
}

.heading-5.align-left {
  text-align: left;
}

.heading-5.color-white {
  color: #fff;
}

.h-wrap-line {
  width: 70px;
  height: 4px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b6dff6;
}

.h-wrap-line.line-left {
  margin-left: 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.problem-ballon {
  margin: -18px -16px 16px;
  padding: 15px 8px;
  border-radius: 4px;
  background-color: #e0f1fe;
  color: #0a95e0;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.prob-box {
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 94.9%, 0.54);
  color: #202020;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 23px;
  line-height: 1.5em;
}

.heading-6.m_24 {
  margin-bottom: 24px;
  font-weight: 700;
}

.heading-6.m_16 {
  margin-bottom: 16px;
}

.text {
  color: #202020;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  text-align: justify;
}

.text.color-white {
  color: #fff;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.prob-img {
  margin-right: -32px;
  margin-left: -32px;
}

.container {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0vw;
}

.mb_32 {
  margin-bottom: 32px;
}

.align-center {
  text-align: center;
}

.align-center.text-l {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 1.7em;
  font-weight: 400;
}

.user-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.text-span {
  color: #eb5757;
}

.container-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.reason-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 rgba(184, 233, 248, 0.5);
}

.reason-block-text {
  width: 50%;
  padding: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.reason-number {
  display: inline-block;
  margin-bottom: 16px;
  border-bottom: 4px solid #b6dff6;
  font-family: Poppins, sans-serif;
  color: #0a95e0;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.text-m {
  font-size: 17px;
}

.text-span-2 {
  color: #e80051;
}

.bold-text {
  color: #eb5757;
}

.bold-text-2 {
  color: #eb5757;
}

.reason-img-wrap {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fafcff;
}

.reason-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-span-3 {
  color: #eb5757;
}

.cta-h {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.text-span-4 {
  font-size: 20px;
}

.cta-inner {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.columns {
  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;
}

.flow-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 24px;
  padding: 40px 24px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #b6dff6;
  border-radius: 6px;
  background-color: #fafcff;
}

.image-5 {
  border-radius: 6px;
}

.flow-img {
  width: auto;
  height: 100%;
  max-height: 136px;
  max-width: 229px;
}

.flow-number {
  display: inline-block;
  margin-bottom: 0px;
  border: 1px none #000;
  font-family: Poppins, sans-serif;
  color: #0a95e0;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.flow-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bg-blue {
  background-color: #fafcff;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.voice-block {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 rgba(184, 233, 248, 0.5);
}

.voice-text {
  padding: 24px;
}

.heading-1 {
  color: #202020;
  font-size: 38px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.07em;
}

.heading-1.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.text-voice-sub {
  color: #a1a1a1;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}

.bg-gray {
  background-color: #fafafa;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

.faq-qmark {
  margin-right: 16px;
  font-family: Poppins, sans-serif;
  color: #0a95e0;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
}

.faq-title {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 32px;
}

.faq-awrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.faq-qwrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-open {
  width: 24px;
  height: 24px;
}

.text-span-5 {
  display: block;
}

.awwards-section {
  display: none;
}

.logo-img {
  display: inline-block;
  max-width: none;
}

.user-logo-img {
  width: auto;
  height: 100px;
  max-width: none;
  margin-right: 40px;
  margin-left: 24px;
}

@media screen and (min-width: 1280px) {
  .hero-image {
    left: 50%;
  }

  .inner2.mvinner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid.mb_24 {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }

  .user-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .user-logo-img {
    margin-left: 48px;
  }
}

@media screen and (max-width: 991px) {
  .section h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .section h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.center.mv-wrap {
    height: 1vh;
    min-height: 640px;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav2 {
    display: block;
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .button.button_basic.button_l.mb_8 {
    padding-right: 24px;
    padding-left: 24px;
    text-decoration: none;
  }

  .button.button_basic.button_l.mb_8.button-cta {
    text-decoration: none;
  }

  .button.button_basic.button_s {
    display: none;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: absolute;
    left: auto;
    top: auto;
    right: -9vw;
    bottom: 0px;
    display: block;
    width: 65%;
    height: auto;
    max-width: 560px;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
  }

  .hero-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .mv-text-wrap {
    width: 50%;
  }

  .mv-text-point-item {
    width: 32%;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 13px;
  }

  .mv-text-point-item.balloon {
    width: 32%;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
  }

  .mb_24.mv-catch-2 {
    margin-bottom: 20px;
  }

  .mb_24.mv-catch-2 {
	display: none;
    margin-bottom: 16px;
  }

  .awards-img {
    height: 71px;
  }

  .button-sub-text {
    font-size: 14px;
  }

  .mv-main-text {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-4.inline.clients-h {
    font-size: 21px;
  }

  .h-wrap.mr_64 {
    margin-bottom: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .prob-box {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid.mb_24 {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .align-center.text-l {
    font-size: 17px;
  }

  .reason-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flow-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .flow-arrow {
    margin-top: 4px;
    margin-bottom: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .grid-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .voice-block {
    margin-bottom: 32px;
  }

  .heading-1 {
    font-size: 32px;
  }

  .heading-1.align-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .faq-block {
    margin-bottom: 24px;
  }

  .text-span-5 {
    display: inline-block;
  }

  .text-span-6 {
    display: inline-block;
  }

  .flow-arrow-img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .awwards-section {
    display: none;
  }

  .image-6 {
    width: auto;
    height: 27px;
  }

  .logo-img {
    width: auto;
    height: 27px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .section h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center.mv-wrap {
    overflow: hidden;
    min-height: 700px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .button.button_basic.button_l.mb_8.button-cta {
    margin-top: 24px;
  }

  .button.button_basic.button_s {
    display: none;
  }

  .wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .hero-image {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 0vw;
    width: 100%;
    height: 430px;
    max-height: 430px;
    max-width: none;
    margin-bottom: 0vw;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-content {
    overflow: hidden;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0vh;
    padding-top: 60px;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .mv-text-wrap {
    width: 80%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mv-text-point-item.balloon {
    font-size: 14px;
  }

  .mb_24.mv-catch-2 {
    margin-bottom: 12px;
  }

  .mv_aw {
    display: none;
    overflow: visible;
  }

  .mv_aw.sp_aw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -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;
  }

  .inner2 {
    height: 100%;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .awards-img {
    height: 80px;
  }

  .text-small {
    display: block;
    font-size: 10px;
  }

  .text-small.sp-research-text {
    font-size: 9px;
  }

  .text-small.research-text {
    display: none;
  }

  .section-small.align-center.user-logo-section {
    overflow: hidden;
  }

  .heading-4.inline.clients-h {
    font-size: 3.2vw;
  }

  .prob-box {
    width: 100%;
  }

  .container {
    width: 100%;
    max-width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.faq-container {
    width: 90%;
  }

  .align-center.text-l {
    display: inline;
    font-size: 15px;
  }

  .user-logo {
    margin-left: 24px;
  }

  .reason-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .reason-block.mb_32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .reason-block-text {
    display: block;
    width: 100%;
  }

  .text-m.align-center {
    font-size: 16px;
  }

  .reason-img-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-inner {
    width: 90%;
  }

  .flow-block {
    width: 90%;
  }

  .heading-1 {
    margin-top: 12px;
  }

  .heading-1.align-left {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span-5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .awwards-section {
    display: block;
    padding: 16px;
    -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;
    background-color: #fafafa;
  }

  .image-6 {
    width: auto;
    height: 30px;
  }

  .logo-img {
    width: auto;
    height: 30px;
  }

  .mv-text-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-logo-img {
    width: auto;
    height: 80px;
    max-width: none;
  }

  .reason-img {
    width: 70%;
  }

  .image-7 {
    width: auto;
    height: 100%;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .section.center.mv-wrap {
    height: 600px;
    min-height: 600px;
    padding-bottom: 24px;
  }

  .hero {
    padding: 12px 0vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.button_basic.button_l.mb_8 {
    padding: 8px 16px;
    background-size: 24px, auto;
  }

  .button.button_basic.button_l.mb_8.button-cta {
    margin-top: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .wrap2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image {
    left: auto;
    bottom: 0vw;
    width: 100%;
    height: 325px;
  }

  .hero-content {
    padding-top: 40px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .nav-logo-inner {
    margin-right: 12px;
    padding-right: 12px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .mv-text-wrap {
    width: 94%;
  }

  .mv-text-point.mb_24 {
    margin-bottom: 16px;
  }

  .mv-text-point-item.balloon {
    font-size: 10px;
  }

  .mv_aw.sp_aw {
    padding-bottom: 8px;
  }

  .inner2 {
    padding-bottom: 0px;
  }

  .awards-img {
    height: 52px;
  }

  .button-sub-text {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .mv-main-text {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 19px;
  }

  .heading-4.inline.clients-h {
    font-size: 5vw;
    line-height: 1.8em;
  }

  .heading-4.prob-h4 {
    font-size: 18px;
  }

  .clients-h-line {
    display: none;
  }

  .h-eng.align-center {
    font-size: 15px;
  }

  .h-wrap {
    margin-bottom: 32px;
  }

  .h-wrap.mr_64 {
    width: 100%;
    margin-bottom: 32px;
  }

  .h-wrap.h-wrap-white.cta-h {
    margin-bottom: 24px;
  }

  .prob-box {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .heading-6.m_24 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .heading-6.m_16 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .container {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .user-logo {
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .reason-block.mb_32 {
    margin-bottom: 16px;
  }

  .reason-block-text {
    padding: 24px;
  }

  .reason-number {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .text-m.align-center {
    font-size: 14px;
    line-height: 1.6em;
  }

  .cta-h {
    font-size: 27px;
    line-height: 1.3em;
  }

  .text-span-4 {
    font-size: 14px;
    line-height: 0.8em;
  }

  .cta-inner {
    width: 100%;
  }

  .flow-block {
    width: 100%;
  }

  .grid-2 {
    width: 100%;
  }

  .voice-block {
    margin-bottom: 0px;
  }

  .heading-1 {
    margin-top: 8px;
    font-size: 22px;
    letter-spacing: 0em;
  }

  .faq-qmark {
    font-size: 22px;
  }

  .faq-title {
    font-size: 14px;
    line-height: 1.2em;
  }

  .faq-title-wrap {
    margin-right: 0px;
  }

  .faq-open {
    display: none;
    width: 35px;
    height: 35px;
  }

  .image-6 {
    height: 24px;
  }

  .logo-img {
    height: 24px;
  }

  .user-logo-img {
    height: 60px;
    object-fit: cover;
  }

  .reason-img {
    width: 90%;
  }

  .text-span-7 {
    display: block;
    border-bottom: 5px solid #e0f1fe;
  }

  .text-span-8 {
    border-style: none none solid;
    border-width: 1px 1px 5px;
    border-color: #000 #000 #e0f1fe;
    line-height: 1.7em;
  }

  .div-block-14 {
    font-size: 13px;
  }

  .faq-answer-text {
    font-size: 14px;
    line-height: 1.5em;
  }
}

#w-node-_7ce33a6a-7f7f-9430-6f78-98fb40f482e6-89807699 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_631b4338-c148-cc7e-6d7e-81c756be6106-89807699 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91c258c1-2864-ded5-68db-975b0b1870f7-89807699 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

