*, :after, :before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

blockquote {
  border-left: .1875rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem .9375rem;
}

blockquote :last-child {
  margin-bottom: 0;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  color: #daa;
  cursor: pointer;
  height: 2.375rem;
  letter-spacing: .0625rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: .25rem;
  padding: 0 1.875rem;
  font-weight: 700;
  line-height: 2.375rem;
  text-decoration: none;
  display: inline-block;
}

.button:focus, .button:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  color: #daa;
  background-color: #000;
  border-color: #000;
  outline: 0;
}

.button[disabled], button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover, button[disabled]:focus, button[disabled]:hover, input[type="button"][disabled]:focus, input[type="button"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="reset"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled]:hover {
  background-color: #000;
  border-color: #000;
}

.button.button-outline, button.button-outline, input[type="button"].button-outline, input[type="reset"].button-outline, input[type="submit"].button-outline {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.button.button-outline:focus, .button.button-outline:hover, button.button-outline:focus, button.button-outline:hover, input[type="button"].button-outline:focus, input[type="button"].button-outline:hover, input[type="reset"].button-outline:focus, input[type="reset"].button-outline:hover, input[type="submit"].button-outline:focus, input[type="submit"].button-outline:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover, button.button-outline[disabled]:focus, button.button-outline[disabled]:hover, input[type="button"].button-outline[disabled]:focus, input[type="button"].button-outline[disabled]:hover, input[type="reset"].button-outline[disabled]:focus, input[type="reset"].button-outline[disabled]:hover, input[type="submit"].button-outline[disabled]:focus, input[type="submit"].button-outline[disabled]:hover {
  border-color: inherit;
  color: #000;
}

.button.button-clear, button.button-clear, input[type="button"].button-clear, input[type="reset"].button-clear, input[type="submit"].button-clear {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.button-clear:focus, .button.button-clear:hover, button.button-clear:focus, button.button-clear:hover, input[type="button"].button-clear:focus, input[type="button"].button-clear:hover, input[type="reset"].button-clear:focus, input[type="reset"].button-clear:hover, input[type="submit"].button-clear:focus, input[type="submit"].button-clear:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover, button.button-clear[disabled]:focus, button.button-clear[disabled]:hover, input[type="button"].button-clear[disabled]:focus, input[type="button"].button-clear[disabled]:hover, input[type="reset"].button-clear[disabled]:focus, input[type="reset"].button-clear[disabled]:hover, input[type="submit"].button-clear[disabled]:focus, input[type="submit"].button-clear[disabled]:hover {
  color: #000;
}

code {
  white-space: nowrap;
  background: #fff;
  border-radius: .25rem;
  margin: 0 .125rem;
  padding: .125rem .3125rem;
  font-size: 86%;
}

pre {
  background: #fff;
  border-left: .1875rem solid #000;
  overflow-y: hidden;
}

pre > code {
  white-space: pre;
  border-radius: 0;
  padding: .625rem .9375rem;
  display: block;
}

hr {
  border: 0;
  border-top: .0625rem solid #fff;
  margin: 1.875rem 0;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="week"], input:not([type]), textarea, select {
  -webkit-appearance: none;
  box-shadow: none;
  box-sizing: inherit;
  height: 2.375rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #000;
  border-radius: .25rem;
  padding: .375rem .625rem .4375rem;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #000;
  outline: 0;
}

select {
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23d1d1d1\" d=\"M0,0l6,8l6-8\"/></svg>") 100% no-repeat;
  padding-right: 3rem;
}

select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 8\" width=\"30\"><path fill=\"%23000000\" d=\"M0,0l6,8l6-8\"/></svg>");
}

select[multiple] {
  height: auto;
  background: none;
}

textarea {
  min-height: 7.5rem;
}

label, legend {
  margin-bottom: .3125rem;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
}

.label-inline {
  margin-left: .3125rem;
  font-weight: normal;
  display: inline-block;
}

a {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:focus, a:hover {
  color: #000;
}

dl, ol, ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
  margin: .9375rem 0 .9375rem 1.875rem;
  font-size: 90%;
}

ol {
  list-style: decimal inside;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.button, button, dd, dt, li {
  margin-bottom: .625rem;
}

fieldset, input, select, textarea {
  margin-bottom: .9375rem;
}

blockquote, dl, figure, form, ol, p, pre, table, ul {
  margin-bottom: 1.5625rem;
}

table {
  border-spacing: 0;
  text-align: left;
  width: 100%;
  display: block;
  overflow-x: auto;
}

td, th {
  border-bottom: .0625rem solid #e1e1e1;
  padding: .75rem .9375rem;
}

td:first-child, th:first-child {
  padding-left: 0;
}

td:last-child, th:last-child {
  padding-right: 0;
}

@media (min-width: 25rem) {
  table {
    overflow-x: initial;
    display: table;
  }
}

b, strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .0625rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 300;
}

h1 {
  font-size: 2.875rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}

h4 {
  letter-spacing: .05rem;
  font-size: 1.375rem;
  line-height: 1.35;
}

h5 {
  letter-spacing: .03125rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

h6 {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
  border-style: none;
  display: block;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

body {
  letter-spacing: .0625rem;
  color: #000;
  background-color: #dcadac;
  margin: 0;
  padding: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

html, body {
  height: 100%;
  margin: 0;
}

.rosepink {
  background-color: #dcadac;
}

.brown-light {
  background-color: #b09595;
}

.bgwhite {
  background-color: #fff;
}

.carret {
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 3.75rem .625rem 2.5rem;
}

.smallwidth {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}

.burger {
  width: 3.125rem;
  height: 3.125rem;
  z-index: 10;
  background-color: #fff;
  border: .125rem solid #000;
  position: fixed;
  top: .625rem;
  left: .625rem;
}

.burger span {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -.09375rem;
  margin-bottom: .5625rem;
  margin-left: -.6875rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.burger span, .burger span:before, .burger span:after {
  width: 1.375rem;
  height: .1875rem;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  background-color: #2a2a2a;
  outline: .0625rem solid rgba(0, 0, 0, 0);
  transition-property: background-color, transform;
  transition-duration: .3s;
  display: block;
}

.burger span:before, .burger span:after {
  content: "";
  position: absolute;
}

.burger span:before {
  top: -.5625rem;
}

.burger span:after {
  top: .5625rem;
}

.burger.clicked span {
  background-color: rgba(0, 0, 0, 0);
}

.burger.clicked span:before {
  transform: translateY(.5625rem)rotate(45deg);
}

.burger.clicked span:after {
  transform: translateY(-.5625rem)rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after {
  background-color: #000;
}

.burger:hover {
  cursor: pointer;
}

nav {
  z-index: 9;
  height: 100%;
  max-width: 18.75rem;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  background-color: rgba(0, 0, 0, .85);
  padding: 5rem 1.875rem 3.125rem 1.25rem;
  transition: transform .55s cubic-bezier(.785, .135, .15, .86);
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  transform: translateX(-100%);
}

nav.show {
  transform: translateX(0);
}

nav.show ul.main li {
  opacity: 1;
  transform: translateX(0);
}

nav.show ul.main li:first-child {
  transition-delay: .1s;
}

nav.show ul.main li:nth-child(2) {
  transition-delay: .2s;
}

nav.show ul.main li:nth-child(3) {
  transition-delay: .3s;
}

nav.show ul.main li:nth-child(4) {
  transition-delay: .4s;
}

nav.show ul.main li:nth-child(5) {
  transition-delay: .5s;
}

nav.show ul.main li:nth-child(6) {
  transition-delay: .6s;
}

nav.show ul.main li:nth-child(7) {
  transition-delay: .7s;
}

nav.show ul.main li:nth-child(8) {
  transition-delay: .8s;
}

nav ul.main {
  list-style-type: none;
}

nav ul.main li {
  text-align: center;
  opacity: 0;
  margin-bottom: .3125rem;
  transition: all .3s;
  transform: translateX(2.5rem);
}

nav ul.main li:last-of-type {
  margin-bottom: 0;
}

nav ul.main li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .3125rem;
  padding: .625rem 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

nav ul li.active a {
  color: #ffcaca;
}

.overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay.show {
  opacity: .3;
  visibility: visible;
}

header p {
  text-align: center;
  margin-top: 2.5rem;
}

body {
  font-size: .6875rem;
}

div.walking-img {
  background-image: url("../images/walking-bg.png");
  background-size: cover;
}

div.business-img {
  background-image: url("../images/business-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

div.support-img {
  background-image: url("../images/support-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

div.future-img {
  background-image: url("../images/future-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

div.recruit-img {
  background-image: url("../images/recruit-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

div.access-img {
  background-image: url("../images/access-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

div.contact-img {
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

div.walking img, div.business img {
  width: 90%;
  height: auto;
  margin: 0 5%;
}

.board p:last-child {
  margin-bottom: 0;
}

.board {
  background-color: #fff;
  border: .125rem solid #000;
  border-radius: .625rem;
  margin-bottom: -1.25rem;
  padding: 1.875rem .625rem;
}

.tittle-all {
  text-align: center;
  margin: 0;
  padding-bottom: 2.5rem;
  font-size: 1.875rem;
  font-weight: 400;
}

.subtitle-all {
  font-size: .875rem;
  font-weight: 700;
}

.txtcenter {
  text-align: center;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtleft-txtcenter {
  text-align: left;
}

hr.gap {
  height: 1.875rem;
  border: none;
  margin: 0;
}

.circle-bg:first-letter {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 0 .5625rem;
  font-size: 80%;
}

.txtborder {
  max-width: 25rem;
  border: .0625rem solid #000;
  margin: 0 auto;
  padding: .25rem .625rem;
  display: block;
}

.txtborder:not(:last-child) {
  margin-bottom: 1.25rem;
}

.the-recruit span {
  max-width: 10rem;
  border: .0625rem solid #000;
  border-radius: .3125rem;
  margin: 0 auto;
  padding: .625rem 0 .625rem 1.25rem;
  display: block;
}

.the-recruit span:not(:last-child) {
  margin-bottom: 1.5rem;
}

.the-recruit span:not(:last-child):after {
  content: "+";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.diagram {
  max-width: 31.25rem;
  width: 100%;
  margin: 0 auto;
}

.support-future dd {
  margin-left: 1.25rem;
}

.support-future dd:not(:last-child) {
  margin-bottom: 1.875rem;
}

.office-info {
  gap: .625rem;
  display: grid;
}

.office-content {
  border-left: .3125rem solid #a99;
  padding-left: .625rem;
}

.profile-img {
  max-width: 25rem;
  width: 70%;
  margin: 0 auto;
}

.profile h3 {
  margin: 0;
  padding: 0 0 1.25rem;
}

.contact form span {
  color: #fff;
  background-color: #533f3f;
  border-radius: .3125rem;
  padding: .125rem .625rem;
  font-size: 80%;
  position: relative;
  top: -10px;
  left: .625rem;
}

input:valid, textarea:valid {
  background-color: #e7c6c6;
}

input[type="submit"] {
  color: #daa;
  background-color: #000;
  border: none;
  margin: 0 auto;
}

.contact form span:before {
  content: "";
  width: 0;
  height: 0;
  border: .5rem solid rgba(0, 0, 0, 0);
  border-top: none;
  border-bottom-color: #533f3f;
  position: absolute;
  bottom: 100%;
  left: 1.5em;
}

#response div.popupmsg {
  text-align: center;
  z-index: 99;
  color: #fff;
  border-radius: .625rem;
  padding: 1.25rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#response div.popupmsg button#closeBtn {
  color: #000;
  background: #fcc;
}

#response div.popupmsg.error p span {
  color: red;
  font-size: 300%;
  font-weight: 700;
}

#response div.popupmsg.success p span {
  color: #00dcff;
  font-size: 300%;
  font-weight: 700;
}

#response {
  height: 100%;
  width: 100%;
  z-index: 90;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  background-color: rgba(0, 0, 0, .93);
  transition: transform .55s cubic-bezier(.785, .135, .15, .86);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

#response.show {
  transform: translateX(0);
}

.loader {
  width: 1.875rem;
  height: 1.875rem;
  border: .9375rem solid #ffcece;
  border-color: #ffcece #ff9191 #ca8888 #9b6b6b;
  border-radius: 50%;
  margin: 0 auto;
  animation: 1.5s linear infinite spin;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

footer {
  color: #533f3f;
  font-size: 80%;
}

footer h5 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.footer-grid {
  border-top: .0625rem solid #533f3f;
}

.left-footer, .right-footer {
  padding-top: 2.5rem;
}

@media (min-width: 20rem) {
  body {
    font-size: .75rem;
  }

  .tittle-all {
    padding-bottom: 3.125rem;
    font-size: 2.5rem;
  }

  .carret {
    padding: 3.75rem .625rem 3.125rem;
  }

  .board {
    margin-bottom: -1.875rem;
    padding: 2.5rem .625rem;
  }

  .subtitle-all {
    font-size: .9375rem;
  }

  hr.gap {
    height: 2.5rem;
  }

  .circle-bg:first-letter {
    padding: 0 .625rem;
  }

  .support-future dd:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 25rem) {
  body {
    font-size: .875rem;
  }

  .carret {
    padding: 5rem 1.25rem 3.75rem;
  }

  .burger {
    top: 1.25rem;
    left: 1.25rem;
  }

  .tittle-all {
    padding-bottom: 3.75rem;
    font-size: 3.125rem;
  }

  .board {
    margin-bottom: -2.5rem;
    padding: 3.125rem .625rem;
  }

  .subtitle-all {
    font-size: 1.125rem;
  }

  .circle-bg:first-letter {
    padding: 0 .875rem;
  }

  .support-future dd:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .support-future dd {
    margin-left: 1.875rem;
  }

  .office-info {
    margin-left: 5%;
  }

  .office-content {
    border-left: .625rem solid #a99;
    padding-left: .625rem;
  }
}

@media (min-width: 43.75rem) {
  .txtleft-txtcenter {
    text-align: center;
  }

  .form-firstname {
    grid-area: fn;
  }

  .form-lastname {
    grid-area: ln;
  }

  .form-email {
    grid-area: em;
  }

  .form-tel {
    grid-area: tel;
  }

  .form-messagetitle {
    grid-area: mt;
  }

  .form-message {
    grid-area: ms;
  }

  .grid-container {
    grid-template-areas: "fn fn fn ln ln ln"
                         "em em em tel tel tel"
                         "mt mt mt mt mt mt"
                         "ms ms ms ms ms ms";
    gap: 1.25rem;
    display: grid;
  }

  .footer-grid {
    grid-template-columns: auto auto;
    gap: 1.875rem;
    display: grid;
  }

  .right-footer {
    border-left: .0625rem solid #533f3f;
  }

  .left-footer, .right-footer {
    padding-left: 1.875rem;
  }
}

@media (min-width: 50rem) {
  body {
    font-size: 1rem;
  }

  .carret {
    padding: 5rem 1.25rem;
  }

  .tittle-all {
    padding-bottom: 5rem;
    font-size: 3.75rem;
  }

  .board {
    margin-bottom: -3.125rem;
    padding: 3.75rem .625rem;
  }

  .subtitle-all {
    font-size: 1.25rem;
  }

  .circle-bg:first-letter {
    padding: 0 1.125rem;
  }

  .office-info {
    grid-template-columns: auto auto;
    gap: 1.25rem;
    display: grid;
  }
}
