body .font-paragraph {
  font-weight: lighter;
}
body .font-big-cover,
body .font-cover,
body .font-text-sp,
body .font-text,
body .font-scroll-down,
body .font-home,
body .font-header-item,
body .font-background-letter,
body .font-paragraph {
  font-family: "Raleway", serif;
}
body .block_title {
  font-weight: 600;
  font-size: 1.2em;
}

body.home .site-header {
  z-index: 99;
}

@media (max-width: 1250px) {
  .site-header .logo {
    left: 50px;
  }
}

.site-header .logo .nav-link {
  width: 50px;
  height: 50px;
}
.site-header .logo .nav-link svg, .site-header .logo .nav-link img {
  width: 100%;
  height: 100%;
  top: unset;
  transform: none;
}
.site-header .logo .nav-link.font-white svg {
  stroke: #FFF;
}
@media (hover: hover) {
  .site-header .logo .nav-link:hover svg {
    stroke: #BD0029;
  }
}

.site-header .menu-extended-container .nav-item {
  display: none;
}

.site-header .menu-extended-container .menu {
  display: block;
}

@media (max-width: 750px) {
  .site-header .menu-extended-container .menu .menu-letters {
    display: none;
  }
  .site-header .menu-extended-container .menu.menu-black .menu-icon.opened .stick {
    background-color: #BD0029;
  }
  .site-header.fv-colored .menu-extended-container .menu .menu-icon .stick {
    background-color: #000;
  }
  .site-header.fv-colored .menu-extended-container .menu.menu-black .menu-icon .stick {
    background-color: #FFF;
  }
}
@media (max-width: 500px) {
  .site-header.inverted-colors .menu-extended-container .menu .menu-icon .stick {
    background-color: #000;
  }
  .site-header.inverted-colors .menu-extended-container .menu.menu-black .menu-icon .stick {
    background-color: #FFF;
  }
}
body.home .menu-screen .menu-item._home a,
body.about-us .menu-screen .menu-item._aboutus a,
body.post-type-archive-projects .menu-screen .menu-item._projects a,
body.post-type-archive-media .menu-screen .menu-item._media a,
body.post-type-archive-careers .menu-screen .menu-item._careers a,
body.contact-us .menu-screen .menu-item._contactus a {
  pointer-events: none;
  color: #BD0029;
  border-bottom: 2px solid #BD0029;
}

.site-main {
  position: relative;
}

.site-footer.centered-wrapper {
  min-width: 700px;
  max-width: 1000px;
}
@media (max-width: 750px) {
  .site-footer.centered-wrapper {
    min-width: 0;
  }
}

.site-footer .top-part {
  font-family: "nooa", serif;
}
.site-footer .top-part .footer_contact {
  width: 100%;
  margin: 0 auto 40px;
}
.site-footer .top-part .footer_contact_address {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20%;
       column-gap: 20%;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .site-footer .top-part .footer_contact_address {
    flex-wrap: wrap;
    row-gap: 1em;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.site-footer .top-part .footer_contact_tel a {
  margin-bottom: 1em;
}
.site-footer .top-part .contact_address {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .site-footer .top-part .contact_address {
    flex-basis: 100%;
  }
}
.site-footer .top-part .footer_contact_tel {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.site-footer .top-part .footer_contact_tel a {
  display: block;
}
.site-footer .top-part .footer_contact_head {
  font-weight: 600;
  font-size: 1.2em;
}
.site-footer .top-part .footer_contact_txt span {
  display: inline-block;
}
.site-footer .top-part .social-container {
  display: block;
  margin: 0 auto;
}
.site-footer .top-part .social-container .content-wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10%;
       column-gap: 10%;
  margin: 0;
  padding-left: 0;
}
.site-footer .top-part .social-container .content-wrapper a {
  float: none;
  margin: 0;
  width: 40px;
  height: 40px;
}
.site-footer .top-part .social-container .content-wrapper a svg {
  width: 100%;
  height: 100%;
}

section.home-page .home-fv {
  width: 100%;
  height: 100vh;
  background-color: #EEE;
  position: relative;
  opacity: 0;
}
section.home-page .home-fv_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
section.home-page .home-fv_logo img {
  width: 58%;
  min-width: 600px;
  max-width: 1120px;
}
@media screen and (max-width: 750px) {
  section.home-page .home-fv_logo img {
    width: 75%;
    min-width: 300px;
    max-width: 600px;
  }
}
section.home-page .home-fv_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
section.home-page .home-fv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  section.home-page .home-fv_bg img {
    -o-object-position: calc(50% + 10px);
       object-position: calc(50% + 10px);
  }
}
section.home-page .home-fv_scroll-cover {
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
}
section.home-page .home-fv_scroll-cover .svg-container {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  margin: 0 auto;
}
section.home-page .home-fv_scroll-cover .svg-container svg {
  width: 100%;
  height: 100%;
}
section.home-page .home-section-1 {
  height: auto;
}
section.home-page .home-section-1_primary {
  height: 100vh;
  overflow: hidden;
}
section.home-page .home-section-1_primary .title-container {
  top: 20%;
}
section.home-page .home-section-1_primary .left-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-page .home-section-1_secondary {
  width: 50%;
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  section.home-page .home-section-1_secondary {
    width: 100%;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 550px) {
  section.home-page .home-section-1_secondary {
    margin-bottom: 85px;
  }
}
section.home-page .home-section-1_secondary .paragraph-with-line {
  width: 45%;
}
@media screen and (max-width: 1600px) {
  section.home-page .home-section-1_secondary .paragraph-with-line {
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  section.home-page .home-section-1_secondary .paragraph-with-line {
    width: 70%;
    margin: 0 auto;
  }
}
section.home-page .home-section-1_secondary .paragraph-with-line .font-paragraph {
  margin-bottom: 1em;
}
section.home-page .home-section-1_secondary .paragraph-with-line .font-paragraph span {
  font-size: 16px;
}
section.home-page .home-section-3 .title, section.home-page .home-section-5 .title {
  margin-bottom: 20px;
  white-space: nowrap;
}
section.home-page .home-section-3 .left-container .image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-page .home-section-4 img {
  width: 100%;
}
section.home-page .home-section-5 {
  overflow: hidden;
}
section.home-page .home-section-6 .paragraph-with-line {
  width: 60%;
  margin-left: 30%;
  margin-top: 200px;
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  section.home-page .home-section-6 .paragraph-with-line {
    margin-left: 10%;
  }
}
@media screen and (max-width: 750px) {
  section.home-page .home-section-6 .paragraph-with-line {
    width: 80%;
    margin: 0;
    left: 10%;
  }
}
section.home-page .home-section-6 .words-container {
  margin-bottom: 20px;
  text-align: left;
}
section.home-page .home-section-6 .image-container {
  position: relative;
  width: 60%;
  display: block;
  height: 100%;
  overflow: hidden;
}
section.home-page .home-section-6 .image-container .background-image {
  width: 100%;
}
section.home-page .home-section-6 .image-container .left-container {
  width: 83.3333333333%;
}

.section-about-us .about_person {
  width: 300px;
  position: absolute;
  font-family: "nooa";
}
.section-about-us .about_person_name {
  font-size: 28px;
  line-height: 2;
}
.section-about-us .about_person_position {
  font-size: 16px;
  line-height: 1.44;
}
.section-about-us .our-story-container .about_person {
  left: 50%;
  bottom: calc(100% + 10px);
}
@media screen and (max-width: 750px) {
  .section-about-us .our-story-container .about_person {
    left: 5%;
    bottom: calc(100% + 50vh + 10px);
  }
}
.section-about-us .our-values-container .about_person {
  right: 100%;
  top: 0;
}
@media screen and (max-width: 750px) {
  .section-about-us .our-values-container .about_person {
    right: unset;
    left: 5%;
    top: unset;
    bottom: calc(100% + 50vh + 10px);
  }
}
@media screen and (max-width: 750px) {
  .section-about-us .our-story-container, .section-about-us .our-values-container {
    padding-top: 135px;
  }
}

.section-careers .career_article {
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article {
    padding-bottom: 40px;
  }
}
.section-careers .career_article_head {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_head {
    padding: 40px 0;
  }
}
.section-careers .career_article_message {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_message {
    height: auto;
    margin-bottom: 40px;
  }
}
.section-careers .career_article_message ._message_photo {
  position: absolute;
  top: 0;
  left: 0px;
  width: 50%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_message ._message_photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 50vh;
  }
}
.section-careers .career_article_message ._message_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.section-careers .career_article_message ._message_text {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 2;
  float: right;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_message ._message_text {
    width: 100%;
    height: auto;
    transform: none !important;
    float: none;
  }
}
.section-careers .career_article_message ._message_text .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_message ._message_text .text-container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 70px 50px;
    box-sizing: border-box;
    transform: none;
  }
}
.section-careers .career_article_message ._message_title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(10%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .section-careers .career_article_message ._message_title {
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_message ._message_title {
    position: static;
    transform: none;
    padding-top: 50px;
    padding-left: 30px;
  }
}
.section-careers .career_article_description {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_description {
    width: 90%;
  }
}
.section-careers .career_article_description ._desc_head {
  text-align: center;
  margin-bottom: 1em;
}
.section-careers .career_article_description ._desc_head span {
  border-bottom: 1px solid;
}
.section-careers .career_article_description ._desc_dl {
  display: flex;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_description ._desc_dl {
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
.section-careers .career_article_description ._desc_dl dt {
  flex-basis: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_description ._desc_dl dt {
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
}
.section-careers .career_article_description ._desc_dl dd {
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_description ._desc_dl dd {
    flex-basis: 100%;
    padding-left: 1em;
  }
}
.section-careers .career_article_entry {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_entry {
    width: 90%;
    padding-top: 40px;
  }
}
.section-careers .career_article_entry ._entry_head {
  margin-bottom: 1em;
}
.section-careers .career_article_entry ._entry_head span {
  border-bottom: 1px solid;
}
.section-careers .career_article_entry ._entry_mail {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .section-careers .career_article_entry ._entry_mail {
    font-size: 16px;
  }
}

.section-media .media-intro .foto-container img {
  width: 100%;
}
.section-media .press-media-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.section-media .media_article {
  flex-basis: 30%;
}
@media screen and (max-width: 750px) {
  .section-media .media_article {
    flex-basis: 47.5%;
  }
}
@media screen and (max-width: 500px) {
  .section-media .media_article {
    flex-basis: 100%;
  }
}
.section-media .media_article_fig {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #666;
  position: relative;
}
.section-media .media_article_fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-media .media_article_fig ._fig_mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666;
  opacity: 0;
  transition: all ease 0.4s;
}
@media (hover: hover) {
  .section-media .media_article:hover .media_article_fig ._fig_mask {
    opacity: 0.5;
  }
}
.section-media .media_article_title {
  text-align: center;
}

.section-contact-us {
  height: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .section-contact-us {
    padding-bottom: 0;
  }
}
.section-contact-us .contact_head {
  width: 100%;
  height: 40vh;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .section-contact-us .contact_head {
    height: 20vh;
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
.section-contact-us .contact_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-contact-us .contact_content {
  background-color: #FFF;
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .section-contact-us .contact_content {
    padding: 30px 0;
  }
}
.section-contact-us .contact_form_table {
  width: 600px;
  margin: 0 auto 50px;
  font-family: "Raleway", serif;
  font-weight: lighter;
}
@media screen and (max-width: 750px) {
  .section-contact-us .contact_form_table {
    width: 100%;
  }
}
.section-contact-us .contact_form_table .smf-item__label {
  padding-top: 12px;
}
.section-contact-us .contact_form_table .label_required .smf-item__label {
  position: relative;
}
.section-contact-us .contact_form_table .label_required .smf-item__label::after {
  display: inline-block;
  background-color: #333;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  color: #FFF;
  position: absolute;
  top: 13px;
  right: 0;
  content: "Required";
}
@media screen and (max-width: 750px) {
  .section-contact-us .contact_form_table .label_required .smf-item__label::after {
    right: 0;
    top: 10px;
  }
}
.section-contact-us .contact_form_table input, .section-contact-us .contact_form_table textarea {
  width: 100%;
  box-sizing: border-box;
}
.section-contact-us .contact_form_table textarea {
  height: 20em;
  resize: none;
  line-height: 1.77;
}
.section-contact-us .contact_form_table .privacy_policy {
  align-items: center;
}
.section-contact-us .contact_form_table .privacy_policy .smf-item__label {
  padding-top: 0;
}
.section-contact-us .contact_form_table .privacy_policy .smf-item__label::after {
  top: 0;
}
.section-contact-us .contact_form_table .privacy_policy .smf-item__controls {
  display: flex;
  align-items: center;
}
.section-contact-us .contact_form_table .privacy_policy .smf-checkbox-control__control {
  margin-top: 0;
}
.section-contact-us .contact_form_table .privacy_policy .smf-checkbox-control__label {
  visibility: hidden;
  width: 0;
}
.section-contact-us .snow-monkey-form[data-screen=confirm] .smf-placeholder {
  padding-top: 12px;
}
@media screen and (max-width: 750px) {
  .section-contact-us .snow-monkey-form[data-screen=confirm] .smf-placeholder {
    padding-top: 0;
    padding-left: 12px;
  }
}
.section-contact-us .smf-item.priacy_policy {
  align-items: center;
}
.section-contact-us .smf-item.priacy_policy .smf-item__label {
  padding-top: 0;
}
.section-contact-us .smf-item.priacy_policy .smf-item__label::after {
  top: 0;
}
@media screen and (max-width: 750px) {
  .section-contact-us .smf-item.priacy_policy .smf-item__label::after {
    top: 10px;
  }
}
.section-contact-us .smf-item.priacy_policy .smf-checkbox-control {
  align-items: center;
}
.section-contact-us .smf-button-control .smf-button-control__control {
  background-image: none;
  border-radius: 2em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 0.5em 2em;
  font-family: "Raleway", serif;
  font-size: 16px;
  line-height: 2;
  transition: all ease 0.4s;
}
.section-contact-us .smf-button-control .smf-button-control__control[data-action=confirm], .section-contact-us .smf-button-control .smf-button-control__control[data-action=complete] {
  background-color: #000;
  color: #FFF;
}
.section-contact-us .smf-button-control .smf-button-control__control[data-action=back] {
  background-color: #EEE;
  color: #000;
}
@media (hover: hover) {
  .section-contact-us .smf-button-control .smf-button-control__control:hover {
    background-color: #FFF;
    color: #000;
    text-decoration: underline;
  }
}
.section-contact-us .smf-button-control input[type=submit]:disabled ~ .contact_form_submit {
  background-color: #CCC;
  pointer-events: none;
}
.section-contact-us .smf-button-control input[type=submit]:disabled ~ .contact_form_submit ._btn_txt {
  color: #000;
}
.section-contact-us .smf-button-control .wpcf7-spinner {
  position: absolute;
}
.section-contact-us .contact_form_privacyCheck {
  text-align: center;
}
.section-contact-us .contact_form_privacy {
  width: 600px;
  margin: 50px auto;
}
@media screen and (max-width: 750px) {
  .section-contact-us .contact_form_privacy {
    width: 100%;
  }
}
.section-contact-us .contact_form_privacyTxt {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .section-contact-us .contact_form_privacyTxt {
    font-size: 12px;
  }
}

.section-works .filter-container .filter {
  font-family: "nooa", serif;
}

.gallery-popup .popup-content .single-content .button-container {
  box-sizing: content-box;
}

.section-privacy-policy .privacy_head {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .section-privacy-policy .privacy_head {
    height: 40vh;
  }
}
.section-privacy-policy .privacy_inner {
  width: 90%;
  max-width: 1100px;
  min-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section-privacy-policy .privacy_inner {
    max-width: 700px;
    min-width: 345px;
  }
}
.section-privacy-policy .privacy_content p {
  line-height: 1.7;
  padding-left: 1em;
  margin-bottom: 1em;
}
.section-privacy-policy .privacy_content h2 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.section-privacy-policy .privacy_btns {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .section-privacy-policy .privacy_btns {
    margin-top: 50px;
  }
}/*# sourceMappingURL=naostyle.css.map */