@charset "utf-8";


/* succes
---------------------*/
.succes-wrap .parallel-title::before{margin-bottom: 30px;}
.succes-wrap .left-box .parallel-title::before{background-image: url("../images/trust-icon.png");}
.succes-wrap .right-box .parallel-title::before{background-image: url("../images/doubt-icon.png");}
.succes-wrap .parallel-title h3 span::after{top: -10px;}

/* point
---------------------*/
.renewal-point li{padding: 60px 45px 55px;}
.renewal-point li:not(:last-child){margin-bottom: 80px;}
.renewal-point h3{
	margin-bottom: 45px;
	padding-bottom: 40px;
}
.renewal-point div p{line-height: 1.9;}


/* 制作会社によってここまで差が出る */
#gap > div > p{margin-bottom: 110px;}
.gap_table{
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.gap_table::before,.gap_table::after{
	position: absolute;
	bottom: 100%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 1em 0;
	border: 1px solid #1A1A1A;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	width: 330px;
	text-align: center;
}
.gap_table::before{
	content: "成果を意識する制作会社";
	right: 330px;
	background: #006bad;
	border-right: none;
}
.gap_table::after{
	content: "作ることが目的の制作会社";
	right: 0;
	background: #8c9fa8;
}
.gap_table *{
	font-size: 18px;
	vertical-align: middle;
}
.gap_table table{display: flex;}
.gap_table table::before{
	font-size: 18px;
	border: 1px solid #1A1A1A;
	border-radius: 10px 0 0 10px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}
.gap_table table:first-child:before{
	content: "制作前";
	background: #41bdd8;
}
.gap_table table:nth-child(2):before{
	content: "制作中";
	background: #3faadc;
}
.gap_table table:nth-child(3):before{
	content: "公開後";
	background: #397ce6;
}
.gap_table table:not(:first-child):before{border-top: none;}
.gap_table table:not(:last-child) tr > *{border-bottom: 1px dashed #666;}
.gap_table th,.gap_table td{padding: 1.2em .8em;}
.gap_table th{
	width: 180px;
	background: #fff;
}
.gap_table td{width: 330px;}
.gap_table tr > *{border-right: 1px solid #1A1A1A;}
.gap_table table:first-child tr:first-child > *{border-top: 1px solid #1A1A1A;}
.gap_table table:last-child tr > *{border-bottom: 1px solid #1A1A1A;}
.gap_table tr > *:nth-child(2){background: #EBF9FF;}
.gap_table tr > *:nth-child(3){background: #F4F4F4;}

.gap_table_result{
	margin: 0 auto;
	border: 1px solid #1A1A1A;
	border-radius: 10px;
	width: fit-content;
}
.gap_table_result th,.gap_table_result td{
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	padding: 1.5em 0;
	line-height: 1.5;
}
.gap_table_result th{
	background: #fff;
	border-radius: 10px 0 0 10px;
	width: 300px;
}
.gap_table_result tr > *:nth-child(2){background: #EBF9FF;}
.gap_table_result tr > *:nth-child(3){
	background: #F4F4F4;
	border-radius: 0 10px 10px 0;
}
.gap_table_result tr > *:not(:last-child){border-right: 1px solid #1A1A1A;}
.gap_table_result tr > *:nth-child(3) span{color: #666;}

.gap_table_result td{
	position: relative;
	width: 330px;
}
.gap_table_result td::before{
	position: absolute;
	content: "";
	width: 35px;
	aspect-ratio: 1/1.1;
	left: 50%;
	transform: translateX(-50%);
	top: -22px;
}
.gap_table_result tr > *:nth-child(2)::before{background: url("../images/points-choose/table_arrow_b.webp") center / contain no-repeat;}
.gap_table_result tr > *:nth-child(3)::before{background: url("../images/points-choose/table_arrow_g.webp") center / contain no-repeat;}


/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	/* succes
	---------------------*/
	.succes-wrap .parallel-title::before{margin-bottom: 20px;}
	.succes-wrap .parallel-title h3 span::after{top: -8px;}
	
	/* point
	---------------------*/
	.renewal-point li{padding: 45px 25px 35px;}
	.renewal-point li:not(:last-child){margin-bottom: 50px;}
	.renewal-point h3{
		font-size: 16px;
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	.renewal-point li div p,.renewal-point li div p span{font-size: 14px;}
	
	/* 制作会社によってここまで差が出る */
	#gap .title_wrap{margin-bottom: 80px;}
	.gap_table::before,.gap_table::after{
		font-size: 14px;
		border-radius: 7px 7px 0 0;
		width: 260px;
	}
	.gap_table::before{right: 260px;}
	.gap_table *{font-size: 14px;}
	.gap_table table::before{
		font-size: 14px;
		border-radius: 7px 0 0 7px;
		width: 80px;
	}
	.gap_table th{width: 140px;}
	.gap_table td{width: 260px;}

	.gap_table_result{border-radius: 7px;}
	.gap_table_result th,.gap_table_result td{font-size: 14px;}
	.gap_table_result th{
		border-radius: 7px 0 0 7px;
		width: 220px;
	}
	.gap_table_result tr > *:nth-child(3){border-radius: 0 7px 7px 0;}
	.gap_table_result td{width: 260px;}
	.gap_table_result td::before{
		width: 24px;
		top: -14px;
	}
}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){

	/* 制作会社によってここまで差が出る */
	#gap .title_wrap{margin-bottom: 40px;}
	#gap .title_wrap > p{width: 100%;}
	
	.gap_table{width: 100%;}
	.gap_table::before, .gap_table::after{display: none;}
	.gap_table table{flex-wrap: wrap;}
	.gap_table table:not(:last-child){margin-bottom: 15px;}
	.gap_table table::before{
		width: 100%;
		padding: 1em 0;
		border-radius: 7px 7px 0 0;
		border-bottom: none;
		border-top: 1px solid #1A1A1A!important;
	}
	.gap_table tbody{
		border: 1px solid #1A1A1A!important;
		width: 100%;
	}
	.gap_table table tr:not(:last-child){border-bottom: 1px solid #1A1A1A;}
	.gap_table table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.gap_table table tr::before{
		width: 100%;
		background: #fff;
		text-align: center;
		padding: .7em 0;
		border-bottom: dashed #666 1px;
	}
	.gap_table table:first-child tr:first-child > *{border-top: none;}
	.gap_table table:first-child tr:first-child::before{content: "ヒアリング";}
	.gap_table table:first-child tr:nth-child(2)::before{content: "ターゲット設定";}
	.gap_table table:nth-child(2) tr:first-child::before{content: "構成提案";}
	.gap_table table:nth-child(2) tr:nth-child(2)::before{content: "デザイン";}
	.gap_table table:nth-child(2) tr:nth-child(3)::before{content: "集客・SEO";}
	.gap_table table:nth-child(3) tr::before{content: "サポート体制";}
	.gap_table th{display: none;}
	.gap_table td{width: 50%;}
	.gap_table tr > *:not(:first-child)::before{
		display: block;
		border: 1px solid #1A1A1A;
		border-radius: 20px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: .2em 0;
		margin-bottom: .4em;
	}
	.gap_table tr > *:nth-child(2)::before{
		content:"成果を意識する";
		background: #0497AF;
	}
	.gap_table tr > *:last-child::before{
		content:"作ることが目的";
		background: #666;
	}
	.gap_table tr > *:last-child{border-right: none;}
	.gap_table tr > *{border-bottom: none!important;}
	
	.gap_table_result,.gap_table_result table{width: 100%;}
	.gap_table_result th{display: none;}
	.gap_table_result tr > *:nth-child(2){border-radius: 7px 0 0 7px;}
	.gap_table_result td{width: 50%;}
}
	
/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* point
	---------------------*/
	.renewal-point li{padding: 45px 20px 35px;}

}