@charset "utf-8";

/* 集客できるホームページの特徴 */
#features{position: relative;}
#features::before{
	content: "";
	max-width: 609px;
	width: 30%;
	aspect-ratio: 1/0.903;
	position: absolute;
	background: url("../images/renewal/point_bg.webp") center / contain no-repeat;
	left: 0;
	top: 500px;
}
.point_wrap > div{width: 30%;}
.point_wrap .title h2{line-height: 1.5;}
.point_wrap .title > p{font-size: clamp(68px,5vw,80px)!important;}
.point_wrap > ul{width: 65%;}
.point_wrap li{
	padding: 60px 40px 45px;
	position: relative;
}
.point_wrap li .num{
	left: 35px;
	top: 0;
}
.point_wrap li h3{
	padding-left: 120px;
	margin-bottom: 40px;
}
.point_wrap li h3 span{
	font-weight: bold;
	font-size: 22px;
}
.point_wrap li h3 span span{color: #0497AF;}
.point_wrap li > div > p{
	font-size: 18px;
	line-height: 2;
}

/* 制作会社によってここまで差が出る */
#gap .title_wrap{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: #0497AF;
	border-right: none;
}
.gap_table::after{
	content: "作ることが目的の制作会社";
	right: 0;
	background: #666;
}
.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;
}
.gap_table table:first-child:before{
	content: "制作前";
	background: #EEFFFC;
}
.gap_table table:nth-child(2):before{
	content: "制作中";
	background: #F7FFF3;
}
.gap_table table:nth-child(3):before{
	content: "公開後";
	background: #FFFCEE;
}
.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){
	
	/* 集客できるホームページの特徴 */
	#features::before{top: 350px;}
	.point_wrap .title > p{font-size: 60px!important;}
	.point_wrap li{padding: 40px 25px 25px;}
	.point_wrap li .num{left: 25px;}
	.point_wrap li h3{
		padding-left: 90px;
		margin-bottom: 30px;
	}
	.point_wrap li h3 span{font-size: 18px;}
	.point_wrap li > div > p{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){

	/* 集客できるホームページの特徴 */
	#features::before{
		transform: scale(-1,1);
		left: auto;
		right: 0;
		top: 70px;
		width: 45%;
	}
	.point_wrap > *{width: 100%!important;}
	.point_wrap > div{
		margin-bottom: 40px;
		padding-right: 50%;
	}
	
	/* 制作会社によってここまで差が出る */
	#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){
	
	/* 集客できるホームページを作成する5つのポイント */
	#features{padding-top: 140px;}
	#features::before{
		top: 20px;
		max-width: 250px;
		width: 52%;
		z-index: -1;
	}
	.point_wrap > div{padding: 0;}
	.point_wrap li{padding: 25px 20px;}
	.point_wrap li h3{
		padding: 0;
		margin-bottom: 20px;
	}
	.point_wrap li h3 span{line-height: 2.3;}
	.point_wrap li .num{
		left: auto;
		right: 15px;
	}
}