@charset "UTF-8";
figure {
	text-align: center;
}
ul {
	list-style: none;
}
.mv {
	background-image: url(mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 120px 0 220px 0;
}

.mv h1 {
	color: #fff;
	font-size: 52px;
	font-style: italic;
	line-height: 64px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 0 0 40px 0;
}
.mv_ttl p {
	font-size: 20px;
	color: #fff;
}
#problem {
	background-color: #eff6fc;
	padding: 80px 0;
}
#problem p.problem_txt {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	line-height: 42px;
}
#problem .check {
	background-color: #fff;
	box-shadow: 0px 5px 13px 0px rgba(62, 62, 62, 0.2);
	width: 680px;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 40px 110px;
}
#problem .check ul li img {
	width: 30px;
}
#problem .check ul li {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 22px;
}
#problem .check ul li p {
	margin: 0 0 0 15px;
	font-weight: bold;
	font-size: 20px;
}
figure.arrow img {
	width: 37px;
}
figure.arrow {
	padding: 40px 0;
}
.solution {
	width: 680px;
	margin: 0 auto;
	background-color: #ff217a;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 50px 0 40px 0px;
}
.solution figure img {
	width: 140px;
}
.solution p {
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 41px;
}
#what {
	padding: 80px 0 120px 0;
}
#what h2 {
	margin-bottom: 60px;
}
.what_intro {

}
.what_intro figure img {
	width: 125px;
}
.what_intro p {
	text-align: center;
	margin: 40px 0;
	color: #1c1c1c;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
}
.setsubi {
	border: 2px solid #000;
	padding: 30px 0;
}
#flow_chart {
	padding: 80px 0 120px 0;
	background-color: #eff6fc;
}
.chart {
	margin-top: 60px;
	justify-content: space-around;
}
.chart ul.chart_list {
	width: 57%;
}
.chart figure {
	width: 100%;
}
.chart figure figcaption {
	text-align: left;
}
.chart figure  img {
	width: 100%;
}
.chart ul.chart_list li {
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background-color: #147bab;
	padding: 12px 0;
	margin-bottom: 85px;
	width: 100%;
	position: relative;
}
.chart ul.chart_list li::after {
	content: "";
	width: 40px;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -53px;
    border-style: solid;
    border-width: 21px 20px 0 20px;
    border-color: #147bab transparent transparent transparent;
}
.chart ul.chart_list li span {
	padding-right: 20px;
}
.chart ul.chart_list li:last-child::after {
	display: none;
}
.chart ul.chart_list li:nth-child(4) {
	background-color: #ff217a;
}
.chart ul.chart_list li:nth-child(5) {
	background-color: #399109;
}
.chart ul.chart_img {
	width: 26%;
}
.flow_point {
	border-radius: 10px;
	background-color: #fff;
	width: 90%;
	margin: 0 auto 40px auto;
	padding: 20px;
	box-sizing: border-box;
}
.flow_point h3 {
	color: #1f1f1f;
	font-size: 22px;
	text-align: center;
	position: relative;
}
.flow_point h3 span {
	position: relative;
	z-index: 5;
}
.flow_point h3 span::after {
	content:"";
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 0px;
	display: block;
	left: 0;
	z-index: -1;
	background-color: #fdec31;
}
.flow_point figure {
	width: 48%;
}
.flow_point .flex_box {
	margin-top: 40px;
}
.flow_point figure img {
	width: 100%;
}
.flow_point ul {
	width: 49%;
	margin-top: 10px;
}
.flow_point ul li {
	font-size: 19px;
	color: #1f1f1f;
	font-weight: bold;
	margin-bottom: 30px;
}
.flow_point ul li span {
	padding: 0 10px;
	margin-right: 5px;
	height: 34px;
	background-color: #f8b62b;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
#price {
	padding: 80px 0 120px 0;
}
#price table {
	width: 707px;
	border-radius: 10px;
	margin: 40px auto;
	box-shadow: -1px 14px 0px -7px rgba(20,123,171,0.6) inset;
}
#price tbody {
	box-shadow: 0px 5px 13px 0px rgba(62, 62, 62, 0.2);
}
#price table tr td {
	border-right: 1px solid #ececec;
	width: 33%;
	text-align: center;
	font-size: 20px;
	color: #313131;
	font-weight: bold;
	padding: 25px 0;
	line-height: 2;
}
#price table tr td:last-child {
	border-right: none;
}
#price ul li {
	font-size: 14px;
	color: #313131;
	width: 707px;
	margin: 0 auto;
	text-indent: -1rem;
	padding-left: 1rem;
}
@media screen and (max-width: 767px) {
	.mv h1 {
		font-size: 32px;
		line-height: 1.5;
	}
	.mv {
		padding: 80px 0;
	}
	#problem p.problem_txt {
		font-size: 18px;
		margin-bottom: 40px;
	}
	#problem {
		padding: 40px 0 60px 0;
	}
	#problem .check {
		width: 100%;
		padding: 5% 0% 3% 5%;
		font-size: 3.7vw;
	}
	#problem .check ul li p {
		font-size: 3.7vw;
	}
	.check {
		width: 100%;
		padding: 5% 0% 3% 5%;
	}
	#problem .check ul li {
		align-items: center;
		flex-wrap: nowrap;
	}
	#problem .check ul li img {
		width: 5%;
	}
	#problem .check ul li p {
		width: 95%;
		margin-left: 10px;
	}
	.solution {
		width: 100%;
	}
	.solution p {
		font-size: 18px;
	}
	.what_intro p {
		font-size: 16px;
	}
	.chart ul.chart_list {
		width: 100%;
	}
	.chart ul.chart_list li {
		margin-bottom: 70px;
		font-size: 19px;
	}
	.chart ul.chart_list li::after {
		bottom: -48px;
	}
	.chart ul.chart_img {
		width: 100%;
	}
	.flow_point figure,
	.flow_point ul {
		width: 100%;
	}
	.flow_point ul li span {
		font-size: 16px;
		height: 29px;
		display: inline-block;
	}
	.flow_point ul li {
		font-size: 14px;

	}
	#flow_chart {
		padding: 40px 0 60px 0;
	}
	#price table,
	#price p,
	#price ul li {
		width: 100%;
	}
	#price table tr td {
		font-size: 14px;
	}
	#flow ul li figure:after {
		bottom: -160%;
	}
	#flow ul li:nth-child(2) figure:after {
		bottom: -160%;
	}
	#flow ul li:nth-child(3) figure:after {
		bottom: -160%;
	}
	#what {
		padding: 40px 0;
	}
	.chart ul.chart_img li {
		margin-bottom: 60px;
	}
	.flow_point {
		width: 98%;
	}
	#price {
		padding: 40px 0;
	}
}

