@charset "UTF-8";

/***** デフォルトはスマートフォン *****/
.com_circle {
	position: absolute;
	width: 65%;
	margin: -10% auto 0 auto;
	right: 0;
	left: 0;

}

.com_main_image {
	width: 100vw;
}

.com_circle_wrap {
	z-index: -1;
	position: relative;
	display: inline-block;
	margin-top: -12vw;
}

.com_circle_wrap img {
	display: block;
}

.com_circle_wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right,
			rgba(17, 27, 48, 0.8) 0%,
			rgba(17, 27, 48, 0.8) 30%,
			rgba(17, 27, 48, 0.6) 60%,
			transparent 100%);
	pointer-events: none;
}

.com_circle_main {
	z-index: 10;
	position: absolute;
	top: 40%;
	bottom: 20%;
	right: 0;
	left: 0;
	margin: auto;
	height: 40%;
}

.com_company_name {
	width: 20vw;
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.com_we_are {
	z-index: 10;
	position: absolute;
	top: 12vw;
	left: 3vw;
	width: 20vw;
}

.com_renewal {
	z-index: 10;
	position: absolute;
	bottom: 7vw;
	left: 2vw;
	width: 20vw;
}

.com_inner {
	width: 98%;
	margin: auto;
}

.com_table {
	width: 100%;
}

.com_table th {
	display: block;
}

.com_th_left {
	background-color: #00253C;
	color: #fff;
	width: 100%;
	text-align: center;
}

.com_th_right {
	width: 100%;
	background: #DCDCDC;
	color: #595757;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
}

.com_th_left_h2 {
	width: auto;

}

.com_th_h2 {
	font-weight: 100;
	display: inline-block;
	text-align: left;
	padding: 20px;
}

.com_th_h2_small {
	font-size: 15px;
}

.com_th_right_text {
	padding: 10px 20px;
	display: inline-block;
	text-align: left;
	line-height: 40px;
}

.com_th_right_text_flex {
	display: block;
	width: 95%;
	margin: auto;
	line-height: 40px;

}

.com_th_right_text_flex_left {
	flex: 2;
	text-align: left;
	font-weight: 900;
}

.com_th_right_text_flex_right {
	flex: 8;
	text-align: left;
}

/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px) {}

/**==================================================**/
/**=          画面サイズ960px以上の指定              **/
/**==================================================**/
@media screen and (min-width:960px) {
	.com_circle_main {
		top: 30%;
		bottom: 30%;
		height: 40%;
	}

	.com_inner {
		width: 90%;
		margin: auto;
	}

	.com_circle_wrap {
		margin-top: -8.5vw;
	}

	.com_table th {
		display: table-cell;
	}

	.com_th_left {
		width: 20%;
		vertical-align: top;
		padding-top: 100px;
	}

	.com_th_right {
		width: 98%;
	}

	.com_th_right_text {
		padding: 100px 16% 100px 16%;
	}

	.com_th_right_box {
		padding: 100px 0;
		margin: auto;
	}

	.com_th_right_text_flex {
		width: 98%;
		display: flex;
		text-align: center;
	}

	.com_th_right_text_flex_left {
		flex: 2;
		margin-left: 17%;
		font-weight: normal;
	}

	.com_th_right_text_flex_right {
		flex: 8;
		text-align: left;

	}


}