@charset "utf-8";

#contents section{
	padding-bottom: 0;
	}

/* スライダー
---------------------------------------------------------- */
.mainVisual{
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.mainVisual h1{
	position: absolute;
	top: 50%;
	right: 50%;
	margin-bottom: 0;
	z-index: 101;
}
@media screen and (max-width: 39.9375em) {
	.mainVisual{
		max-height: 800px;
	}
	.mainVisual + .text-note{
		margin: 20px;
	}
	.mainVisual h1{
		width: 312px;
		margin-top: -30px;
		margin-right: -156px;
		content: url(/images/top_v2/txt_sp.png);
	}
}
@media screen and (min-width: 40em) {
	.mainVisual{
		max-height: 750px;
		margin: 0 0 10px 0;
		padding-bottom: 110px !important;
	}
	.mainVisual + .text-note{
		margin: 0 40px 80px;
	}
	.mainVisual h1{
		width: 495px;
		margin-top: -110px;
		right: auto;
		left: 1rem;
		content: url(/images/top_v2/txt_pc.png);
	}
}
@media screen and (min-width: 64.9375em) {
	.mainVisual{
		padding-bottom: 0 !important;
	}
	.mainVisual h1{
		width: 605px;
		margin-top: -67px;
		right: 50%;
		left: auto;
		content: url(/images/top_v2/txt_pc.png);
	}
}

#slider img{
	width: 100%;
	transition: transform 8s ease-out;
}
#slider div[aria-hidden=false] img{
	transform: scale(1.1);
}
@media screen and (max-width: 64em) and (min-width: 40em) {
	#slider img{
		width: 1600px;
		max-width: 1600px;
		height: 600px;
		margin-left: -550px;
	}
}

.campaign-banner{
	display: flex;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 101;
}
.campaign-banner-item{
	margin-top: 5px;
	background: rgba(255,255,255,.3);
	padding: 5px;	
}
.campaign-banner-item img{
	width: 170px;
}

/*
#slider-camp .owl-dots{
	text-align: right;
	font-size: 0;
}
#slider-camp .owl-dot{
	display: inline-block;
	margin: 10px 0 0 5px;
}
#slider-camp .owl-dot span{
display: block;
width: 12px;
height: 12px;
background: #c3cbe4;
}
#slider-camp .owl-dot.active span,
#slider-camp .owl-dot:hover span {
background: #0e3192;
}
*/
@media screen and (max-width: 39.9375em) {
	.rank1{
		width: 180px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -85px;
		margin-left: -150px;
		z-index: 102;
	}
}
@media screen and (min-width: 40em) {
	.rank1{
		position: absolute;
		top: 10px;
		left: 15px;
		z-index: 102;
	}
	.campaign-banner{
		display: block;
		position: absolute;
		right: 30px;
		bottom: 140px;
		left: auto;
	}
}
@media screen and (min-width: 64em) {
	.campaign-banner{
		bottom: 30px;
	}
	.campaign-banner-item img{
		width: auto
	}
}

/*service
---------------------------------------------------------- */
.service{
	margin-top: 80px;
	padding: 2rem 0 2rem;
	background: linear-gradient(to right, #26459d 0%,#0e6b92 100%);
	}
.service h2{
	margin-bottom: 2rem;
	color: #fff;
	font-size: 2.143rem;
	line-height:1;
	}
	.service h2 > small{
		display:block;
		color: #9fadd3;
		}
.service .grid-container{
	max-width: 1500px;
}
.service .button-arrow{
	display:block;
	margin-bottom: 10px;
	padding: 0;
	color: #333;
	text-align: left;
	font-size: .9rem;
	background-color: #fff;
	}
.service a.button-arrow .ico{
	position: absolute;
	right: 20px;
	top: auto;
	bottom: 15px;
	}
.service small{
	display: block;
	margin-top: 1em;
	color: #566eb2;
	font-size: 1rem;
	}
.service .text{
	margin: 10px 0 0 0;
	padding: .5em 5em 1em 1em;
	background:#fff;
	}
#contents .service .button-arrow .label{
	margin-bottom: 0;
	margin-right: 10px;
	}
.service .plan{
	height: 120px;
	padding: 20px 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1.571rem;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.6);
	}
	.service .plan > small{
		font-size:50%;
		}
.service .category{
	position: absolute;
	right: 0;
	}
@media screen and (max-width:63.9375em) {
.service p.plan > small{
	margin-top: .2rem;
	}
}
@media screen and (max-width: 39.9375em) {
.service .button-arrow{
	margin:0 .5rem 1rem;
	}
.service p.plan{
	padding-right: 5rem;
	}
.service .button-arrow .ico{
	width: 36px;
	height: 36px;
	}
	.service .button-arrow .ico::after{
		width: 10px;
		height: 10px;
		margin-top: -5px;
		margin-left: -6.5px;
		}
.service .button-arrow.privatec .ico,
.service .button-arrow.ssl .ico,
.service .button-arrow.domain .ico,
.service .button-arrow.antivirus .ico{
	bottom: auto;
	top: 50%;
	margin-top: -15px;
	}
.service .text{
	line-height: 1.2;
	}
}
@media screen and (min-width: 49em) {
.service{
	padding: 4rem 30px 1rem !important;
	}
.service .plan{
	height: 160px;
	}
.service .grid-padding-x>.large-7{
	width: 56.3%;
	}
.service .grid-padding-x>.large-5{
	width: 43.7%;
	}
.service .grid-padding-x>.cell{
	padding-right: 5px;
	padding-left: 5px;
	}
.service h2{
	margin-bottom: 4rem;
	font-size: 2.857rem;
	}
	.service h2 > small{
		margin-top: 1em;
		font-size: 1.143rem;
		}
.service .plan{
	padding: 25px 30px;
	font-size: 1.8rem;
	}
.service .text{
	padding: 10px 90px 0 24px;
	min-height: 88px;
	}
.service a.button-arrow .ico{
	right: 25px;
	}
}
@media screen and (min-width: 65em) {
.service{
	padding: 4rem 0 2rem !important;
	}
.service .plan{
	height: 280px;
	padding: 25px 30px;
	font-size: 2rem;
	}
.service .text{
	font-size: 1rem;
	}
.service .large-up-4 .cell{
	max-width: 300px;
	}
}
@media screen and (max-width: 64em) and (min-width: 40em) {
.service .large-up-5>.cell{
	width: 50%;
	}
}
@media screen and (max-width: 78em) and (min-width: 64em) {
.service .large-up-4 .plan{
	min-height: 16rem;
	}
	.service .large-up-4 .plan br{
		display: none;
		}
}

/* 写真の指定 */
.service .button-arrow.wordpress .plan{ background-image: url(/images/top_v2/bnr_sec-wp_s.jpg); background-size: cover;}
.service .button-arrow.assist .plan{ background-image: url(/images/top_v2/bnr_assist_v2_s.jpg); background-size: cover;}
.service .button-arrow.managed .plan{ background-image: url(/images/top_v2/bnr_private_s.jpg); background-size: cover;}
.service .button-arrow.self .plan{ background-image: url(/images/top_v2/bnr_self_s.jpg); background-size: cover;}
.service .button-arrow.privatec .plan{ background-image: url(/images/top_v2/bnr_privatec_s.jpg); background-size: cover;}
.service .button-arrow.ssl .plan{ background-image: url(/images/top_v2/bnr_ssl_s.jpg); background-size: cover;}
.service .button-arrow.domain .plan{ background-image: url(/images/top_v2/bnr_domain_s.jpg); background-size: cover;}
.service .button-arrow.antivirus .plan{ background-image: url(/images/top_v2/bnr_antivirus_s.jpg); background-size: cover;}
.service .button-arrow.wordpress .plan{
	height: 215px;
	}
.service .button-arrow.wordpress .category{
	top: 185px;
	}
.service .button-arrow.assist .plan,
.service .button-arrow.managed .plan{
	height: 125px;
	}
.service .button-arrow.assist .category,
.service .button-arrow.managed .category{
	top: 95px;
	}
@media screen and (min-width:49em) {
.service .button-arrow.wordpress .plan{ background-image: url(/images/top_v2/bnr_sec-wp_m.jpg); background-size: cover;}
.service .button-arrow.assist .plan{ background-image: url(/images/top_v2/bnr_assist_v2_m.jpg); background-size: cover;}
.service .button-arrow.managed .plan{ background-image: url(/images/top_v2/bnr_private_m.jpg); background-size: cover;}
.service .button-arrow.self .plan{ background-image: url(/images/top_v2/bnr_self_m.jpg); background-size: cover;}
.service .button-arrow.privatec .plan{ background-image: url(/images/top_v2/bnr_privatec_m.jpg); background-size: cover;}
.service .button-arrow.ssl .plan{ background-image: url(/images/top_v2/bnr_ssl_m.jpg); background-size: cover;}
.service .button-arrow.domain .plan{ background-image: url(/images/top_v2/bnr_domain_m.jpg); background-size: cover;}
.service .button-arrow.antivirus .plan{ background-image: url(/images/top_v2/bnr_antivirus_m.jpg); background-size: cover;}
.service .button-arrow.wordpress .plan{
	height: 428px;
	}
.service .button-arrow.wordpress .category{
	top: 388px;
	}
.service .button-arrow.assist .plan,
.service .button-arrow.managed .plan{
	height: 160px;
	}
.service .button-arrow.assist .category,
.service .button-arrow.managed .category{
	top: 120px;
	}
}
@media screen and (min-width: 65em) {
.service .button-arrow.wordpress .plan{ background-image: url(/images/top_v2/bnr_sec-wp_l.jpg); background-size: cover;}
.service .button-arrow.assist .plan{ background-image: url(/images/top_v2/bnr_assist_v2_l.jpg); background-size: cover;}
.service .button-arrow.managed .plan{ background-image: url(/images/top_v2/bnr_private_l.jpg); background-size: cover;}
.service .button-arrow.self .plan{ background-image: url(/images/top_v2/bnr_self_l.jpg); background-size: cover;}
.service .button-arrow.privatec .plan{ background-image: url(/images/top_v2/bnr_privatec_l.jpg); background-size: cover;}
.service .button-arrow.ssl .plan{ background-image: url(/images/top_v2/bnr_ssl_l.jpg); background-size: cover;}
.service .button-arrow.domain .plan{ background-image: url(/images/top_v2/bnr_domain_l.jpg); background-size: cover;}
.service .button-arrow.antivirus .plan{ background-image: url(/images/top_v2/bnr_antivirus_l.jpg); background-size: cover;}
	}

/* servicerelease
---------------------------------------------------------- */
.servicerelease{
	}
	.servicerelease .inline{
		overflow-y:auto;
		max-height: 335px;
		padding: 0 18px 15px;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		border-radius: 0 0 4px 4px;
		}
	.servicerelease dl{
		display: flex;
		border-bottom:1px dotted #777;
		justify-content: flex-start;
		align-items: center;
		}
	.servicerelease dl > dt{
		position: relative;
		margin-right: 10px;
		height:30px;
		min-width:85px;
		color:#fff;
		background: #9a9fa4;
		border-radius: 4px;
		}
	.servicerelease dl > dt::before{
		display: block;
		position: absolute;
		top: 7px;
		left: 50%;
		width: 1px;
		height: 16px;
		background: #fff;
		content: '';
		}
	.servicerelease dl > dt.blue{
		background: #3665af;
		}
	.servicerelease .shared,
	.servicerelease .private,
	.servicerelease .private-c{
		display:inline-block;
		width: 42px;
		float: left;
		line-height:1;
		margin-top:9px;
		text-align: center;
		}
	.servicerelease .private-c{
		margin-top:7px;
		font-size:10px;
		letter-spacing:.1em;
		}
		.servicerelease .yellow{
			display:inline-block;
			width: 42px;
			margin-top:7px;
			line-height:1;
			color: #f7cd46;
			font-size: 10px;
			text-align: center;
			}
		.servicerelease .num{
			margin-right: 2px;
			font-size: 14px;
			font-weight: bold;
			font-family: arial, sans-serif;
			}
	.servicerelease dl > dd{
		padding: 10px 0;
		width:auto;
		font-size:12px;
		color: #777;
		}

#news{
	margin-top: -10rem;
	padding-top: 10rem;
	}
.topics{
	padding: 2rem 0 1rem;
	}
.topics.news{
	background: #ebebeb;
	}
.topics.release{
	background: #dbe0ef;
	}
.topics .grid-container{
	max-width: 1500px;
}
.topics h4{
	margin: 0 20px 30px;
	padding: 40px 0;
	background: #fff;
	font-size: 2rem;
	}
	.topics h4 > img{
		display: block;
		width: 40px;
		margin: 0 auto;
		}
	.topics h4 > small{
		display:block;
		margin-top: 1em;
		font-size: 1rem;
		color: #566eb2;
		}
#contents .topics .label{
	width: 13em;
	margin: 0 1em;
	background: #fff;
	border:1px solid #6e83be;
	color: #26459d;
	text-align: center;
	}
.topics ul{
	}
	.topics ul > li:first-child{
		border-top: 1px solid #ccc;
		}
	.topics ul > li{
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		}
		.topics ul > li > a{
			display: block;
			color: #000;
			transition: background-color .25s ease-out;
			}
		.topics ul > li > a:hover{
			text-decoration: none;
			}
		.topics ul > li > a[href]:hover{
			background-color: rgba(255,255,255,.3);
			}
		.topics ul > li > a:not([href]){
			text-decoration: none;
			cursor: auto;
			}
			.topics ul > li em{
				width: 6em;
				display: inline-block;
				text-align: right;
				font-style: normal;
				font-weight: normal;
				color: rgba(0,0,0,.6);
				}
@media screen and (max-width: 39.9375em) {
.topics ul{
	padding:0 1rem;
	}
	.topics ul > li{
		}
		.topics ul > li > a{
			position: relative;
			padding: 20px 0 0 4.8em;
			}
		.topics ul > li em,
		.topics ul > li .label{
			position: absolute;
			top: 0px;
			}
		.topics ul > li em{
			left: -.5em;
			font-size: 80%;
			}
		.topics ul > li .label{
			left: 5em;
			padding: .1rem 0;
			}
}
@media screen and (min-width: 40em) {
.topics{
	padding: 4rem 30px !important;
}
.topics .grid-container{
	overflow: hidden;
}
.topics h4{
	max-width: 240px;
	min-height: 240px;
	margin: 0;
	padding: 70px 0 0 0;
	font-size: 1.429rem;
	}
	.topics ul > li{
		padding: 20px 0;
		}
		.topics ul > li .label{
			text-indent: 0;
			}
		.topics ul > li > a{
			margin: -20px 0;
			padding: 20px 0 20px 18.4rem;
			text-indent: -18.4rem;
			}
}
@media screen and (min-width: 64em) {
.topics{
	padding: 5rem 0 !important;
	}
.topics ul{
	padding-left: 2rem;
	}
}
@media screen and (max-width: 64em) and (min-width: 40em) {
.topics h4{
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 120px;
	min-height: 280px;
	text-align: left;
	padding: 4.5em 1.5em 0 0;
	}
	.topics h4 > small{
		margin-top: 0;
		padding-right: 10px;
		}
	.topics h4 > img{
		position: absolute;
		top: 35px;
		left: 50%;
		margin-left: -20px;
		}
}