@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	padding-top: 90px;
}
.header.active{background-color:rgba(255,255,255,0.90)}
.header .header-logo{
	position: relative;
	background-image: url("https://qorise.jp/system_panel/uploads/images/logo2.svg");
	background-position: center center;
	background-size: 100% 100%;
}
.header .header-logo img{
	opacity: 0;
}
.menu-bt div{
	background-color: #181818;
}
.contact-container{
	display: none;
}
.contact-link{
	display: none;
}
.pagetitle2{
	background-image: url("https://qorise.jp/system_panel/uploads/images/pagetitle2_bg.jpg");
	background-position: center center;
	background-size: cover;
}
.pagetitle2 .en_title{
    font-family: 'Orbitron', 'Orbitron Medium', sans-serif;
	color: #CC2222;
	font-weight: 700;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

