@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700&display=swap');

body{
	background-color: #1b2430;
    padding: 0;
}

a {
    color: #0808f9;
    text-decoration: underline;
}

.container-fluid{
	padding: 0;
	margin: 0;
}

.header{
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	min-height: 100vh
}
.header-bar{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
    font-style: normal;
}

.header-letter-min{
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 100%;
    right: 10px;
    font-size: 10px;
    margin-top:-30px;
    text-align: right;
}
.logo{
	min-width: 210px;
	width: 25%;
	margin-left: 30px;
	margin-top: 60px;
    cursor: pointer;
}
.logo-inv{
	min-width: 210px;
	width: 15%;
}
.header-bar-title{
	margin-left: 60px;
	font-size: 4vw;
	font-weight: 700;
	color: #fff;
}

.header-bar-subtitle{
	margin-left: 60px;
	font-size: 3vw;
	color: #fff;
}

.row{
	margin: 0
}

.col-fix{
	padding: 0;
	margin: 0;
}

.text-logo{
	min-width: 180px;
	width: 25%;
	margin-left: 30px;
	margin-top: 30px;
	max-width: 250px;
}

.letter{
	font-size: 32px;
	font-weight: 700;
	color: #3c424a;
}

.simple-text{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
}

.in-logo{
	width: 60px;
	margin-left: -20px;
}

.footerbutton{
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: bolder;
}
.footerbutton:active{
    font-weight: bold;
}
.footerbutton:hover{
    font-weight: bold;
}
.menubutton{
    margin-bottom: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 2vw;
    margin-bottom: 10px;
}
.menubutton:hover{
    font-weight: bold;
}
.gradientBg{	
	margin-top: 60px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.59)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.middle-content{
    background-color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2vw;
    color: #59b0ff;
}
.menu-icon{
    position: absolute;
    top: 60px;
    right: 50px;
    cursor: pointer;
    z-index: 1001;
}
#menu-overlay{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background-color: #1b2430;
  display: none;
  text-align: center;
  color: #FFF;
}
.menu-btn-close{
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 60px;
    margin-right: 60px;
    font-size: 30px;
    font-weight: bold;
}


ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
ul li:before { 
    content: "";
    border-color: transparent #0808f9;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
label{
    font-weight: normal;
}
.form-control{
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #003F85;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    box-shadow: none;
    border-radius: 0;
    color: #003F85;
}
.service-img {
    width: 100%;
}
.service-title {
    text-align: left;
    font-size: 2vw;
    font-weight: bold;
}
.service-sub-title{
    text-align: left;
    font-size: 1.5vw;
    font-weight: bold;
}
.service-description {
    font-size: 1.5vw;
    text-align: left;
    color: #3b4656;
}
.btn-more-info {
    background-color: transparent;
    border: 0;
    display: block;
    color: #1b2430;
    font-size: 16px;
}
.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.contact_error {
    color: red;
    font-size: 16px;
    display: none;
}
.ul-list{
    text-align: left;
    font-size: 1.5vw;
    color: #003F85;
}
.partnerLink:hover{
    opacity: 0.5
}
@media (max-width: 1200px) {
  .letter {
    display: block;
    text-align: center;
  }
  .simple-text {
    text-align: center;
  }
  .in-logo {
    margin-left: 0;
  }
  .social-link{
    text-align: center;
  }
  .ul-list {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media (max-width: 800px) {
  .menubutton{
    font-size: 18px;
  }
  .middle-content {
    padding: 20px;
    font-size: 16px;
  }
  .service-title {
    font-size: 16px;
  }
  .service-description {
    font-size: 14px;
  }
  .btn-more-info {
    margin-top: 20px;
  }
  .service-sub-title {
    font-size: 14px;
  }
  .ul-list {
    font-size: 16px;
  }
   .header-letter-min{   
    margin-top: 25px;  
  }
}
@media (max-width: 520px) {
  .header-bar-title {
    font-size: 18px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .header-bar-subtitle {
    font-size: 16px;
    margin-right: 20px;
    margin-left: 20px;
  }  
  .letter {
    display: block;
    text-align: center;
  }
  .simple-text {
    text-align: center;
  }
  .in-logo {
    margin-left: 0;
  }
  .social-link{
    text-align: center;
  }
  .ul-list {
    font-size: 14px;
  } 
}
@media (max-width: 360px) {
    .menu-icon{
        top: 20px;
        right: 20px;
    }
    .menu-btn-close {    
        margin-top: 20px;
        margin-right: 30px;
    }
}