@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
#main .comText {
	margin-bottom: 9.6rem;
}
#main .innerBox {
	margin-bottom: 10.8rem;
	padding: 1px 7.2rem 8rem;
	border-radius: 2rem;
	background-color: #fff;
	position: relative;
	font-size: 2rem;
	line-height: 1.985;
	font-weight: 500;
}
#main .innerBox:last-child {
	margin-bottom: 0;
}
#main .innerBox .infoText {
	margin: -3.4rem auto 2.4rem;
	display: flex;
	justify-content: center;
	font-weight: 600;
	font-size: 5.145rem;
	line-height: 1;
	gap: 0.6rem;
	color: #fff;
}
#main .innerBox .infoText span {
	padding-bottom: 0.8rem;
	width: 7.6rem;
	height: 7.6rem;
	background-color: #00b3ea;
	border-radius: 1.2rem;
	line-height: 1;
	position: relative;
	border: 0.4rem solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .innerBox .heading {
	margin-bottom: 2.3rem;
	color: #00b3ea;
	font-size: 3.4rem;
	text-align: center;
	letter-spacing: 0.025em;
	line-height: 1.5;
}
#main .innerBox p {
	margin-bottom: 7.5rem;
}
#main .innerBox .list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.3rem;
}
#main .innerBox .list li {
	padding: 1.2rem 1rem;
	width: calc((100% - 4.6rem) / 3);
	text-align: center;
	font-size: 2.471rem;
	line-height: 1.5;
	font-weight: 500;
	background-color: #c9e8f9;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
#main .innerBox .list .image {
	margin: 0 auto;
	width: 20.6rem;
}
#main .innerBox .list img {
	width: 100%;
}
#main .innerBox .list p {
	margin-bottom: 0;
}
#main .innerBox01 .infoText span {
	background-color: #28b5b4;
}
#main .innerBox01 .heading {
	color: #28b5b4;
}
#main .innerBox01 .list li {
	background-color: #b4dddc;
}
#main .services {
	margin-bottom: 15.3rem;
}
#main .workflow {
	padding-bottom: 32.3rem;
}
#main .workflow .intro {
	margin-bottom: 7.6rem;
	font-size: 2.2rem;
	line-height: 1.932;
	letter-spacing: 0.02em;
	text-align: center;
}
#main .workflow .flowList {
	padding-bottom: 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8rem 4rem;
	background: url(../img/common/dot_icon.png) no-repeat center top 11.5rem / 11.2rem;
}
#main .workflow .flowList li {
	padding: 1.9rem 4.3rem;
	width: calc(50% - 5.3rem);
	min-height: 23.4rem;
	background-color: #fff;
	border-radius: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.819;
	position: relative;
	text-align: justify;
	font-feature-settings: "palt";
	border: 0.4rem solid #7f9cd1;
	box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
}
#main .workflow .flowList li:nth-child(2n) {
	transform: translateY(14.3rem);
}
#main .workflow .flowList .step {
	padding: 1.7rem 0;
	width: 8.8rem;
	height: 8.8rem;
	position: absolute;
	left: 0.8rem;
	top: -2.6rem;
	color: #fff;
	font-size: 2.342rem;
	letter-spacing: 0.02em;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	border-radius: 100%;
	background-color: #036eb7;
	font-family: "Roboto", sans-serif;
}
#main .workflow .flowList .step .num {
	display: block;
	font-size: 3.757rem;
}
#main .workflow .flowList .title {
	margin: 0 0 1rem 2.6rem;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.5;
	text-align: center;
	color: #036eb7;
}
#main .workflow .flowList .title02 {
	font-size: 3.456rem;
}
#main .workflow .flowList .info {
	display: flex;
	align-items: center;
	min-height: 10.1rem;
}
#main .workflow .flowList .posImg {
	width: 28rem;
	position: absolute;
	right: -0.4rem;
	bottom: -8rem;
}
#main .workflow .flowList .posImg02 {
	width: 18.4rem;
	position: absolute;
	right: 6.6rem;
	bottom: -23.8rem;
}
@media all and (max-width: 896px) {
	#main .comText {
		margin-bottom: 5rem;
	}
	#main .innerBox {
		margin-bottom: 6rem;
		padding: 1px 2rem 4rem;
		font-size: 1.6rem;
		text-align: justify;
	}
	#main .innerBox .infoText {
		margin: -2.2rem auto 1rem;
		font-size: 2.5rem;
	}
	#main .innerBox .infoText span {
		padding-bottom: 0.4rem;
		width: 4.5rem;
		height: 4.5rem;
		border-radius: 1rem;
		border-width: 0.3rem;
	}
	#main .innerBox .heading {
		margin-bottom: 1.5rem;
		font-size: 2.3rem;
	}
	#main .innerBox p {
		margin-bottom: 4rem;
	}
	#main .innerBox .list {
		justify-content: space-between;
		gap: 1rem;
	}
	#main .innerBox .list li {
		padding: 1.2rem 0.5rem;
		width: calc((100% - 1rem) / 2);
		font-size: 1.4rem;
	}
	#main .innerBox .list .image {
		margin: 0 auto 0.3rem;
		width: 10rem;
	}
	#main .services {
		margin-bottom: 6rem;
	}
	#main .workflow {
		padding-bottom: 15rem;
	}
	#main .workflow .intro {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	#main .workflow .flowList {
		padding-bottom: 0;
		display: block;
		background:none;
		position: relative;
		z-index: 1;
	}
	#main .workflow .flowList::after {
		width: 0.4rem;
		height: 100%;
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		box-sizing: border-box;
		border-left: 0.4rem dotted #6a8fca;
		z-index: -1;
	}
	#main .workflow .flowList li {
		margin-bottom: 8rem;
		padding: 1.9rem 4.3rem;
		width: 100%;
		min-height: inherit;
		font-size: 1.4rem;
		border-width: 2px;
	}
	#main .workflow .flowList li:last-child {
		margin-bottom: 0;
	}
	#main .workflow .flowList li:nth-child(2n) {
		transform: translateY(0);
	}
	#main .workflow .flowList .step {
		padding: 1.4rem 0;
		width: 6rem;
		height: 6rem;
		font-size: 1.6rem;
	}
	#main .workflow .flowList .step .num {
		font-size: 1.8rem;
	}
	#main .workflow .flowList .title {
		margin: 0 0 1rem 2rem;
		font-size: 2.2rem;
	}
	#main .workflow .flowList .title02 {
		font-size: 2.4rem;
	}
	#main .workflow .flowList .info {
		display: block;
		min-height: inherit;
	}
	#main .workflow .flowList .posImg {
		width: 13rem;
		bottom: -6rem;
	}
	#main .workflow .flowList .posImg02 {
		width: 9rem;
		position: absolute;
		right: 2rem;
		bottom: -11.5rem;
	}
}