@charset "utf-8";

header .nav {
	/*background:rgba(255,255,255,.4) url(../img/top/bg_nav.jpg) center top no-repeat;*/
}

h1 {
	position:relative;
	display:block;
	width:100%;
	height:454px;
	background:url(../img/top/mainvisual.jpg) center top no-repeat;
}

h1 .tx {
	position:relative;
	width:90%;
	max-width:1136px;
	height:454px;
	margin:0 auto;
}
h1 img {
	position:absolute;
	top:20px;
	right:0;
	width:auto;
	height:76px;
}
h1 p {
	position:absolute;
	top:95px;
	right:0;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:22px;
}
h1 span {
	position:absolute;
	top:125px;
	right:0;
	color:#fff;
	font-size:18px;
}

@media (max-width: 600px) {
	h1 img {
		width:94%;
		height:auto;
	}
	
	h1 p {
		font-size:4vw;
	}
	h1 span {
		font-size:2.5vw;
	}
}


.feature {
	padding:60px 0 80px;
}

.feature .item {
	position: relative;
	width:90%;
	max-width:1136px;
	min-height:260px;
	margin:0 auto;
	background:url(../img/top/feature01.jpg) center top no-repeat;
	background-size:cover;
	z-index: 0;
  overflow: hidden;
}

/*.feature .item:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}*/

.feature .item .tx {
	width:100%;
	height:100%;
	min-height:260px;
	padding:20px;
	color:#fff;
	background:-webkit-linear-gradient(90deg, rgba(105,58,193,.56), rgba(69,137,206,.56));
	background:linear-gradient(90deg, rgba(105,58,193,.56), rgba(69,137,206,.56));
}
.feature .item .tx p {
	font-size:18px;
}
.feature .item .tx h3 {
	margin-top:0.5em;
	font-size:24px;
}

@media (max-width: 768px) {
	.feature .item .tx p {
		font-size:2.5vw;
	}
	.feature .item .tx h3 {
		font-size:4vw;
	}
}



.category {
	padding:0 0 40px;
}

.hide {
	display:none;
}

.category ul {
	display:flex;
	width:90%;
	max-width:1136px;
	margin:0 auto;
	overflow:hidden;
}

.category ul li {
	position:relative;
	width:32.3%;
	margin:0 0.5%;
	padding:5px 2%;
	background:#909090;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
.category ul li.cs {
	background:#ddd;
	cursor:default;
}
.category ul li.cs::after {
	content:"[Coming soon]";
	position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	color:#666;
	font-size:12px;
	line-height:1.5;
	
}

.category ul li.select {
	color:#0056A8;
	background:#f4f4f4;
}

.category .tab {
	background:#F4F4F4;
}

.category .cardSet {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:90%;
	max-width:1136px;
	margin:0 auto;
	padding:20px 0;
}
.category .cardSet::before{
  content:"";
  display: block;
  width:32.3%;
	margin:0 0.5% 20px;
  order:1;
}
.category .cardSet::after{
  content:"";
  display: block;
  width:32.3%;
	margin:0 0.5% 20px;
}

.category .cardSet .card {
	display:block;
	width:32.3%;
	margin:0 0.5% 20px;
	box-shadow:3px 3px 3px rgba(0,0,0,.05);
	background:#EAEDF2;
}

.category .cardSet .card .img {
	width:100%;
}
.category .cardSet .card .img img {
	display:block;
	width:100%;
}

.category .cardSet .card .tx {
	padding:10px 20px;
}

.category .cardSet .card .cap {
	padding-bottom:5px;
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	line-height:2;
	border-bottom:1px solid #fff;
}
.category .tab1 .cardSet .card:nth-of-type(1) .cap {
	color:#C659A0;
}
.category .tab1 .cardSet .card:nth-of-type(2) .cap {
	color:#4589CE;
}
.category .tab1 .cardSet .card:nth-of-type(3) .cap {
	color:#56C36F;
}
.category .tab1 .cardSet .card:nth-of-type(4) .cap {
	color:#693AC1;
}
.category .tab1 .cardSet .card:nth-of-type(5) .cap {
	color:#2B3779;
}
.category .tab1 .cardSet .card:nth-of-type(6) .cap {
	color:#555555;
}

.category .tab2 .cardSet .card .cap {
	color:#4589CE;
}

.category .tab3 .cardSet .card .cap {
	color:#69AF1A;
}

.category .cardSet .card h2 {
	margin-top:5px;
	font-size:15px;
	line-height:2;
	color:#585858;
}

@media (max-width: 768px) {
	.category ul li {
		font-size:14px;
	}
	.category .cardSet .card {
		width:48%;
	}
	.category .cardSet .card h2 {
		font-size:15px;
		line-height:1.8;
	}
	.category .cardSet .card .cap {
		font-size:9px;
		line-height:1.7;
	}
}

@media (max-width: 480px) {
	.category ul li {
		font-size:13px;
		letter-spacing:0;
	}
	.category .cardSet .card h2 {
		font-size:14px;
		line-height:1.6;
	}
	.category .cardSet .card .cap {
		font-size:8px;
		line-height:1.4;
	}
}

@media (max-width: 360px) {
	.category ul li {
		font-size:13px;
		letter-spacing:-0.04em;
	}
}


.news {
	padding:80px 0 60px;
}

.news .inner {
	width:90%;
	max-width:1136px;
	margin:0 auto;
}

.news h2 {
	margin:0 0 1em;
	font-family: 'Noto Sans Japanese', sans-serif !important;
	font-size:16px;
	line-height:2;
	border-bottom:1px solid #000;
}
.news h2 a {
	color:#000;
}

.news dl {
	width:100%;
}

.news dt {
	display:block;
	font-size:12px;
	color:#A0A0A0;
}
.news dd {
	display:block;
	margin-bottom:1em;
	font-size:12px;
	color:#000;
}

.news dd a {
	color:#000;
}
