html {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

h1 {
  font-size: 3rem;
  letter-spacing: 8px;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
  letter-spacing: 2px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

section {
  margin-top: 120px;
}

header {
  width: 100%;
  height: 96px;
  background-color: #05d686;
  -webkit-box-shadow: #999 0 5px 10px;
          box-shadow: #999 0 5px 10px;
  position: fixed;
  z-index: 999;
}

header a {
  color: #fff;
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}

header .header__logo {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__logo img {
  width: 100%;
}

header .show {
  display: block;
}

header .show ul {
  height: 96px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .show ul li {
  display: block;
  margin-left: 40px;
}

header #navbutton {
  display: none;
}

.display {
  width: 100%;
  height: 900px;
  padding-top: 96px;
  background-blend-mode: lighten;
  position: relative;
}

.display .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.display .subLogo {
  position: absolute;
  top: 0;
  left: 15%;
  bottom: 0;
  margin: auto;
}

.display__title {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-shadow: #777 0 5px 10px;
}

.display__title--small {
  font-size: 1.5rem;
}

main {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.thought {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #999;
  border-radius: 10px;
}

.thought h2 {
  color: #05d686;
}

.desc h2 {
  border-bottom: 1px solid #999;
}

.desc p {
  line-height: 2rem;
}

.menu__block {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 280px;
  margin-bottom: 64px;
  border: 1px solid #777;
}

.menu__block--text {
  width: 70%;
  padding: 32px 40px;
  position: relative;
}

.menu__block--text a {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  bottom: 24px;
  left: 40px;
  color: #fff;
  background: #05d686;
  border-radius: 4px;
}

.menu__block--text a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu__block--text a p {
  margin: 8px 16px;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column__block {
  width: 48%;
  position: relative;
}

.column__block a {
  display: block;
}

.column__block a img {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  width: 100%;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.column__block a h2 {
  color: #05d686;
  position: absolute;
  top: 24px;
  left: 40px;
}

.blog {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  border: 1px solid #999;
  padding: 24px 40px;
}

.blog h2 {
  color: #05d686;
}

.blog ul {
  padding: 0;
}

.blog ul li {
  list-style: none;
}

.blog a {
  display: block;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #999;
}

.blog a:hover {
  color: #05d686;
}

.blog a p {
  display: inline-block;
  margin: 24px auto 0;
}

.blog a p:first-child {
  width: 120px;
  margin-right: 24px;
}

.blog .blogButton {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  display: inline-block;
  width: auto;
  margin-top: 24px;
  background: #05d686;
  padding: 8px 16px;
  border-radius: 4px;
  color: #fff;
  border: none;
}

.blog .blogButton:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact a {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  border: 1px solid #999;
  display: block;
  padding: 24px 40px;
  width: 100%;
  color: #000;
}

.contact a h2 {
  color: #05d686;
}

.contact a:hover {
  background: #05d686;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  opacity: initial;
}

.contact a:hover h2 {
  color: #fff;
}

footer {
  margin-top: 120px;
  background: #05d686;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  padding-top: 24px;
}

footer .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  margin-top: 64px;
}

footer .footer__menu--block {
  margin-left: 32px;
  margin-bottom: 40px;
}

footer .footer__menu--block:nth-of-type(1), footer .footer__menu--block:nth-of-type(4) {
  width: 20%;
}

footer .footer__menu--block:nth-of-type(2), footer .footer__menu--block:nth-of-type(5) {
  width: 46%;
}

footer .footer__menu--block h3 {
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
}

footer .footer__menu--block ul {
  margin-top: 8px;
}

footer .footer__menu--block ul li {
  margin-bottom: 4px;
  text-indent: 1rem;
}

footer .copy {
  text-align: center;
  margin-top: 40px;
}

.mission {
  text-align: center;
}

.value {
  text-align: center;
}

.value h2 {
  margin-bottom: 48px;
}

.value__block {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  border: 1px solid #999;
  border-radius: 50%;
}

.value__block h3 {
  margin-bottom: 32px;
  color: #05d686;
}

.value__block p {
  margin: 4px auto;
}

.value__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.office {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  border: 1px solid #999;
  padding: 24px 40px;
}

.office h2 {
  color: #05d686;
  margin-bottom: 48px;
}

.office__block {
  margin-bottom: 96px;
}

.office__block h3 {
  border-bottom: 1px solid #999;
  margin-bottom: 24px;
}

.office__block--detail {
  margin-bottom: 48px;
}

.office__block--detail p {
  display: inline-block;
  margin: 4px 16px;
}

.business {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  border: 1px solid #999;
  padding: 24px 40px;
}

.business h2 {
  color: #05d686;
  margin-bottom: 48px;
}

.business table,
.business tr,
.business th {
  border: 1px solid #999;
}

.business table {
  width: 100%;
}

.business table ul {
  padding-left: 16px;
}

.business table th,
.business table td {
  padding: 16px 24px;
}

.business table th {
  text-align: left;
}

.support__menu {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.support__menu--text {
  position: relative;
}

.support__menu--text p {
  width: calc(1080px - 336px);
  padding: 0 24px;
}

.support__menu--text .button {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 24px;
  bottom: 40px;
  padding: 8px 24px;
  background-color: #fff;
  color: #fff;
  background: #05d686;
  border-radius: 20px;
}

.support__menu--text .button:hover {
  background-color: #05d686;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.support__menu--text .button span {
  display: inline-block;
  margin-left: 8px;
}

.support__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 96px;
}

.support__items--block {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  width: 48%;
  margin-bottom: 64px;
}

.support__items--block img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.support__items--block h3 {
  margin: 16px 24px 8px;
}

.support__items--block p {
  padding: 0 24px 8px;
}

.staff__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 120px;
}

.staff__items--block {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  width: 45%;
  border: 1px solid #999;
  position: relative;
  margin-bottom: 64px;
}

.staff__items--block img {
  width: 100%;
}

.staff__items--block .staffText {
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 0 0 10px 10px;
}

.staff__items--block .staffText h3 {
  font-weight: normal;
  font-size: 1.2rem;
}

.staff__items--block .staffText p {
  margin: 8px auto 0;
}

.step__block {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #777;
}

.step__block img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}

.step__block--text {
  width: 70%;
  padding: 32px 40px;
}

.step__block--text h2 {
  display: inline-block;
  padding: 4px 16px;
  font-weight: normal;
  background: #05d686;
  color: #fff;
  letter-spacing: 4px;
}

.step__block--text h2 span {
  margin-left: 16px;
  font-size: 1.5rem;
  letter-spacing: initial;
}

.step__arrow {
  width: 0;
  height: 0;
  border-top: 69.282px solid #05d686;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  margin: 64px auto;
}

.blogPage .button {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  display: inline-block;
  background: #05d686;
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
}

.blogPage .button:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blogPage__category {
  margin-top: 40px;
}

.blogPage__category--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #777;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 16px 24px;
  border-radius: 10px;
}

.blogPage__category--list li {
  margin: 16px 24px;
}

.blogPage__category--list .list-element {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  display: block;
  width: 100%;
  padding: 8px 32px;
  color: #333;
  border: 1px solid #777;
  border-radius: 32px;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.blogPage__category--list .list-element:hover {
  color: #fff;
  background: #05d686;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.blogPage__post {
  margin-top: 120px;
}

.blogPage__post--block {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
  border: 1px solid #777;
  margin-top: 40px;
  height: 240px;
}

.blogPage__post--block img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.blogPage__post--block .post-text {
  width: 70%;
  padding: 32px 40px;
}

.blogPage__post--block:hover {
  opacity: 0.7;
}

.flex-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.singlePage {
  margin: 0 24px;
}

.blogNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.blogNavi__block {
  margin: 0 16px;
}

.page-total {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  display: inline-block;
  padding: 8px;
  margin: 0 4px;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.7;
  color: #000;
}

.page-numbers {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  display: inline-block;
  padding: 8px;
  margin: 0 4px;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.7;
  color: #000;
}

.page-numbers:hover {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #05d686;
  border: none;
}

.current {
  opacity: 1;
  border: 1px solid #333;
}

.current:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  color: #000;
  background: #fff;
  border: 1px solid #333;
}

.contactPage__info {
  -webkit-box-shadow: #777 0 5px 10px;
          box-shadow: #777 0 5px 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 24px 0;
}

.contactPage__info table {
  margin: 24px auto;
  text-align: center;
}

.contactPage__info table th {
  font-size: 3rem;
}

.contactPage__info table th .fas {
  margin-right: 8px;
  font-size: 2.5rem;
  color: #05d686;
}

.contactPage__form {
  margin-top: 80px;
  width: 640px;
}

.contactPage__form h2 {
  width: 1080px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999;
}

.contactPage__form input[type="submit"] {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  display: block;
  width: 50%;
  padding: 8px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactPage__form input[type="submit"]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contactPage__form--block {
  width: 100%;
  margin-bottom: 32px;
}

.contactPage__form--block span {
  font-size: 0.8rem;
  color: red;
}

.contactPage__form--block input,
.contactPage__form--block textarea {
  display: block;
  width: 100%;
  padding: 8px;
}

.contactPage__form--block input {
  height: 40px;
}

.contactPage__form--block textarea {
  height: 400px;
}

@media screen and (max-width: 766px) {
  html {
    max-width: 766px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.618rem;
  }
  h3 {
    font-size: 1.414rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  section {
    margin-top: 96px;
  }
  header {
    max-width: 766px;
    height: 64px;
  }
  header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  header .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    padding-left: 24px;
  }
  header .show {
    display: none;
    position: fixed;
    margin-top: 64px;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  header .show ul {
    height: calc(100% - 96px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .show ul li {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  header .show ul li a {
    color: #333;
  }
  header #navbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    right: 24px;
    z-index: 200;
    color: #fff;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  header #navbutton:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  header #navbutton .menu-trigger {
    display: inline-block;
    position: relative;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header #navbutton .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header #navbutton .menu-trigger span:nth-of-type(1) {
    top: 15%;
  }
  header #navbutton .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  header #navbutton .menu-trigger span:nth-of-type(3) {
    top: 85%;
  }
  header #navbutton .active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  header #navbutton .active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    z-index: -1;
  }
  header #navbutton .active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
  }
  .display {
    height: 400px;
    padding-top: 64px;
  }
  .display .subLogo {
    display: none;
  }
  .display__title {
    padding-top: 96px;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: #777 0 5px 10px;
  }
  main {
    width: 95%;
  }
  .menu__block {
    display: block;
    height: auto;
  }
  .menu__block img {
    width: 100%;
    border-radius: 10px;
  }
  .menu__block--text {
    width: 100%;
    padding: 32px 24px;
  }
  .menu__block--text a {
    position: static;
    display: block;
    padding: 4px;
    text-align: center;
    color: #fff;
  }
  .menu__block:nth-of-type(2), .menu__block:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column {
    display: block;
  }
  .column__block {
    width: 100%;
    margin-bottom: 40px;
  }
  .column__block a h2 {
    left: 24px;
  }
  .blog {
    padding: 24px 24px 40px;
  }
  .blog ul li {
    margin-top: 24px;
  }
  .blog ul li a p {
    display: block;
    margin-top: 0;
  }
  .blog ul li a p:first-child {
    width: 100%;
    margin: 0;
  }
  .contact a {
    padding: 24px;
  }
  .contact a h2 {
    font-size: 1.414rem;
  }
  footer {
    margin-top: 96px;
  }
  footer .footer {
    display: block;
    width: 95%;
  }
  footer .footer__address {
    padding: 0 24px;
  }
  footer .footer__menu {
    display: block;
    width: 100%;
  }
  footer .footer__menu--block {
    margin: 32px auto;
    padding: 0 24px;
  }
  footer .footer__menu--block:nth-of-type(1), footer .footer__menu--block:nth-of-type(2), footer .footer__menu--block:nth-of-type(4), footer .footer__menu--block:nth-of-type(5) {
    width: 100%;
  }
  footer .copy {
    margin-top: 64px;
  }
  .value {
    width: 100%;
  }
  .value__block {
    width: 320px;
    height: 320px;
    margin-bottom: 24px;
  }
  .value__block h3 {
    margin-bottom: 16px;
  }
  .value__flex {
    display: block;
  }
  .office {
    padding: 24px;
  }
  .office__block {
    margin-bottom: 0;
  }
  .office p {
    display: block;
    margin: 4px 0;
  }
  .business {
    padding: 24px;
  }
  .business table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business table tr th {
    border: none;
    border-bottom: 1px dotted #999;
  }
  .support__menu {
    display: block;
  }
  .support__menu img {
    width: 100%;
    border-radius: 10px;
  }
  .support__menu--text {
    padding: 0 24px 24px;
  }
  .support__menu--text p {
    width: 100%;
    padding: 0;
  }
  .support__menu--text .button {
    display: block;
    position: static;
    margin: 16px 24px;
    padding: 8px 0;
    text-align: center;
  }
  .support__items {
    display: block;
  }
  .support__items--block {
    width: 100%;
    margin-bottom: 40px;
  }
  .step__block {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
  }
  .step__block:nth-of-type(4), .step__block:nth-of-type(8) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step__block img {
    width: 70%;
    margin: 0 auto;
  }
  .step__block--text {
    width: 100%;
    padding: 24px 24px 0;
  }
  .step__block--text h2 {
    display: block;
  }
  .staff__items {
    display: block;
    margin-top: 96px;
  }
  .staff__items--block {
    width: 100%;
  }
  .staff__items--block .staffText {
    position: static;
  }
  .staff__items--block .staffText p {
    margin-top: 16px;
  }
  .blogPage__category--list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blogPage__category--list li {
    margin: 16px 8px;
  }
  .blogPage__category--list .list-element {
    padding: 8px 24px;
  }
  .blogPage__post--block {
    display: block;
    height: 100%;
  }
  .blogPage__post--block img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blogPage__post--block .post-text {
    width: 100%;
  }
  .flex-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-pagination .button {
    text-align: center;
  }
  .flex-pagination .singlePage {
    margin: 16px 0;
  }
  .singlePage {
    margin: 0 24px;
  }
  .contactPage__info table th {
    font-size: 2.5rem;
  }
  .contactPage__form {
    width: 100%;
  }
  .contactPage__form h2 {
    width: 100%;
  }
  .contactPage__form input[type="submit"] {
    width: 95%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 767px) {
  html {
    width: 100%;
    max-width: 1000px;
  }
  p {
    line-height: 1.8rem;
  }
  header .header {
    width: 100%;
    max-width: 1000px;
  }
  header .header__logo {
    width: 60%;
    padding-left: 38px;
  }
  header .header .show {
    display: none;
    position: fixed;
    margin-top: 96px;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  header .header .show ul {
    height: calc(100% - 96px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header .show ul li {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
  }
  header .header .show ul li a {
    color: #333;
  }
  header .header #navbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    right: 38px;
    z-index: 200;
    color: #fff;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  header .header #navbutton:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  header .header #navbutton .menu-trigger {
    display: inline-block;
    position: relative;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .header #navbutton .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .header #navbutton .menu-trigger span:nth-of-type(1) {
    top: 15%;
  }
  header .header #navbutton .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  header .header #navbutton .menu-trigger span:nth-of-type(3) {
    top: 85%;
  }
  header .header #navbutton .active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  header .header #navbutton .active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    z-index: -1;
  }
  header .header #navbutton .active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
  }
  .display {
    height: 640px;
  }
  .display .subLogo {
    display: none;
  }
  .display__title {
    white-space: nowrap;
    left: 50%;
    padding-top: 96px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  main {
    width: 90%;
    max-width: 1000px;
  }
  .column h2 {
    font-size: 1.5rem;
  }
  .contact a {
    width: initial;
  }
  footer .footer {
    width: 90%;
    max-width: 1000px;
  }
  footer .footer__menu {
    margin-top: 96px;
  }
  footer .footer__menu--block {
    width: 44%;
    margin: 24px 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer__menu--block:nth-of-type(1), footer .footer__menu--block:nth-of-type(2), footer .footer__menu--block:nth-of-type(4), footer .footer__menu--block:nth-of-type(5) {
    width: 44%;
  }
  footer .footer__menu--block ul li {
    font-size: 0.8rem;
    margin-left: 16px;
    text-indent: 0;
  }
  .support__menu {
    display: block;
  }
  .support__menu img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .support__menu--text {
    padding: 8px 24px;
  }
  .support__menu--text p {
    width: 100%;
    padding: 0;
  }
  .support__menu--text .button {
    display: block;
    position: static;
    margin: 24px auto;
    text-align: center;
  }
  .staff__items {
    margin-top: 40px;
  }
  .staff__items--block .staffText {
    position: static;
  }
  .blogPage__post--block img {
    width: 40%;
  }
  .blogPage__post--block .post-text {
    width: 60%;
  }
  .contactPage__form {
    width: 100%;
  }
  .contactPage__form h2 {
    width: 100%;
  }
  .contactPage input[type="submit"] {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */