body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: rgba(51, 51, 51, .56);
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: #333;
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(255, 255, 255, .77);
}

.button.black {
  background-color: #333;
}

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

.button.black.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.button.full-width {
  width: 100%;
  display: block;
}

.button.small {
  text-transform: uppercase;
  background-color: #2196f3;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  background-color: #a8a8a8;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

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

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

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

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

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

.section.accent {
  background-color: #fff;
}

.section.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.hero-slider {
  height: 455px;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  background-color: #dbdbdb;
  background-image: url('../images/1_01.jpg');
  background-position: 0 0;
  background-size: 500px;
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  color: #fff;
  text-align: center;
  background-color: #5d5d5d;
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-heading {
  width: 450px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 11px;
}

.cta-section {
  background-color: #dbdbdb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  color: #fff;
  text-align: center;
  background-color: #515151;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  color: #fff;
  margin-top: 0;
  margin-right: 13px;
  font-size: 38px;
  line-height: 40px;
  display: inline-block;
}

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

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: url('../images/background.png'), url('../images/haikei.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/background.png'), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: 1000px 408px, 500px 408px, auto, 1000px 408px, auto, 125px;
  background-attachment: scroll, scroll, scroll, scroll, scroll, fixed;
  padding: 117px 20px 0;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  color: #2196f3;
  border: 2px solid #2196f3;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #1565c0;
  border-color: #1565c0;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: rgba(255, 255, 255, .72);
  border-color: rgba(255, 255, 255, .64);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
  background-color: #a8a8a8;
  padding: 5px;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  margin-top: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  border-radius: 100px;
  margin-bottom: 13px;
}

.social-button {
  background-color: #2196f3;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  opacity: 1;
  background-color: #1565c0;
}

.social-button.border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .36);
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #f1f1f1;
}

.footer.centered-accented {
  text-align: center;
  background-color: #f1f1f1;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #2196f3;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-top: 10px;
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: rgba(0, 0, 0, .74);
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  text-align: center;
  padding: 7px 0;
  display: block;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  width: 80%;
  float: left;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-top: 56px;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-wrapper {
  color: #fff;
  background-color: #4caf50;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  color: #fff;
  background-color: #d32f2f;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  max-width: 1000px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rich-text h1, .rich-text h3, .rich-text h5, .rich-text h4, .rich-text h6 {
  margin-top: 30px;
}

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

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.waterfall-image-column {
  text-align: center;
}

.text-block {
  float: left;
  clear: both;
  color: #fff;
  margin-left: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 1.2;
  position: relative;
  top: -45px;
}

.image {
  float: left;
  clear: both;
  position: relative;
  top: -70px;
}

.image-2 {
  float: left;
  position: relative;
  top: -40px;
}

.image-3 {
  float: right;
  position: relative;
  top: -50px;
  right: 30px;
}

.heading {
  font-size: 22px;
}

.container-2 {
  display: block;
}

.paragraph, .paragraph-2 {
  font-size: 12px;
}

.paragraph-3 {
  text-align: center;
  margin-left: 40px;
  padding-left: 0;
  font-size: 12px;
  line-height: 20px;
}

.container-3 {
  height: 5px;
}

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

.image-4 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-3 {
  width: 400px;
  text-align: center;
  background-color: #00bcd4;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  background-color: #219dd0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
}

.image-5 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.div-block {
  float: none;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/haikei3_03.jpg');
  background-position: 0 0;
  background-size: 1000px;
}

.text-block-5 {
  background-color: rgba(255, 255, 255, .3);
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 42px;
  line-height: 42px;
}

.link-block {
  background-image: url('../images/btn.gif');
  background-position: 0 0;
  background-size: 740px 125px;
}

.button-2 {
  width: 740px;
  height: 125px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/btn.gif');
  background-position: 0 0;
  background-size: 740px 125px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 42px;
  line-height: 42px;
  box-shadow: 1px 1px 3px #000;
}

.image-6 {
  margin-bottom: 30px;
}

.link-block-2 {
  width: 740px;
  height: 145px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/btn.gif'), url('../images/btn.gif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: 740px 145px, 740px 145px, 125px;
}

.link-block-2.w--current {
  background-image: url('../images/btn.gif');
  background-size: 740px 148px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #63d021;
  border-radius: 15px;
  margin: 26px 15px;
  padding: 25px 35px;
  font-size: 40px;
  line-height: 46px;
  box-shadow: 8px 8px 3px -2px rgba(139, 136, 136, .63);
}

.button-3.w--current {
  transform: translate(0);
}

.paragraph-4 {
  font-size: 12px;
}

.div-block-2 {
  background-image: url('../images/haikei2_03.jpg');
  background-position: 0 0;
  background-size: 1000px 1310px;
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

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

.text-block-8 {
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
}

.row {
  width: 60%;
  text-align: center;
}

.div-block-3 {
  width: 48%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.row-2 {
  text-align: right;
}

.column {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/kasen_09.gif');
  background-position: 0 0;
  background-size: 7px 61px;
}

.text-block-9 {
  color: #e95555;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
}

.text-block-10 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.image-8 {
  text-align: left;
}

.text-block-11 {
  font-size: 46px;
  line-height: 46px;
}

.text-block-12 {
  margin-top: 15px;
  font-size: 26px;
  line-height: 32px;
}

.image-9 {
  width: 919px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-4 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-13 {
  margin-left: 0;
  padding-left: 0;
  font-size: 50px;
  line-height: 50px;
}

.list-item {
  font-size: 50px;
  line-height: 50px;
}

.text-block-14 {
  padding-top: 0;
  font-size: 50px;
  line-height: 50px;
}

.text-block-15 {
  padding-bottom: 15px;
  font-size: 42px;
  line-height: 50px;
}

.row-3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.div-block-5 {
  text-align: center;
}

.row-4 {
  margin-top: 33px;
  margin-bottom: 20px;
}

.div-block-6 {
  background-color: #515151;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 34px;
  line-height: 34px;
}

.row-5 {
  width: 60%;
  border: 1px solid #1d1a1a;
  margin-top: 0;
}

.column-2, .column-3 {
  background-color: #219dd0;
}

.text-block-17 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-18 {
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.button-4, .button-5 {
  text-align: center;
}

.div-block-7 {
  text-align: center;
  margin-top: 30px;
}

.text-block-19 {
  font-weight: 400;
  display: block;
}

.text-block-20 {
  background-color: rgba(255, 255, 255, .3);
}

.div-block-8 {
  text-align: center;
}

.row-6, .row-7 {
  padding-left: 8%;
  padding-right: 8%;
}

.div-block-9 {
  height: 20px;
}

.text-block-21 {
  float: left;
}

.text-block-22 {
  float: left;
  clear: left;
  font-size: 4.2em;
  line-height: 1;
  position: relative;
  top: -45px;
}

.text-block-23 {
  float: left;
  clear: left;
  font-size: 420%;
  line-height: 1.2em;
  position: relative;
  top: -45px;
}

.image-12 {
  text-align: center;
  position: relative;
  left: -90px;
}

.section-2 {
  background-image: url('../images/bg_fv.jpg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-24 {
  color: #fff;
  font-size: 4.2em;
  line-height: 1.5em;
}

.text-block-25 {
  color: #fff;
  font-size: 4.2em;
  line-height: 1em;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: auto;
}

.image-13 {
  padding-top: 75px;
  padding-bottom: 45px;
}

.section-3 {
  background-image: linear-gradient(#3d9ea3, #3d9ea3);
}

.text-block-26 {
  color: #fff;
  font-size: 2.8em;
  line-height: 1.2em;
}

.row-8 {
  padding-top: 30px;
}

.image-14 {
  position: relative;
  top: -60px;
}

.text-block-27 {
  color: #fff;
  padding-top: 25px;
  font-size: 18px;
  line-height: 30px;
}

.text-block-28 {
  color: #fff;
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-10-1 {
  background-color: #8bb5b7;
  background-image: linear-gradient(#8bb5b7, #8bb5b7);
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.text-block-29 {
  clear: none;
  color: #fff;
  font-size: 60px;
  line-height: auto;
  text-align: center;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 60px;
  line-height: 68px;
}

.div-block-10-4 {
  background-color: #8bb5b7;
  background-image: linear-gradient(#2f979a, #2f979a);
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.div-block-10-3 {
  background-color: #8bb5b7;
  background-image: linear-gradient(#428486, #428486);
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.row-9 {
  margin-bottom: 30px;
}

.heading-3 {
  color: #2f979a;
  text-align: center;
  border-bottom: 1px solid #2f979a;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

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

.heading-5 {
  color: #2f979a;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  text-decoration: underline;
}

.paragraph-6 {
  color: #428486;
  text-align: center;
}

.image-15 {
  text-align: left;
}

.image-16 {
  text-align: left;
  padding-bottom: 60px;
}

.div-block-10 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 79px;
}

.section-4 {
  background-image: linear-gradient(#8bb5b7, #8bb5b7);
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-11 {
  background-image: url('../images/bg-1_20.png');
  background-position: 0 0;
  background-size: auto;
}

.container-5 {
  background-image: url('../images/bg-22.png');
  background-position: 0 0;
  background-size: 1000px 588px;
  border-style: none;
}

.image-17 {
  margin-top: 40px;
  margin-left: 104px;
  padding-top: 0;
}

.paragraph-7 {
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
}

.text-block-30 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.image-18 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-6 {
  width: 882px;
  height: 145px;
  color: #fff;
  text-align: left;
  background-color: #ffb400;
  background-image: url('../images/btn_check_24.gif');
  background-position: 29px;
  background-repeat: no-repeat;
  background-size: 98px 102px;
  background-attachment: scroll;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 180px;
  font-size: 40px;
  line-height: 44px;
}

.div-block-12 {
  text-align: center;
}

.container-6 {
  text-align: center;
  background-image: url('../images/tit_reason1.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 457px 108px;
}

.section-5 {
  text-align: center;
  margin-top: 115px;
}

.heading-7 {
  float: left;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-left: 28%;
  padding-right: 0%;
  font-size: 30px;
}

.text-block-31 {
  width: 60px;
}

.text-block-32 {
  width: 300px;
  float: left;
}

.div_left {
  width: 100px;
}

.div-block-13 {
  padding-left: 250px;
}

.text-block-33 {
  width: 200px;
}

.row-10 {
  text-align: right;
  padding-bottom: 60px;
}

.text-block-34 {
  color: #fff;
  padding-top: 25px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 30px;
}

.text-block-35 {
  color: #54a5a9;
  text-align: left;
  padding-top: 26px;
  font-size: 44px;
}

.heading-8 {
  color: #54a5a9;
  background-image: url('../images/tit_underline.gif');
  background-position: 50% 111%;
  background-repeat: no-repeat;
  background-size: 120px 35px;
  font-size: 50px;
  line-height: 80px;
}

.text-block-36 {
  color: #4a4a4a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 60px;
}

.text-block-36-2 {
  color: #4a4a4a;
  text-align: center;
  font-size: 20px;
  line-height: 29px;
}

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

.image-19 {
  margin-top: 38px;
}

.text-block-37 {
  margin-top: 26px;
  margin-bottom: 0;
}

.section-5-2 {
  text-align: center;
  margin-top: 115px;
}

.container-8 {
  text-align: center;
  background-image: url('../images/bg_room.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1000px 535px;
  background-attachment: scroll;
}

.text-block-36txt {
  color: #4a4a4a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
}

.column-5 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 14px;
  margin-bottom: 0;
}

.text-block-38 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}

.div-block-14 {
  background-color: #8bb5b7;
  border-radius: 14px;
}

.text-block-39 {
  color: #fff;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 39px;
}

.text-block-40 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-41 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 60px;
}

.text-block-42 {
  font-size: 30px;
  line-height: 44px;
}

.container-9 {
  background-image: url('../images/bg_sp_19.jpg');
  background-position: 95% 29px;
  background-repeat: no-repeat;
  background-size: 208px;
}

.image-20 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.text-block-43 {
  color: #4a4a4a;
  margin-bottom: 30px;
  font-size: 20px;
}

.div-block-15 {
  margin-left: 19px;
  margin-right: 19px;
}

.heading-9 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 30px;
}

.div-block-16, .div-faq-tlt1 {
  background-color: #8bb5b7;
}

.text-block-44 {
  color: #8bb5b7;
  text-align: left;
  background-image: url('../images/サテライト（変更なし）_25.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 902px;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 55px;
  font-size: 20px;
  line-height: 30px;
}

.div-faq-container {
  margin-left: 19px;
  margin-right: 19px;
}

.div-block-17 {
  height: 20px;
  background-color: #8bb5b7;
  margin-bottom: 30px;
}

.reason3 {
  color: #54a5a9;
  background-image: url('../images/tit_underline.gif');
  background-position: 50% 111%;
  background-repeat: no-repeat;
  background-size: 620px 35px;
  font-size: 50px;
  line-height: 80px;
}

.reason2 {
  color: #54a5a9;
  background-image: url('../images/tit_underline.gif');
  background-position: 50% 111%;
  background-repeat: no-repeat;
  background-size: 280px 35px;
  font-size: 50px;
  line-height: 80px;
}

.reason1 {
  color: #54a5a9;
  background-image: url('../images/tit_underline.gif');
  background-position: 50% 111%;
  background-repeat: no-repeat;
  background-size: 220px 35px;
  font-size: 50px;
  line-height: 80px;
}

.button-6-3 {
  width: 882px;
  height: 145px;
  color: #fff;
  text-align: left;
  background-color: #ffb400;
  background-image: url('../images/btn_check_24.gif');
  background-position: 29px;
  background-repeat: no-repeat;
  background-size: 98px 102px;
  background-attachment: scroll;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-left: 180px;
  font-size: 40px;
  line-height: 44px;
}

.tabs-menu {
  margin-bottom: 19px;
}

.tab-link {
  background-color: rgba(0, 0, 0, .12);
  border: 1px solid #fff;
}

.tab-link.w--current {
  background-color: #8bb5b7;
  border: 1px solid #fff;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.link-2 {
  display: flex;
}

.container-11 {
  padding-left: 0;
}

.column-14 {
  text-align: left;
  font-style: normal;
}

.link-3, .link-4 {
  text-decoration: underline;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: #333;
    padding: 17px;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0;
  }

  .content-column {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

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

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .cta-heading.inline-block {
    font-size: 20px;
  }

  .grid-fours {
    width: 50%;
  }

  .image-10 {
    overflow: visible;
  }

  .text-block-24, .text-block-25 {
    font-size: 2.2em;
  }

  .image-13 {
    padding-top: 25px;
  }

  .text-block-26 {
    font-size: 1.5em;
  }

  .image-14 {
    top: 0;
  }

  .heading-2 {
    font-size: 45px;
  }

  .image-17 {
    margin-left: 0;
  }

  .text-block-30 {
    font-size: 22px;
  }

  .button-6 {
    width: 282px;
    height: 60px;
    background-position: 11px;
    background-size: 30px;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-6 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .row-10 {
    height: 0;
  }

  .text-block-34 {
    float: left;
    background-color: #54a5a9;
    padding-right: 0;
    font-size: 22px;
  }

  .text-block-35 {
    float: left;
    color: #fff;
    font-size: 22px;
    position: relative;
    top: -53px;
    left: 204px;
  }

  .text-block-36 {
    font-size: 30px;
  }

  .div-block-14 {
    margin-bottom: 5px;
  }

  .text-block-39 {
    font-size: 26px;
  }

  .text-block-41 {
    font-size: 26px;
    line-height: 29px;
  }

  .text-block-42 {
    font-size: 20px;
    line-height: 26px;
  }

  .container-9 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-6, .column-7, .column-8 {
    background-color: #54a5a9;
  }

  .reason3 {
    font-size: 26px;
  }

  .column-9 {
    background-color: #54a5a9;
  }

  .column-10, .column-11, .column-12, .column-13 {
    height: 0;
  }

  .button-6-3 {
    width: 282px;
    height: 60px;
    background-position: 11px;
    background-size: 30px;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
  }

  .centered-container {
    text-align: left;
  }
}


