body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-area .btn-work, .btn-area .btn-team {
  display: block;
  width: 222px;
  height: 44px;
  border-radius: 22px;
  -webkit-box-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.13);
  border: 1px solid #927c90;
  margin: 2%;
}

.btn-area .btn-work span, .btn-area .btn-team span {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 3px;
  font-family: "Hira Kaku Std";
}

.btn-area .btn-work {
  background-color: #eb889e;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.btn-area .btn-work:hover {
  background: #529edc;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.btn-area .btn-work.work-color {
  background: #529edc;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.btn-area .btn-team {
  background-color: #529edc;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.btn-area .btn-team:hover {
  background: #eb889e;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.btn-area .btn-team.team-color {
  background: #eb889e;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

a.area3-links {
  margin-top: auto;
  width: 100px;
  height: auto;
  padding: 7px;
  background-color: #529edc;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-family: "Georgia", "Noto Serif", serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

a.area3-links:hover {
  background: #eb889e;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#area-1 {
  background: url("https://i.imgur.com/jQt7AVP.jpg") no-repeat;
  background-size: cover;
  height: 73.125rem;
  overflow: hidden;
}

.wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header #logo {
  font-family: "Futura";
  font-size: 48px;
  font-stretch: extra-expanded;
  color: #eb889e;
  font-weight: normal;
  font-style: italic;
}

header .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  position: relative;
}

header .menu .line-menu {
  display: none;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

header .menu .line-menu .click-line {
  width: 38px;
  height: 3px;
  margin: 0 0 5px 0;
  background: #eb889e;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

header .menu .line-menu.close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .menu .line-menu.close .click-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

header .menu .line-menu.close .click-line:nth-child(2) {
  opacity: 0;
}

header .menu .line-menu.close .click-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
  transform: rotate(-45deg) translate(7px, -6px);
}

header .menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 100%;
}

header .menu ul li {
  min-width: 100px;
  margin: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

header .menu ul li a {
  color: #eb889e;
  text-decoration: none;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0.30rem;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

header .menu ul li a:hover {
  color: #529edc;
  background-color: #eb889e;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.jumbotron {
  padding: 3.5rem 2rem;
}

.jumbotron #logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.jumbotron .p-text {
  color: #eb889e;
  font-family: "Hira Kaku Std";
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.jumbotron .p-border {
  padding-top: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.jumbotron .intro {
  position: relative;
  width: 100%;
}

.jumbotron .intro span {
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  padding: 0 21%;
}

.jumbotron .intro span.line2 {
  left: 58%;
}

.jumbotron .intro h3 {
  color: #eb889e;
  font-family: "Futura Condensed";
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-stretch: condensed;
  -moz-font-stretch: condensed;
}

#area-2 {
  background-color: #ebebeb;
  padding-bottom: 2.5rem;
  padding-top: 1.15rem;
}

#area-2 .intro-checkout {
  position: relative;
  width: 100%;
}

#area-2 .intro-checkout span {
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  padding: 0 19%;
}

#area-2 .intro-checkout span.line4 {
  left: 62%;
}

#area-2 .intro-checkout h3 {
  color: #eb889e;
  font-family: "Futura Condensed";
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-stretch: condensed;
  -moz-font-stretch: condensed;
  margin: 5px;
}

#area-2 .p-lead {
  font-size: 72px;
  font-family: "Klee";
  text-align: center;
  font-weight: 500;
  color: #eb889e;
  margin: 0;
}

#area-2 .p-border {
  padding-top: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 2px;
}

#area-2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 2%;
}

#area-2 .row .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#area-2 .row .item-1 img {
  border-radius: 50%;
  border: 20px solid #efefef;
  width: 173px;
  height: 173px;
}

#area-2 .row .item-2 img {
  border-radius: 50%;
  border: 20px solid #efefef;
  width: 173px;
  height: 173px;
}

#area-2 .row .item-3 img {
  border-radius: 50%;
  border: 20px solid #efefef;
  width: 173px;
  height: 173px;
}

#area-2 .row .item-4 img {
  border-radius: 50%;
  border: 20px solid #efefef;
  width: 173px;
  height: 173px;
}

#area-2 .row .item-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  width: 100%;
}

#area-2 .row .item-body h4 {
  font-family: "Futura Condensed";
  font-size: 22px;
  font-weight: 500;
  color: #eb889e;
  margin: 2px;
}

#area-2 .row .item-body p {
  font-size: 12px;
  line-height: 23px;
  font-family: "Hira Kaku Pro";
}

#area-2 .row .item-1 p {
  color: #eb889e;
}

#area-2 .row .item-2 p {
  color: #529edc;
}

#area-2 .row .item-3 p {
  color: #eb889e;
}

#area-2 .row .item-4 p {
  color: #529edc;
}

#area-3 {
  padding-top: 3.125rem;
  background: #fff;
  width: 100%;
  padding-bottom: 4.375rem;
}

#area-3 .area-3-h1 {
  font-size: 24px;
  color: #eb889e;
  line-height: 27px;
  font-family: "Hira Kaku Pro";
  margin: 0 -8px;
}

#area-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}

#area-3 .row .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#area-3 .row .r3-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.60rem;
  width: 100%;
}

#area-3 .row .r3-body .area3-p {
  color: #eb889e;
  font-size: 12px;
  line-height: 23px;
  font-family: "Koz Go Pr6 N";
}

footer {
  background: #529edc;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 1.562rem;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 2.375rem;
}

footer .row .col-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6667%;
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .row .col-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .row .footer-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  width: 100%;
}

footer .awesome, footer .h1-contact {
  margin-bottom: 1rem;
  font-size: 24px;
  font-family: "Futura Condensed";
  color: #fff;
  line-height: 27px;
  font-weight: 500;
}

footer .about-awesome, footer .p-contact {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  font-family: "Hira Kaku Pro";
}

footer .about-awesome {
  max-width: 579px;
  width: 100%;
}

footer .copyright {
  margin: 0;
}

footer .copyright .h1-copyright {
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  font-family: "Futura Condensed";
}

footer .footer-logo {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

footer .footer-logo img {
  width: 100%;
}

@media screen and (max-width: 912px) {
  header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .menu {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #area-1 {
    background-size: cover;
    height: auto;
  }
  .jumbotron {
    padding: 1.25rem 1rem;
  }
  .jumbotron .intro span {
    padding: 0 18%;
  }
  .jumbotron .intro span.line2 {
    left: 64%;
  }
  .jumbotron .btn-area .btn-work:hover {
    background: #529edc;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  .jumbotron .btn-area .btn-team:hover {
    background: #eb889e;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  #area-2 .intro-checkout span {
    padding: 0 17.5%;
  }
  #area-2 .intro-checkout span.line4 {
    left: 64.5%;
  }
  #area-2 .row {
    margin-left: auto;
    margin-right: auto;
  }
  #area-2 .row .col-3 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  #area-3 .area-3-h1 {
    padding: 0 0.75rem;
    margin: 0;
  }
  #area-3 .area3-body {
    padding: 0 0.45rem;
  }
  #area-3 .row {
    margin-left: auto;
    margin-right: auto;
  }
  #area-3 .row .col-4 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  #area-3 .row .col-4 a {
    margin: auto auto 0;
  }
  footer .row {
    margin-left: auto;
    margin-right: auto;
  }
  footer .row .col-about, footer .row .col-contact {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }
  footer .row .footer-body {
    padding: 0 0.75rem;
  }
  footer .copyright {
    margin: 0 auto;
  }
  footer .copyright h1 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  header .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .menu .line-menu {
    display: block;
  }
  header .menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    padding-top: 0.45rem;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    /* Do not use percentages when transitioning */
  }
  header .menu ul.show {
    height: 220px;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  header .menu ul li {
    min-width: 100%;
  }
  .jumbotron .intro span {
    padding: 0 16%;
  }
  .jumbotron .intro span.line2 {
    left: 68%;
  }
  .jumbotron .btn-area .btn-work:hover {
    background: #529edc;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  .jumbotron .btn-area .btn-team:hover {
    background: #eb889e;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  #area-2 .p-lead {
    font-size: 14vw;
  }
  #area-2 .intro-checkout span {
    padding: 0 13%;
  }
  #area-2 .intro-checkout span.line4 {
    left: 73%;
  }
  #area-2 .row {
    margin-right: auto;
    margin-left: auto;
  }
  #area-2 .row .col-3 {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  #area-2 .btn-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #area-2 .btn-area .btn-work:hover {
    background: #529edc;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  #area-2 .btn-area .btn-team:hover {
    background: #eb889e;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  #area-3 .area-3-h1 {
    text-align: center;
  }
  #area-3 .row {
    margin-left: auto;
    margin-right: auto;
  }
  #area-3 .row .col-4 {
    max-width: 100%;
  }
  #area-3 .row .col-4 a {
    margin: 0 auto;
  }
  #area-3 .row .col-4 a:hover {
    background: #eb889e;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  footer .row {
    margin-left: auto;
    margin-right: auto;
  }
  footer .row .col-about, footer .row .col-contact {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }
  footer .row .footer-body {
    padding: 0.65rem;
  }
  footer .copyright h1 {
    text-align: center;
  }
}
