@charset "UTF-8";
/* CSS Document */
*{  
	color: #1F1F1F;
	font-family: "a-otf-gothic-bbb-pr6n, sans-serif";
}
header{
	width: 100%;
	height: 100px;
	background-color: #0089B5;
    position: fixed;
	top: 0;
	z-index: 9999;
}
.menu{
	display: flex;
	align-items: center;
	width: 1016px;
	margin: 0 auto;
	
}
.rogo{
	padding: 0 50px 0 20px;
}

.menu-bilid,.menu-boka,.menu-performance{
		padding: 38px 30px ;
	border-left: 3px solid #006A93;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	position: relative;

}
.menu-performance{
	border-right: 3px solid #006A93;
}
.menu-contact{
	background-color: #FFF;
	color: #AD0303;
	padding: 15px 20px ;
	margin-left: 20px;
	display: inline-block;
	font-size: 20px;
	position: relative;
}
header ul li a::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
	




#toppege{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../imges/toppege.jpg")
    center / cover; 
}
#toppege2{
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.phone{
  position: absolute;
  top: 85%;
  left: 27%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.mail{
  position: absolute;
  top: 85%;
  left: 73%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}




#about{
	width: 1016px;
	margin:180px auto 0;
}

.about-bluetext{
	
	font-size: 30px;
	font-family:"a-otf-futo-go-b101-pr6n";
	padding-bottom: 17px;
	border-bottom: solid 3px #1589B4;
	width: 500px;
}
#about p{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.7;
}




.sikaku{
	width: 1016px;
	margin: 0 auto;
}
.blueback{
	width: auto;
	margin: 0 auto;
	margin-top: 100px;
	background-color:rgba(85,172,212,0.30) ;
	padding: 15px 0;
}
.blueback-text{
	width: 1016px;
	margin: 0 auto;
	font-size: 25px;
	font-family:"a-otf-futo-go-b101-pr6n";
}
.tri {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #AD0303;
  text-decoration: none;
	font-size: 27px;
	margin-top: 45px;
	font-weight: 900;
	font-family:"a-otf-futo-go-b101-pr6n";
	
}
.tri:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #AD0303;
  position: absolute;
  top: 40%;
  left: 0;
  margin-top: -6px;
}

.tri-yellow {
  position: relative;
  padding-left: 25px;
  color: #AD0303;
  text-decoration: none;
	font-size: 18px;
	margin-top: 20px;
}
.tri-yellow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #CFD600;
  position: absolute;
  top: 37%;
  left: 0;
  margin-top: -6px;
}

.about-cap-text{
	margin-top: 50px;
	font-size: 20px;
	line-height: 1.7
		
}

.about-cap-redtext{
	margin-top: 40px;
	padding-bottom: 7px;
	width: auto;
	border-bottom: solid 3px #AD0303;
	display: inline-block;
	font-size: 28px;
}
.about-cap-redtext span{
	color: #AD0303;
}

.about-con{
	width: 1016px;
	margin: 0 auto;
	padding-left: 50px;
}
.con{
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
	padding-bottom: 55px;
	border-bottom: solid 2px #F0F0F0;
    border-radius: 2px;
}
.con-head{
	padding-top: 26px;
	font-size: 25px;
}
.con-head>img{
	padding-right: 8px;
	padding-bottom: 4px;
}
.con-text{
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.8;
	width: 450px;
}

.con-right{
	position: relative;
}
.con-img{
	position: absolute;
	top: 38px;
    left: -340px;
}
.con-img2{
	position: absolute;
	top: 38px;
	 left: -445px;
}
.con-img3{
	position: absolute;
	top: 38px;
	 left: -340px;
}
.flow-item{
	margin-top: -40px;
	height:170px;
}
.flow-itemgrey{
background-color:#EAEAEA;	
	position: relative;
	height: 287px;
}
.greyimg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
	
}
.flow-itemgrey>.flow-top{
	padding-top: 45px;
}
.flow-itemtop{
	height: 420px;
	margin-bottom:60px; 
}
.flow-itemtop img{
	margin-top: 35px;
}
.contact-flowbox{
	position: relative;
}
.phoneimg{
	position: absolute;
	top: 95px;
	left: 70px;
}
.mailimg{
	position: absolute;
	top: 95px;
	left: 535px;
	
}
.flow-top{
	width: 1016px;
	margin: 60px auto 0;
}
.flow-top>p{
	font-family: mostra-nuova, sans-serif;
	font-size: 65px;
}
.flow-top-head{
	margin: 10px 0 20px;
    padding-left:  0.5em;
    border-left: solid 7px #0089B5;
	font-size: 25px;
	height: 25px;
}
.flow-top dd{
	font-size: 18px;
	line-height: 1.5;
}


#contact-bottom{
	background-color: #EAEAEA;
	height: 500px;
	margin-top: 100px;
}
.contact{
	width: 1016px;
	margin: 0 auto;
}
.contact>h2{
	text-align: center;
	padding-top: 110px;
}
.contact>p{
	margin: 35px 0 80px;
	text-align: center;
	font-size: 18px;
}
.contact-box{
	width: 865px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer{
	position: relative;
	background-color: #262626;
	height: 100px;
	display: flex;
}
.footer-box{
	width: 1016px;
	margin: 0 auto;
	display: flex;
}
.footer-group{
  display: flex;
	padding-top: 33px;
	

}
.footer-rogo{
	padding: 25px 80px 0 30px;
}
.footer-group li{
	color: #fff;
	border-left: solid 2px  #FFF;
	width: 170px;
	text-align: center;
	padding: 7px;
	position: relative;
	display: inline-block;
}
.footer-group  .footer-performance{
	width: 140px;
	border-right: solid 2px  #FFF;
}
.footer-group  a::after{
	position: absolute;
		 top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.footer-group .footer-contact{
	background-color: #FFF;
	color: #AD0303;
	width: 130px;
	margin-left: 40px;
}

.copy{
	position: absolute;
	color: #A8A8A8;
	left: 50%;
	top: 75px;
	font-size: 10px;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}



