@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#saisei .box {
	margin-top: 90px;
}
#saisei .box .info {
	width: 680px;
}
#saisei .box .info h4 {
	font-size: 45px;
	font-weight: 400;
	color: #222;
	margin-bottom: 30px;
}
#saisei .box .info .txt {
	line-height: 2.1;
	letter-spacing : 0.9px;
}
#saisei .bg_gray h3 {
	font-size : 45px;
	letter-spacing : 4.5px;
	color: #222;
	font-weight: 400;
	margin-bottom: 40px;
}
#saisei .bg_gray ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 540px);
	gap: 40px 0;
	margin-top: 40px;
}
#saisei .bg_gray ul li {
	background: #fff;
	padding: 20px 40px;
	position: relative;
	letter-spacing : 1.4px;
}
#saisei .bg_gray ul li::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 32px;
	width: 5px;
	height: 5px;
	background: #0ABAB5;
	border-radius: 50%;
}
#saisei .type h3 {
	text-align: center;
	font-size: 45px;
	letter-spacing : 4.5px;
	font-weight: 400;
	margin-bottom: 80px;
}
#saisei .type .bg_blue {
	padding: 50px;
	margin-bottom: 100px;
	position: relative;
}
#saisei .type .bg_blue::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background: #0abab5;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#saisei .type .bg_blue:last-of-type {
	margin-bottom: 30px;
}
#saisei .type .bg_blue h4 {
	letter-spacing : 2.5px;
	color : #0ABAB5;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px;
}
#saisei .type .bg_blue .txt {
	line-height: 2.1;
	letter-spacing : 1.4px;
}
#saisei .type .bg_blue .flow {
	margin-top: 50px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 280px);
	gap: 50px 0;
}
#saisei .type .bg_blue .flow .item {
	height: 280px;
	padding-top: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow : 0px 0px 5px rgba(10, 186, 181, 0.3);
	position: relative;
}
#saisei .type .bg_blue .flow .item:not(:nth-of-type(3n))::before {
	content: "";
	position: absolute;
	right: -55px;
	top: calc(50% - 44px);
	width: 30px;
	height: 88px;
	background: url("../img/saisei/arrow.png") no-repeat center / 100% auto;
}
#saisei .type .bg_blue .flow .item .no {
	font-size: 25px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #0abab5;
}
#saisei .type .bg_blue .flow .item .img {
	width: 112px;
	height: 95px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#saisei .type .bg_blue .flow .item .txt {
	text-align: center;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#saisei .box {
		margin-top: 40px;
	}
	#saisei .box .info {
		width: 100%;
		order: 2;
	}
	#saisei .box .info h4 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#saisei .box .info .txt {
		line-height: 1.8;
		letter-spacing: 0;
	}
	#saisei .box .img {
		order: 1;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#saisei .bg_gray h3 {
		font-size: 24px;
		letter-spacing: 0;
	}
	#saisei .bg_gray ul {
		grid-template-columns: repeat(2, 49%);
		gap: 10px 0;
	}
	#saisei .bg_gray ul li {
		padding: 10px 15px 10px 30px;
	}
	#saisei .bg_gray ul li::before {
		left: 15px;
		top: 21px;
	}
	#saisei .type h3 {
		font-size: 24px;
		letter-spacing: 0;
		margin-bottom: 50px;
	}
	#saisei .type .bg_blue {
		padding: 30px 15px;
	}
	#saisei .type .bg_blue::before {
		height: 30px;
		top: -15px;
	}
	#saisei .type .bg_blue h4 {
		letter-spacing: 0;
		font-size: 22px;
		margin-bottom: 15px;
	}
	#saisei .type .bg_blue .txt {
		line-height: 1.8;
		letter-spacing: 0;
	}
	#saisei .type .bg_blue .flow {
		grid-template-columns: repeat(3, 170px);
		max-width: 650px;
		margin: 40px auto 0;
	}
	#saisei .type .bg_blue .flow .item {
		height: 170px;
		padding-top: 20px;
	}
	#saisei .type .bg_blue .flow .item:not(:nth-of-type(3n))::before {
		right: -7vw;
		z-index: 1;
	}
	#saisei .type .bg_blue .flow .item .img {
		margin-bottom: 0;
		height: 75px;
	}
	#saisei .type .bg_blue .flow .item .img img {
		transform: scale(0.7);
	}
	#saisei .type .bg_blue .flow .item .txt {
		line-height: 1.6;
		font-size: 13px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#saisei h3.sub {
		line-height: 1.3;
		font-size: 22px;
	}
	#saisei .box .info .txt {
		line-height: 1.7;
	}
	#saisei .bg_gray h3 {
		font-size: 21px;
	}
	#saisei .bg_gray ul {
		display: block;
	}
	#saisei .bg_gray ul li {
		padding: 5px 10px 5px 30px;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	#saisei .bg_gray ul li::before {
		top: 17px;
	}
	#saisei .type h3 {
		font-size: 21px;
	}
	#saisei .type .bg_blue {
		margin-bottom: 50px;
	}
	#saisei .type .bg_blue h4 {
		font-size: 20px;
	}
	#saisei .type .bg_blue .flow {
		display: block;
	}
	#saisei .type .bg_blue .flow .item {
		height: auto;
		border-radius: 20px;
		margin-bottom: 60px;
		padding-bottom: 15px;
	}
	#saisei .type .bg_blue .flow .item:last-of-type {
		margin-bottom: 0;
	}
	#saisei .type .bg_blue .flow .item:not(:last-of-type)::before {
		content: "";
		position: absolute;
		top: auto;
		bottom: -70px;
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		width: 30px;
		height: 88px;
		background: url("../img/saisei/arrow.png") no-repeat center / 100% auto;
	}
	#saisei .type .bg_blue .flow .item .no {
		font-size: 20px;
		z-index: 1;
		top: -18px;
	}
	#saisei .type .bg_blue .flow .item .img {
		margin-bottom: 5px;
	}
	#saisei .type .bg_blue .flow .item .img img {
		transform: scale(0.5);
	}
	#saisei .type .bg_blue .flow .item .txt {
		min-height: auto;
	}
	#saisei .type .bg_blue .flow .item .txt .no_smt {
		display: none;
	}
	#saisei .type .bg_blue .txt {
		line-height: 1.7;
	}
}