@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
html {
  overflow-x: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: serif;
}

.hidden {
  display: none;
}

h4 {
  margin: 0;
  font-size: 2.5em;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.7);
}

h5,
h6 {
  font-size: 17px;
  color: #222728;
  margin: 0;
}

h6 {
  font-size: 30px;
}

p {
  margin: 5% auto;
  line-height: 1.3em;
  color: #818181;
  font-size: 1.1em;
}

.fade1 {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade1:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
} 

.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fadeOut {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeInTitle {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.fadeOutTitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.letter-spacing {
  letter-spacing: 1.2px;
}

.jp {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 0.8em;
}

.jp_1 {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 0.9em;
}

@media screen and (min-width: 1024px) {
  h6 {
    font-size: 32px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    margin: 3% auto;
    width: 85%;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1366px) {
  p {
    font-size: 1.3em;
  }
  .jp {
    font-size: 0.8em;
  }
  .jp_1 {
    font-size: 1em;
  }
}

@media screen and (min-width: 1960px) {
  p {
    font-size: 1.8em;
  }
  .jp {
    font-size: 1em;
  }
  .jp_1 {
    font-size: 1em;
  }
  h5,
  h6 {
    font-size: 34px;
  }
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header .header_box {
  background-color: #25413b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 86%;
}

.header h1 {
  position: absolute;
  top: 30%;
  left: 15%;
  padding: 0;
  margin: 0;
  color: white;
  font-size: 15vw;
  text-align: center;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.header h1 .gold {
  color: #927c0e;
}

.semi {
  position: absolute;
  top: 60%;
  left: 20%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  font-size: 5vw;
}

.semi .semi_quote {
  margin: 0;
  color: #faf9f9;
}

.semi .semi_insp {
  margin: 0;
  color: #faf9f9;
}

.semi .semi_insp .gold {
  color: #927c0e;
}

.header__wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.header__wrapper__logo {
  width: 40px;
  position: fixed;
  left: 1%;
  top: 0.3%;
  z-index: 100;
}

.header__wrapper .desktop {
  display: none;
}

.header__wrapper .mobile .fas,
.header__wrapper .nav_open .fas {
  font-size: 30px;
  color: #222728;
}

.header__wrapper .menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0%;
  right: 0%;
  z-index: 100;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin: 2%;
}

.header__wrapper .nav_open {
  display: none;
}

.header__wrapper .nav_open.active {
  display: block;
  font-size: 35px;
  color: #222728;
}

.header__wrapper .title.active {
  display: none;
}

.header__wrapper nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  -webkit-transform: translate(250px);
          transform: translate(250px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__wrapper nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 82%;
}

.header__wrapper nav li a {
  letter-spacing: 0.5em;
  text-decoration: none;
  color: #1a1919;
  position: relative;
  display: inline-block;
}

.header__wrapper nav li a::after {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 1px;
  left: 0;
  content: "";
  background: #927c0e8a;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__wrapper nav li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  z-index: -1;
}

.header__wrapper nav li {
  text-align: left;
  padding: 9px 1%;
  width: 100%;
}

.header__wrapper ul {
  list-style: none;
}

.header__wrapper .co {
  color: #5d5d5d;
  padding: 1%;
  padding-top: 5%;
}

.header__wrapper .co .co_mail {
  padding-top: 0.5%;
  font-size: 0.9em;
  color: #5d5d5d;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header__wrapper .co .co_mail::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #927c0e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__wrapper .co .co_mail:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .semi {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1024px) {
  .header .header_box {
    height: 90%;
  }
  .header__wrapper .mobile {
    display: none;
  }
  .header__wrapper .desktop {
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    cursor: pointer;
  }
  .header__wrapper .nav_open .fas {
    font-size: 36px;
  }
  .header__wrapper .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 50%;
    left: -1%;
    z-index: 100;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    margin: 2%;
  }
  .header__wrapper nav.open {
    width: 91%;
  }
}

@media screen and (max-width: 1366px) and (orientation: landscape) {
  .header .header_box .semi {
    top: 78%;
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 1366px) {
  .header .header_box .semi {
    top: 65%;
    font-size: 2vw;
  }
  .header__wrapper__logo {
    width: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .header .header_box .semi {
    top: 75%;
  }
}

@media screen and (min-width: 1960px) {
  .header .header_box .semi {
    top: 80%;
  }
}

.about {
  padding: 2% 5%;
}

.about .container {
  width: 100%;
}

.about .container .about_header {
  position: relative;
  width: 100%;
  background-image: url(../img/stockholm.jpg);
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.about .container .about_header h4 {
  position: absolute;
  left: 5%;
  top: 70%;
  z-index: 1;
}

.about .container .text {
  width: 100%;
  margin-top: 3%;
}

.about .container .text .left .left_container {
  width: 100%;
}

.about .container .text .left .left_container_raktfram {
  font-size: 1.5em;
  padding-left: 10px;
}

.about .container .text .left .left_container_raktfram strong {
  color: #927c0e;
}

.about .container .text .left .left_container_raktfram span {
  font-family: "Pinyon Script", cursive, "sans-serif";
  color: #000000b0;
}

.about .container .text .right {
  width: 100%;
}

.about .container .text .right .m_top {
  margin-top: 7%;
}

.about .jp_1 {
  line-height: 1.6em;
}

@media screen and (min-width: 1024px) {
  .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3%;
  }
  .text .left {
    width: 35%;
    position: relative;
  }
  .text .left .left_container {
    position: absolute;
    top: 19%;
    left: 7%;
    width: 100%;
  }
  .text .left .left_container_raktfram {
    font-size: 1.8em;
  }
  .text .right {
    width: 65%;
  }
}

@media screen and (max-width: 1366px) and (orientation: landscape) {
  .about .container .about_header h4 {
    position: absolute;
    left: 5%;
    top: 60%;
    font-size: 5vw;
    width: 50%;
  }
}

@media screen and (min-width: 1131px) {
  .about .container .text .left .co_mail {
    font-size: 2em;
  }
}

@media screen and (min-width: 1366px) {
  .about .container .about_header h4 {
    position: absolute;
    left: 5%;
    top: 60%;
    font-size: 5vw;
    width: 50%;
  }
  .about .container .text .left .left_container_raktfram {
    font-size: 2em;
  }
}

.service {
  padding: 3% 5%;
}

.service .container {
  width: 100%;
}

.service .container .service_left {
  background-image: url(../img/mac.jpg);
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.service .container .service_right {
  width: 100%;
  margin: 5% 0;
}

@media screen and (min-width: 1024px) {
  .service .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .service .container .service_left {
    width: 40%;
    height: 100vh;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .service .container .service_right {
    width: 60%;
  }
  .service .container .service_right h6 {
    padding: 0 10%;
  }
  .service .container .service_right h5 {
    padding: 0 10%;
  }
  .service .container .service_right p {
    width: 80%;
    margin: 3.5% auto;
  }
}

.section {
  position: relative;
  height: calc(100% - 15px);
}

.section .work_box {
  background-color: #4f5d5a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}

.section .work_box_bg {
  width: 83%;
  height: 62%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 3% auto;
}

.section .work_box_bg_text {
  color: white;
  position: absolute;
  top: 67%;
}

.section .work_box_bg_text_title {
  font-size: 1em;
  padding: 3% 0;
}

.section .work_box_bg_text_title::before {
  position: absolute;
  top: 0px;
  content: " ";
  height: 1px;
  width: 60px;
  background-color: #927c0e;
}

.section .work_box_bg_text_subText {
  font-size: 0.7em;
  font-family: "Montserrat", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

.section .work_box_bg_text_link {
  font-family: "Montserrat", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-size: 0.7em;
  border: 1px solid white;
  padding: 10px;
  text-decoration: none;
  color: white;
  position: absolute;
  left: 0px;
  bottom: -42px;
}

.section .work_box_bg_text_link:hover {
  background-color: white;
  color: #4f5d5a;
}

.section .work_box .rapport {
  background-image: url(../img/rapport.jpg);
}

.section .work_box .jfga {
  background-image: url(../img/jfga.jpg);
}

.section .work_box .sakura {
  background-image: url(../img/sakura.jpg);
}

.section .work_box .ca {
  background-image: url(../img/ca.jpg);
}

.section .work_box .rcfg {
  background-image: url(../img/rcfg.jpg);
}

.section .work_box .nyfiken {
  background-image: url(../img/nyfiken.jpg);
}

.section .work_box .jose {
  background-image: url(../img/jose2.jpg);
}

.section .work_box .aibon {
  background-image: url(../img/bonaibon.jpg);
}

.section .work_box .wangimation {
  background-image: url(../img/wangimationpage.jpg);
}

.work {
  padding: 2% 13%;
  text-align: right;
}

.work .the-arrow {
  cursor: pointer;
  width: 64px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.work .the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}

.work .the-arrow.-left > .shaft {
  width: 0;
  background-color: #5d5d5d;
}

.work .the-arrow.-left > .shaft:before, .work .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #5d5d5d;
}

.work .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.work .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.work .the-arrow.-right {
  top: 3px;
}

.work .the-arrow.-right > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.work .the-arrow.-right > .shaft:before, .work .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.work .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.work .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.work .the-arrow > .shaft {
  background-color: #5d5d5d;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}

.work .the-arrow > .shaft:before, .work .the-arrow > .shaft:after {
  background-color: #5d5d5d;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.work .the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.work .the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.work .animated-arrow {
  cursor: pointer;
  display: inline-block;
  color: #5d5d5d;
  font-size: 1.2em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.work .animated-arrow:hover {
  color: #222728;
}

.work .animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #222728;
}

.work .animated-arrow:hover > .the-arrow.-left > .shaft:before, .work .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #222728;
}

.work .animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.work .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.work .animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.work .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.work .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .work .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.work .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.work .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.work .animated-arrow > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.work .animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}

.work .animated-arrow > .main > .the-arrow {
  position: relative;
}

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
  /* fixes flickering in firefox*/
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
}

#pp-nav {
  position: fixed;
  z-index: 20;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

#pp-nav.right {
  right: 5%;
}

#pp-nav.left {
  left: 17px;
}

.pp-section.pp-table {
  display: table;
}

.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.pp-slidesNav.bottom {
  bottom: 17px;
}

.pp-slidesNav.top {
  top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.pp-slidesNav li {
  display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #927c0e;
}

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 2px;
  height: 11px;
  background: #b1b1b1;
  position: absolute;
  z-index: 1;
}

.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}

/*_______________
|               |
|    mobile     |
|    landscape  |
|_______________*/
@media screen and (min-width: 480px) and (orientation: landscape) {
  .section .work_box_bg {
    width: 87%;
    height: 90%;
    background-position: right;
    margin: 3% auto;
  }
  .section .work_box_bg_text {
    top: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 45%;
  }
}

@media screen and (min-width: 812px) and (orientation: landscape) {
  .section .work_box_bg {
    width: 78%;
  }
  .section .work_box_bg_text_title {
    padding: 15% 0 2%;
  }
  .section .work_box_bg_text_link {
    bottom: -65%;
  }
}

/*_______________
|               |
|    Desktop    |
|               |
|_______________*/
@media screen and (min-width: 1366px) {
  .section .work_box_bg {
    width: 80%;
  }
  .section .work_box_bg_text {
    width: 25%;
  }
}

@media screen and (min-width: 1960px) {
  .section .work_box_bg {
    width: 64%;
  }
}

.contact_box {
  background-color: #4c5b40;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 86%;
  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-sizing: border-box;
          box-sizing: border-box;
}

.contact_box_title {
  color: white;
  font-family: "Montserrat", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  text-align: center;
  position: relative;
  padding: 3% 0 0 0;
}

.contact_box .contact {
  width: 90%;
  height: 96%;
  margin: 0 auto;
  color: white;
}

.contact_box .contact_form {
  height: 100%;
}

.contact_box .contact .left {
  height: 100px;
}

.contact_box .contact .right {
  height: calc(100% - 119px);
}

.contact_box .contact label.error {
  width: 100%;
  text-align: right;
  display: inline-block;
  padding: 0;
  color: #b55f5f;
  font-size: 0.6em;
}

.contact_box .contact .btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.contact_box .contact .btn_container .type {
  padding: 10% 11%;
}

.contact_box .contact .button {
  border: 0.6px solid #fcf9f9;
  padding: 2% 4%;
  background-color: transparent;
  font-size: 0.95em;
  color: white;
  margin: 0 auto;
  display: block;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
}

.contact_box .contact .backTo {
  padding: 3.5%;
}

.contact_box .contact .result {
  color: #927c0e;
  font-size: 1.8em;
}

.contact_box .contact .result_message p {
  color: white;
  font-size: 1em;
}

.contact_box .contact a {
  text-decoration: none;
}

.group {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 3% 0;
}

.text_group {
  height: 78%;
}

label {
  position: absolute;
  top: 16.66667px;
  color: #927c0e;
  font: 200 13.88889px Roboto;
  cursor: text;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.label {
  top: 0.6px;
}

textarea,
.message {
  height: 90%;
}

.message {
  overflow-y: scroll;
}

input,
textarea,
.form {
  display: block;
  width: 100%;
  padding-top: 16.66667px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: white;
  font-size: 16.66667px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

input:valid ~ label,
textarea:valid ~ label,
.form:valid ~ label {
  top: 0;
  font: 400 12.5px Roboto;
  color: #927c0e;
}

input:focus,
textarea:focus,
.form:focus {
  outline: none;
  border-bottom-color: #927c0e;
}

input:focus ~ label,
textarea:focus ~ label,
.form:focus ~ label {
  top: 0;
  font: 400 12.5px Roboto;
  color: #927c0e;
}

input:focus ~ .bar:before,
textarea:focus ~ .bar:before,
.form:focus ~ .bar:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
.form:-webkit-autofill {
  -webkit-text-fill-color: white !important;
  background-color: #4c5b40 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 10000px #4c5b40 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.bar {
  background: white;
  content: "";
  width: 100%;
  height: 1.66667px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

.bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  background: #927c0e;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

::-moz-selection {
  background: rgba(146, 124, 14, 0.3);
}

::selection {
  background: rgba(146, 124, 14, 0.3);
}

/*_______________
|               |
|    mobile     |
|    landscape  |
|_______________*/
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .contact_box_title {
    margin-bottom: 2%;
  }
  .contact_box .contact {
    margin: 0 auto;
  }
  .contact_box .contact .button {
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }
  .contact_box .contact .backTo {
    padding: 1.7%;
  }
  .contact_box .contact #contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_box .contact textarea,
  .contact_box .contact .message {
    height: 80%;
  }
  .contact_box .contact .left {
    width: 50%;
    height: 100%;
  }
  .contact_box .contact .right {
    width: 50%;
    height: 100%;
  }
  .contact_box .contact .group {
    width: 90%;
  }
}

@media screen and (min-width: 1024px) {
  .contact_box_title {
    font-size: 2em;
  }
  .contact_box .contact {
    margin: 0 auto;
  }
  .contact_box .contact .result {
    width: 85%;
    margin: 0 auto;
  }
  .contact_box .contact .backTo {
    padding: 1.5%;
  }
  .contact_box .contact .right {
    height: calc(100% - 180px);
  }
  .contact_box #contact {
    width: 60%;
    margin: 0% auto;
  }
  .contact_box .button:hover {
    background: #927c0e;
    border-color: #927c0e;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
}

/*_______________
|               |
|    Desktop    |
|               |
|_______________*/
@media screen and (min-width: 1366px) {
  .contact_box .contact {
    margin: 0 auto;
  }
  .contact_box #contact {
    width: 50%;
    margin: 0% auto;
  }
}

.companyInf {
  padding: 8% 5%;
  background-color: #fbfafa;
  margin: 5% 0;
}

.companyInf b {
  color: #5a5959;
}

.companyInf span {
  display: block;
  padding-left: 3%;
}

.companyInf p {
  margin-bottom: 0;
}

.companyInf .container {
  width: 100%;
  background-color: #fbfafa;
  max-width: 1300px;
  margin: 0 auto;
}

.companyInf .companyInf_left {
  background-image: url(../img/comp.jpeg);
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.companyInf .companyInf_left .hq {
  display: block;
  padding-left: 3%;
  position: absolute;
  bottom: -19px;
  right: 0;
  color: #959696;
}

.companyInf .companyInf_right {
  margin-top: 3%;
}

.companyInf .company_container p {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .companyInf .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .companyInf .companyInf_left {
    width: 40%;
  }
  .companyInf .companyInf_right {
    width: 60%;
    margin-top: 0;
  }
  .companyInf .companyInf_right h6 {
    padding: 0 3%;
  }
  .companyInf .companyInf_right h5 {
    padding: 0 3%;
  }
  .companyInf .company_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyInf p {
    font-size: 1em;
  }
}

@media screen and (min-width: 1160px) {
  .companyInf .companyInf_left {
    width: 50%;
  }
  .companyInf .companyInf_right {
    width: 50%;
  }
}

footer div {
  font-size: 0.8em;
  color: #5d5d5d;
}

footer .copyright__work {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}

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

footer .footer__box div {
  width: 50%;
}

footer .copyright {
  text-align: center;
}
/*# sourceMappingURL=index.css.map */