:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.nav {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.nav-container {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo {
  background-color: #fff257;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-section {
  background-color: #ebebeb;
  background-image: url('../images/bg_1.png'), url('../images/bg.png'), radial-gradient(circle at 35% 40%, #ffb800, #ff777c);
  background-position: 50%, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: cover, cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.hero-wrap {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.section-1 {
  background-color: #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section-1.patternbg {
  background-image: url('../images/gplaypattern_2X.png');
  background-position: 0 0;
  background-size: 188px;
}

.wrap-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.wrap-1.white {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  width: 85%;
  margin-top: -110px;
  padding: 60px 80px 100px;
}

.column-1 {
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  margin: 10px 15px;
  padding: 20px;
  display: flex;
  overflow: visible;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.column-1.emptycolumn {
  box-shadow: none;
  border-radius: 0;
}

.heading-1 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 65px;
}

.subhead-1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

._3 {
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}

._3.dates {
  color: #bbb;
  font-size: 12px;
  line-height: 16px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  color: #222;
  letter-spacing: .12em;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
}

.nav-link:hover {
  color: #969696;
}

.hero-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.buttonrecruit {
  color: #333;
  letter-spacing: .1rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-top: 10px;
  padding: 18px 65px;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.buttonrecruit:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.class {
  color: #fff;
  background-color: #3b79c3;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.class-section {
  color: #000;
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 70px;
  display: flex;
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.about-section {
  background-color: #333;
  justify-content: center;
  margin-top: -100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-wrap {
  opacity: .19;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.right-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-1-title {
  margin-bottom: 20px;
}

.left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-2 {
  text-align: left;
  width: 50%;
  padding: 50px 20px;
}

.footer-top {
  color: #fff;
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.footer-bottom {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #777;
  text-align: center;
  font-size: 12px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.column-wrap-1 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.column-wrap-1.column-wrap-2 {
  justify-content: center;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}

.heading-3 {
  text-align: left;
  letter-spacing: .1em;
  flex: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.heading-3.dark {
  color: #fff;
}

.subhead-2 {
  color: #9c9c9c;
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.subhead-2.dark {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.column-wrap-2 {
  justify-content: center;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  margin-top: 30px;
}

.heading-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.screenshot {
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.caption-2 {
  color: #777;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  letter-spacing: .12em;
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.hero-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.caption-1 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  color: #fff;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
}

.caption-3 {
  color: #777;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.unordered-list {
  text-align: left;
}

.div-block {
  width: 100%;
}

.workimg {
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
}

.sns-section {
  background-color: #fff257;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.snsbutton {
  flex: 0 auto;
  align-self: center;
  margin-left: 5px;
  margin-right: 5px;
}

.snswrap {
  align-self: stretch;
}

.subcopy {
  color: #5f5f5f;
  letter-spacing: .05em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.div-block-2 {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

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

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

.link-block, .link-block-2 {
  min-width: 100%;
}

.image, .image-2, .image-3 {
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
}

.image-4 {
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
}

.image-5, .image-6 {
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
}

.image-7 {
  width: 100%;
  min-width: 100px;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
}

.image-8, .image-9, .image-10, .image-11 {
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
}

.image-12, .image-13 {
  width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.image-14 {
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
}

.text-block {
  margin-top: 40px;
}

.text-block-2 {
  margin-top: 10px;
}

.link {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .column-1 {
    align-items: stretch;
  }

  .about-wrap {
    justify-content: center;
  }

  .column-wrap-1 {
    flex-direction: column;
    align-items: center;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .column-2 {
    flex: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subcopy {
    font-style: normal;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 400px;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
  }

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

  .wrap-1.white {
    margin-top: -84px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .hero-left {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .left-1 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top-wrap {
    flex-direction: row;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3, .subhead-2 {
    text-align: center;
  }

  .footer-logo {
    display: block;
  }

  .footer-link-wrap {
    flex-direction: row;
    width: 90%;
  }

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

  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .wrap-1.white {
    width: 93%;
    margin-top: -94px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-1 {
    font-size: 41px;
    line-height: 45px;
  }

  .hero-left {
    min-height: 350px;
  }

  .footer-top-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 33px;
  }

  .heading-3 {
    font-size: 41px;
  }

  .subhead-2.dark {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .column-wrap-2 {
    flex-direction: column;
  }

  .column-2 {
    width: 100%;
  }

  .footer-link-wrap {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-link {
    margin: 10px 5px;
    font-size: 13px;
  }
}


