@charset "UTF-8";

/*---------------
lower_title_block
----------------*/
.top_bg {
	position: absolute;
	top: 0;
	right: -150px;
	-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	z-index: -1;
}

#lower_title_block {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 150px;
	top: 170px;
}

#lower_title_block .short_line {
	position: absolute;
	top: 0;
	left: 75px;
}

#lower_title_block .main_title_wrap {
	margin-bottom: 90px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

#lower_title_block .title_box {
	width: 230px;
	height: 145px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-left: 70px;
	position: relative;
}

#lower_title_block .title_box h3 {
	font-size: 38px;
	line-height: 76px;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
}

#lower_title_block .title_box .pop {
	font-size: 24px;
	line-height: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #27353B;
}

#lower_title_block .title_box .pop span {
	color: #4AAFD5;
}

#lower_title_block .title_box .short_line {
	position: absolute;
	top: 0;
	left: 75px;
}

#lower_title_block .title_box .long_line {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1050px) {
	#lower_title_block .main_title_wrap {
		width: 90%;
		margin: 0 auto 74px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 50px;
	}

	#lower_title_block {
		margin-bottom: 20px;
		width: 100%;
		position: relative;
		padding-bottom: 100px;
		top: 130px;
	}

}

@media screen and (max-width: 640px) {
	#lower_title_block .main_title_wrap {
		margin: 0 auto 40px auto;
	}

	#lower_title_block .title_box h3 {
		font-size: 32px;
		line-height: 76px;
		font-family: "IBM Plex Sans JP", sans-serif;
		font-weight: 700;
	}

	#lower_title_block .title_box .top_bg {
		right: -80px;
	}

	.top_bg {
		right: -80px;

	}

	#lower_title_block {
		padding-bottom: 80px;
		top: 110px;
	}
}

/*-----------------------------------
	下層用見出し
-----------------------------------*/
.pop_2 {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #27353B;
}

.blue {
	color: #52BDE4;
}

.lower_ttl_01 {
	text-align: center;
}

.lower_ttl_01 .pop_2 {
	margin-bottom: 20px;
}

.lower_ttl_01 h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 150%;
}

.lower_ttl_02 {
	position: relative;
	margin-bottom: 1em;

}

.lower_ttl_02 p {
	margin-left: 1em;
	font-weight: 700;
}

.lower_ttl_02::before {
	content: "";
	display: block;
	width: 4px;
	height: 90%;
	background-color: #00B1FD;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
}

@media screen and (max-width: 640px) {
	.lower_ttl_01 h3 {
		font-size: 32px;
		font-weight: 700;
	}

	.lower_ttl_01 .pop_2 {
		margin-bottom: 5px;
	}
}

/*-----------------------------------
	lower_table
-----------------------------------*/
.lower_table {
	margin-top: 50px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	font-size: 15px;
	line-height: 186%;
}


.lower_table tr th {
	padding: 20px 0 20px 60px;
	text-align: left;
}

.lower_table tr td {
	padding: 20px 20px 20px 40px;
	text-align: left;
}

.lower_table tr:nth-child(1) th,
.lower_table tr:nth-child(1) td {
	padding-top: 40px;
}

.lower_table tr {
	position: relative;
	width: 100%;
}

.lower_table tr::after {
	content: "";
	display: block;
	width: 95%;
	height: 1px;
	background-color: #DDEBEE;
	position: absolute;
	right: 2.5%;
	bottom: 0;
}



.lower_table tr th {
	width: 180px;
	position: relative;

}

.lower_table tr th::after {
	content: "";
	display: block;
	width: 4px;
	height: 50%;
	background-color: #C3E5F3;
	position: absolute;
	right: 0;
	top: 25%;
	border-radius: 40px;
}

.lower_table tr:nth-child(1) th::after {
	content: "";
	display: block;
	width: 4px;
	height: 40%;
	background-color: #C3E5F3;
	position: absolute;
	right: 0;
	top: 40%;
	border-radius: 40px;
}




@media screen and (max-width: 640px) {

	.lower_table tr th,
	.lower_table tr td {
		display: block;
		width: 100%;
	}

	.lower_table tr::after {
		display: none;
	}

	.lower_table tr td:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		margin-top: 10px;
		background: #DDEBEE;
	}

	.lower_table tr th {
		width: 100%;
		padding: 30px 30px 5px 30px;
		text-align: left;
	}

	.lower_table tr td {
		padding: 0 30px;
		text-align: left;
	}

	.lower_table tr:nth-child(1) th {
		padding-top: 30px;
	}

	.lower_table tr:nth-child(1) td {
		padding-top: 0px;
	}

	.lower_table tr th::after,
	.lower_table tr:nth-child(1) th::after {
		display: none;
	}

	.lower_table tr:nth-child(1) th {
		padding-top: 30px;
	}

	.lower_table tr:nth-child(1) td {
		padding-top: 0px;
	}

	.lower_table tr::after {
		bottom: -15px;
		width: 90%;
		right: 5%;
	}
}


/*-----------------------------------
	#contact_block
-----------------------------------*/

#contact_block {
	margin: 0px auto 50px !important;
}