@charset "UTF-8";

/*system_about
----------------------------------------*/
.system_about h2 {
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: .05em;
	font-weight: 500;
	padding: 9.4rem 0 5.1rem;
	color: #000;
}
.system_about h3 {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .05em;
	font-weight: 500;
	color: #000;
	margin-bottom: 4rem;
}
.system_about h3 span {
	display: inline-block;
	line-height: 1.5;
	border-bottom: .4rem solid #E7380D;
}
.system_about .list {
	max-width: 100rem;
	margin: 0 auto 7.6rem;
	display: flex;
	justify-content: space-between;
}
.system_about .list li {
	width: 23%;
	padding: 1.5rem 2.4rem 3.4rem;
	background: rgba(241, 239, 239, .7);
}
.system_about .list li::before {
	display: none;
}
.system_about .list h4 {
	text-align: center;
	font-size: 1.8rem;
	color: #E7380D;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 1.6rem;
}
.system_about .example {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #6C6C6C;
	line-height: 1.6667;
	padding-bottom: 1.1rem;
	border-bottom: .3rem solid #fff;
}
.system_about .text {
	color: #000;
	line-height: 2;
}
.system_about .voice {
	max-width: 100rem;
	margin: 4.9rem auto 7.6rem;
	display: flex;
	justify-content: space-between;
}
.system_about .voice li {
	width: 30.6%;
}
.system_about .voice li .box {
	background: #E7380D;
	color: #fff;
	border-radius: 1rem;
	position: relative;
	padding: 2.5rem 3.3rem 6.9rem;
	z-index: 2;
}
.system_about .voice li .box::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 2.6rem 3.5rem;
	border-color: transparent transparent #E7380D;
	position: absolute;
	top: -1.6rem;
	left: 4.1rem;
}
.system_about .voice li .box .mark {
	width: 8.04rem;
	height: 8.04rem;
	padding-top: .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../assets/system_about_bg.svg) no-repeat left top / 100% auto;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.2857;
	font-weight: 900;
	position: absolute;
	top: -4.8rem;
	right: 0;
}
.system_about .voice figure {
	width: 13.4rem;
	height: 18.5rem;
	margin: 0 auto -6.6rem;
}
.system_about .voice h4 {
	font-size: 2rem;
	height: 8.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.55;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	padding-bottom: 1.8rem;
	border-bottom: .2rem solid #fff;
	margin-bottom: 2.8rem;
}
.system_about .voice li .box p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.system_about h2 {
		font-size: 2.5rem;
		padding: 4rem 0 3rem;
	}
	.system_about h3 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.system_about .list {
		margin: 0 2rem 4rem;
		flex-wrap: wrap;
	}
	.system_about .list li {
		width: 48%;
		padding: 1.5rem 1.2rem 2.4rem;
		margin-bottom: 2rem;
	}
	.system_about .list h4 {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	.system_about .list li:nth-child(3) h4 {
		letter-spacing: 0;
	}
	.system_about .example {
		font-size: 1.1rem;
		border-bottom-width: .2rem;
	}
	.system_about .text {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.system_about .voice {
		margin: 4rem 3.6rem 7.6rem;
		display: block;
	}
	.system_about .voice li {
		width: auto;
		margin-bottom: 3rem;
	}
	.system_about .voice li .box {
		padding: 2.5rem 3.3rem 3rem;
	}
	.system_about .voice figure {
		width: 13rem;
		margin: 0 auto -7rem;
	}
	.system_about .voice h4 {
		margin-bottom: 2rem;
	}
	.system_about .voice li .box p {
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

/*system_welfare
----------------------------------------*/
.system_welfare {
	padding-bottom: 11rem;
}
.system_welfare .inner {
	background: #F8F7F7;
	padding: 7.4rem 2rem 8.7rem;
	margin-bottom: 9.8rem;
}
.system_welfare h2 {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 7.5rem;
	color: #000;
}
.system_welfare .item {
	max-width: 100rem;
	margin: 7rem auto 0;
	background: #fff;
	color: #000;
	border-radius: 1rem;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: .1rem 4.5rem 3.8rem 4.7rem;
}
.system_welfare .item .point {
	width: 7.9rem;
	height: 7.9rem;
	border-radius: 50%;
	background: #2B2B2B;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: .05em;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -4rem;
	left: 1.8rem;
	padding-top: 1.8rem;
}
.system_welfare .item .point span {
	display: block;
	font-size: 3.8rem;
	color: #E7380D;
}
.system_welfare .item figure {
	width: 10.3rem;
	margin: 0 3.2rem .5rem 0;
}
.system_welfare .item .text {
	flex: 1;
}
.system_welfare .item .text h3 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin: -2.4rem 0 2.3rem;
}
.system_welfare .item .text p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.system_welfare {
		padding: 0 2rem 5rem;
	}
	.system_welfare .inner {
		padding: 7.4rem 3.1rem 5rem;
		margin: 9.8rem -2rem 5rem;
	}
	.system_welfare h2 {
		font-size: 2.5rem;
		margin-bottom: 5rem;
	}
	.system_welfare .item {
		display: block;
		padding: 3.5rem 3rem 3.8rem;
	}
	.system_welfare .item .point {
		width: 5.829rem;
		height: 5.829rem;
		font-size: .9rem;
		top: -2.871rem;
		left: 0;
		padding-top: 1.3rem;
	}
	.system_welfare .item .point span {
		font-size: 2.9rem;
	}
	.system_welfare .item figure {
		width: 12.6rem;
		margin: 0 auto 1.8rem;
	}
	.system_welfare .item figure img {
		width: 100%;
	}
	.system_welfare .item .text h3 {
		font-size: 2.1rem;
		margin: -1.5rem 0 2.3rem;
		position: absolute;
		top: 0;
		left: 7.3rem;
		right: 0;
	}
	.system_welfare .item .text p {
		font-size: 1.4rem;
	}
}
