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

body {
  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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.top-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

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

.div-block-2 {
  background-image: url('../images/top-image-01.jpg');
  background-position: 50% 50%;
  background-size: 125px;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 290px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -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;
  background-image: url('../images/shivendu-shukla-3yoTPuYR9ZY-unsplash.jpg');
  background-position: 50% 27%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrapper.top-image {
  width: 75%;
  height: 540px;
  background-image: url('../images/top-image-01.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.heading {
  padding: 16px 16px 16px 8px;
  border-left: 15px solid #73badb;
  border-radius: 0px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 1.2em;
}

.heading.top-image {
  font-family: Roboto, sans-serif;
  font-size: 41px;
}

.div-block-4 {
  display: block;
  width: 68%;
  margin-top: 0px;
  margin-bottom: 130px;
  margin-left: 64px;
}

.div-block-4.recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.text-block {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}

.body {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #000;
  font-size: 16px;
  line-height: 1.8em;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 355px;
  height: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #73badb;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 25px 18px 40px;
  -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-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.menu-item:hover {
  opacity: 0.5;
}

.menu-item.long {
  width: 260px;
}

.menu-item.projects {
  width: auto;
}

.menu-item.recruit {
  width: auto;
}

.menu-jpn {
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  text-decoration: none;
}

.menu-eng {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.div-block-7 {
  margin-left: 10px;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 67px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.header-company-name {
  margin-left: 30px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.header-jpn {
  margin-top: 12px;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.8em;
  font-weight: 400;
}

.div-block-11 {
  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;
  font-size: 18px;
}

.header-tel {
  margin-top: 4px;
  margin-right: 30px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 29px;
  font-weight: 400;
}

.history-section {
  width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 50px;
  background-color: #fff;
}

.history-section.phone {
  display: none;
}

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

.div-block-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 708px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading-2-add,
.heading-2 {
  margin-top: 15px;
  margin-left: 0px;
  border-bottom: 0px solid #000;
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 1em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.heading-2.intro {
  color: #000;
}

.heading-2-add.intro {
  color: #DB73B6;
  text-shadow: 2px 2px 0px #F0F0F0;
}

.heading-2.projects {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 27px;
}

.heading-2.recruit {
  font-size: 25px;
  letter-spacing: 2px;
}

.div-block-14 {
  width: 25%;
  height: 8px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #73badb;
  font-size: 20%;
}

.div-block-14.footer {
  width: 20%;
  margin-top: 0px;
  margin-left: 30px;
}

.div-block-14.history {
  width: 15%;
}

.div-block-14.heading-2-add {
/*
  width: 33%;
*/
  width: 38%;
  margin-bottom: 10px;
}

.div-block-14.profile-line {
  width: 40%;
}

.div-block-14.recruit-line {
  width: 50%;
}

.div-block-15 {
  position: relative;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 30px;
  -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;
}

.history-txt-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.history-txt-block.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #73badb;
  text-align: center;
}

.history-txt-block.bottom.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 354px;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #73badb;
}

.history-txt-block.bottom.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 354px;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

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

.history-txt {
  width: 90%;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
}

.history-txt.footer {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
}

.history-txt.footer.left {
  color: #000;
  font-size: 25px;
  font-weight: 500;
}

.history-txt.footer.right {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-block-2 {
  color: #fff;
  font-weight: 700;
}

.text-block-2.black {
  font-family: Roboto, sans-serif;
  color: #000;
}

.text-block-2.white {
  font-family: Roboto, sans-serif;
}

.text-block-3 {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.text-span {
  color: #000;
  font-size: 20px;
}

.jigyo-section {
  position: relative;
  width: 1100px;
  height: 1060px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  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;
  background-color: #2a2a2a;
  text-align: left;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  -webkit-column-count: 1;
  column-count: 1;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 976px;
  -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-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;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 428px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 1px 1px 15px 12px #ededed;
}

.div-block-21.jigyo-special {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 209px;
  -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: #f7f7f7;
  text-align: left;
}

.heading-4 {
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.heading-4.jigyo-special {
  margin-top: 35px;
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-4 {
  margin-right: 50px;
  margin-left: 50px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.7em;
}

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

.top-lower-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  height: 375px;
  -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;
  background-color: #000;
}

.div-block-26 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/top-footerimage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 67px;
  -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: #73badb;
}

.div-block-28.top-lower-left {
  width: 51%;
  background-color: #000;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  -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: #000;
}

.text-block-5 {
  margin: 3px 35px;
  border-left: 1px solid #000;
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-30 {
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: opacity 200ms ease, opacity 200ms ease;
  transition: opacity 200ms ease, opacity 200ms ease;
}

.div-block-30:hover {
  opacity: 0.5;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.text-block-7 {
  margin-left: 30px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.text-block-7.topfooter {
  margin-bottom: 10px;
  line-height: 1.6em;
  font-weight: 400;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 100px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -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: #2a2a2a;
  text-align: center;
}

.div-block-31 {
  width: auto;
}

.text-block-8 {
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.text-block-8.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
}

.div-block-32-add,
.div-block-32 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  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;
}

.div-block-32-add {
  display: block;
  width: 70%;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.3em;
}

.div-block-32-add a:visited,
.div-block-32-add a {
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  background-color: #73badb;
  border: 1px solid #000000;
  padding: 5px 5px 3px 5px;
  transition: opacity 200ms ease;
}

.div-block-32-add a:hover {
  opacity: 0.5;
}

.div-block-32.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-32.history {
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-32.recruit-smallest {
  margin-top: 5px;
  margin-bottom: 20px;
}

.div-block-33 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.div-block-34 {
  width: 345px;
  height: 80px;
  background-color: #73badb;
}

.div-block-34.black {
  width: 354px;
  background-color: #2a2a2a;
}

.div-block-34.blue {
  width: 354px;
}

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

.link-block {
  display: block;
  margin-left: 0px;
  text-decoration: none;
}

.link-block.top-home {
  margin-right: 40px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.container {
  width: 1100px;
}

.navbar {
  display: none;
}

.navbar-2 {
  display: none;
}

.div-block-36 {
  display: none;
  width: 100.0000374746877%;
}

.grid {
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -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;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
}

.div-block-37 {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  text-decoration: none;
}

.body-2 {
  background-color: #000;
}

.menu-second-page {
  display: -ms-grid;
  display: grid;
  width: 1100px;
  height: 93px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.5fr 16px 0.5fr 16px 0.5fr 16px 0.5fr 16px 0.5fr 16px 0.5fr 16px 0.5fr 16px 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #73badb;
}

.body-3 {
  background-color: #000;
  color: #000;
}

.top-middle-section,
.project-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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;
  background-color: #f7f7f7;
}

.top-middle-section {
  background-color: #ffffff;
  padding-bottom: 30px;
}

.project-title.projects {
  padding-top: 30px;
  padding-bottom: 10px;
}

.project-title.profile {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-38 {
  display: -ms-grid;
  display: grid;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #f7f7f7;
}

.column {
  position: static;
  width: 384px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.column._01 {
  width: 197px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: 'M PLUS 1p', sans-serif;
}

.column._01.profile {
  position: static;
  width: 70%;
  margin-right: 3px;
}

.column._01.title {
  background-color: #2a2a2a;
  color: #fff;
}

.column._03 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: 'M PLUS 1p', sans-serif;
}

.column._03.profile {
  width: 200%;
}

.column._03.title {
  background-color: #2a2a2a;
}

.column._02 {
  width: 194px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: 'M PLUS 1p', sans-serif;
}

.column._02.title {
  background-color: #2a2a2a;
}

.text-block-10 {
  width: 99.999964%;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
}

.text-block-10.title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
}

.column-wrapper.contact-confirm,
.column-wrapper.recruit,
.column-wrapper.profile {
  position: relative;
  width: 90%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 3px;
  -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;
  background-color: transparent;
  color: transparent;
}

.column-wrapper.contact-confirm {
  width: 100%;
}

.contact-confirm-message {
  padding-top: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}

input[type="button"].button-border {
	border: 1px solid #FFFFFF;
	margin-right: 60px;
	text-align: center;
}

.column-wrapper.recruit {
  width: 70%;
}

.project-wrapper {
  width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #f7f7f7;
}

.project-wrapper.profile {
  position: static;
  width: auto;
  color: transparent;
}

.div-block-39 {
  width: 1200px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -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: #2a2a2a;
}

.top-middle-section a:visited,
.top-middle-section a {
	text-decoration: none;
  transition: opacity 200ms ease;
  padding-bottom: 4px;
}

.top-middle-section a:hover {
  opacity: 0.5;
}

.div-block-40.profile {
  position: static;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.div-block-41 {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/shivendu-shukla-3yoTPuYR9ZY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.body-4 {
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.mailform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -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: #fff;
}

.div-block-42 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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: 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;
}

.div-block-43 {
  width: 1100px;
  height: 310px;
  background-image: url('../images/shivendu-shukla-3yoTPuYR9ZY-unsplash.jpg');
  background-position: 50% 27%;
  background-size: cover;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  width: 300px;
}

.submit-button {
  width: 300px;
}

.field-label {
  font-family: 'M PLUS 1p', sans-serif;
}

.field-label-2 {
  font-family: 'M PLUS 1p', sans-serif;
}

.whitebg {
  display: none;
  width: 1100px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.success-message {
  background-color: #73badb;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
}

.form-block {
  font-size: 13px;
}

.text-block-11 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 12px;
}

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

.error-message-form {
	color: red;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px 30px;
}

.map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -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: #f7f7f7;
}

.div-block-45 {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
}

.div-block-46 {
  width: 800px;
  height: 400px;
}

.div-block-46 iframe {
  padding: 0px 10px 0px 10px;
}

.white {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-weight: 500;
}

.title {
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.title.white {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
}

.submit-button-2 {
  width: 33.33%;
  height: 50px;
  padding: 15px 28px 11px;
  background-color: #4d565b;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #424a4e;
  color: #fff;
}

.submit-button-2.white {
  background-color: #fff;
  color: #88969d;
}

.submit-button-2.white:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.content-section-4 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eff3fa;
}

.content-section-4.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1075px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-us-column {
  width: 60%;
  font-family: 'M PLUS 1p', sans-serif;
}

.text {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  position: relative;
  margin-top: 20px;
}

.top-margin._10-pixels {
  margin-top: 20px;
}

.text-block-12 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.text-block-12.bold {
  font-weight: 500;
}

.text-block-12.bold.text {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
}

.text-field-2 {
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: #b5b5b5;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'M PLUS 1p', sans-serif;
  color: #f7f7f7;
}

.text-field-2:hover {
  border-color: #4d565b;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2::placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2.full {
  width: 100%;
  font-size: 14px;
}

.text-field-2.message {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 73px;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.error-message-2 {
  font-size: 20px;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-3 {
  width: 100%;
}

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

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.success-message-2 {
  width: 100%;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.image-4 {
  width: 100%;
  height: 230px;
  background-image: url('../images/shivendu-shukla-3yoTPuYR9ZY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-47 {
  width: 1100px;
  height: 270px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/recruit-image-blue.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.div-block-47.recruit-photo {
  height: 320px;
  background-image: url('../images/recruit-image-blue.jpg');
  background-position: 50% 26%;
  background-repeat: no-repeat;
}

.div-block-47.contact-photo {
  display: block;
}

.form-field {
  min-width: 0px;
  border: 1px solid transparent;
  font-family: Lato, sans-serif;
  color: #737373;
}

.form-field.message {
  height: 120px;
}

.error-text {
  color: #fff;
}

.form-text {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title {
/*
  margin-top: 0px;
  margin-bottom: 25px;
*/
  margin-top: 50px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title.contact {
  margin-bottom: 0px;
  font-size: 24px;
  letter-spacing: 2px;
}

.success {
  background-color: #2a8241;
  color: #fff;
}

.contact-us-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2a2a2a;
  background-image: url('../images/top-image-01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

#SendMailTo,
.submit-button-3 {
  margin-top: 20px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

input[type="button"].button-border:hover,
#SendMailTo:hover,
.submit-button-3:hover {
  border-color: #2a8241;
  background-color: #73badb;
  color: #fff;
}

.emphasized-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #6cbd0f;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.emphasized-text.right {
  font-weight: 100;
  text-align: right;
}

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

.conatct-info-text {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-wrapper {
  width: 80%;
  margin-top: 0px;
}

.radio-nowrap {
	background-color: #ffffff;
	height: 38px;
	padding: 11px 0px 0px 1em;
	border-radius: 2px;
	margin-bottom: 10px;
}

.radio-nowrap label {
	display: block;
	white-space: nowrap;
	float: left;
	padding-right: 20px;
	color: #666666;
}

.contact-row {
  margin-top: 80px;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  padding-bottom: 0px;
  color: #000;
  letter-spacing: 1px;
}

.error-message-3 {
  background-color: #000;
}

.container-2 {
  position: relative;
  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;
}

.link-block-7 {
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-7:hover {
  opacity: 0.6;
}

.link-block-7.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-7.w--current:hover {
  opacity: 0.6;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  width: 100%;
  text-decoration: none;
}

.link-block-10 {
  width: 100%;
  text-decoration: none;
}

.white-paragraph-2 {
  display: inline-block;
  margin: 40px 20px;
  float: none;
  color: hsla(0, 0%, 100%, 0.56);
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 1px;
}

.div-block-48 {
  width: 50px;
  margin-right: auto;
  margin-left: 20px;
}

.div-block-49 {
  width: 50px;
  margin-right: auto;
  margin-left: 20px;
}

.div-block-50 {
  width: 50px;
  margin-left: 20px;
}

.div-block-51 {
  width: 50px;
  margin-right: 10px;
  margin-left: 20px;
}

.div-block-52 {
  width: 50px;
  margin-right: 0px;
  margin-left: 20px;
}

.div-block-53 {
  width: 50px;
  margin-right: 0px;
  margin-left: 20px;
}

.reg-menu {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.reg-menu:hover {
  opacity: 0.6;
}

.regmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-block-13 {
  font-family: 'M PLUS 1p', sans-serif;
  text-decoration: none;
}

.div-block-54 {
  text-decoration: none;
}

.text-block-14 {
  margin-top: 5px;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-weight: 700;
}

.div-block-55 {
  width: 1100px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-56 {
  width: 1100px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7f7f7;
}

.div-block-57 {
  width: 1100px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7f7f7;
}

.div-block-58 {
  margin-top: 188px;
}

.div-block-59 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  padding-bottom: 50px;
  height: 100vh;
/*
  height: 85vh;
*/
  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;
  background-color: #2a2a2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/top-image-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/top-image-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-60 {
  width: 1100px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-61 {
  width: 1100px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.recruit-txt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 15px;
}

.recruit-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-62 {
  width: 15%;
}

.section-2 {
  width: 1100px;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #2a2a2a;
}

@media screen and (max-width: 991px) {
  .top-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    padding-bottom: 40px;
    -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;
  }
  .image-wrapper {
    width: 100%;
    background-position: 50% 19%;
    background-size: cover;
  }
  .image-wrapper.top-image {
    width: auto;
    height: 340px;
    background-position: 50% 60%;
    background-size: cover;
  }
  .heading.top-image {
    font-size: 38px;
  }
  .div-block-4 {
    width: 66%;
    margin-bottom: 90px;
  }
  .heading-2-add.intro {
    margin-top: -3px;
  }
  .div-block-14.heading-2-add {
/*
    width: 41%;
*/
    width: 33%;
    margin-top: -2px;
  }
  .div-block-4.recruit {
    width: 80%;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-block {
    font-size: 15px;
  }
  .body {
    background-color: transparent;
  }
  .top-menu {
    display: none;
  }
  .header-section {
    display: none;
  }
  .header-company-name {
    margin-left: 0px;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 69vw;
  }
  .history-section {
    position: relative;
    width: 96%;
    padding-bottom: 40px;
  }
  .history-section.pc {
    display: none;
  }
  .history-section.phone {
    display: block;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-13 {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2-add,
  .heading-2 {
    width: auto;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 1.4em;
  }
  .top-middle-section .div-block-40 .heading-2 {
    font-size: 18px;
    padding-bottom: 2px;
  }
  .heading-2.smallest {
    display: none;
  }
  .heading-2.projects {
    margin-bottom: 5px;
    color: #fff;
    font-size: 26px;
  }
  .heading-2.recruit {
    font-size: 23px;
  }
  .div-block-14 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .div-block-14.footer {
    width: 15%;
    margin-top: 5px;
    margin-left: 0px;
  }
  .div-block-14.rireki-line {
    background-color: #fff;
    color: #fff;
  }
  .history-txt-block {
    width: 45%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .history-txt-block.bottom.left {
    width: 50%;
  }
  .history-txt-block.bottom.right {
    width: 50%;
    background-color: transparent;
  }
  .history-txt-block.left {
    width: 50%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .history-txt {
    width: auto;
    line-height: 1.7em;
  }
  .text-block-3 {
    width: 95%;
    margin-bottom: 0px;
  }
  .jigyo-section {
    position: relative;
    display: block;
    width: 96%;
    height: auto;
    min-height: auto;
    margin-top: 20px;
  }
  .div-block-19 {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-3 {
    font-size: 26px;
  }
  .div-block-20 {
    -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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .div-block-21 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-4 {
    font-size: 21px;
  }
  .div-block-23 {
    -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;
  }
  .top-lower-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-24 {
    position: relative;
    width: 100%;
    -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;
  }
  .div-block-25 {
    width: auto;
    height: auto;
    padding: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-26 {
    width: auto;
    height: 340px;
    background-position: 50% 150%;
  }
  .div-block-27 {
    position: relative;
    width: auto;
  }
  .div-block-28 {
    width: 50%;
  }
  .div-block-29 {
    width: 50%;
  }
  .text-block-6 {
    text-decoration: none;
    text-transform: none;
  }
  .text-block-7.topfooter {
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 1.5em;
    font-weight: 500;
  }
  .section {
    width: 100%;
  }
  .div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-8 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }
  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 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;
  }
  .div-block-32.profile {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-32.recruit-smallest {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-32.projects {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-33 {
    padding: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-34.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-34.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -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-35 {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .container {
    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;
  }
  .navbar {
    display: block;
    -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: #fff;
  }
  .navbar-2 {
    display: block;
    background-color: #fff;
  }
  .navbar-2.copy {
    display: none;
  }
  .brand {
    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;
  }
  .heading-5 {
    width: auto;
    margin-top: 10px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 26px;
    font-weight: 500;
  }
  .text-block-9 {
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 22px;
  }
  .div-block-36 {
    width: auto;
  }
  .image {
    width: 100%;
  }
  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin-bottom: 40px;
    -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;
  }
  .image-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .link-block-4 {
    text-decoration: none;
  }
  .body-2 {
    background-color: #fff;
  }
  .menu-second-page {
    display: none;
  }
  .body-3 {
    border-style: solid;
    border-width: 1px;
    border-color: #cec4c4;
    background-color: #f7f7f7;
  }
  .top-middle-section,
  .project-title {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .project-title.projects {
    padding-top: 10px;
    background-color: #73badb;
  }
  .project-title.profile {
    padding-top: 10px;
    background-color: #fff;
  }
  .column._01 {
    width: 25%;
  }
  .column._03 {
    width: 58%;
  }
  .column._02 {
    width: 27%;
  }
  .text-block-10 {
    font-size: 14px;
  }
  .column-wrapper {
    width: 95%;
  }
  .project-wrapper {
    width: 98%;
    margin-top: 20px;
  }
  .div-block-40.profile {
    width: 98%;
  }
  .body-4 {
    background-color: #2a2a2a;
  }
  .mailform {
    width: 100%;
  }
  .div-block-42 {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .div-block-43 {
    width: 100%;
    height: 210px;
  }
  .whitebg {
    display: none;
    width: 100%;
  }
  .map-wrapper {
    width: 100%;
    background-color: #fff;
  }
  .div-block-45 {
    overflow: hidden;
    width: 100%;
  }
  .div-block-46 {
    width: auto;
  }
	.div-block-46 iframe {
	  padding: 0px 5px 0px 5px;
	}
  .content-section-4 {
    padding-bottom: 0px;
  }
  .content-section-4.form {
    width: 100%;
    padding-bottom: 20px;
  }
  .content-wrapper {
    padding-right: 80px;
    padding-left: 80px;
  }
  .contact-us-column {
    width: 82%;
  }
  .div-block-47 {
    width: 100%;
    height: 190px;
  }
  .div-block-47.recruit-photo {
    height: 210px;
    background-position: 50% 28%;
  }
  .form-field {
    font-weight: 300;
  }
  .form-field.message {
    height: 140px;
  }
  .section-title.contact {
    font-size: 23px;
  }
  .contact-us-section {
    width: 100%;
  }
  .form-wrapper {
    width: 90%;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4px;
    padding-top: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #73badb;
  }
  .nav-link {
    font-family: 'M PLUS 1p', sans-serif;
  }
  .nav-link.menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .nav-link.menu:hover {
    font-weight: 700;
  }
  .nav-link.menu.w--current {
    color: #000;
  }
  .menu-button {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
  }
  .menu-button:hover {
    background-color: transparent;
  }
  .menu-button:active {
    background-color: #73badb;
  }
  .menu-button:focus {
    background-color: #73badb;
  }
  .menu-button.w--open {
    background-color: #73badb;
  }
  .white-paragraph-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .div-block-55 {
    width: 100%;
  }
  .div-block-59 {
    width: 100%;
    height: 120vh;
/*
    height: 80vh;
*/
  }
  .div-block-61 {
    width: 100%;
    background-color: #f7f7f7;
  }
  .div-block-62 {
    width: 16%;
  }
  .section-2 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    display: block;
    padding-bottom: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 5%;
  }
  .image-wrapper.top-image {
    height: 290px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .heading {
    font-size: 35px;
    line-height: 40px;
  }
  .heading.top-image {
    font-size: 34px;
  }
  .div-block-4 {
    width: 82%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .div-block-4.recruit {
    width: 90%;
    margin-top: 0px;
    padding: 20px;
  }
  .heading-2-add,
  .heading-2 {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 24px;
  }
  .top-middle-section .div-block-40 .heading-2 {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .heading-2.smallest {
    display: none;
  }
  .heading-2.projects {
    font-size: 25px;
  }
  .heading-2.recruit {
    font-size: 22px;
  }
  .history-txt-block.bottom.left {
    width: auto;
  }
  .history-txt-block.bottom.right {
    width: auto;
  }
  .history-txt {
    font-size: 15px;
    line-height: 1.6em;
  }
  .history-txt.footer.left {
    font-size: 23px;
  }
  .history-txt.footer.right {
    font-size: 23px;
  }
  .text-block-3 {
    margin-top: 5px;
  }
  .text-span {
    font-size: 18px;
  }
  .heading-3 {
    font-size: 25px;
  }
  .heading-4 {
    font-size: 20px;
  }
  .div-block-26 {
    height: 250px;
  }
  .text-block-7.topfooter {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .text-block-8 {
    font-size: 16px;
  }
  .div-block-32 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-32.profile {
    margin-bottom: 12px;
  }
  .div-block-32.recruit-smallest {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-32.projects {
    margin-bottom: 5px;
  }
  .heading-5 {
    font-size: 24px;
  }
  .text-block-9 {
    font-size: 18px;
  }
  .project-title.projects {
    padding-top: 10px;
  }
  .text-block-10 {
    font-size: 12px;
  }
  .text-block-10.title {
    font-size: 14px;
  }
  .div-block-43 {
    height: 150px;
  }
  .title {
    font-size: 12px;
  }
  .submit-button-2 {
    width: 100%;
    max-width: 310px;
  }
  .submit-button-2.white {
    max-width: 100%;
  }
  .content-section-4 {
    padding-top: 80px;
  }
  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-47 {
    height: 140px;
  }
  .div-block-47.recruit-photo {
    height: 180px;
    background-position: 50% 25%;
  }
  .section-title.contact {
    font-size: 21px;
  }
  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }
  .submit-button-3 {
    margin-bottom: 70px;
  }
  .div-block-59 {
    height: 120vh;
/*
    height: 80vh;
*/
  }
  .div-block-61 {
    height: 30px;
  }
  .recruit-txt {
    font-size: 13px;
  }
  .div-block-62 {
    width: 16%;
  }
  .section-2 {
    height: 60vh;
  }
}

@media screen and (max-width: 479px) {
  .top-section {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .image-wrapper {
    width: 31%;
    height: 200px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }
  .image-wrapper.top-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 260px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 1.1em;
  }
  .heading.top-image {
    font-size: 29px;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 86%;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
/*
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
*/
  }
  .div-block-4.recruit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block {
    font-size: 12px;
    line-height: 1.6em;
    padding-bottom: 20px;
  }
  .heading-2-add,
  .heading-2 {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    -webkit-column-count: 0;
    column-count: 0;
  }
  .top-middle-section .div-block-40 .heading-2 {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .heading-2.smallest {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    line-height: 1.5em;
  }
  .heading-2.intro {
    display: none;
  }
  .heading-2.projects {
    display: block;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 500;
  }
  .heading-2.recruit {
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 500;
  }
  .div-block-14.footer {
    width: 20%;
  }
  .history-txt-block.bottom.left {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .history-txt-block.bottom.right {
    height: 70px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .history-txt-block.right {
    width: auto;
    margin-top: 20px;
  }
  .history-txt-block.left {
    width: auto;
  }
  .history-txt {
    width: auto;
    margin-bottom: 5px;
    line-height: 1.5em;
  }
  .history-txt.footer.left {
    font-size: 20px;
    line-height: 1.5em;
  }
  .history-txt.footer.right {
    font-size: 20px;
    line-height: 1.5em;
  }
  .text-block-2.black {
    line-height: 1.5em;
  }
  .text-block-2.white {
    line-height: 1.5em;
  }
  .text-block-3 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .text-span {
    font-size: 16px;
  }
  .div-block-19 {
    height: 57px;
    margin-bottom: 0px;
  }
  .heading-3 {
    font-size: 22px;
  }
  .div-block-21 {
    width: auto;
    height: auto;
  }
  .div-block-21.jigyo-special {
    position: relative;
    width: 100%;
  }
  .div-block-22 {
    height: auto;
  }
  .heading-4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .heading-4.jigyo-special {
    margin-top: 10px;
  }
  .text-block-4 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .div-block-23 {
    width: auto;
  }
  .top-lower-section {
    padding-bottom: 20px;
  }
  .div-block-26 {
    height: 230px;
    background-position: 70% 0%;
    background-size: cover;
  }
  .text-block-5 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 1.5em;
  }
  .text-block-6 {
    font-size: 20px;
  }
  .text-block-6.phone-number {
    font-size: 19px;
  }
  .text-block-7.topfooter {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .text-block-8 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.5em;
  }
  .div-block-32 {
    margin-bottom: 0px;
  }
  .div-block-32.profile {
    margin-bottom: 10px;
  }
  .div-block-32.recruit-smallest {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-34.black {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-34.blue {
    width: auto;
  }
  .div-block-35 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-5 {
    font-size: 21px;
    letter-spacing: 1px;
  }
  .text-block-9 {
    display: none;
  }
  .grid {
    width: auto;
  }
  .div-block-37 {
    position: relative;
    margin-bottom: 20px;
  }
  .image-2 {
    width: 99%;
  }
  .grid-2 {
    justify-items: start;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .image-3 {
    margin-bottom: 20px;
  }
  .project-title.projects {
    height: auto;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column._01 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .column._03 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .column._02 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .text-block-10 {
    font-size: 12px;
  }
  .text-block-10.title {
    font-size: 13px;
  }
  .div-block-43 {
    width: 100%;
    height: 120px;
    background-image: url('../images/shivendu-shukla-3yoTPuYR9ZY-unsplash.jpg');
    background-size: cover;
  }
  .content-section-4 {
    padding-top: 60px;
  }
  .content-section-4.form {
    padding-bottom: 20px;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-left {
    width: 100%;
  }
  .form-block-2 {
    width: 100%;
    margin-top: 20px;
  }
  .div-block-47 {
    height: 90px;
    background-position: 50% 27%;
  }
  .div-block-47.recruit-photo {
    height: 101px;
  }
  .contact-us-section {
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }
  .submit-button-3 {
    margin-bottom: 20px;
  }
  .white-paragraph-2 {
    margin: 20px 20px 30px;
    font-size: 13px;
    line-height: 1.5em;
  }
  .div-block-59 {
    height: 120vh;
/*
    height: 70vh;
*/
  }
  .recruit-txt {
    line-height: 1.1em;
  }
  .recruit-block {
    display: block;
    margin-bottom: 10px;
    -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;
    line-height: 1.2em;
  }
  .div-block-62 {
    width: auto;
    line-height: 1.2em;
  }
}

#w-node-0dcb567f3d9c-567f3d9b {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: 2.994318127632141;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: 1.9943181276321411;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-0dcb567f3da1-567f3d9b {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: 3.994318127632141;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: 1.9943181276321411;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-0dcb567f3da6-567f3d9b {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: 4.994318127632141;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: 1.9943181276321411;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-0dcb567f3dab-567f3d9b {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: 5.994318127632141;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: 1.9943181276321411;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-0dcb567f3db0-567f3d9b {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: 6.994318127632141;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: 1.9943181276321411;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-0dcb567f3db5-567f3d9b {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: 7.994318127632141;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: 1.9943181276321411;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-35171c71bc60-1a03c437 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-35171c71bc67-1a03c437 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-35171c71bc6e-1a03c437 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-35171c71bc75-1a03c437 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b2a4d3ecb475-ad03c432 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-b2a4d3ecb476-ad03c432 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-35171c71bc60-1a03c437 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-35171c71bc67-1a03c437 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-35171c71bc6e-1a03c437 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-35171c71bc75-1a03c437 {
    -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: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2a4d3ecb476-ad03c432 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2a4d3ecb475-ad03c432 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-b2a4d3ecb476-ad03c432 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

