@charset "utf-8";

.sp {
	display: none !important;
}
#topMain{
}
#mv{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
    background-position: center center;
    background-size: cover;
    text-align: center;
	height: 100vh;
}

video {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	display: block;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.mvCatch{
    display: inline-block;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	top:65%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.mvCopy{
	font-size: 3.5rem;
	line-height: 3.5rem;
	position: relative;
}
.mvCopy:after{
	content: "";
	width: 400px;
	height: 93px;
	display: block;
	background: url("../img/h1.png");
	position: absolute;
	right: -220px;
	bottom: -90px;
}
.mvChara{
	width: 133px;
	height: 20vh;
	max-height: 219px;
	min-height: 150px;
	display: inline-block;
}
.mvChara img{
	width: auto;
	height: 100%;
}
.mvLine{
	display: block;
	position: absolute;
	left: 0;
	top: 455px;
	width: 210px;
}
.mvLine img{
	width: 100%;
	height: auto;
}

#sec01{
	background: url("../img/sec01_bg.jpg") no-repeat;
	background-position: center center;
	height: 492px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.sec01W{
    background: rgba(0,0,0,0.8);
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 190px;
    padding: 15px 0;
}
.sec01In{
    width: 1060px;
    margin: 0 auto;
}
.sec01L{
    float: left;
    display: inline-block;
}
.sec01Tit{
    color: #fff;
    font-size: 3.5rem;
    position: relative;
    top: 3px;
}
.sec01R{
    float: right;
    display: inline-block;
    text-align: center;
}
.sec01Txt{
	font-size: 1.6rem;
	line-height: 3.4rem;
	color: #fff;
	width: 650px;
	text-align: left;
	padding: 6px 0 0;
}
#sec02{
	position: relative;
    background: url("../img/sec02_bg.png") no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 110px;
}
.sec02W{
	display: table;
	width: 100%;
}
.sec02Tit01{
    margin-bottom: 135px;
}
.sec02Tit01:after{
    content: "";
    background: url("../img/ttl_01.png") no-repeat;
    width: 259px;
    height: 156px;
    position: absolute;
    right: -130px;
    bottom: -105px;
}
.sec02Box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    box-shadow: 25px 25px 5px 5px rgba(0,0,0,0.08);
    display: table;
    margin-bottom: 100px;
}
.sec02Box01L{
    display: table-cell;
    background: url("../img/img_02.jpg")no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50%;
}
.sec02Box01R{
    display: table-cell;
    width: 50%;
    background: #1d9abe;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    padding: 90px 0 90px 30px;
    box-sizing: border-box;
    position: relative;
}
.sec02Box01R:after{
    content: "";
    background: url("../img/sec02_right.png") no-repeat;
    width: 22px;
    height: 38px;
    position: absolute;
    right: 38px;
    bottom: 30px;
}
.sec02Box02R{
    display: table-cell;
    background: url("../img/img_03.jpg")no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50%;
}
.sec02Box02L{
    display: table-cell;
    width: 50%;
    background: #1d9abe;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    padding: 90px 0 90px 30px;
    box-sizing: border-box;
    position: relative;
}
.sec02Box02L:after{
    content: "";
    background: url("../img/sec02_right.png") no-repeat;
    width: 22px;
    height: 38px;
    position: absolute;
    right: 38px;
    bottom: 30px;
}
.sec02Tit02{
    font-size: 2.7rem;
    margin-bottom: 10px;
}
.sec02TitEn{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
.sec02Txt{
	line-height: 3.4rem;
    letter-spacing: 0.08em;
	padding: 0 60px 0 0;
	font-size: 1.6rem;
}

#sec03{
	position: relative;
}
.sec03W{
}
.sec03L{
	background: url("../img/sec03_img.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	width: 50%;
	float: left;
	height: 548px;
	overflow: hidden;
	position: relative;
}
.sec03R{
	width: 50%;
	float: right;
	overflow: hidden;
	background: url("../img/bg_04.jpg") no-repeat;
    background-position: right;
	height: 548px;
	padding-top: 80px;
	box-sizing: border-box;
	text-align: left;
    color: #fff;
}

.sec03Tit{
	position: relative;
}
.sec03Tit:after{
	content: "";
	background: url("../img/ttl_02.png") no-repeat;
	width: 191px;
	height: 149px;
	display: block;
	position: absolute;
	top: -50px;
	right: -100px;
}
.sec03Cap{
	display: inline-block;
    letter-spacing: 0.08em;
	width: 388px;
	padding: 0 0 0 40px;

}
.sec03Txt{
    line-height: 3.4rem;
	font-size: 1.6rem;
}
#sec04{
    padding: 30px 0;
}
.sec04W{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.1);
    color: #727171;
    padding: 20px 20px 20px 0;
}
.sec04L{
    background: url("../img/sec04_bg.jpg") no-repeat;
    background-position: right;
    background-size: contain;
    height: 442px;
}
.sec04Tit01{
    background: #e60012;
    padding: 3px 10px 3px 80px;
    color: #fff;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    margin-top: 57px;
    margin-bottom: 70px;
}
.sec04Tit01:after{
    content: "";
    background: url("../img/ttl_03.png");
    width: 172px;
    height: 144px;
    position: absolute;
    right: -174px;
    bottom: -58px;
}
.sec04Catch{
    font-size: 2.8rem;
	line-height: 3.8rem;
    margin-left: 50px;
    margin-bottom: 20px;
}
.sec04Tit02{
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-left: 50px;
    margin-bottom: 10px;
}
.sec04Txt{
    line-height: 3.4rem;
    letter-spacing: 0.08em;
    margin-left: 50px;
    margin-bottom: 30px;
	font-size: 1.6rem;
}
.sec04W .commonBtn01{
    margin-left: 152px;
    margin-bottom: 10px;
}
#sec05{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.sec05Bg{
    background: url("../img/sec05_tit_bg.jpg");
    border-top: 8px solid #6598b7;
    padding: 90px 0;
}
.sec05Tit:after{
    content: "";
    background: url("../img/ttl_04.png");
    width: 290px;
    height: 171px;
    position: absolute;
    right: -250px;
    bottom: -80px;
}
.sec05Imgs{
    width: 100%;
    height: 405px;
    background: url("../img/sec05_imgs.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec05W{
    background: url("../img/sec06_bg_01.jpg") no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 40px;
}
.sec05Box{
	position: relative;
	background: #efefef;
	width: 970px;
	margin: 0 auto;
    padding: 18px 0;
    margin-bottom: 40px;
}
.sec05Txt{
	line-height: 3.4rem;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
	padding: 0 20px;
}
.sec05W .commonBtn01{
    margin-bottom: 140px;
}
#sec06{
	border-top: 20px solid #00a0e9;
	position: relative;
}
.sec06W{
	width: 1200px;
	margin: 0 auto;
}
.sec06Tit{
    margin-bottom: 80px;
}
.sec06Tit:after{
    content: "";
    background: url("../img/ttl_05.png");
    width: 290px;
    height: 168px;
    position: absolute;
    right: -250px;
    bottom: -80px;
}
#news{
}
.newsW{
	padding-top: 70px;
	position: relative;
    background: #f0f5f8;
}
.newsTit{
	position: relative;
}
.newsTit:after{
	content: "";
	background: url("../img/chara_news.png") no-repeat;
	width: 202px;
	height: 158px;
	display: block;
	position: absolute;
	top: -35px;
	right: -120px;
}
.newsTitSub{
	margin-bottom: 50px;
}
.newsLists{
	width: 1190px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
.newsList{
	width: 275px;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 30px;
	vertical-align: top;
	transition: 0.3s ease-in-out;
	margin-bottom: 30px;
}
.newsList:nth-child(n+5){
	display: none;
}
.newsList.more:nth-child(n+5){
	display: inline-block;
}
.newsList a{
	transition: 0.3s ease-in-out;
}
.newsList a:hover{
	opacity: 0.8;
	color: #000 !important;
}
.newsList:nth-child(4n){
	margin-right: 0;
}
.newsImg{
	display: block;
	margin-bottom: 15px;
	width: 275px;
	height: 244px;
	overflow: hidden;
}
.newsDate{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.newsDate * {
	display: inline;
}
.newsCat{
	margin-left: 15px;
}
.newsSubTit{
	font-size: 2.2rem;
	margin-bottom: 10px;
	color: #3b91c9;
}
.newsTxt{
	font-size: 1.6rem;
	line-height: 3.0rem;
}
.newsBtnBg{
    background: url("../img/sec06_bg_02.jpg") no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 150px;
}
.moreBtn{
	display: block;
	color: #fff !important;
	padding-top: 3px;
	text-align: center;
	width: 196px;
	height: 54px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}
.moreBtn.close:before{
	content: "Close";
	display: block;
	text-align: center;
}
.moreBtn.close span{
	position: relative;
	top: 100px;
}
.moreBtn:hover{
	color: #fff;
}
#footerNav{
	margin-bottom: 80px;
}
.footerLists{
	
}

#sec02 a {
	color: #fff;
}

#sec02 a:hover {
	opacity: 0.75;
}

#media_sec{
	background: url("../img/media_bg.png") no-repeat center;
	background-size: cover;
}

#media_sec .sec_ttl{
	font-weight: bold;
}

#media_sec .detail{
	margin: 15px 0 0;
	line-height: 1.75;
}

#media_sec .sec_ttl::after{
	content: url("../img/ttl_media.png");
	position: absolute;
	top: -36px;
	right: -160px;
}

#media_sec .sec_ttl .btn{
	text-align: right;
}

#media_sec .box{
	background: #fff;
	position: relative;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

#media_sec .box_r{
	width: 613px;
}

#media_sec .box_r img{
	height: 356px;
}

#media_sec .box_l{
	padding: 50px 50px 50px;
	width: 587px;
}

#media_sec {
	padding: 80px 0;
	box-sizing: border-box;
}

#media_sec .sec_ttl{
	position: relative;
	display: inline-block;
	font-size: 3.6rem;
}

#media_sec .btn{
	position: absolute;
	left: 360px;
	bottom: 50px;
}
