.nav-cta-button-container ul{
  display: flex;
  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;
}
.nav-cta-button-container ul li{
  list-style-type: none;
  margin-left: 10px;
}

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #24282a;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 80px;
  font-size: 48px;
  line-height: 1.25em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #4c5458;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #868c92;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

a {
  color: #2360b1;
  text-decoration: none;
}
img {
  display: inline-block;
  max-width: 100%;
  margin-left: -52px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 16px;
  padding: 10px 20px;
  border-left: 5px solid #5da1fa;
  color: #535d66;
  font-size: 18px;
  line-height: 1.4em;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 80vh;
}

.wrapper.symbols {
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e1e5e8;
}

.wrapper.symbols.large {
  padding-bottom: 64px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.section {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.light-gray {
  position: relative;
  background-color: #d0e9ff;
  text-align: center;
}

.section.light-gray.flow-section {
  padding-bottom: 40px;
}

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

.section.small.dark-blue {
  background-color: #1c4881;
}

.section.blue {
  overflow: hidden;
  background-color: #4084dd;
  color: #fff;
}

.section.light-grey {
  position: relative;
  background-color: #f4f8fa;
}

.section.dark-blue {
  position: relative;
  background-color: #1c4881;
  color: #fff;
}

.section.light-grey {
  position: relative;
  background-color: #f2f9fc;
}

.section.white {
  background-color: #fff;
  color: #24282a;
}

.section.light-blue {
  background-color: #e7f5ff;
}

.section.large {
  position: static;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4084dd;
}

.section.medium {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button {
  position: relative;
  margin-bottom: 16px;
  padding: 7px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-radius: 6px;
  background-color: #4084dd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  background-color: #2360b1;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
}

.button:active {
  background-color: #1c4881;
  box-shadow: none;
}

.button.no-margin {
  margin-top: 8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  border-radius: 3.5em;
  letter-spacing: 0.05em;
}

.button.minimal {
  max-width: 300px;
  padding-right: 22px;
  padding-left: 22px;
  background-color: transparent;
  box-shadow: none;
  color: #4084dd;
  font-size: 16px;
}

.button.minimal:hover {
  color: #2360b1;
}

.button.minimal:active {
  color: #1c4881;
}

.button.dark {
  background-color: #1c4881;
}

.button.dark:hover {
  background-color: #2360b1;
}

.button.dark:active {
  background-color: #1c4881;
}

.button.light {
  background-color: #cbe5ff;
  box-shadow: none;
  color: #4084dd;
}

.button.light:hover {
  background-color: #94c1ff;
  color: #2360b1;
}

.button.light:active {
  background-color: #5da1fa;
  color: #1c4881;
}

.button.outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #5da1fa;
  color: #4084dd;
}

.button.outline:hover {
  background-color: #5da1fa;
  color: #e7f5ff;
}

.button.outline:active {
  background-color: #4084dd;
  box-shadow: inset 0 0 0 1px #4084dd;
}

.button.arrow {
  padding: 4px 15px 4px 0px;
  background-color: transparent;
  background-image: url('../images/Blue-Right-Arrow.svg');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: padding-right 200ms ease, color 200ms ease;
  transition: padding-right 200ms ease, color 200ms ease;
  color: #4084dd;
}

.button.arrow:hover {
  padding-right: 22px;
  color: #2360b1;
}

.button.main {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 12px;
  border-radius: 3.8em;
  background-color: #fff;
  color: #1c4881;
  font-weight: 700;
}
.head.button.main {
    border: solid 1px #acb0ba;
}

.button.main:hover {
  text-decoration: none;
  background-color: #5da1fa;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.spacer {
  width: 48px;
  height: 48px;
  background-color: transparent;
}

.spacer._54 {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._36 {
  width: 36px;
  height: 36px;
  background-color: transparent;
}

.spacer._72 {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: transparent;
}

.spacer._32 {
  height: 32px;
  background-color: transparent;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: transparent;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._48 {
  width: 48px;
  background-color: transparent;
}

.spacer._80 {
  width: 80px;
  height: 80px;
}

.spacer._96 {
  width: 96px;
  height: 96px;
}

.spacer._64 {
  width: 64px;
  height: 64px;
}

.text-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 750px;
}

.circlebk{
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 100%;
}

.text-box.center-align {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.text-box._500px {
  max-width: 500px;
}

.text-box._500px._680 {
  display: block;
  max-width: 680px;
  -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;
}

.text-box._600px {
  /*max-width: 600px;*/
}

.text-box._700px {
  max-width: 700px;
}

.text-box._650px {
  width: auto;
  max-width: 100%;
}

.text-box.centered {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.text-box._400px {
  max-width: 400px;
}

.text-box._1000px {
  max-width: 1000px;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._12-columns.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._12-columns.align-top.align-left {
  position: relative;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._12-columns.align-top.contactform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

._12-columns.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._12-columns.justified-ends {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._12-columns.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.error-1 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1280px;
  min-height: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.white {
  color: #fff;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  min-height: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-10 {
  width: 83.33%;
  background-color: transparent;
}

.column.desk-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.column.desk-4 {
  position: static;
  width: 33.33%;
  background-color: transparent;
}

.column.desk-4.tab-12 {
  position: relative;
  width: 28%;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.column.desk-9 {
  width: 75%;
  background-color: transparent;
}

.column.desk-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.column.desk-2 {
  width: 16.66%;
  background-color: transparent;
}

.column.desk-2.tab-3.mob-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column.desk-7 {
  width: 58.333333333333336%;
  background-color: transparent;
}

.column.desk-8 {
  width: 66.66666666666667%;
  background-color: transparent;
}

.column.desk-6 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.column.desk-6.tab-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-5 {
  width: 41.66666666666667%;
  background-color: transparent;
}

.column.desk-11 {
  width: 91.66666666666667%;
}

.terms-rich-text {
  text-align: left;
}

.terms-rich-text h2 {
  font-size: 30px;
}

.terms-rich-text h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.nav-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.nav-content.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-content.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-content.symbols {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-button.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #fff;
}

.logo-link {
  margin-top: -2px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-link:hover {
  opacity: 0.9;
}

.logo-link.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: 'Noto Sans JP', sans-serif;
  color: #343a3d;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.footer-text {
  font-weight: 300;
}

.f {
  position: relative;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f.footer-link {
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4084dd;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

.footer-section {
  position: relative;
  z-index: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
}

.icon {
  width: 240px;
  height: 150px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #fff;
  font-size: 24px;
}

.icon.tab {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.icon.small {
  width: 120px;
  height: 60px;
  margin-bottom: 8px;
  margin-left: 1px;
}

.icon.side {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}

.icon.centered {
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.logos-div {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-section {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #e7f5ff;
}

.banner-container {
  display: block;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  color: #343a3d;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.tab-text-boxes {
  overflow: hidden;
  height: 78px;
  margin-bottom: 8px;
  padding: 22px 22px 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-style: normal;
}

.tab-text-boxes:hover {
  background-color: #f2f9fc;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.01);
  opacity: 0.85;
}

.tab-text-boxes.w--current {
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(44, 50, 58, 0.06);
  opacity: 1;
}

.tabs-text-boxes {
  width: 41.66666666666667%;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.333333333333336%;
  padding-right: 18px;
  padding-left: 18px;
  -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;
}

.horizontal-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-left: -18px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.horizontal-tabs.switch {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nav-dropdown {
  position: relative;
  padding: 0px 18px 0px 0px;
  border-radius: 5px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  line-height: 24px;
  cursor: pointer;
}

.nav-dropdown:hover {
  opacity: 1;
}

.nav-dropdown.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.dropdown-icon {
  margin-top: 11px;
  margin-right: 12px;
  margin-bottom: 8px;
  opacity: 0.3;
  font-size: 14px;
}

.dropdown-list.w--open {
  width: 200px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list.dark {
  border-color: #2360b1;
  background-color: #1c4881;
  color: #fff;
}

.logo-container {
  padding-right: 24px;
  padding-left: 24px;
}

.paragraph {
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.paragraph.large {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1c4881;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.5vw;
  text-transform: none;
  white-space: normal;
}

.paragraph.large.mainsubcopy {
  margin-right: 80px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.7vw;
}

.paragraph.small {
  opacity: 0.75;
  font-size: 14px;
}

.paragraph.s {
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.l {
  font-size: 18px;
}

.paragraph.medium {
  font-family: 'Noto Sans JP', sans-serif;
  color: #343a3d;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.07em;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.form {
  margin-bottom: 0px;
}

.form.contactform {
  position: relative;
  width: 90%;
}

.form-success {
  padding: 32px;
  border-radius: 4px;
  background-color: #cbe5ff;
  color: #24282a;
  line-height: 1.4em;
}

.float-card {
  overflow: hidden;
  width: 80%;
  height: 100%;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(105, 115, 124, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #343a3d;
  text-align: center;
}

.float-card:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card-thumbnail {
  position: relative;
  height: 22vw;
  max-height: 250px;
  border-radius: 5px 5px 0px 0px;
}

.card-thumbnail.large {
  height: 24vw;
  max-height: 360px;
}

.card-text-container {
  padding: 28px 28px 22px;
  -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;
}

.text-area {
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  font-size: 15px;
}

.text-area:focus {
  border-color: #94c1ff;
}

.text-area::-webkit-input-placeholder {
  color: #bac5ca;
}

.text-area:-ms-input-placeholder {
  color: #bac5ca;
}

.text-area::-ms-input-placeholder {
  color: #bac5ca;
}

.text-area::placeholder {
  color: #bac5ca;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical-tab {
  width: 100%;
}

.tab-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #edf0f3;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #bac5ca;
  font-size: 18px;
  text-align: center;
}

.tab-link:hover {
  border-bottom-color: #808c91;
  color: #808c91;
}

.tab-link.w--current {
  border-bottom-color: #5da1fa;
  background-color: transparent;
  opacity: 1;
  color: #4084dd;
  font-weight: 600;
}

.question {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #343a3d;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 50px;
  color: #4c5458;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 15px;
  -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;
  border-bottom: 1px solid #edf0f3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-arrow-icon {
  margin-top: 8px;
}

.tab-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tick-list li {
  margin-bottom: 8px;
  padding-left: 28px;
  background-image: url('../images/Blue-Tick.svg');
  background-position: 0px 6px;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #343a3d;
  font-weight: 500;
}

.tick-list ul {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.pricing-grid {
  margin-right: auto;
  margin-left: auto;
}

.center-image {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.center-image.no-margin {
  margin-bottom: 0px;
}

.error-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-link {
  display: block;
  margin: 4px 0px;
  padding: 6px 9px;
  color: #4c5458;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #819cab;
}

.dropdown-link.w--current {
  color: #343a3d;
}

.dropdown-link.white {
  color: #fff;
}

.logo {
  margin-left: 0px;
}

.nav-link {
  display: inline-block;
  padding: 6px 12px;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
  color: #4c5458;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-link.w--current {
  color: #4c5458;
}

.nav-link.secondary {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  color: #4084dd;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.secondary.headtel {
  font-size: 24px;
  font-weight: 600;
}

.nav-link.primary {
  margin-left: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #4084dd;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-weight: 500;
}

.nav-link.primary:hover {
  background-color: #2360b1;
}

.nav-link.primary:active {
  background-color: #1c4881;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.nav-link.primary.head {
  margin-left: 0px;
  padding: 11px 24px 12px 30px;
  border-radius: 3.5em;
}

.nav-link.primary.head:hover {
  background-color: #94c1ff;
  opacity: 1;
  color: #004096;
  font-weight: 600;
}

.nav-link.primary.head.loginbtn {
  padding-left: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #df392b;
  border-radius: 3.5em;
  background-color: #df392b;
  color: #fff;
  font-weight: 700;
}

.nav-link.primary.head.loginbtn:hover {
  background-color: #9c271f;
  text-decoration: none;
}

.nav-link.dropdown {
  display: none;
}

.nav-link.outline {
  margin-left: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #4084dd;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #4084dd;
  font-weight: 500;
}

.nav-link.outline:hover {
  background-color: #2360b1;
  color: #fff;
}

.nav-link.outline:active {
  background-color: #1c4881;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.nav-link.white {
  color: #e7f5ff;
}

.image-cover {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-header {
  position: relative;
  display: block;
  margin-right: 29px;
  margin-bottom: 4px;
  padding-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4084dd;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  color: #343a3d;
}

.card.soft-blue {
  background-color: #e7f5ff;
  box-shadow: none;
}

.card.light-grey {
  background-color: #f2f9fc;
  box-shadow: none;
}

.card.contactformcard {
  width: 680px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.intro-buttons {
  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-left: 50px;*/
}

.container-footer {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.feature-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 54px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 54px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 90%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.wave-image {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  width: 100%;
  max-width: none;
}

.wave-image.bottom {
  top: auto;
  bottom: 0px;
  z-index: 0;
}

.wave-div {
  width: 100%;
  margin-bottom: 128px;
}

.wave-div.half-way-up {
  margin-bottom: 50px;
}

.field-label {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: left;
}

.text-field-div {
  position: relative;
  margin-bottom: 24px;
}

.social-grid {
  display: -ms-grid;
  display: grid;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 24px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 24px 24px 24px 24px;
  grid-template-columns: 24px 24px 24px 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.social-link {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.social-link:hover {
  opacity: 0.8;
}

.section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
  text-align: center;
}

.text-link {
  display: block;
  margin-bottom: 12px;
  color: #4084dd;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}

.hero-image-div {
  position: relative;
}

.nav-cta-container-mobile {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue {
  color: #2360b1;
}

.heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.heading.s {
  font-size: 28px;
  font-weight: 600;
}

.heading._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading._2xl.price01 {
  margin-bottom: 30px;
  font-size: 38px;
}

.heading._2xl.price02 {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  text-align: right;
}

.heading._2xl.price03 {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 18px;
  letter-spacing: 0px;
}

.heading._2xl.price-l {
  display: inline;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 66px;
}

.heading._2xl.price-l.sp {
  position: relative;
  margin-left: 0px;
  text-align: left;
}

.heading._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading.xl.no-margin {
  margin-bottom: 0px;
}

.heading.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.heading.l {
  margin-bottom: 60px;
  padding-top: 0px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading.l.no-margin {
  margin-bottom: 0px;
}

.heading.l.nagaretitle {
  margin-bottom: 60px;
}

.heading.l.contacttitle {
  position: relative;
  letter-spacing: 0px;
}

.heading._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading._2xs.no-margin {
  margin-bottom: 0px;
}

.heading.m {
  font-size: 30px;
}

.tagline {
  margin-bottom: 12px;
  color: #808c91;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tagline.s {
  margin-bottom: 8px;
  font-size: 14px;
}

.tagline.m {
  color: #808c91;
}

.tagline.m.grey {
  color: #446b7a;
}

.tagline.light-blue {
  color: #5da1fa;
}

.display {
  font-size: 60px;
  line-height: 1.4em;
  font-weight: 700;
}

.display.l {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.featured-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 32px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-card:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.featured-card-image-div {
  position: relative;
  overflow: hidden;
  width: 40%;
  min-height: 420px;
}

.featured-card-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #24282a;
}

.progress-bar {
  position: fixed;
  top: 80px;
  z-index: 40;
  width: 100%;
  height: 6px;
  background-color: #f2f9fc;
}

.progress-line {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 6px;
  background-color: #4084dd;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -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;
}

.questions-section {
  margin-bottom: 36px;
  text-align: left;
}

.blog-rich-text blockquote {
  padding: 35px;
  border-left-style: none;
  border-radius: 6px;
  background-color: #f2f9fc;
}

.blog-rich-text p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.8em;
}

.blog-rich-text h2 {
  margin-top: 64px;
  font-size: 25px;
}

.blog-rich-text h4 {
  font-size: 20px;
}

.blog-post-main-image {
  width: 100%;
  height: 100%;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.error-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.desktop-hidden {
  display: none;
}

.tabs-content {
  height: auto;
  padding: 32px 24px 24px;
  border-radius: 8px;
  background-color: #f2f9fc;
}

.rich-text p {
  margin-bottom: 24px;
  font-size: 18px;
}

.rich-text h4 {
  margin-top: 32px;
}

.regular {
  font-weight: 400;
}

.error-4 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.small-button {
  margin-bottom: 16px;
  padding: 6px 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #4084dd;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.small-button:hover {
  background-color: #2360b1;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
}

.small-button:active {
  background-color: #1c4881;
}

.small-button.no-margin {
  margin-right: 0px;
}

.small-button.light {
  background-color: #cbe5ff;
  box-shadow: none;
  color: #4084dd;
}

.small-button.light:hover {
  background-color: #94c1ff;
  color: #2360b1;
}

.small-button.light:active {
  background-color: #5da1fa;
  color: #1c4881;
}

.small-button.outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #5da1fa;
  color: #4084dd;
}

.small-button.outline:hover {
  background-color: #5da1fa;
  color: #fff;
}

.small-button.outline:active {
  background-color: #4084dd;
  box-shadow: inset 0 0 0 1px #4084dd;
}

.small-button.outline.no-margin {
  margin-bottom: 0px;
}

.field-block {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid transparent;
}

.error-5 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1500px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.form-error {
  padding: 14px;
  border-radius: 4px;
  background-color: #ffd4d4;
  color: #101113;
  font-size: 14px;
  line-height: 1.4em;
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  border-radius: 6px;
  background-color: #fff;
  color: #4c5458;
  font-size: 15px;
}

.form-dropdown:hover {
  color: #37474e;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.text-field {
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid #dde2e7;
  border-radius: 5px;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #a6afb6;
}

.text-field:-ms-input-placeholder {
  color: #a6afb6;
}

.text-field::-ms-input-placeholder {
  color: #a6afb6;
}

.text-field::placeholder {
  color: #a6afb6;
}

.ds-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: auto;
  width: 240px;
  padding-top: 40px;
  border-right: 1px solid #ced5db;
  background-color: #fff;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  border-left: 4px solid transparent;
  color: #333b4a;
}

.ds-menu-link:hover {
  color: #4084dd;
}

.ds-menu-link.w--current {
  padding-right: 0px;
  background-color: #e7f5ff;
  color: #4084dd;
  font-weight: 500;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
  background-color: #1d1916;
  opacity: 0.2;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.ds-block {
  margin-bottom: 28px;
  font-size: 18px;
}

.ds-description {
  max-width: 400px;
  color: #929aa1;
}

.ds-wrapper {
  width: 100%;
  min-height: 100vh;
}

._1-2-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

._2-1-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-input {
  margin-bottom: 16px;
  padding: 21px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:focus {
  border-color: #94c1ff;
}

.text-input::-webkit-input-placeholder {
  color: #bac5ca;
}

.text-input:-ms-input-placeholder {
  color: #bac5ca;
}

.text-input::-ms-input-placeholder {
  color: #bac5ca;
}

.text-input::placeholder {
  color: #bac5ca;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
  border-color: #bac5ca;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.visible-spacer {
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 5px;
  background-color: #cbe5ff;
}

.ds-module {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #cbe5ff;
}

.icon-grid {
  margin-top: 24px;
}

.ds-colour-block {
  display: inline-block;
  width: 12.5%;
  padding-right: 16px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
  border-color: #bac5ca;
}

.check-box.w--redirected-checked {
  border-color: #2b95ff;
  background-color: #2b95ff;
  background-position: 50% 50%;
  background-size: 16px;
}

.visible-block-styleguide {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #cbe5ff;
}

.color-block {
  width: 100%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #24282a;
}

.color-block.back-blue {
  background-color: #e7f5ff;
}

.color-block.soft-grey {
  background-color: #bac5ca;
}

.color-block.back-grey {
  border-style: solid;
  border-width: 1px;
  border-color: #edf0f3;
  background-color: #f2f9fc;
}

.color-block.light-grey {
  background-color: #808c91;
}

.color-block.grey {
  background-color: #4c5458;
}

.color-block.hard-blue {
  background-color: #1c4881;
}

.color-block.blue {
  background-color: #4084dd;
}

.color-block.silver {
  background-color: #edf0f3;
}

.color-block.dark-grey {
  background-color: #343a3d;
}

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #f2f9fc;
  background-color: #fff;
}

.color-block.light-blue {
  border-style: none;
  background-color: #5da1fa;
}

.color-block.soft-blue {
  background-color: #94c1ff;
}

.color-block.dark-blue {
  background-color: #2360b1;
}

.color-block.pale-blue {
  background-color: #cbe5ff;
}

.ds-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: 240px;
  -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;
}

.ds-section {
  position: relative;
  z-index: 0;
  padding: 60px 80px 48px 60px;
  text-align: left;
}

.ds-section.header {
  background-color: #4084dd;
  color: #fff;
}

.ds-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 24px;
  margin-bottom: 20px;
}

.ds-colour-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ds-title {
  margin-bottom: 8px;
  color: #3f3b35;
}

.ds-section-header {
  margin-bottom: 50px;
}

.left-nav-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.left-nav-content.right-align {
  margin-right: 36px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.right-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.right-nav-content.left-aligned {
  margin-right: auto;
  margin-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.simple-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: end;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: right;
}

.simple-footer-links.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.symbols-navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 201;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 solid #2360b1;
  background-color: #1c4881;
}

.grey-text {
  color: #808c91;
}

.mobile-visible {
  display: none;
}

.email-subscribe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.subscribe-button {
  margin-bottom: 16px;
  margin-left: -10px;
  padding: 7px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-radius: 6px;
  background-color: #e7f5ff;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #4084dd;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}

.subscribe-button:hover {
  background-color: #cbe5ff;
  color: #2360b1;
}

.subscribe-button:active {
  background-color: #94c1ff;
  box-shadow: none;
  color: #1c4881;
}

.subscribe-button.dark {
  background-color: #1c4881;
  color: #fff;
}

.subscribe-button.dark:hover {
  background-color: #2360b1;
}

.subscribe-button.dark:active {
  background-color: #1c4881;
}

.subscribe-button.blue {
  background-color: #4084dd;
  color: #fff;
}

.subscribe-button.blue:hover {
  background-color: #2360b1;
}

.subscribe-button.blue:active {
  background-color: #1c4881;
}

.lightbox-link {
  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;
  cursor: pointer;
}

.play-button {
  position: absolute;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.play-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.lightbox-image {
  -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-radius: 6px;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.lightbox-image:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.container {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1280px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.container.center-align {
  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;
  text-align: center;
}

.container.animated {
  padding-right: 60px;
  padding-left: 60px;
}

._4-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.email-subscribe-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sign-in-div {
  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;
  text-align: right;
}

.center-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  padding: 36px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}

.center-card-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 140px 64px 120px;
  -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: #e7f5ff;
}

.sign-up-form {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.sign-up-nav {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-horizontal.no-margin {
  margin-bottom: 0px;
}

.icon-side {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.feature-equal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 54px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.questions-box {
  width: 100%;
  margin-bottom: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee5eb;
  border-radius: 4px;
}

.question-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: -1px;
  padding: 28px 28px 16px;
  -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;
  border-bottom: 1px solid #dee5eb;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.licenses-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 120px;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  padding: 16px;
  -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;
}

.pricing-grid-block.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-right: 0px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.pricing-grid-tick {
  width: 18px;
}

.plan-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 8px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #edf0f3;
  border-bottom: 3px solid #edf0f3;
}

.plan-header.last {
  border-right-style: none;
}

.pricing-grid-row {
  display: -ms-grid;
  display: grid;
  margin-top: -1px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 2.5fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
}

.pricing-grid-row.top {
  border-top-style: none;
}

.pricing-grid-main {
  margin-bottom: 48px;
}

._2-column-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-column {
  margin-right: 24px;
}

.bold-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8em;
}

.text-block {
  position: absolute;
  left: 14%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  margin-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: center;
}

.faq {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.faq.light-gray {
  position: relative;
  background-color: #f2f9fc;
}

.faq.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq.small.dark-blue {
  background-color: #1c4881;
}

.faq.blue {
  overflow: hidden;
  background-color: #4084dd;
  color: #fff;
}

.faq.light-grey {
  position: relative;
  background-color: #f4f8fa;
}

.faq.dark-blue {
  position: relative;
  background-color: #1c4881;
  color: #fff;
}

.faq.light-grey {
  position: relative;
  background-color: #f2f9fc;
}

.faq.white {
  background-color: #fff;
  color: #24282a;
}

.faq.light-blue {
  background-color: #e7f5ff;
}

.faq.large {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #fff;
}

.faq.medium {
  padding-top: 60px;
  padding-bottom: 60px;
}

.specialty {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #4084dd;
}

.specialty.light-gray {
  position: relative;
  background-color: #f2f9fc;
}

.specialty.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.specialty.small.dark-blue {
  background-color: #1c4881;
}

.specialty.blue {
  overflow: hidden;
  background-color: #4084dd;
  color: #fff;
}

.specialty.light-grey {
  position: relative;
  background-color: #f4f8fa;
}

.specialty.dark-blue {
  position: relative;
  background-color: #1c4881;
  color: #fff;
}

.specialty.light-grey {
  position: relative;
  background-color: #f2f9fc;
}

.specialty.white {
  background-color: #fff;
  color: #24282a;
}

.specialty.light-blue {
  background-color: #e7f5ff;
}

.specialty.large {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #fff;
}

.specialty.medium {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.h4-faq {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.h4-faq.s {
  font-size: 28px;
  font-weight: 600;
}

.h4-faq._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.h4-faq._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.h4-faq._3xs {
  margin-bottom: 12px;
  color: #2360b1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
}

.h4-faq.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.h4-faq.xl.no-margin {
  margin-bottom: 0px;
}

.h4-faq.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.h4-faq.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.h4-faq.l.no-margin {
  margin-bottom: 0px;
}

.h4-faq._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.h4-faq._2xs.no-margin {
  margin-bottom: 0px;
}

.h4-faq.m {
  font-size: 30px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.heading-copy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-copy.s {
  font-size: 28px;
  font-weight: 600;
}

.heading-copy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.heading-copy._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.heading-copy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.heading-copy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.heading-copy.xl.no-margin {
  margin-bottom: 0px;
}

.heading-copy.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.heading-copy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading-copy.l.no-margin {
  margin-bottom: 0px;
}

.heading-copy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-copy._2xs.no-margin {
  margin-bottom: 0px;
}

.heading-copy.m {
  font-size: 30px;
}

.h3-specialty {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.h3-specialty.s {
  font-size: 28px;
  font-weight: 600;
}

.h3-specialty._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.h3-specialty._3xl {
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.h3-specialty._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.h3-specialty.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.h3-specialty.xl.no-margin {
  margin-bottom: 0px;
}

.h3-specialty.xs {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
}

.h3-specialty.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.h3-specialty.l.no-margin {
  margin-bottom: 0px;
}

.h3-specialty._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.h3-specialty._2xs.no-margin {
  margin-bottom: 0px;
}

.h3-specialty.m {
  font-size: 30px;
}

.maincopy {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.maincopy.s {
  font-size: 28px;
  font-weight: 600;
}

.maincopy._2xl {
  font-size: 48px;
  line-height: 1.3em;
}

.maincopy._3xl {
  margin-bottom: 20px;
  margin-left: 50px;
  padding-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 1.2em;
  text-align: left;
  letter-spacing: 0px;
}

.maincopy._3xs {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.maincopy.xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4em;
}

.maincopy.xl.no-margin {
  margin-bottom: 0px;
}

.maincopy.xs {
  margin-bottom: 12px;
  color: #24282a;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.maincopy.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.maincopy.l.no-margin {
  margin-bottom: 0px;
}

.maincopy._2xs {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.maincopy._2xs.no-margin {
  margin-bottom: 0px;
}

.maincopy.m {
  font-size: 30px;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  margin-top: 0px;
  margin-left: -50px;
  opacity: 1;
}

.text-block-2 {
  position: absolute;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  margin-left: -12px;
  padding-left: 0px;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

._01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 30px;
  line-height: 20;
  -o-object-fit: fill;
  object-fit: fill;
}

._01.flow_pc {
  width: 250px;
  height: 220px;
}

.image-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
}

.text-block-3 {
  position: relative;
  top: -83px;
  width: 280px;
  font-size: 20px;
  line-height: 20px;
}

.text-block-3.flowtext {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 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;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-2.second {
  margin-top: 120px;
  margin-bottom: 120px;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-2.flow01 {
  position: relative;
  top: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2360b1;
  font-size: 100%;
}

.image-5 {
  position: relative;
  z-index: 0;
}

.div-block-01 {
  position: relative;
  font-size: 30px;
}

.div-block-01.flow01 {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45%;
  -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;
}

.text-block-4 {
  position: relative;
}

.text-block-4.flow_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2360b1;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.div-block-5.arrow {
  width: 90px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: relative;
  width: 50%;
  height: 50%;
  margin-left: 0px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
}

.image-7 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 150px;
  margin-top: -70px;
  margin-left: 0px;
}

.text-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  height: 40px;
  margin-top: -61px;
  padding-left: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.text-block-5._2kaime {
  padding-left: 9px;
}

.flowimage01 {
  position: relative;
  width: 80%;
  height: 80%;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
}

.image-9 {
  position: relative;
  width: 80%;
  height: 80%;
  margin-top: 20px;
  margin-left: 0px;
}

.image-10 {
  position: relative;
  width: 80%;
  height: 80%;
  margin-top: 20px;
  margin-left: 0px;
}

.image-11 {
  position: relative;
  width: 80%;
  height: 80%;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 34px;
}

.div-block-7 {
  position: relative;
}

.price-btn {
  margin-top: 65px;
  padding: 16px 40px 20px;
  border-radius: 3.5em;
  background-color: #1c4881;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.price-btn:hover {
  background-color: #cbe5ff;
  color: #2360b1;
}

.section-copy {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-copy.light-gray {
  position: relative;
  background-color: #e7f5ff;
  text-align: center;
}

.section-copy.light-gray.flow-section {
  padding-bottom: 40px;
}

.section-copy.light-gray.flowsection {
  background-color: #d0e9ff;
}

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

.section-copy.small.dark-blue {
  background-color: #1c4881;
}

.section-copy.blue {
  overflow: hidden;
  background-color: #4084dd;
  color: #fff;
}

.section-copy.light-grey {
  position: relative;
  background-color: #f4f8fa;
}

.section-copy.dark-blue {
  position: relative;
  background-color: #1c4881;
  color: #fff;
}

.section-copy.light-grey {
  position: relative;
  background-color: #f2f9fc;
}

.section-copy.white {
  background-color: #fff;
  color: #24282a;
}

.section-copy.light-blue {
  background-color: #e7f5ff;
}

.section-copy.large {
  position: static;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section-copy.medium {
  padding-top: 60px;
  padding-bottom: 60px;
}

._12-columns-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._12-columns-copy.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._12-columns-copy.align-top.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._12-columns-copy.align-top.contactform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

._12-columns-copy.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._12-columns-copy.justified-ends {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._12-columns-copy.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contactformcontents {
  position: relative;
  width: 100%;
}

.image-12 {
  position: absolute;
  left: auto;
  top: 46px;
  right: 3%;
  bottom: 0%;
  width: 3%;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 20%;
  margin-top: 86px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  color: #4084dd;
  font-size: 24px;
  font-weight: 700;
}

.image-14 {
  position: relative;
  margin-top: 0px;
  margin-right: 5px;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  padding: 20px 16px 20px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #4084dd;
  border-radius: 8px;
}

.text-block-7 {
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4c5458;
  font-weight: 700;
}

.div-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-15 {
  position: absolute;
  left: 2%;
  top: -40%;
  right: 0px;
  bottom: 2px;
  width: 50px;
  padding: 5px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  background-color: #fff;
}

.image-15.night {
  padding: 8px;
}

.div-block-10 {
  position: relative;
  display: block;
  width: 50%;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  position: relative;
  margin-right: 18px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.text-block-9 {
  position: relative;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4c5458;
  font-size: 13px;
  text-align: right;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flow-chuki {
  margin-right: 160px;
  margin-left: 160px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1c4881;
  text-align: right;
  letter-spacing: 0.05em;
}

.div-block-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-15 {
  width: 100%;
  height: 2px;
}

.footer_links {
  position: relative;
  display: block;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer_links:hover {
  color: #4084dd;
}

.footer_links.footer_links_last {
  margin-right: 0px;
}

.div-block-17 {
  height: 2px;
  margin-top: 4px;
  background-color: #343a3d;
  color: #4084dd;
}

.link-block {
  position: relative;
  margin-right: 22px;
}

.footer_linktext {
  font-family: 'Noto Sans JP', sans-serif;
  color: #343a3d;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer_link {
  padding: 10px 20px 10px 20px;
  margin-right: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #808c91;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #343a3d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer_link:hover {
  border-color: #4084dd;
  color: #4084dd;
  text-decoration: none;
}

.footer_link.footer_link_last {
  margin-right: 0px;
}

.text-block-10 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -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;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4084dd;
  font-size: 24px;
  font-weight: 700;
}

.image-16 {
  position: relative;
  z-index: -1;
  display: block;
  width: 78%;
  margin-left: 0px;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 20px;
  -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;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.div-block-21 {
  position: absolute;
  margin-top: 100px;
  margin-right: -13px;
  text-align: right;
}

.case {
  position: relative;
  /*padding: 60px 60px 80px;*/
  background-color: #d0e9ff;
}
.case-supplement{
  margin-top: 50px;
}
.case-supplement p{
  margin-top: 40px;
  font-weight: 700;
  line-height: 2.5em;
}

.greeting{
  background-color: #cbd0d3;
  padding: 10px 0;
}
.div-block-22 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.div-block-23 {
  position: relative;
  width: 25%;
}

.div-block-23.div-block-23-2 {
  width: 70%;
}

.div-block-24 {
  position: relative;
}

.image-17 {
  position: relative;
  overflow: visible;
  max-width: 150%;
  margin-bottom: 0px;
  margin-left: -42px;
  padding-bottom: 0px;
  border-radius: 0%;
}


.message {
  padding: 20px 40px 20px 30px;
  background-color: #fff;
}

.text-block-11 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7em;
}

.image-18 {
  position: absolute;
  left: -6%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  margin-left: 0px;
}

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media screen and (min-width: 1280px) {
  .button {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .nav-cta-button-container.login:hover {
    color: #4084dd;
  }

  .banner-container {
    max-width: 1140px;
  }

  .paragraph.large.mainsubcopy {
    margin-right: 80px;
    padding-left: 20px;
    font-weight: 400;
    letter-spacing: 0.8vw;
  }

  .nav-link.secondary.headtel {
    font-size: 20px;
    font-weight: 600;
  }

  .nav-link.primary.head.loginbtn {
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #df392b;
    border-radius: 8em;
    background-color: #df392b;
    color: #ffffff;
    font-weight: 700;
  }

  .nav-link.primary.head.loginbtn:hover {
    border-color: #df392b;
    background-color: #9c271f;
    color: #ffffff;
  }

  .heading._2xl {
    position: relative;
    z-index: auto;
    letter-spacing: 0px;
  }

  .heading._2xl.price02 {
    display: inline-block;
    font-size: 30px;
  }

  .heading._2xl.price03 {
    font-size: 22px;
  }

  .heading._2xl.price-l {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 60px;
  }

  .heading._2xl.price-l.sp {
    margin-left: -76px;
  }

  .footer-container {
    max-width: none;
  }

  .image-2 {
    margin-left: -14px;
  }

  ._01.flow_pc {
    height: 220px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45%;
    -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-block-4.flow_text {
    height: 55%;
    line-height: 1.4em;
    font-weight: 700;
  }

  .image-6 {
    width: 50%;
    height: 50%;
  }

  .flowimage01 {
    position: relative;
    display: block;
    width: 80%;
    height: 80%;
    margin-top: 20px;
  }

  .image-9 {
    position: relative;
    width: 80%;
    height: 80%;
    margin-top: 20px;
    margin-left: -26px;
  }

  .image-10 {
    position: relative;
    width: 80%;
    height: 80%;
    margin-top: 20px;
  }

  .image-11 {
    position: relative;
    width: 80%;
    height: 80%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .div-block-7 {
    position: relative;
  }

  .div-block-18 {
    width: 30%;
  }

  .div-block-20 {
    width: 70%;
  }

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

  .div-block-22 {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-23 {
    width: 240px;
  }

  .div-block-23.div-block-23-2 {
    width: 700px;
  }

  .div-block-26 {
    width: auto;
    padding-right: 30px;
  }

  .text-block-11 {
    text-align: left;
  }

  .image-18 {
    left: -5%;
  }

}

@media screen and (min-width: 992px) {
  .intro-buttons {
    margin-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    position: relative;
    margin-left: 0px;
    box-shadow: none;
  }

  .text-box._650px {
    padding-right: 100px;
    padding-left: 100px;
  }

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

  ._12-columns.tab-swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._12-columns.justified-ends.tab-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .error-1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column {
    width: 50%;
  }

  .column.desk-1.tab-0 {
    display: none;
  }

  .column.desk-4.tab-6 {
    width: 50%;
  }

  .column.desk-4.tab-12 {
    width: 100%;
  }

  .column.desk-4.tab-5 {
    width: 41.66666666666667%;
  }

  .column.desk-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column.desk-3.tab-4 {
    width: 33.333333333333336%;
  }

  .column.desk-2.tab-0 {
    display: none;
  }

  .column.desk-2.tab-1 {
    width: 8.333333333333334%;
  }

  .column.desk-2.tab-4 {
    width: 33.333333333333336%;
  }

  .column.desk-2.tab-3 {
    width: 25%;
  }

  .column.desk-7.tab-12 {
    width: 100%;
  }

  .column.desk-8.tab-12 {
    width: 100%;
  }

  .column.desk-8.tab-7 {
    width: 58.333333333333336%;
  }

  .column.desk-6 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column.desk-6.tab-6 {
    width: 50%;
  }

  .column.desk-6.tab-12 {
    width: 100%;
  }

  .column.desk-6.tab-7 {
    width: 58.333333333333336%;
  }

  .column.desk-5.tab-6 {
    width: 50%;
  }

  .column.desk-5.tab-12 {
    width: 100%;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7fcfd;
    box-shadow: 0 3px 3px 0 rgba(1, 8, 11, 0.1);
  }

  .nav-content.symbols {
    border-top-style: none;
    border-top-color: #2360b1;
    border-bottom-color: #2360b1;
    background-color: #1c4881;
  }

  .menu-button {
    margin-right: -12px;
    color: #2e323c;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #096ad0;
  }

  .navigation {
    background-color: #fff;
  }

  .logo-link {
    width: 150px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .f {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .logos-div {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-section {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .tab-text-boxes {
    width: 100%;
  }

  .nav-dropdown {
    display: block;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .dropdown-icon {
    margin-top: 16px;
    margin-right: 40px;
  }

  .dropdown-list {
    position: relative;
    padding: 10px;
    background-color: #cbe5ff;
  }

  .dropdown-list.w--open {
    position: relative;
    display: none;
    border-style: none;
    border-radius: 0px;
    background-color: #cbe5ff;
    box-shadow: none;
  }

  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.large {
    margin-left: 0px;
  }

  .paragraph.large.mainsubcopy {
    margin-right: 0px;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tick-list ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-link {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }

  .logo {
    width: 80%;
    height: 80%;
  }

  .logo.footlogo {
    position: relative;
    width: 120%;
    height: 120%;
    max-width: none;
  }

  .nav-link {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }

  .nav-link.secondary {
    padding-right: 14px;
    padding-left: 14px;
  }

  .nav-link.secondary.headtel {
    font-size: 20px;
  }

  .nav-link.primary {
    margin-right: 12px;
  }

  .nav-link.primary.head {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link.dropdown {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link.dropdown.w--current {
    color: #446b7a;
  }

  .nav-link.outline {
    margin-right: 12px;
  }

  .dropdown {
    width: 100%;
  }

  .intro-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-buttons.left-align {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature-left {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-right {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .nav-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading._2xl.price01 {
    margin-right: -40px;
    margin-left: -40px;
  }

  .heading._2xl.price02 {
    font-size: 26px;
  }

  .heading._2xl.price03 {
    font-size: 18px;
  }

  .heading._2xl.price-l {
    font-size: 60px;
  }

  .heading._2xl.price-l.sp {
    margin-left: -34px;
  }

  .heading._3xl {
    margin-left: 0px;
  }

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

  .featured-card-image-div {
    width: 100%;
    height: 400px;
    min-height: auto;
  }

  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .error-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .desktop-hidden {
    display: block;
  }

  .error-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .small-button {
    position: relative;
    margin-right: 6px;
    margin-left: 6px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .error-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ds-nav {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
  }

  .ds-menu-brand {
    margin-bottom: 20px;
  }

  .ds-menu {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ece7e0;
    background-color: #fff;
  }

  .ds-menu-button {
    top: -10px;
    margin-right: 12px;
  }

  .ds-menu-button.w--open {
    border-radius: 40px;
    background-color: #2b95ff;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  ._1-2-grid {
    margin-left: 0px;
  }

  ._2-1-grid {
    margin-left: 0px;
  }

  .ds-content {
    position: static;
    margin-left: 0px;
  }

  .left-nav-content {
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #cbe5ff;
    border-bottom: 1px solid #cbe5ff;
    background-color: #f7fcfd;
    box-shadow: 0 3px 3px 0 rgba(1, 8, 11, 0.1);
  }

  .left-nav-content.right-align {
    margin-right: 0px;
  }

  .right-nav-content {
    display: none;
  }

  .subscribe-button {
    position: relative;
    box-shadow: none;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.animated.center-align {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .email-subscribe-banner {
    width: auto;
  }

  .feature-equal {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .licenses-grid {
    margin-left: 0px;
    grid-column-gap: 40px;
  }

  .pricing-grid-row {
    -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }

  ._2-column-dropdown-list {
    position: relative;
    padding: 10px;
    background-color: #cbe5ff;
  }

  ._2-column-dropdown-list.w--open {
    position: relative;
    display: none;
    border-style: none;
    border-radius: 0px;
    background-color: #cbe5ff;
    box-shadow: none;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .h4-faq._3xl {
    margin-left: 0px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .h3-specialty._3xl {
    margin-left: 0px;
  }

  .h3-specialty.xs {
    text-align: center;
  }

  .maincopy._3xl {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }

  .container-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-2._2kaime {
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .div-block-4 {
    height: 40%;
  }

  .text-block-4.flow_text {
    height: 60%;
    padding-top: 10px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
  }

  .div-block-5.arrow {
    width: 70px;
  }

  .image-6 {
    width: 70%;
    margin-left: -5px;
  }

  .flowimage01 {
    margin-top: 14px;
  }

  .image-9 {
    margin-top: 14px;
    margin-left: -11px;
  }

  .image-10 {
    margin-top: 14px;
  }

  .image-11 {
    margin-top: 14px;
  }

  .div-block-7 {
    width: auto;
  }

  .section-copy.light-gray.flowsection {
    padding-bottom: 70px;
  }

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

  ._12-columns-copy.tab-swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._12-columns-copy.justified-ends.tab-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .image-13 {
    margin-right: -20px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .div-block-8 {
    display: block;
    margin-right: 20px;
    padding: 18px 10px 10px;
  }

  .text-block-7 {
    margin-right: 0px;
    padding-bottom: 6px;
    font-size: 16px;
  }

  .div-block-10 {
    width: 55%;
    margin-right: 20px;
  }

  .div-block-11 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-12 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flow-chuki {
    margin-right: 60px;
    margin-left: 60px;
  }

  .div-block-13 {
    width: 45%;
  }

  .footer_link {
    margin-right: 20px;
  }

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

  .div-block-18 {
    width: 36%;
    margin-right: 10px;
  }

  .div-block-19 {
    width: auto;
  }

  .div-block-20 {
    width: 64%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .case {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-22 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-23 {
    width: 30%;
  }

  .div-block-23.div-block-23-2 {
    width: 60%;
  }

  .div-block-26 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-18.fukidashiguchi {
    left: -6%;
    top: 44%;
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

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

  .section.large {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button {
    box-shadow: none;
  }

  .button.minimal {
    margin-right: 20px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._54 {
    width: 32px;
    height: 32px;
  }

  .spacer._36 {
    width: 24px;
    height: 24px;
  }

  .spacer._128 {
    width: 80px;
    height: 80px;
  }

  .spacer._48 {
    width: 32px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  .text-box._650px {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  ._12-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._12-columns.align-top.align-left {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._12-columns.mob-swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._12-columns.mob-swap.mob-center {
    text-align: center;
  }

  .error-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column.desk-10.mob-12 {
    width: 100%;
  }

  .column.desk-1.tab-1.mob-12 {
    width: 100%;
  }

  .column.desk-4.tab-6.mob-12 {
    width: 100%;
  }

  .column.desk-4.mob-12 {
    width: 100%;
  }

  .column.desk-4.tab-5 {
    width: 100%;
  }

  .column.desk-4.tab-4.mob-6 {
    width: 50%;
  }

  .column.desk-3 {
    width: 100%;
  }

  .column.desk-3.tab-4.mob-6 {
    width: 50%;
  }

  .column.desk-3.tab-4.mob-8 {
    width: 66.66666666666667%;
  }

  .column.desk-2.tab-2.mob-6 {
    width: 50%;
  }

  .column.desk-2.tab-2.mob-12 {
    width: 100%;
  }

  .column.desk-2.tab-4.mob-6 {
    width: 50%;
  }

  .column.desk-2.tab-3.mob-6 {
    display: block;
    width: 100%;
  }

  .column.desk-7.mob-12 {
    width: 100%;
  }

  .column.desk-8 {
    width: 100%;
  }

  .column.desk-8.tab-7 {
    width: 100%;
  }

  .column.desk-6.tab-6 {
    width: 100%;
  }

  .column.desk-6.tab-7 {
    width: 100%;
  }

  .column.desk-5 {
    width: 100%;
  }

  .menu-icon {
    margin-left: 0px;
  }

  .nav-cta-button-container {
    display: none;
  }

  .nav-cta-button-container.login {
    display: block;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    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;
  }

  .logo-link.mobile-center {
    margin-right: auto;
    margin-left: auto;
  }

  .f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -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;
  }

  .footer-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .icon {
    width: auto;
    height: auto;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .logos-div {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner-container {
    text-align: left;
  }

  .tabs-text-boxes {
    width: 100%;
  }

  .tabs-images {
    width: 100%;
    margin-top: 40px;
  }

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

  .horizontal-tabs.switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-icon {
    display: block;
  }

  .logo-container {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large {
    font-size: 18px;
  }

  .card-thumbnail {
    height: 30vw;
  }

  .card-thumbnail.large {
    height: 50vw;
  }

  .tabs-menu {
    margin-bottom: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 0px;
    border-radius: 6px;
  }

  .tab-link.w--current {
    background-color: #cbe5ff;
  }

  .center-image.mainspimage {
    margin-bottom: 80px;
    padding-top: 30px;
  }

  .dropdown-link {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    text-align: center;
  }

  .logo.head-smp {
    width: 60%;
  }

  .nav-link.secondary {
    display: block;
    margin: 12px 16px 8px;
    padding: 10px 0px;
    border-radius: 6px;
    background-color: #cbe5ff;
  }

  .nav-link.primary {
    display: block;
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.outline {
    display: block;
    margin-right: 16px;
    margin-left: 16px;
  }

  .dropdown {
    display: block;
  }

  .intro-buttons.left-align {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._3-grid {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .wave-div {
    margin-bottom: 80px;
  }

  .social-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .footer-social-section {
    margin-top: 16px;
  }

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

  .hero-image-div {
    margin-top: -40px;
    margin-bottom: -80px;
  }

  .nav-cta-container-mobile {
    display: block;
  }

  .heading {
    font-size: 32px;
  }

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

  .heading._2xl {
    font-size: 38px;
  }

  .heading._2xl.price01 {
    margin-right: -8px;
    margin-left: -8px;
    font-size: 32px;
  }

  .heading._2xl.price03 {
    text-align: center;
  }

  .heading._2xl.price03.subsc {
    text-align: center;
  }

  .heading._2xl.price-l.sp {
    margin-left: 0px;
    text-align: left;
  }

  .heading._3xl {
    font-size: 38px;
  }

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

  .heading.l {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 34px;
  }

  .heading.l.nagaretitle {
    font-size: 32px;
  }

  .heading.l.daihyotitlesp {
    font-size: 30px;
  }

  .heading.l.daihyotitlesp.message {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

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

  .heading.m {
    font-size: 28px;
  }

  .display.l {
    font-size: 45px;
  }

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

  .featured-card-text-div {
    padding: 24px;
  }

  .footer-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content {
    background-color: transparent;
  }

  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .field-block {
    min-height: auto;
  }

  .text-field {
    width: 100%;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-menu {
    padding: 16px 24px 24px;
    background-color: #fff;
  }

  ._1-2-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._2-1-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .ds-colour-block {
    width: 25%;
  }

  .ds-content {
    margin-left: 0px;
  }

  .ds-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .right-nav-content {
    display: none;
  }

  .simple-footer-links {
    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;
  }

  .mobile-visible {
    display: block;
  }

  .subscribe-button {
    box-shadow: none;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .container.animated {
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .container.animated.center-align {
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .container.animated.center-align.onayami {
    padding-right: 0px;
    padding-left: 0px;
  }

  .email-subscribe-banner {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .feature-equal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .mobile-hidden {
    display: none;
  }

  .licenses-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-grid-block {
    padding-left: 0px;
  }

  .pricing-grid-block.title {
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .plan-header {
    padding-left: 0px;
    border-right-style: none;
  }

  .pricing-grid-row {
    padding-bottom: 8px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 20px;
  }

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

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .h4-faq.s {
    font-size: 22px;
  }

  .h4-faq._2xl {
    font-size: 38px;
  }

  .h4-faq._3xl {
    font-size: 38px;
  }

  .h4-faq.xl {
    font-size: 32px;
  }

  .h4-faq.l {
    font-size: 28px;
  }

  .h4-faq._2xs {
    font-size: 19px;
  }

  .h4-faq.m {
    font-size: 28px;
  }

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .heading-copy.s {
    font-size: 22px;
  }

  .heading-copy._2xl {
    font-size: 38px;
  }

  .heading-copy._3xl {
    font-size: 38px;
  }

  .heading-copy.xl {
    font-size: 32px;
  }

  .heading-copy.l {
    font-size: 28px;
  }

  .heading-copy._2xs {
    font-size: 19px;
  }

  .heading-copy.m {
    font-size: 28px;
  }

  .h3-specialty.s {
    font-size: 22px;
  }

  .h3-specialty._2xl {
    font-size: 38px;
  }

  .h3-specialty._3xl {
    font-size: 38px;
  }

  .h3-specialty.xl {
    font-size: 32px;
  }

  .h3-specialty.l {
    font-size: 28px;
  }

  .h3-specialty._2xs {
    font-size: 19px;
  }

  .h3-specialty.m {
    font-size: 28px;
  }

  .maincopy.s {
    font-size: 22px;
  }

  .maincopy._2xl {
    font-size: 38px;
  }

  .maincopy._3xl {
    padding-top: 0px;
    padding-right: 34px;
    padding-left: 34px;
    font-size: 42px;
  }

  .maincopy.xl {
    font-size: 32px;
  }

  .maincopy.l {
    font-size: 28px;
  }

  .maincopy._2xs {
    font-size: 19px;
  }

  .maincopy.m {
    font-size: 28px;
  }

  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-4.flow_text {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .text-block-5 {
    margin-top: -64px;
    font-size: 22px;
  }

  .text-block-5._2kaime {
    padding-left: 5px;
    font-size: 20px;
  }

  .flowimage01 {
    margin-left: 0px;
  }

  .image-10 {
    margin-left: 0px;
  }

  .image-11 {
    padding-left: 26px;
  }

  .price-btn {
    margin-top: 50px;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.light-gray.flowsection {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  ._12-columns-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._12-columns-copy.mob-swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._12-columns-copy.mob-swap.mob-center {
    text-align: center;
  }

  .div-block-10 {
    width: 100%;
  }

  .text-block-8 {
    margin-right: 10px;
    font-size: 15px;
  }

  .text-block-9 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .flow-chuki {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

  .footer_link {
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 0px;
  }

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

  .div-block-18 {
    width: 38%;
  }

  .div-block-20 {
    position: relative;
    width: 62%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-21 {
    position: absolute;
    margin-top: 95px;
    margin-right: -10px;
    text-align: right;
  }

  .case {
    padding-bottom: 40px;
  }

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

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 30px;
    -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;
  }

  .div-block-23.div-block-23-2 {
    width: auto;
    margin-bottom: 0px;
  }

  .div-block-26 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-18.fukidashiguchi {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.light-gray.contacttection_sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.light-gray.case {
    padding-top: 40px;
  }

  .section.large {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .section.medium.blue {
    padding: 40px 20px 50px;
  }

  .button {
    margin-left: 0px;
  }

  .button.no-margin {
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .button.main {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .button.main.sp {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  ._12-columns.align-top.align-left {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .error-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column {
    margin-bottom: 0px;
  }

  .column.desk-4.tab-12 {
    min-height: 20px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .column.desk-3.tab-4.mob-8 {
    width: 83.33333333333334%;
  }

  .column.desk-2.tab-3.mob-6 {
    display: block;
    width: 100%;
    margin-top: 0px;
  }

  .column.desk-5.tab-6 {
    width: 100%;
  }

  .menu-icon {
    margin-left: 0px;
  }

  .nav-cta-button-container {
    display: none;
  }

  .nav-cta-button-container.login {
    margin-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation {
    height: 60px;
  }

  .logo-link.w--current {
    margin-bottom: 4px;
  }

  .footer-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .icon {
    width: 240px;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .banner-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .tab-text-boxes {
    height: 70px;
    padding-top: 18px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .tabs-text-boxes {
    max-width: 100%;
    text-align: center;
  }

  .logo-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paragraph.large {
    margin-left: 0px;
  }

  .paragraph.large.mainsubcopy {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-width: 2px;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.8vw;
  }

  .paragraph.medium {
    margin-bottom: 0px;
    color: #343a3d;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .form.contactform {
    width: 100%;
  }

  .card-thumbnail {
    height: 50vw;
  }

  .text-area {
    width: 100%;
  }

  .answer {
    padding-left: 0px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .tab-header {
    margin-bottom: 0px;
  }

  .center-image {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 11px;
  }

  .center-image.mainspimage {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .center-image.specialtyimagesp {
    margin-left: auto;
    padding-left: 0px;
  }

  .logo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 70%;
    text-align: center;
  }

  .logo.footlogo {
    position: relative;
    display: inline-block;
    width: 90%;
    height: 90%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .logo.head-smp {
    width: 100%;
  }

  .nav-link.primary.head.loginbtn {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px 8px;
    font-size: 13px;
  }

  .footer-header {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .card {
    padding: 24px;
    box-shadow: none;
  }

  .card.contactformcard {
    width: 100%;
    padding: 20px 18px;
  }

  .intro-buttons {
    /*
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    */
  }

  .container-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._3-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .heading._2xl.price01 {
    margin-right: -3px;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 30px;
  }

  .heading._2xl.price02 {
    position: relative;
    font-size: 18px;
  }

  .heading._2xl.price03.subsc {
    font-size: 15px;
  }

  .heading._2xl.price-l {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 40px;
  }

  .heading._2xl.price-l.sp {
    font-size: 50px;
  }

  .heading._3xl {
    margin-left: 0px;
  }

  .heading.xl {
    font-size: 28px;
  }

  .heading.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading.l {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading.l.nagaretitle {
    margin-bottom: 100px;
  }

  .heading.l.daihyotitlesp {
    padding-right: 6px;
    padding-left: 6px;
  }

  .featured-card {
    padding: 0px;
    box-shadow: none;
  }

  .featured-card-image-div {
    height: 240px;
  }

  .footer-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .error-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .error-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .error-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-field {
    width: 100%;
  }

  .text-input {
    width: 100%;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .ds-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .right-nav-content {
    display: none;
  }

  .email-subscribe {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .email-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-button {
    width: 100%;
    margin-left: 0px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.animated {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .container.animated.center-align {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .email-subscribe-banner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sign-in-div {
    display: none;
  }

  .center-card {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .center-card-section {
    padding: 120px 24px 64px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }

  .sign-up-nav {
    -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;
  }

  .feature-horizontal {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-grid-row {
    grid-column-gap: 0px;
  }

  .paragraph-2 {
    margin-right: -54px;
  }

  .text-block {
    position: relative;
    left: 0%;
  }

  .heading-2 {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 19px;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .faq.large {
    padding-top: 30px;
  }

  .specialty {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .specialty.large {
    padding-top: 30px;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .h4-faq._3xl {
    margin-left: 0px;
  }

  .h4-faq._3xs {
    color: #2360b1;
    text-align: left;
    white-space: normal;
  }

  .h4-faq.xl {
    font-size: 28px;
  }

  .h4-faq.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .heading-copy._3xl {
    margin-left: 0px;
  }

  .heading-copy.xl {
    font-size: 28px;
  }

  .heading-copy.xs {
    font-size: 20px;
    text-align: center;
  }

  .h3-specialty._3xl {
    margin-left: 0px;
  }

  .h3-specialty.xl {
    font-size: 28px;
  }

  .h3-specialty.xs {
    font-size: 20px;
    text-align: center;
  }

  .maincopy._3xl {
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 1.3em;
    text-align: left;
  }

  .maincopy.xl {
    font-size: 28px;
  }

  .maincopy.xs {
    font-size: 20px;
    text-align: center;
  }

  .image {
    display: none;
    margin-top: -10px;
    margin-left: -10px;
  }

  ._01.flow_pc {
    width: 100%;
    height: auto;
    -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;
  }

  .container-2 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2._2kaime {
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .container-2.flowsp00 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-4 {
    padding-bottom: 12px;
  }

  .text-block-4.flow_text {
    padding: 0px 20px 16px;
    font-size: 15px;
    line-height: 1.6em;
  }

  .div-block-5.arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    position: relative;
    top: auto;
    width: 30px;
    height: 100px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .text-block-5 {
    margin-top: -60px;
    font-size: 24px;
  }

  .text-block-5._2kaime {
    font-size: 24px;
  }

  .flowimage01 {
    width: 50%;
    height: 50%;
    margin-top: 6px;
    margin-left: 10px;
    padding-top: 16px;
    padding-left: 0px;
  }

  .image-9 {
    width: 45%;
    height: 45%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .image-9._2-2 {
    margin-left: -20px;
  }

  .image-10 {
    width: 42%;
    height: 45%;
    margin-top: 20px;
  }

  .image-11 {
    width: 45%;
    height: 45%;
    margin-top: 20px;
  }

  .section-copy.light-gray.flowsection {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section-copy.large {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .image-12 {
    position: absolute;
    left: auto;
    top: 45px;
    right: 5%;
    bottom: 0%;
    display: block;
    width: 7%;
  }

  .image-13 {
    margin-top: 79px;
    margin-right: -10px;
  }

  .div-block-8 {
    display: block;
    margin-right: 0px;
    margin-bottom: 24px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-9 {
    display: block;
    margin-top: 40px;
  }

  .image-15 {
    top: -32%;
  }

  .div-block-10 {
    margin-right: 0px;
    text-align: center;
  }

  .text-block-8 {
    margin-right: 0px;
    margin-bottom: 4px;
    text-align: left;
  }

  .text-block-9 {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

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

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

  .flow-chuki {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
  }

  .div-block-13 {
    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;
    text-align: center;
  }

  .div-block-14 {
    display: block;
    margin-bottom: 30px;
  }

  .footer_link {
    margin-right: 0px;
    font-size: 15px;
  }

  .text-block-10 {
    margin-left: 6px;
    font-size: 15px;
  }

  .text-block-10.sp-shokai {
    font-size: 18px;
  }

  .image-16 {
    width: 100%;
  }

  .div-block-18 {
    width: 30%;
    margin-right: 0px;
  }

  .div-block-20 {
    width: 70%;
  }

  .div-block-21 {
    margin-top: 60px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .case {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .div-block-22 {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-23.div-block-23-2 {
    width: auto;
    margin-bottom: 0px;
  }

  .div-block-26 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-11 {
    font-size: 15px;
    line-height: 1.8em;
  }

  .image-18.fukidashiguchi {
    display: none;
  }
}

#w-node-_568af145-4187-be93-81fb-5e52e5648cab-3a9aaa24 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_568af145-4187-be93-81fb-5e52e5648cad-3a9aaa24 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_568af145-4187-be93-81fb-5e52e5648caf-3a9aaa24 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_568af145-4187-be93-81fb-5e52e5648cb0-3a9aaa24 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_868ee727-34ac-076f-1ff6-2b6767547798-3a9aaa24 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_868ee727-34ac-076f-1ff6-2b676754779a-3a9aaa24 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bbf70247-03b2-64fe-67da-515fb85fc0af-b85fc09d {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a4355792-fc57-816c-771f-057160b71395-d351a390 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_549b2577-face-ea10-1b0a-8735e953e1ee-e953e1de {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_30a14d9b-37d4-3cdb-a52f-e5752ff8f51d-2075a028 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f4695e0d-277d-dd12-5fa7-f33139ce54de-39ce54d4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_9841d869-7dd6-b581-23d8-292c468e2367-468e2364 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a599452a-95d2-c95e-d399-a2d4a7f963b4-a7f963a8 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e38c-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e39a-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e3a7-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8186557e-5e2f-56bd-20d2-3fb974e5e3b4-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_64befae3-9143-82d3-dfea-e04071cfa45e-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c6a2da8b-8360-1b28-22c9-ff38c81efe02-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1ec58694-7a9a-0792-bb9d-b7fd8831b0e4-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_23e76642-b277-3315-ea23-17f9bda2d18c-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f4baf600-be5a-a3ec-08ad-56260c26056c-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c7bcfdd2-a313-7a00-73a0-d29dc76f55aa-ceb76a44 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  .sp-menu{
    display: block!important;
  }
  .menu-btn {
      position: fixed;
      top: 5px;
      right: 5px;
      display: flex;
      height: 50px;
      width: 50px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: #4084dd;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute;
      margin-left: 0!important;
      padding:0!important;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }
  #menu-btn-check {
      display: none;
  }

  .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%;
      z-index: 80;
      background-color: #4084dd;
      transition: all 0.5s;
  }
  .menu-content ul {
      padding: 70px 10px 0;
  }
  .menu-content ul li {
      border-bottom: solid 1px #ffffff;
      list-style: none;
  }
  .menu-content ul li a {
      display: block;
      width: 100%;
      font-size: 15px;
      box-sizing: border-box;
      color:#ffffff;
      text-decoration: none;
      padding: 9px 15px 10px 0;
      position: relative;
  }
  .menu-content ul li a::before {
      content: "";
      width: 7px;
      height: 7px;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      transform: rotate(45deg);
      position: absolute;
      right: 11px;
      top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
      left: 0;
  }
}

