@charset "utf-8";

/*-------
TOP用スタイル
-------------------------------------------*/
.ttl-h1 {
	font-weight: 700;
	margin-bottom: 24px;
}

.ttl-h1 img {
	vertical-align: inherit;
}

h2.ttl-h2 {
	margin-bottom: 40px;
}

.ttl-h2 {
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}

.ttl-h2 small {
	font-size: 0.65em;
}

.ttl-h2-green {
	color: #009080;
}

.ttl-h2-white {
	color: #fff;
}

.bg-green {
	background: linear-gradient(113.84deg, #33A699 -0.01%, #009080 99.99%);
}

.bg-gray {
	background: #f6f6f6;
}

.ttl-h2-green-background {
	position: relative;
	text-shadow:
		2px 2px 0 #fff, -2px -2px 0 #fff,
		-2px 2px 0 #fff, 2px -2px 0 #fff,
		0px 2px 0 #fff, 2px 0px 0 #fff,
		0px -2px 0 #fff, -2px 0px 0 #fff;
}

.ttl-h2-green-background::before {
	content: "";
	position: absolute;
	background-color: #E5F4F2;
	height: 14px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.ttl-h3 {
	font-weight: 700;
	font-size: 1.5rem;
	margin: 0;
}

.ttl-h3 small {
	font-size: 0.65em;
	color: #435868;
}

.ttl-h3-white {
	color: #fff;
}

.ttl-h4 {
	font-size: 1rem;
	font-weight: 700;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

table{
	font-size: 0.875rem;
}

@media screen and (max-width:768px) {
	.sp {
		display: block
	}

	.pc {
		display: none
	}

	.ttl-h3 {
		font-size: 1.25rem;
	}

	h2.ttl-h2 {
		margin-bottom: 24px;
	}

	p {
		font-size: 14px;
	}

	.ttl-h4 {
		font-size: 14px;
	}

	.ttl-h2-green-background::before {
		width: 104%;
		left: -2%;
	}

	.ttl-h2-green-background-lower::before {
		left: -4%;
		width: 96%;
	}
	
	table{
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 768px) {
	.apple-device .ttl-h2-green-background::before {
		bottom: -6px;
	}

	.apple-device .ttl-h2.sp {
		font-size: 1.4rem;
	}

}

/*-------
button
-------------------------------------------*/

.lp-button {
	display: block;
	border-radius: 4px;
	text-align: center;
	color: white;
	width: 240px;
	font-weight: 700;
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1;
	margin-bottom: 0;
}

.lp-button:hover {
	position: relative;
	top: 2px;
	color: #fff;
	text-decoration: none;
}

.lp-button-blue {
	background-color: #005BAC;
	box-shadow: 0px 4px 0px 0px #00335B;
}

.lp-button-blue:hover {
	background-color: #004D91;
	box-shadow: 0px 2px 0px 0px #00233E;
}

.lp-button-red {
	background-color: #F0242C;
	box-shadow: 0px 4px 0px 0px #AA161B;
}

.lp-button-red:hover {
	background-color: #BF1D23;
	box-shadow: 0px 2px 0px 0px #7C1114;
}

@media screen and (max-width: 39.9375em) {
	.ttl-h1 {
		font-size: 1.15rem;
		margin-bottom: 16px;
		text-align: center;
		margin-top: 16px;
	}

	.ttl-h1 img {
		width: 70px;
	}

	.ttl-h2 {
		font-size: 1.5rem;
	}

	.lp-button {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 1rem;
	}
}

/*-------
kv
-------------------------------------------*/
.kv-button-wrap {
	flex-wrap: wrap;
	display: flex;
	gap: 24px;
}

.kv {
	position: relative;
	background: url(/service/shindan-asm/img/bg_title.jpg) no-repeat 100% 50%;
	background-size: cover;
	height: 400px;
	color: #00335B;
}

.kv .kv-lead {
	font-size: 1rem;
	border-bottom: 2px solid #001D1A;
	display: inline-block;
	color: #001D1A;
	font-weight: 700;
	margin-bottom: 16px;
}

.kv 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);
}

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

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

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

.kv>div {
	height: 100%;
}

.kv .row {
	height: 100%;
	padding-top: 100px;
}

@media screen and (min-width: 40em) and (max-width: 800px) {
	.kv>div {
		background-color: rgba(255, 255, 255, .3);
	}
}

@media screen and (max-width: 39.9375em) {
	.kv {
		background: url(/service/shindan-asm/img/bg_title_sp.jpg) no-repeat;
		height: 525px;
		background-size: cover;
	}

	.kv .row {
		padding-top: 110px;
	}

	.kv-button-wrap {
		justify-content: center;
		gap: 16px;
		margin-bottom: 40px;
	}

	.kv .columns {
		text-align: center;
	}

	.kv .kv-lead {
		letter-spacing: -0.2px;
		font-size: 14px;
		margin-top: 16px;
		margin-bottom: 24px;
		display: inline;
		text-align: center;
	}

}


/*-------
nav
-------------------------------------------*/
.page-nav {
	box-shadow: 0px 4px 4px 0px #4358680D;
}

.page-nav-list {
	display: flex;
	gap: 32px;
	justify-content: center;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.page-nav-list a {
	font-size: 18px;
	color: #435868;
}

@media screen and (max-width:768px) {
	.page-nav-list {
		gap: 2.5vw;
	}
}

/*-------
このようなお悩みはありませんか？
-------------------------------------------*/
.sec-annoy {
	padding-top: 64px;
	padding-bottom: 80px;
}

.sec-annoy figure {
	margin-bottom: 32px;
}

@media screen and (max-width:768px) {
	.sec-annoy {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

/*-------
ASMで組織全体のサイバーリスクを徹底的に可視化
-------------------------------------------*/
.sec-about-asm {
	padding-top: 56px;
	padding-bottom: 56px;
}

.about-asm-box {
	background-color: #fff;
	padding: 32px;
	margin-bottom: 32px;
}

.about-asm-box h3 {
	margin-bottom: 24px;
}

.about-asm-cicle {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin: 0;
}

.about-asm-cicle-item:first-child {
	position: relative;
}

.about-asm-cicle-item:first-child:before {
	/* .about-asm-cicle::before { */
	content: '';
	position: absolute;
	background-image: url(/service/shindan-asm/img/circle.svg);
	height: 120px;
	width: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	right: -72px;
	bottom: -74px
}

.about-asm-cicle-item::marker {
	content: '';
}

.about-asm-cicle-item {
	display: flex;
	gap: 8px;
	width: calc(100% / 2 - 12px);
	background-color: #E5F4F2;
	padding: 24px 40px 24px 24px;
}

.about-asm-cicle-item:nth-child(2) {
	padding-left: 40px;
	padding-right: 24px;
}

.about-asm-cicle-item:nth-child(3) {
	padding-left: 40px;
	padding-right: 24px;
	order: 4;
}

.about-asm-cicle-item:nth-child(4) {
	order: 3;
}

.sec-about-asm p.ttl-h3 {
	text-align: center;
}

@media screen and (max-width:768px) {
	.sec-about-asm {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.about-asm-cicle {
		flex-direction: column;
		gap: 16px;
	}

	.about-asm-cicle-item {
		padding: 8px;
		width: 100%;
		gap: 4px;
		justify-content: flex-start
	}

	.about-asm-cicle-item:first-child:before {
		background-image: none;
		content: none;
	}

	.about-asm-cicle-item img {
		margin-top: auto;
		margin-bottom: auto;
		width: 56px;
		height: 56px;
	}

	.about-asm-cicle-item:nth-child(2) {
		padding-left: 8px;
		padding-right: 8px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	
	.about-asm-cicle-item:nth-child(3) {
		padding-left: 8px;
		padding-right: 8px;
		flex-direction: row-reverse;
		order: 3;
		justify-content: flex-end;
	}

	.about-asm-cicle-item:nth-child(4) {
		order: 4;
	}

	.about-asm-box {
		padding: 16px;
	}

	.sec-about-asm p.ttl-h3 {
		text-align: left;
	}
}

/*-------
GMOサイバー攻撃ネットde診断ASM運用代行サービスの特長
-------------------------------------------*/
.sec-feature {
	padding-top: 80px;
	padding-bottom: 80px;
}

.feature-list {
	margin-left: 0;
}

.feature-list-item {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 40px;
}

.feature-list-item:last-child {
	margin-bottom: 0;
}

.feature-list-item>div {
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
}

.feature-list-item-num {
	position: absolute;
	z-index: -1;
	top: -65px;
	left: 20px;
}

@media screen and (max-width:768px) {
	.sec-feature {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.feature-list-item {
		flex-direction: column;
		text-align: center;
		gap: 0;
		margin-top: 80px;
	}

	.feature-list-item .ttl-h3 {
		text-align: left;
	}

	.feature-list-item p {
		text-align: left;
	}

	.feature-list-item-num {
		left: 0;
		top: -40px;
	}

	.feature-list-item:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.feature-list-item img {
		margin-left: auto;
		margin-right: auto;
	}
}

/*-------
料金プラン
-------------------------------------------*/
.sec-price {
	padding-top: 56px;
	padding-bottom: 56px;
}

.sec-price .ttl-h3 {
	margin-bottom: 24px;
}

.plan {
	margin-bottom: 40px;
}

.plan>p {
	text-align: center;

}

.plan-table thead th {
	background-color: #009080;
	color: #fff;
	text-align: center;
}

.plan-table td {
	background-color: #fff;
}

.plan-table td,
.plan-table th {
	border: 1px solid #E0E0E0;
}

.plan-table tbody tr td:first-child {
	background-color: #E5F4F2;
}

.plan-table .price {
	text-align: right;
	text-wrap: nowrap;
}

.plan-table-bold {
	font-weight: 700;
}

.add-option-tag {
	background-color: #009080;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	border-radius: 4px;
	line-height: 1;
	padding: 4px;
	margin-right: 4px;
	font-size: 12px;
}

.add-option {
	display: flex;
}

@media screen and (max-width:768px) {
	.sec-price {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.table-wrap {
		width: 100%;
		overflow-x: scroll;
	}

	.plan-table {
		/*font-size: 14px;*/
		width: 826px;
	}

	.plan-table .text-center {
		text-wrap: nowrap;
	}


	.plan-table th,
	.plan-table td {
		padding: 8px;
	}

	.plan {
		margin-bottom: 24px;
	}

	.plan>p {
		text-align: left;
	}
}

@media screen and (max-width:768px) {}

/*-------
脆弱性診断対象の範囲
-------------------------------------------*/
.sec-diagnosis {
	padding-top: 80px;
	padding-bottom: 80px;
}

.sec-diagnosis .ttl-h3 {
	margin-bottom: 24px;
	font-size: 20px;
}

.diagnosis-list {
	display: flex;
	gap: 40px;
	row-gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.diagnosis-list-item {
	width: calc(100% / 3 - 27px);
	border: 3px solid #CCE9E6;
	padding: 24px;
}

.diagnosis-detail-list {
	list-style: disc;
}

.diagnosis-detail-list li::marker {
	background-color: #435868;
}

.sec-diagnosis .blank {
	margin-left: 8px;
	margin-right: 8px;
}


.note-list li {
	font-size: 14px;
}

.note-list>li::before {
	content: "※";
	display: inline-block;
}

.banner-wrap {
	margin-bottom: 48px;
}

.sec-price .button-wrap>p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

.sec-price .button-wrap a {
	margin: 0 auto;
	width: 320px;
}

@media screen and (max-width:768px) {
	.sec-diagnosis {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.diagnosis-list {
		flex-direction: column;
	}

	.diagnosis-list-item {
		width: 100%;
	}

	.banner-wrap {
		margin-bottom: 24px;
	}

	.note-list li {
		font-size: 12px;
	}

	.diagnosis-detail-list {
		font-size: 14px;
	}
}

/*-------
cv-area
-------------------------------------------*/
.sec-contact {
	padding-top: 56px;
	padding-bottom: 56px;
}

.cv-area {
	display: flex;
	gap: 40px;
}

.cv-area a {
	margin-left: auto;
	margin-right: auto;
}

.cv-area>div {
	width: 50%;
	background-color: #fff;
	padding: 24px;
}

.cv-area h2::before {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: bottom;
	content: "";
	margin-right: 8px;
}

.cv-area>div:first-child h2::before {
	background-image: url(/service/shindan-asm/img/download.svg);
}

.cv-area>div:last-child h2::before {
	background-image: url(/service/shindan-asm/img/speechbubble_double.svg);
}

@media screen and (max-width:768px) {
	.sec-contact {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.cv-area {
		flex-direction: column;
		gap: 20px;
	}

	.cv-area>div {
		width: 100%;
	}
}

/*-------
ロゴ
-------------------------------------------*/
.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;
	}
}

/* モーダル */
.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;
	}
}