@charset "UTF-8";

.no-mv {
    padding-top:80px;
}

/*--------------------------------------
下層ページ　基本パーツ
--------------------------------------*/
.mv {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 240px;
	background-color: var(--blue-1);
	padding: 80px 20px 20px;
}

h1 {
	font-size: 3.2rem;
	text-align: center;
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main *+p {
	margin-top: 1.5em;
}

@media screen and (max-width: 1360px) {
	.max-w {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 750px) {
	.mv {
		min-height: 200px;
	}

	h1 {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 500px) {
	.mv {
		min-height: 170px;
	}

	h1 {
		font-size: 2.4rem;
	}
}

/*--------------------------------------
h2
--------------------------------------*/
.main h2 {
	position: relative;
	font-size: 2.8rem;
	line-height: 1.5;
	padding-left: 0.8em;
	margin-bottom: 4rem;
}

.main h2::before {
	content: "";
	width: 5px;
	height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, var(--blue-1) 50%, var(--red-1) 50%);
}

@media screen and (max-width: 640px) {
	.main h2 {
		font-size: 2.2rem;
		margin-bottom: 1.5em;
	}

	.main h2 .logo {
		width: 220px;
		margin: 0 0 -18px;
	}
}

@media screen and (max-width: 500px) {
	.main h2 {
		font-size: 2rem;
	}

	.main h2 .logo {
		width: 195px;
		margin: 0 0 -15px;
	}
}

/*--------------------------------------
h3
--------------------------------------*/
.main h3 {
	color: var(--blue-1);
	font-size: 2rem;
	margin-bottom: 1.2em;
}

.main *+h3 {
	margin-top: 1.5em;
}

/*--------------------------------------
h4
--------------------------------------*/
.main h4 {
	font-size: 1.8rem;
	margin-bottom: 1em;
}

.main *+h4 {
	margin-top: 1.3em;
}

/*--------------------------------------
img
--------------------------------------*/
.main *+img {
	margin-top: 2rem;
}

/*--------------------------------------
価格表
--------------------------------------*/
*+.price-wrap {
	margin: 4rem auto 0;
}

.price-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.price-wrap [class^="price-"] {
	display: flex;
	flex-direction: column;
	width: calc((100% - 30px)/ 3);
	min-width: 290px;
	border-radius: 10px;
	padding: 25px 19px;
	font-weight: 700;
	gap: 22px;
	border: solid 2px var(--gray-1);
	position: relative;
}

.price-wrap .point::before {
	content: "おすすめ";
	padding: 2px 2em;
	max-width: 90%;
	border-radius: 5rem;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--red-1);
}

.price-wrap .price {
	text-align: center;
	font-size: 4.8rem;
	line-height: 1.3;
}

.price-wrap .price p {
	margin: 0;
}

.price-wrap .price span {
	font-size: 0.5em;
	padding-left: 0.3em;
}

.price-wrap .plan {
	font-size: 2.2rem;
	line-height: 1.2;
}

.price-1 .price p {
	color: #5DCED6;
}

.price-2 .price p {
	color: #21ADB8;
}

.price-3 .price p {
	color: #058994;
}

@media screen and (max-width: 640px) {
	*+.price-wrap {
		margin: 3rem auto 0;
	}
}

@media screen and (max-width: 600px) {
	.price-wrap .price {
		font-size: 4rem;
	}
}

@media screen and (max-width: 500px) {
	.price-wrap [class^="price-"] {
		width: 100%;
	}

	.price-wrap .price {
		font-size: 3.6rem;
		/* text-align: left; */
	}

	.price-wrap .plan {
		font-size: 1.8rem;
	}
}

/*--------------------------------------
flow
--------------------------------------*/
*+.flow-list {
	margin: 40px auto 0;
}

.flow-item {
	position: relative;
	padding: 17px 25px 15px;
	border-radius: 10px;
	border: solid 2px var(--gray-1);
}

.flow-item+.flow-item {
	margin-top: 20px;
}

.flow-item+.flow-item::before {
	content: "";
	width: 4rem;
	height: 4rem;
	background-image: url(../img/flow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -32px;
	left: 20px;
}

.flow-item .tit {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--blue-1);
}

.flow-item .tit+.content {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	*+.flow-list {
		margin: 3rem auto 0;
	}
}

/*--------------------------------------
list
--------------------------------------*/
ul[class^="list-"] {
	counter-reset: number 0;
}

*+ul[class^="list-"] {
margin-top: 1.2em;
}

ul[class^="list-"] ul[class^="list-"] {
	margin: 1em 0;
}

ul[class^="list-"]>li {
	padding-left: 1.6em;
	line-height: 1.3;
	position: relative;
}

ul[class^="list-"]>li+li {
	margin-top: 0.6em;
}

ul[class^="list-"]>li::before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

/* 点 */
ul[class^="list-dotted"]>li::before {
	width: 0.5em;
	height: 0.5em;
	border-radius: 100%;
	background-color: #5CC7CF;
	top: 0.5em;
	left: 0.2em;
}

/* 円 */
ul[class^="list-circle"]>li::before {
	width: 0.5em;
	height: 0.5em;
	border-radius: 100%;
	border: solid 2px #5CC7CF;
	top: 0.5em;
	left: 0.2em;
}

/* 線 */
ul[class^="list-line"]>li::before {
	width: 0.5em;
	height: 3px;
	background-color: #5CC7CF;
	top: 0.6em;
	left: 0.2em;
}

/* 数字 */
ul[class^="list-num"] {
	counter-reset: number 0;
}

ul[class^="list-num"]>li::before {
	letter-spacing: -0.5px;
	font-size: 1em;
	counter-increment: number 1;
	content: counter(number) "． ";
	color: var(--blue-1);
	font-weight: 700;
	text-align: right;
}

/* チェックマーク */
ul[class^="list-check-"]>li::before {
	top: 0;
	left: 0;
}

ul[class^="list-check-1"]>li::before {
	background-image: url(../img/verified-1.png);
}

ul[class^="list-check-2"]>li::before {
	background-image: url(../img/verified-2.png);
}

ul[class^="list-check-3"]>li::before {
	background-image: url(../img/verified-3.png);
}