@charset "utf-8";

/*-------
TOP用スタイル
-------------------------------------------*/

.ttl-h2 {
	position: relative;
	margin-top: 3em;
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

.ttl-h2>span {
	padding-bottom: 5px;
	border-bottom: 1px solid #cde4f6;
}

.ttl-h2::after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #9bcaed;
	content: '';
}

@media screen and (max-width:63.9375em) {
	.ttl-h2 {
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 1.2rem;
	}
}


/*-------
MV
-------------------------------------------*/
.mv {
	position: relative;

}

.mv-title {
	position: absolute;
	box-shadow: 0px 0px 20px 0px #43576733;
	background-color: #fff;
	font-size: 2rem;
	font-weight: 700;
	transform: translateX(-50%);
	left: 50%;
	color: #01335B;
	width: 100%;
	max-width: 806px;
	padding: 8px 16px;
	letter-spacing: -1.5px;
	top: 32px;
	text-align: center;
	z-index: 2;
}

.mv-link {
	display: flex;
}

.mv-link a {
	height: 392px;
	width: calc(100% / 3);
	background-size: cover;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: flex-end;
}

.mv-link a:hover::after {
	content: "";
	position: absolute;
	top: 0;
	width: calc(100% / 3);
	height: 100%;
	z-index: 1;
	background-color: #000207;
	opacity: 0.3;
}


.mv-link-lower {
	font-size: 27px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mv-link-text .mv-link-lower small {
	font-size: 0.85em;
}

.mv-sitelock {
	background: url("/img/top/mv_img01.jpg?2025") no-repeat center center;
}

.mv-shindan {
	background: url("/img/top/mv_img02.jpg") no-repeat center center;
}

.mv-ips-waf {
	background: url("/img/top/mv_img03.jpg?2") no-repeat center center;
}

.mv-sitelock:hover::after {
	left: 0;
}

.mv-link-text {
	box-shadow: 0px 0px 20px 0px #43576733;
	background-color: #fff;
	font-size: 1rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

.mv-link-text small {
	font-size: 14px;
}

.mv-icon {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 16px;
}

@media screen and (max-width: 875px) {
	.mv-link-text {
		width: 95%;
	}

	.mv-title {
		width: 95%;

	}
}

@media screen and (max-width: 768px) {
	.mv-title {
		font-size: 1.5rem;
	}

	.mv-link {
		flex-direction: column;
	}

	.mv-link a {
		width: 100%;
	}

	.mv-link .mv-sitelock {
		height: 300px;
	}

	.mv-link .mv-shindan {
		height: 175px;
	}

	.mv-link .mv-ips-waf {
		height: 175px;
	}

	.mv-link .mv-sitelock:hover::after {
		width: 100%;
		height: 300px;
		top: 0;
	}

	.mv-link .mv-shindan:hover::after {
		width: 100%;
		height: 175px;
		top: inherit;
		bottom: 175px;
	}

	.mv-link .mv-ips-waf:hover::after {
		width: 100%;
		height: 175px;
		top: inherit;
		bottom: 0;
	}
}

/*-------
ロゴ
-------------------------------------------*/
.header_logo {
	clear: both;
	/*padding-top:2em;*/
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.25rem;
}

.header_logo>img {
	margin-top: 1rem;
	height: 32px;
}

@media screen and (max-width:63.9375em) {
	.header_logo {
		/*margin-top: 4rem;
		margin-bottom: 1rem;*/
		font-size: .875rem;
	}

	.header_logo>img {
		margin-top: 1rem;
		height: 24px;
	}
}

/*-------
メインイメージ
-------------------------------------------*/
#btn-campaign {
	display: none;
}

#main_image {
	position: relative;
	padding-top: 30px;
	background: url(../../img/top/mv_img_sitelock.jpg) no-repeat 100% 50%;
	background-size: cover;
	min-height: 380px;
	color: #fff;
}

#main_image .lead {
	font-size: 1.5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#main_image h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 3.8rem;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: -8.7px 5px 30px rgba(0, 0, 0, 0.3);
}

#main_image .more {
	display: block;
	padding: .85rem 0;
	background: url(/img/icon_arrow.png) #fff no-repeat 97% 50%;
	border-radius: 4px;
	font-weight: bold;
}

#main_image .more:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, .9)
}

#main_image .border {
	padding: .8rem 1em;
	border: 1px solid #fff;
	font-size: 1.375rem;
	border-radius: 5px;
}

@media screen and (max-width:63.9375em) {
	#main_image {
		min-height: 0;
	}

	#main_image h2 {
		font-size: 1.2rem;
	}

	#main_image .lead,
	#main_image .more,
	#main_image .border {
		font-size: .875rem;
	}

	#main_image .more {
		padding: .5em 0;
	}

	#main_image h2 img {
		height: 50px;
	}
}

/* モーダル */
.top_modal.reveal {
	max-width: 1000px;
	width: auto;
	background: none;
	padding: 0;
	border: none;
	outline: none;
}

.top_modal.reveal #btn-close {
	position: absolute;
	top: 18px;
	right: 18px;
	cursor: pointer;
}

.top_modal.reveal .banner {
	background: #fff;
}

.top_modal.reveal .banner a:hover img {
	opacity: .9;
}


/* サービス一覧 */
.index_lineup {}

.index_lineup .thumbnail {
	position: relative;
	border: none;
	box-shadow: inset 0 0 0 1px #e0e0e0;
	text-decoration: none;
	text-align: center;
	color: #435868;
	background: #fbfbfb;
	transition: background-color .5s;
}

.index_lineup .thumbnail:hover,
.index_lineup .thumbnail:focus {
	box-shadow: inset 0 0 0 1px #ffe956;
	background-color: #fffad8;
}

@media screen and (min-width: 40em) {
	.index_lineup .thumbnail {
		padding: 20px 30px 10px;
	}

	.index_lineup .thumbnail .pic {
		margin-bottom: -.5rem;
		padding-bottom: 2.2rem;
		background: url(/img/top/bg_shadow.png) no-repeat 0 100%;
		background-size: 100% auto;
	}

	.index_lineup .thumbnail h3 {
		min-height: 3em;
	}
}

/* blankアイコン */
.index_lineup .thumbnail[target='_blank']::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: url(/img/icon_blank-gray.png);
}

.index_lineup .thumbnail h3 {
	margin: 0 0 .5rem 0;
	font-size: .8rem;
	font-weight: bold;
}

.index_lineup .server {
	margin-bottom: 0;
	min-height: 4.5em;
	color: #b4bec5;
	line-height: 1.2;
	font-size: .75rem;
	text-align: left;
}

.index_lineup .server>dt {
	margin-bottom: 0;
	font-weight: normal;
}

.index_lineup .server>dd {
	display: inline-block;
}

.index_lineup .server>dd:not(:last-child)::after {
	content: '/';
}

.index_lineup .thumbnail .logo {
	margin-bottom: 0;
}

.index_lineup .thumbnail .logo>img {
	max-height: 70px;
}

.index_lineup .category {
	margin-bottom: .5rem;
}

@media screen and (max-width:39.9375em) {
	.index_lineup .pic {
		float: left;
		width: 50%;
		margin-bottom: 0;
	}

	.index_lineup .thumbnail h3,
	.index_lineup .text {
		float: right;
		width: 50%;
	}

	.index_lineup .thumbnail h3 {
		padding-top: .5rem;
		font-weight: normal;
		font-size: .7rem;
	}

	.index_lineup .category .label {
		font-size: .7rem !important;
	}

	.index_lineup .server {
		display: none;
	}

	.index_lineup .thumbnail .logo>img {
		height: 50px;
	}
}
}

.index_lineup .label {
	padding: .5rem 0;
	min-width: 12em;
	font-size: .75rem;
	background: #435868;
	border-radius: 6px;
}

.index_lineup .label.web {
	background: #327ab8;
}

.index_lineup .label.security {
	background: #d5507c;
}

.index_lineup .label.sales {
	background: #24a6d5;
}

.index_lineup .label.mail {
	background: #ef8800;
}

.index_lineup .label.improve {
	background: #56bb62;
}

.search-panel #sort-type .label,
.search-panel #sort-category .label {
	position: relative;
	width: 48%;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 1em;
	margin-bottom: 10px;
	font-size: .7rem;
	text-align: center;
	cursor: pointer;
}

.search-panel #sort-type .label,
.search-panel #sort-category .label {
	margin-left: 1%;
}

@media screen and (min-width: 64em) {

	.search-panel #sort-type .label,
	.search-panel #sort-category .label {
		width: 40%;
		padding: 0 0 0 2em;
		font-size: .875rem;
	}

	.search-panel #sort-type .label,
	.search-panel #sort-category .label {
		margin-left: 3%;
	}

	.search-panel #sort-type .label:nth-child(even),
	.search-panel #sort-category .label:nth-child(even) {
		margin-left: 8.3%;
	}
}

.search-panel #sort-type .label {
	background: #fff;
	color: #5c7a91;
	border: 2px solid #9bcaed;
}

.search-panel #sort-type .label .shared {
	vertical-align: -7px;
	/*width: 65%;	*/
	width: 105px;
}

.search-panel #sort-type .label .altus {
	vertical-align: -4px;
	width: 122px;
}

.search-panel #sort-type .label .vps {
	width: 122px;
	vertical-align: -1px;
}

.search-panel #sort-type .label .wadax {
	vertical-align: -8px;
	margin-right: 5px;
	width: 55px;
}

.search-panel #sort-category .label {}

.sort-button .label:hover {
	text-decoration: none;
	opacity: .8;
	color: #fff;
}

.sort-button .label::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 4px;
	content: '';
}

.sort-button .label.active::after {
	display: block;
	position: absolute;
	left: 10px;
	width: 5px;
	height: 10px;
	transform: rotate(45deg);
	content: '';
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.search-panel #sort-type .label .shared {
		width: 95px;
	}

	.search-panel #sort-type .label .altus {
		vertical-align: -2px;
		width: 95px;
	}

	.search-panel #sort-type .label .vps {
		width: 112px;
		vertical-align: 0px;
	}
}

@media screen and (max-width:39.9375em) {
	.search-panel #sort-type .label .shared {
		width: 90px;
		margin-left: .5rem;
	}

	.search-panel #sort-type .label .altus {
		vertical-align: -1px;
		width: 102px;
		margin-left: .5rem;
	}

	.search-panel #sort-type .label .vps {
		width: 102px;
		vertical-align: 1px;
		margin-left: 0.5rem;
	}

	/*.search-panel #sort-type .label .wadax{
  vertical-align: -8px;
  margin-right: 5px;
  width: 55px;
	}*/
	.search-panel #sort-type a[data-filter="others"] {
		padding-left: 1.2rem;
	}
}

@media screen and (min-width: 64em) {
	.sort-button .label::before {
		left: 18px;
	}

	.sort-button .label.active::after {
		left: 23px;
	}
}

.search-panel #sort-type .label::before {
	background-color: #7bb6e3;
}

.search-panel #sort-category .label::before {
	background-color: #ffffff;
}

.search-panel #sort-type .label.active::after {
	top: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.search-panel #sort-category .label.active::after {
	top: 15px;
	border: solid #8fd3f6;
	border-width: 0 2px 2px 0;
}

/* search-panel */
.search-panel {
	position: relative;
	margin-bottom: 1rem;
	padding: 1rem 0;
	background: #a7daf5;
}

.search-panel .sort-button {
	padding-bottom: 10px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 1.5px 2.6px 11px 0 rgba(0, 0, 0, 0.08);
	border: solid 1px #9bcaed;
}

.search-panel h3 {
	min-height: 44px;
	margin: 0 0 20px;
	line-height: 44px;
	font-size: 1rem;
	font-weight: bold;
	background: url(../../img/top/bg_white.png);
	border-bottom: 1px solid #8fd3f6;
	border-radius: 4px 4px 0 0;
}

.search-panel h3>img {
	margin: 0 10px 0 15px;
}

@media screen and (min-width: 64em) {
	.search-panel {
		margin-bottom: 4rem;
		padding: 4rem 0;
	}

	.search-panel>p {
		margin-bottom: 2.5rem;
		font-size: 1rem;
	}

	.search-panel>.row {
		max-width: 1120px;
	}

	.search-panel>.row>.columns {
		padding-right: 2.1rem;
		padding-left: 2.1rem
	}

	.search-panel::before {
		position: absolute;
		top: 56%;
		left: 50%;
		margin-left: -10px;
		content: url(../../img/top/ico_mark.png);
	}

	.search-panel h3 {
		font-size: 1.375rem;
	}

	.search-panel h3>img {
		margin: 0 20px 0 45px;
	}
}

/* masonry */
#masonry-container {
	position: relative;
	max-width: 1100px;
}

#masonry-container .column {
	display: none;
}

#masonry-container .column.active {
	display: block;
}

@media screen and (min-width: 64em) {
	#masonry-container .column {
		padding-right: 1.8rem;
		padding-left: 1.8rem;
		padding-bottom: 3rem;
	}
}