@charset "utf-8";
/*
 01.main
 02.Loginarea
 03.Top Service
 04.Top magazine
*/
/*====================================
	01.main
====================================*/
.main{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 0;
	padding-top: 56.2%;
	letter-spacing: 5px;
	text-align: center;
	overflow: hidden;
	background: rgba(0,120,162,0.35);
}
.main .main_txt{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -16% auto 0;
	color: #fff;
}
.main .main_txt h2{
	margin-bottom: 5rem;
	font-size: 9rem;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 115%;
}
.main .main_txt p{
	font-size: 3rem;
	font-weight: bold;
}
.main .main_txt .main_btn {
  margin: 0 auto;
  margin-top: 5rem;
  position: relative;
  z-index: 1000;
  width: 40px;
}
.main_movie{
	width: 100%;
	height: 100%;
}
.main div.main_movie img,
.main video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1400px) {

	.main .main_txt{
		margin: -18% auto 0;
	}
}

/*====================================
	02.Loginarea
====================================*/
.loginarea{
	position: absolute;
	top: 30%;
	right: 0;
	letter-spacing: 1px;
	text-align: left;
}
.loginarea .box{
	position: relative;
	width: 280px;
	margin-bottom: 2.5rem;
	font-size: 1.4rem;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
	        box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
}
.loginarea .tit{
	position: relative;
	height: 40px;
	padding-left: 4.5rem;
	line-height: 40px;
	color: #0F78A0;
	font-weight: bold;
}
.loginarea .tit.open{
	border-radius: 19px 0 0 0;
}
.loginarea .tit:after{
	position: absolute;
	top: 50%;
	right: 30px;
	content:'';
	width: 8px;
	height: 6px;
	margin: -3px 0 0 0;
	background: url(../img/common/acc_open_bl.png) no-repeat;
}
.loginarea .tit.open:after{
	background: url(../img/common/acc_close_bl.png) no-repeat;
}
.loginarea .system .tit:after{
	background: url(../img/common/acc_open_wh.png) no-repeat;
}
.loginarea .system .tit.open:after{
	background: url(../img/common/acc_close_wh.png) no-repeat;
}
.loginarea .inner{
	position: relative;
	background: #fff;
	padding: 1.5rem 2rem 2.5rem 2rem;
}
.main .login_parts .btn a{
	width: 240px;
}
.landport_bnr {
  width: 355px;
  position: absolute;
  right: 0;
}
.landport_bnr a {
  display: block;
}
.sp_only {
    display: none;
}
/*====================================
	03.Top Service
====================================*/
#service{
	top: -7rem;
	margin: 0 auto -7rem;
}

/*====================================
	04.Top magazine
====================================*/
.top_magazine{
	padding-bottom: 3.5rem;
}


@media screen and (max-width: 767px) {
/*====================================
	01.main
====================================*/
.main{
	padding-top: 6rem;
	height: 540px;
}
.main .main_txt{
	top: 6rem;
	margin: 0;
	padding-top: 5.5rem;
}
.main .main_txt h2{
	font-size: 4rem;
	line-height: 130%;
	display: inline;
}
.main .main_txt p{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 170%;
	margin-top: 2.5rem;
}
.main .main_txt .main_btn{
	display: none;
}
.main video {
	width: auto;
	height: 100%;
	left: -84%;
}
#service .landport_bnr {
	position: relative;
  width: 91%;
  text-align: center;
  margin: 0 auto 10px;
}
.sp_only {
    display: block;
}
/*====================================
	02.Loginarea
====================================*/
.loginarea{
	display: none;
}
/*====================================
	03.Top Service
====================================*/
#service{
	top: -13.7rem;
	margin: 0 auto -13.7rem;
}
/*====================================
	04.Top magazine
====================================*/
.top_magazine{
	padding-bottom: 2rem;
}

}



/*移設*/
h3.h3_tateru{line-height: 1.5em !important;padding: 1em 0 0.5em !important;}
@media (max-width: 767px) { 
h3.h3_tateru{line-height: 1.3 !important;padding-top: 0.8em !important;}
}	

.page_about { margin-top: 60px; }
.page_about .motto {
	position: relative;
	z-index: 1;
	width: 80%;
	margin: 3rem auto 0;
	padding: 2rem 0;
	background: #fff;
	text-align: center; 
	border-radius: 20px;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.04);
}	
.page_about .motto a { color: #0078A2; }

@media (max-width: 767px) { 
	.page_about .motto {
		text-align: left;
		margin: 0;
		padding: 2rem 1.5rem;
		width: auto;
		line-height: 200%;
		box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.06);
	}	
}


