@charset "utf-8";

@import url("/common/css/common.css");

/* --------------------------------------------------------------------------------------
 トップ
--------------------------------------------------------------------------------------- */

#ctArea .main {
	background: url(../../img/bg_main01.jpg) no-repeat center top #000;
	background-size: 100%;
	text-align: center;
	color: #fff;
}
#ctArea .main .mainBox {
	display: table;
	width: 100%;
	height: 808px;
}
#ctArea .main h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 233.3%;
	font-weight: bold;
	text-shadow: 0 0 30px rgba(0,0,0,.6);
}
#ctArea .main h2 br {
	display: none;
}
#ctArea .main h2 span {
	display: block;
	font-size: 71.4%;
	font-weight: normal;
	font-style: italic;
}
#ctArea .main .lead {
	padding: 108px 0 74px;
}
#ctArea .main .lead h3 {
	font-size: 183.3%;
	font-weight: bold;
}
#ctArea .main .lead h3 br {
	display: none;
}
#ctArea .main .lead p {
	margin: 21px 0 0;
	line-height: 2.31;
	font-size: 108.3%;
}
#ctArea .main .lead .btn {
	margin: 36px 34.17% 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#ctArea .main .lead .btn a {
	display: block;
	padding: 18px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
#ctArea .main .lead .btn a > span {
	display: block;
	background: url(../img/ico_arw_btn01.png) no-repeat right center;
}
#ctArea .main .lead .btn a span span {
	padding: 0 0 0 1em;
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
}

@media screen and (max-width: 1400px) {
#ctArea .main {
	background-size: auto;
}
#ctArea .main .mainBox {
	height: 723px;
	padding: 80px 0 0;
}
}

@media screen and (max-width: 1024px) {
#ctArea .main {
	background-size: 125%;
}
#ctArea .main .mainBox {
	height: 590px;
}
}

@media screen and (max-width: 980px) {
#ctArea .main .mainBox {
	height: 443px;
	padding: 103px 0 0;
}
#ctArea .main h2 {
	padding: 0 7.29%;
	font-size: 183.3%;
}
#ctArea .main .lead h3 {
	margin: 0 7.29%;
	font-size: 150%;
}
#ctArea .main .lead h3 br {
	display: inline; /* ie */
	display: initial;
}
#ctArea .main .lead p {
	margin: 21px 7.29% 0;
}
#ctArea .main .lead .btn {
	margin: 36px 30.21% 0;
	font-size: 13px;
}
}

@media screen and (max-width: 640px) {
#ctArea .main {
	background: none #000;
	background-size: 100%;
	text-align: center;
	color: #fff;
}
#ctArea .main .mainBox {
	height: auto;
	padding: 0;
}
#ctArea .main h2 {
	position: relative;
	font-size: 133.3%;
	text-shadow: 0 0 10px rgba(0,0,0,.6);
	z-index: 1;
}
#ctArea .main h2 br {
	display: inline; /* ie */
	display: initial;
}
#ctArea .main h2 span {
	margin: 10px 0 0;
	font-size: 62.5%;
}
#ctArea .main .mainBox .bx-wrapper{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 0;
}
#ctArea .main .mainBox .pcHide {
	position: absolute !important;
	left: 0;
	top: 0;
}
#ctArea .main .mainBox .pcHide p{
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}
#ctArea .main .mainBox .pcHide img{
	width: 100%;
	height: auto;
}
#ctArea .main .lead {
	padding: 25px 0 40px;
}
#ctArea .main .lead h3 {
	margin: 0 4.69%;
	line-height: 1.92;
	font-size: 108.3%;
}
#ctArea .main .lead p {
	margin: 15px 4.69% 0;
	line-height: 1.8;
	text-align: left;
	font-size: 100%;
}
#ctArea .main .lead p br {
	display: none;
}
#ctArea .main .lead .btn {
	margin: 28px 4.69% 0;
	font-size: 12px;
}
#ctArea .main .lead .btn a {
	padding: 15px;
}
#ctArea .main .lead .btn a > span {
	background-size: 4px;
}
}

#ctArea .movie {
	padding: 83px 0 60px;
	text-align: center;
}
#ctArea .movie h2 {
	text-align: center;
	font-size: 183.3%;
	font-weight: bold;
	color: #00285f;
}
#ctArea .movie h2 span {
	display: block;
	line-height: 1.67;
	font-size: 54.5%;
	font-weight: normal;
	color: #6f89ac;
}
#ctArea .movie .movieBox {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	letter-spacing:-0.4em;
}
#ctArea .movie .movieBox .ctBox {
	display:inline-block;
	width:44%;
	margin:0 4%;
	letter-spacing:0;
}
#ctArea .movie .movieBox .ctBox:first-child {
	margin:0 0 0 4%;
}
#ctArea .movie .movieBox p {
	position:relative;
	margin:36px 0 0;
	padding: 56.25% 0 0;
}
#ctArea .movie .movieBox p iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 980px) {
#ctArea .movie .movieBox {
	width: auto;
	margin: 0 7.29%;
}
#ctArea .movie .movieBox .ctBox {
	display:block;
	width:auto;
	margin:0;
}

#ctArea .movie .movieBox .ctBox:first-child {
	margin:0 0 10%;
}
}

@media screen and (max-width: 640px) {
#ctArea .movie {
	padding: 44px 0 30px;
}
#ctArea .movie h2 {
	margin: 0 4.69%;
	font-size: 141.7%;
}
#ctArea .movie .movieBox {
	margin: 30px 4.69% 0;
}
}

#ctArea .ourservice {
	padding: 60px 0 83px;
}
#ctArea .ourservice h2 {
	text-align: center;
	font-size: 183.3%;
	font-weight: bold;
	color: #00285f;
}
#ctArea .ourservice h2 span {
	display: block;
	line-height: 1.67;
	font-size: 54.5%;
	font-weight: normal;
	color: #6f89ac;
}
#ctArea .ourservice .ourserviceBnr {
	margin: 16px 0 0;
}
#ctArea .ourservice .ourserviceBnr ul li {
	float: left;
	position: relative;
	width: 48.33%;
	margin: 1.665% 0.835% 0;
	padding: 20% 0 0;
	text-align: center;
	font-size: 14px;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 {
	padding: 63.3% 0 0;
}
#ctArea .ourservice .ourserviceBnr ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 a {
	background: url(../../img/bg_ourserviceBnr01.jpg) no-repeat right bottom #00285f;
	background-size: cover;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr02 a ,
#ctArea .ourservice .ourserviceBnr ul li.bnr03 a ,
#ctArea .ourservice .ourserviceBnr ul li.bnr04 a ,
#ctArea .ourservice .ourserviceBnr ul li.bnr05 a{
	background: #00285f;
}
#ctArea .ourservice .ourserviceBnr ul li a br {
	display: none;
}
#ctArea .ourservice .ourserviceBnr ul li a > span {
	display: table;
	width: 100%;
	height: 100%;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span {
	display: table-cell;
	padding: 26px 0 0;
	vertical-align: middle;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 a > span span {
	padding: 0;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 a > span span span {
	padding: 74px 0 48px;
	background: #00285f;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span img {
	display: block;
	margin: 26px auto 0;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span img.logo01 {
	margin: 16px auto 0;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span img.logo02 {
	margin: 5px auto 0;
}
#ctArea .ourservice .btn {
	margin: 36px 34.17% 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#ctArea .ourservice .btn a {
	display: block;
	padding: 18px;
	border: 1px solid #00285f;
	color: #00285f;
	text-decoration: none;
}
#ctArea .ourservice .btn a > span {
	display: block;
	background: url(../img/ico_arw_btn02.png) no-repeat right center;
}
#ctArea .ourservice .btn a span span {
	padding: 0 0 0 1em;
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
}

@media screen and (max-width: 980px) {
#ctArea .ourservice .ourserviceBnr ul li {
	padding: 24% 0 0;
	font-size: 12px;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 {
	padding: 75.33% 0 0;
}

#ctArea .ourservice .ourserviceBnr ul li a br {
	display: inline; /* ie */
	display: initial;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span {
	padding: 4.0625% 0 0;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 a > span span {
	padding: 0;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 a > span span span {
	padding: 11.5625% 0 7.5%;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span img {
	margin: 4.0625% 0 0;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span img.logo01 {
	margin: 2.5% 0 0;
}
#ctArea .ourservice .ourserviceBnr ul li a > span span img.logo02 {
	margin: .78125% 0 0;
}
#ctArea .ourservice .btn {
	margin: 36px 30.21% 0;
	font-size: 13px;
}
}

@media screen and (max-width: 640px) {
#ctArea .ourservice {
	padding: 44px 0 30px;
}
#ctArea .ourservice h2 {
	font-size: 141.7%;
}
#ctArea .ourservice .ourserviceBnr {
	margin: 27px 0 0;
}
#ctArea .ourservice .ourserviceBnr ul li {
	float: none;
	width: 100%;
	margin: 1px 0;
	padding: 50% 0 0;
	line-height: 1.4;
	font-size: 10px;
}
#ctArea .ourservice .ourserviceBnr ul li.bnr01 {
	padding: 100% 0 0;
}
#ctArea .ourservice .btn {
	margin: 28px 4.69% 0;
	font-size: 12px;
}
#ctArea .ourservice .btn a {
	padding: 15px;
}
#ctArea .ourservice .btn a > span {
	background-size: 4px;
}
}
