:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

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

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

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

.navigation-link {
  color: #676770;
  letter-spacing: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link._2 {
  display: none;
}

.navigation-bar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

.navigation-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  width: 30%;
  position: static;
}

.section {
  text-align: justify;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

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

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/tokyo.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-section.centered._2 {
  background-image: url('../images/company_back.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-section.centered._3 {
  background-image: url('../images/service_back.jpg');
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-section.centered._4 {
  background-image: url('../images/contact_back.jpg');
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-section.centered._6 {
  background-image: url('../images/privacy_back.jpg');
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-section.centered._7 {
  background-image: url('../images/security_back.jpg');
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #3d59fe;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #333;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

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

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

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

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

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

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

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

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

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

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

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

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

.link1 {
  float: left;
  clear: left;
  color: #333;
  letter-spacing: 2px;
  background-color: #e8e8e8;
  background-image: url('../images/arrow_black_16arrow_black_15.png');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 7px;
  border: 1px solid rgba(0, 0, 0, .23);
  margin-top: 10px;
  margin-bottom: 0;
  padding: 3px 12px 3px 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
}

.t1 {
  color: #333;
  text-align: left;
  letter-spacing: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.t1._10 {
  color: #333;
}

.company1 {
  border-bottom: 1px solid rgba(0, 0, 0, .23);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.company1._2 {
  border-bottom-style: none;
}

.t1_2 {
  font-weight: 500;
}

.name_div {
  margin-bottom: 20px;
  display: flex;
}

.container {
  width: 100%;
}

.syosai {
  color: #fff;
  background-color: #a9a9a9;
  border-radius: 2px;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 10px;
  display: inline-block;
}

.t7 {
  float: left;
  clear: left;
  color: #333;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
}

.t21 {
  float: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
}

.bold-text {
  float: left;
  color: #333;
  letter-spacing: 3px;
  background-image: url('../images/tel_4tel_03.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 27px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-size: 45px;
  font-weight: 900;
  display: inline-block;
}

.container_contact1 {
  text-align: center;
  margin-bottom: 60px;
}

.tel2 {
  background-color: #eeeded;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tel2:hover {
  background-color: #ebe9e9;
}

.main-container {
  color: #333;
  width: 100%;
  max-width: 1235px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  transition: all .2s;
  position: static;
}

.t22 {
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.t24 {
  text-align: justify;
  letter-spacing: 3px;
  margin-left: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.mailform {
  text-align: left;
}

.c3 {
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.c1 {
  text-align: left;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 100;
  display: flex;
}

.h2_5 {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 2px;
  border-left: 5px solid #d1d1d1;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.bold-text-22 {
  font-weight: 400;
}

.t37 {
  color: #333;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.h3_3 {
  color: #333;
  text-align: left;
  letter-spacing: 2px;
  border-bottom: 1px solid #cac9c9;
  width: 100%;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.t38 {
  color: #333;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.t38._3 {
  color: #333;
  width: 100%;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.bold-text-23 {
  font-weight: 400;
}

.image1 {
  width: 70%;
}

.container-3 {
  max-width: 1240px;
}

.t8 {
  color: #333;
  text-align: left;
  letter-spacing: 3px;
  border-bottom: 5px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.t9 {
  color: #333;
  text-align: left;
  letter-spacing: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  line-height: 30px;
}

.colmun1 {
  margin-bottom: 40px;
}

.image3 {
  width: 50%;
  margin-bottom: 40px;
}

.menu_footer {
  color: #fff;
  letter-spacing: 3px;
  margin-right: 15px;
  padding: 5px 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.menu_footer:hover {
  text-decoration: underline;
}

.menu_footer._2 {
  font-size: 12px;
}

.div3 {
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.contact_b {
  color: #fff;
  letter-spacing: 3px;
  background-color: #3d59fe;
  border-radius: 5px;
  margin-left: 30px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.contact_b:hover {
  background-color: #69b9ff;
}

.header_menu {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  display: flex;
  position: relative;
}

.button1 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #3d59fe;
  border-radius: 5px;
  margin-top: 20px;
  padding: 7px 20px 7px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.div5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image4 {
  width: 10%;
}

.t10 {
  color: #333;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link:hover {
    color: #fafafa;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-link._2 {
    display: block;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .brand-link.w--current {
    width: 70%;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .t1 {
    text-align: justify;
    line-height: 25px;
  }

  .t1._10 {
    border-bottom: 1px solid rgba(0, 0, 0, .23);
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .company1 {
    border-bottom-style: none;
    margin-bottom: 20px;
  }

  .name_div {
    margin-bottom: 20px;
  }

  .tel2 {
    flex-direction: column;
  }

  .main-container {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .t24 {
    margin-left: 0;
    line-height: 25px;
  }

  .h2_5 {
    font-size: 20px;
  }

  .t8 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .t9 {
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
  }

  .menu_footer.w--current {
    font-size: 16px;
  }

  .contact_b {
    display: none;
  }

  .t10 {
    text-align: left;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

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

  .navigation-link._2 {
    display: block;
  }

  .brand-link.w--current {
    width: 80%;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    font-size: 30px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .t1 {
    text-align: justify;
    letter-spacing: 2px;
    line-height: 25px;
  }

  .t1._10 {
    border-bottom: 1px solid rgba(0, 0, 0, .23);
    margin-bottom: 15px;
  }

  .company1 {
    border-bottom-style: none;
    margin-bottom: 10px;
  }

  .name_div {
    margin-bottom: 20px;
  }

  .tel2 {
    flex-direction: column;
  }

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

  .t24 {
    letter-spacing: 2px;
    margin-top: 24px;
    margin-left: 0;
    line-height: 25px;
  }

  .c3, .c1 {
    font-size: 20px;
  }

  .h2_5 {
    font-size: 22px;
  }

  .t8 {
    letter-spacing: 3px;
    font-size: 18px;
  }

  .t9 {
    line-height: 25px;
  }

  .contact_b {
    display: none;
  }

  .div6 {
    margin-bottom: 40px;
  }
}

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

  .navigation-link {
    border-bottom: 1px solid #fff;
  }

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

  .navigation-link._2 {
    display: block;
  }

  .navigation-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .brand-link.w--current {
    width: 70%;
  }

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

  .hero-section.centered._2, .hero-section.centered._3, .hero-section.centered._4, .hero-section.centered._6, .hero-section.centered._7 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-heading.centered {
    margin-bottom: 0;
    font-size: 20px;
  }

  .section-subheading.center {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 30px;
  }

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

  .grid-image {
    width: 35%;
  }

  .t1 {
    text-align: justify;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 25px;
  }

  .t1._10 {
    border-bottom: 1px solid rgba(0, 0, 0, .23);
  }

  .company1 {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .name_div {
    margin-bottom: 20px;
  }

  .bold-text {
    letter-spacing: 0;
    font-size: 35px;
  }

  .tel2 {
    flex-direction: column;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .t22 {
    font-size: 14px;
  }

  .t24 {
    letter-spacing: 2px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .c3, .c1 {
    font-size: 18px;
  }

  .h2_5 {
    font-size: 22px;
  }

  .t37 {
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
  }

  .h3_3 {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    display: inline-flex;
  }

  .t38 {
    font-size: 14px;
    line-height: 25px;
  }

  .t38._3 {
    font-size: 14px;
  }

  .t8 {
    margin-top: 10px;
    font-size: 18px;
  }

  .t9 {
    font-size: 14px;
    line-height: 25px;
  }

  .image3 {
    width: 80%;
  }

  .menu_footer {
    font-size: 16px;
  }

  .menu_footer._2.w--current {
    letter-spacing: 1px;
  }

  .contact_b {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    position: relative;
  }

  .div5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .t10 {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
  }

  .div6 {
    margin-bottom: 40px;
  }
}


