/*!
Theme Name: maas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: bold;
  background: white;
}

:root {
  --color1: #313131;
  --color2:#000000;
  --color3:#fafafa;
  --font-large: 42px;
  --font-normal:30px;	
  --font-small: 20px;
  --font-ssmall: 16px;	
  --line1: 2;
  --line2: 1.5;
}
h1{}
h2{
    font-size: var(--font-large);
    line-height: var(--line2);
    color: #003691;
}
h3{}
p,a{
    font-size: var(--font-small);
    line-height: var(--line1);
}
span{
}
.maasbox{
    color: #004ca1;
}
.textmin{
    text-align: right;
    width: 90%;
    margin-top: 30px;
    font-size: var(--font-small);
    letter-spacing: 1px;
}
.small{
    font-size: var(--font-ssmall);
    padding-right: 10px;
    position: relative;
    top: -1px;
}
.site-header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  height: 4vw;
  align-items: flex-start;
  top: 1vw;
  background: #00000000;
  mix-blend-mode: revert;
  }
  
.logo{top: 12px;left: 12px;position: fixed;z-index: 9999;}

.logo img {
  min-width: 100px;
  height: 8vw;
  max-height: 50px;
}
.main-nav{
    margin-right: 20px;
    margin-top: 20px;
}


.main-nav a {
  color: #000000;
  font-size: 2vw;
  text-decoration: none;
  margin-right: 1rem;
}



.main-nav {
  position: relative;
}


.hamburger {
  font-size: 24px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.menu {
  display: flex;
  gap: 0px;
}

.menu li {
  list-style: none;
}

.menu a {
  text-decoration: none;
  color: #000000;
  font-size: 1.8vw;
}


.section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#top{z-index:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spacer {
z-index:1;
}
#message {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgb(255 255 255 / 0%) 20%, rgb(255 255 255) 50%, rgb(255 255 255));
}

#profile {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

#business {
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f2f2f;
}

#contact {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}


#top #bg-video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}


.logo-center {
    width: 100%;
    text-align: center;
    height: auto;
    background: #ffffff7a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 0vw;
}
.logo-center img {
  min-width: 200px;
  max-width: 500px;
  width: 30vw;
}

.white-bg {background-image: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 10%, rgb(255 255 255));}

.bg-image {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  opacity: 0.5;
}


.spacer {
  height: 100vh;
z-index:2;	
  background-color: transparent;
}

.container {
  display: flex;
  justify-content: center; 
  height: 100%;          
}

.container img {
  max-width: 100%; 
  height: auto;
}


.top-arrow{
    position: fixed;
    top: 20vw;
    height: 10vw;
    right:-100vw;
    width: 100vw;
    z-index: 6;
    position: fixed;
    top: 120px;
    right: -100vw;
    width: 100vw;
    z-index: 5;
    height: 5vw;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0%) 4%, rgb(0 76 161) 50%, rgb(0 76 161));
}

.top-arrow img{height: 100%;}
.arrowlogo{
    position: absolute;
    width: 32%;
    margin-top: 0.51%;
    max-height: 4vw;
    left: 8%;
}
.bottom-arrow{
    position: fixed;
    bottom: 70px;
    width: 30vw;
    right: -100vw;
    z-index: 6;
    height: 5vw;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0%) 40%, rgb(0 76 161) 50%, rgb(0 76 161));
}
.bottom-arrow img{height: 100%;}

.top-arrow,
.bottom-arrow {
  transition: right 2s ease;
}

.top-arrow img {
  transition: opacity 2s ease;
}


.top-arrow.active,
.bottom-arrow.active {
  right: 0; 
}

.top-arrow img.arrowlogo.active {
  opacity: 1;
}


.sectioncenter-right{
    width: 100%;
    height: 100vw;
    display: flex;
    padding: 5vw 5vw;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.sectioncenter-right  div.bottom-text{/* background: #004ca2; */border-radius: 14px;margin-top: 20px;padding: 20px;}
.sectioncenter-right  div.bottom-text p{
    font-size: var(--font-ssmall);
    color: var(--color3);
    line-height: var(--line2);
}
.sectioncenter {
    width: 50%;
    height: 80vw;
    text-align: left;
    background: #ffffff00;
    display: flex;
    padding: 2vw 0vw;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.sectioncenter-right div{
    text-align: left;
    width: 50%;
    color: white;
}
.sectioncenter-right div p{
    font-size: var(--font-normal);
    line-height: 2;
}
form  .table-container {
    display: inline;
    gap: 10px;
    align-items: start;
}
form  .table-container input.wpcf7-submit{
    width: 100%;
    color: white;
    background: #003691;
    height: 30px;
}

 .table-container {
            display: grid;
            grid-template-columns: 1fr 4fr;
            gap: 10px;
        }
        .table-container div {
            font-size: var(--font-small);
        }
        .table-container div:nth-child(2n) {
            text-align: left;
        }
        .table-container div:last-child {
            border-bottom: none;
        }

 .table-container a{
    text-decoration: unset;
    color: black;
}
@media screen and (min-width: 768px) and (orientation: landscape) {


.sectioncenter-right div{
    text-align: left;
    width: 50%;
}	
.site-header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  height: 4vw;
  align-items: flex-start;
  top: 1vw;
  background: #00000000;
  mix-blend-mode: revert;
  }
	.menu a{color:black;}
  .main-nav ul {
  list-style: none;
  display: flex;
  gap: 1em;
	}
.logo{top: 20px;left: 20px;position: fixed;z-index: 99999;}

.logo img {
  min-width: 100px; 
  height: 8vw;
  max-height: 50px;
}
	



#top #bg-video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}


.logo-center {
    width: 100%;
    text-align: center;
    height: auto;
    background: #ffffff7a;
    display: flex;
    justify-content: center; 
    align-items: center;
    padding: 60px 0vw;
}
.logo-center img {
  min-width: 200px;
  max-width: 500px;
  width: 30vw;
}



.bg-image {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}


.spacer {
  height: 100vh;
z-index:2;	
  background-color: transparent;
}

.container {
  display: flex;
  justify-content: center; 
  align-items: center;   
  height: 100%;       
}

.container img {
  max-width: 100%;
  height: auto;
}


.top-arrow{
    position: fixed;
    top: 120px;
    right:-100vw;
    width: 100vw;
    z-index: 5;
    height: 5vw;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0%)4%, rgb(0 76 161)50%, rgb(0 76 161));
}

.top-arrow img{height: 100%;position: absolute;}
.arrowlogo{
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 32%;
    margin-top: 1%;
    max-height: 4vw;
    left: 8%;
    transition: opacity 0.5s ease;
}
.bottom-arrow{
    position: fixed;
    bottom: 70px;
    height: unset;
    right:-100vw;
    width: 30vw;
    z-index: 5;
    height: 5vw;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0%) 40%, rgb(0 76 161) 50%, rgb(0 76 161));
}
.bottom-arrow img{height: 100%;}

.top-arrow,
.bottom-arrow {
  transition: right 2s ease;
}

.top-arrow img {
  transition: opacity 2s ease;
}

.top-arrow.active,
.bottom-arrow.active {
  right: 0;
}

.top-arrow img.arrowlogo.active {
  opacity: 1;
  width: 32%;
  margin-top: 0.5vw;
}


	
	.sectioncenter table{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
		.sectioncenter table tr{
    text-align: left;
}
	.white-bg {background: white;}
.sectioncenter h2{margin-top: 100px;}	
.sectioncenter-right {
    width: 80%;
    text-align: center;
    height: auto;
    display: flex;
    padding: 2vw 0vw;
    align-items: flex-end;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
}
.sectioncenter-right p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    padding-right: 20px;
    letter-spacing: 2px;
    color: white;
}
	.wpcf7-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 0px;
    background-color: unset;
    box-shadow: unset;
}
	form .table-container {
    display: grid;
    gap: 10px;
    align-items: start;
    width: 750px;
}
form .table-container div p{
    font-size: var(--font-ssmall);
}
}



@media screen and (max-width: 767px) and (orientation: portrait) {
:root {
  --color1: #313131;
  --color2:#000000;
  --color3:#fafafa;
  --font-large:20px;
  --font-normal:16px;
  --font-small:12px;
  --font-ssmall: 10px;
  --line1:2;
  --line2: 1.5;
}
.site-header {
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
    height: 53px;
    align-items: flex-start;
    top: 0;
    background: #ffffff;
    mix-blend-mode: revert;
}
	.sectioncenter {
    width: 90%;
    text-align: left;
    height: 70vh;
    max-height: 70vh;
    display: flex;
    padding: 5vw 5vw;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}
	.hamburger {
    display: block; 
    font-size: 10vw;
    line-height: 0;
  }


  .menu {
  display: none;
    flex-direction: column;
    justify-content: center;   
    gap: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    z-index: 9;
    text-align: center;
  }

  .menu.active {
    display: flex;
  }
.menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: var(--font-large);
}
  .hamburger.active {
    content: 'Ãƒâ€”';
    font-size: 24px;
    color: white;
    z-index: 10000;
    position: relative;
  }
	
	.top-arrow{
    position: fixed;
    top: 15vw;
    right:-100vw;
    width: 100vw;
    z-index: 6;
    height: 10vw;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0%)20%, rgb(0 76 161)50%, rgb(0 76 161));
}

.top-arrow img{height: 100%;position: absolute;}
.arrowlogo{
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 32%;
    margin-top: 1%;
    max-height: 9vw;
    left: 10%;
    transition: opacity 0.5s ease;
}
.bottom-arrow{
    position: fixed;
    bottom: 10vw;
    height: unset;
    right:-100vw;
    width: 30vw;
    z-index: 6;
    height: 9vw;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0%) 70%, rgb(0 76 161) 50%, rgb(0 76 161));
}
.bottom-arrow img{height: 100%;}

.top-arrow,
.bottom-arrow {
  transition: right 2s ease;
}

.top-arrow img {
  transition: opacity 2s ease;
}

.top-arrow.active,
.bottom-arrow.active {
  right: 0;
}

.top-arrow img.arrowlogo.active {
  opacity: 1;
  width: 32%;
  margin-top: 0.5vw;
}
.sectioncenter-right{
    justify-content: flex-end;
    width: 100%;
    text-align: center;
    height: auto;
    display: flex;
    padding: 2vw 0vw;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}	
.sectioncenter-right div{
    text-align: left;
    width: 70%;
}	
.sectioncenter-right div p{
    font-size: var(--font-large);
    letter-spacing: 1px;
}	
.sectioncenter-right div.bottom-text {
    border-radius: 5px;
    margin-top: 20px;
    padding: 8px;
}
.sectioncenter-right div.bottom-text p {
    font-size: var(--font-ssmall);
    color: var(--color3);
    line-height: 1.5;
}	
.textmin {
    text-align: right;
    width: 90%;
    margin-top: 20px;
    font-size: 10px;
}
}








