@charset "utf-8";

.pc {
	display: none !important;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}

*{
	box-sizing: border-box;
}

#mv{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-size: cover;
	text-align: center;
	height: 70vh;
	background: #000;
	z-index: -101;
}


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:30%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: 100%;
}


.mvCatch{
	display: inline-block;
	text-align: center;
	color: #fff;
	position: relative;
	top: 51vw;
}
.mvCopy{
	font-size: 2.4rem;
	line-height: 3.5rem;
	position: relative;
	padding: 0 15px;
}
.mvCopy:after{
	content: "";
	width: 300px;
	height: 60px;
	display: block;
	background: url("../img/h1_sp.png");
	position: absolute;
	right: 40px;
	bottom: -60px;
}
.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: 520px;
	width: 210px;
}
.mvLine img{
	width: 100%;
	height: auto;
}

#sec01{
	background: url("../img/sec01_bg.jpg") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: center center;
	height: auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
	padding: 40px 0;
}
.sec01W{
	background: rgba(0,0,0,0.8);
	width: 100%;
	padding: 15px
}
.sec01In{
	width: 100%;
	margin: 0 auto;
}
.sec01L{
	text-align: center;
}
.sec01Tit{
	color: #fff;
	font-size: 2.4rem;
	position: relative;
}
.sec01R{
	display: inline-block;
	text-align: center;
}
.sec01Txt{
	font-size: 1.6rem;
	line-height: 3.4rem;
	color: #fff;
}
#sec02{
	position: relative;
	background: url("../img/sec02_bg.png") no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sec02W{
	display: table;
	width: 100%;
}
.sec02Tit01{
	margin-bottom: 40px;
}
.sec02Tit01:after{
	content: "";
	background: url("../img/ttl_01.png") no-repeat;
	width: 259px;
	height: 156px;
	position: absolute;
	right: -130px;
	bottom: -105px;
}
.sec02Box{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	box-shadow: 25px 25px 5px 5px rgba(0,0,0,0.08);
	display: flex;
	flex-wrap:wrap ;
	margin-bottom: 50px;
}
.sec02Box01L{
	display: block;
	background: url("../img/img_02.jpg")no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 215px;
}
.sec02Box01R{
	width: 100%;
	background: #1d9abe;
	vertical-align: middle;
	color: #fff;
	text-align: left;
	padding: 15px 20px 60px 20px;
	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: block;
	background: url("../img/img_03.jpg")no-repeat;
	background-position: center center;
	background-size: cover;
	height: 215px;
	width: 100%;
}
.sec02Box02L{
	background: #1d9abe;
	vertical-align: middle;
	color: #fff;
	text-align: left;
	padding: 15px 20px 60px 20px;
	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: 2rem;
	margin-bottom: 10px;
}
.sec02TitEn{
	transform-origin: left;
	display: block;
	width: 100%;
}
.sec02Txt{
	line-height: 3.4rem;
	letter-spacing: 0.08em;
}

#sec03{
	position: relative;
}
.sec03W{
}
.sec03L{
	background: url("../img/sec03_img.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	height: 240px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.sec03R{
	width: 100%;
	overflow: hidden;
	background: url("../img/bg_04.jpg") no-repeat;
	background-position: right;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
}
.sec03Tit{
	position: relative;
	color: #fff;
	font-size: 2.6rem;
}
.sec03Tit:after{
	content: "";
	background: url("../img/ttl_02.png") no-repeat;
	width: 130px;
	height: 75px;
	display: block;
	position: absolute;
	top: -20px;
	right: 20px;
	background-size: contain;
}
.sec03Cap{
	display: inline-block;
	padding-left: 20px;
	letter-spacing: 0.08em;
}
.sec03Txt{
	line-height: 3.4rem;
}
.sec03R .commonBtn01{
	margin: 0 auto;
	width: 216px;
	display: block;
}
#sec04{
	padding: 30px 0;
}
.sec04W{
	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: center 35%;
	background-size: contain;
	height: auto;
}
.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: 90%;
}
.sec04Tit01:after{
	content: "";
	background: url("../img/ttl_03.png");
	width: 107px;
	height: 90px;
	position: absolute;
	right: -130px;
	bottom: -23px;
	background-size: contain;
}
.sec04Catch{
	font-size: 2.8rem;
	line-height: 3.5rem;
	margin-left: 20px;
	margin-bottom: 20px;
}
.sec04Tit02{
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin-left: 20px;
	margin-bottom: 10px;
}
.sec04Txt{
	margin-left: 20px;
	margin-bottom: 10px;
	display: block;
}
.sec04W .commonBtn01{
	display: block;
	margin: 20px 0 0;
}
#sec05{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.sec05Bg{
	background: url("../img/sec05_tit_bg.jpg");
	border-top: 8px solid #6598b7;
	padding: 30px 0;
}
.sec05Tit:after{
	content: "";
	background: url("../img/ttl_04.png");
	width: 290px;
	height: 171px;
	position: absolute;
	right: -250px;
	bottom: -80px;
}
.sec05Imgs{
	width: 100%;
	height: 110px;
	background: url("../img/sec05_imgs.jpg") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: center center;
	background-size: contain;
}
.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: 100%;
	margin: 0 auto;
	padding: 18px 0;
	margin-bottom: 40px;
}
.sec05Txt{
	line-height: 3.4rem;
	letter-spacing: 0.08em;
	padding: 25px 20px;
	font-size: 1.6rem;
}
.sec05W .commonBtn01{
	margin-bottom: 40px;
}
#sec06{
	border-top: 20px solid #00a0e9;
	position: relative;
}
.sec06W{
	width: 1200px;
	margin: 0 auto;
}
.sec06Tit{
	margin-bottom: 40px;
}
.sec06Tit:after{
	content: "";
	background: url("../img/ttl_05.png");
	width: 290px;
	height: 168px;
	position: absolute;
	right: -250px;
	bottom: -80px;
}
#news{
}
.newsW{
	position: relative;
	background: #f0f5f8;
	padding: 20px 10px 0;
}
.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: 100%;
	letter-spacing: -0.4em;
}
.newsList{
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	transition: 0.3s ease-in-out;
	margin-bottom: 30px;
	padding: 0 10px;
}
.newsList img{
	width: 100%;
}
.newsList:nth-child(n+5){
	display: none;
}
.newsList.more:nth-child(n+5){
	display: inline-block;
}
.newsList a{
	display: block;
	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: 100%;
	height: auto;
	overflow: hidden;
}
.newsDate{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.newsCat{
	margin-left: 15px;
}
.newsSubTit{
	font-size: 1.8rem;
	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: 40px;
	padding-bottom: 40px;
}
.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{
	text-align: center;
	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: 20px 0 0;
	line-height: 1.75;
}

#media_sec .sec_ttl::after{
	content: url("../img/ttl_media_sp.png");
	position: absolute;
	top: -16px;
	right: -100px;
}

#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);
	display: flex;
	flex-wrap: wrap;
}

#media_sec .box_r{
	order: 1;
	width: 100%;
}

#media_sec .box_r img{
	height: 50vw;
	width: 100%;
}


#media_sec .box_l{
	padding: 25px 30px 100px;
	width: 100%;
	order: 2;
}

#media_sec {
	padding: 40px 0;
	box-sizing: border-box;
}

#media_sec .sec_ttl{
	position: relative;
	display: inline-block;
}

#media_sec .btn{
	position: absolute;
	left: 0;
	text-align: center;
	right: 0;
	bottom: 33px;
}
