@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.kv {
	background: url(../img/bg-pc.jpg) no-repeat center / cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 5rem;
}
@media screen and (max-width: 768px) {
	.kv {
		padding-top: 3rem;
	background: url(../img/bg-sp.jpg) no-repeat center / cover;		
	}
}
/* h1 */
h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
h1 span:nth-child(1) {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}
h1 span:nth-child(2) {
	font-size: 5.2rem;
	text-shadow: 0.5rem 0.5rem 0 #024585;
	-webkit-text-stroke: 0.6rem #024585;
	paint-order: stroke;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
	h1 span:nth-child(1) {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	h1 span:nth-child(2) {
		font-size: 4.4rem;
		line-height: 1.2;
	}
}

/* div */
.kv > div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 4rem 2rem 0;
}
.kv > div > img {
	width: 14.5rem;
	margin-right: 3.5rem;
	margin-top: 4rem;
}
.kv > div > span {
	display: flex;
	align-items: center;
	font-weight: bold;
	text-shadow: 0.5rem 0.5rem 0 #024585;
	-webkit-text-stroke: 0.8rem #024585;
	paint-order: stroke;
	letter-spacing: -0.05em;
	line-height: 1;	
}
@media screen and (max-width: 768px) {
	.kv > div {
		flex-direction: column;
		margin: 0;
		position: relative;
		padding-left: 2rem;
		margin: 1.5rem 0;
	}
	.kv > div > img {
		width: 5.5rem;
		position: absolute;
		left: -3.5rem;
		top: -4.3rem;
	}
}
/* 月額 */
.kv > div > span > i:nth-of-type(1) {
	writing-mode: vertical-lr;
	font-size: 6.8rem;
	margin-top: 5rem;
	text-shadow: 0.8rem 0.8rem 0 #024585;	
}
/* 980 */
.kv > div > span > i:nth-of-type(2) {
	font-family: var(--font-en);
	font-size: 22rem;
	font-weight: 500;
	color: var(--yellow);
	letter-spacing: -0.03em;
	margin: 0 1rem;
	text-shadow: 0.8rem 0.8rem 0 #024585;	
}
/* 税込 */
.kv > div > span > i:nth-of-type(3) {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
}
.kv > div > span > i:nth-of-type(3) span:nth-child(1) {
	font-size: 2.2rem;
	line-height: 1.2;
}
.kv > div > span > i:nth-of-type(3) span:nth-child(2) {
	font-size: 9rem;
	text-shadow: 0.8rem 0.8rem 0 #024585;		
}
/* figure */
.kv figure {
	width: 64rem;
}
@media screen and (max-width: 768px) {
	/* 月額 */
	.kv > div > span > i:nth-of-type(1) {
		font-size: 4rem;
		margin-top: 2.5rem;
		text-shadow: 0.6rem 0.6rem 0 #024585;	
	}
	/* 980 */
	.kv > div > span > i:nth-of-type(2) {
		font-size: 12rem;
		text-shadow: 0.6rem 0.6rem 0 #024585;	
	}
	/* 税込 */
	.kv > div > span > i:nth-of-type(3) {
		margin-top: 1rem;
	}
	.kv > div > span > i:nth-of-type(3) span:nth-child(1) {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.kv > div > span > i:nth-of-type(3) span:nth-child(2) {
		font-size: 4.8rem;
		text-shadow: 0.6rem 0.6rem 0 #024585;		
	}
	/* figure */
	.kv figure {
		width: 90%;
	}
}



/* -------------------------------------------

benefits

------------------------------------------- */
.benefits {
	background: var(--blue);
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.benefits {
		padding: 6rem 3rem;
	}
}
/* h2 */
.benefits h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--prime);
	margin-bottom: 5rem;
	font-size: 3.2rem;
}
.benefits h2 > span:nth-child(1) {
	color: var(--yellow);
	background: var(--prime);
	border-radius: 1.5rem;
	margin-right: 1.5rem;
	padding: 1.2rem 2rem 1.35rem 2.3rem;
	font-size: 2.8rem;
}
.benefits h2 > span:nth-child(2) {
	margin-bottom: 0.15rem;
}
.benefits h2 > span:nth-child(2) strong {
	position: relative;
}
.benefits h2 > span:nth-child(2) strong::before {
	content: "";
	width: 100%;
	height: 3rem;
	background: url(../img/attention.png) no-repeat center;
	background-size: 80% auto;
	position: absolute;
	left: 0;
	top: -2.1rem;
}
@media screen and (max-width: 768px) {
	.benefits h2 {
		flex-direction: column;
		font-size: 3.2rem;
		margin-bottom: 3rem;
	}
	.benefits h2 > span:nth-child(1) {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
}
/* ul */
.benefits .wrap {
	width: 88rem;
	margin: 0 auto;
}
.benefits p {
	margin-top: 3rem;
	margin-bottom: 6rem;
}
.benefits .wrap > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefits .wrap > ul > li {
	width: 48%;
	background: #fff;
	border: solid 0.4rem var(--prime);
	border-radius: 2rem;
	position: relative;
	padding: 3.5rem 2.5rem;
}
.benefits .wrap > ul > li:nth-child(n + 3) {
	margin-top: 4%;
}
@media screen and (max-width: 768px) {
	.benefits .wrap {
		width: auto;
	}
	.benefits p {
		margin-top: 2rem;
		margin-bottom: 4rem;
	}
	.benefits .wrap > ul {
		display: block;
	}
	.benefits .wrap > ul > li {
		width: 100%;
		padding: 3.5rem 2.5rem;
	}
	.benefits .wrap > ul > li:nth-child(n + 3) {
		margin-top: 0;
	}
	.benefits .wrap > ul > li:not(:last-child) {
		margin-bottom: 2rem;
	}	
}
/* num */
.num {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-en);
	font-weight: 500;
	color: #fff;
	background: var(--prime);
	width: 8rem;
	height: 6.4rem;
	border-radius: 1.6rem 0 1.6rem 0;
	font-size: 4rem;
	padding-bottom: 0.5rem;
}
/* dl */
.benefits dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.benefits dt {
	display: flex;
	justify-content: center;
	border-bottom: solid 0.15rem #000;
	width: 100%;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.3;
	padding-left: 3rem;
}
.benefits dt span {
	display: flex;
	flex-direction: column;
}
.benefits dt span strong {
	color: var(--prime);
	font-size: 3rem;
}
.benefits dd {
	display: flex;
	align-items: center;
	padding: 0 1rem;
}
.benefits dd ul {
	width: 70%;
	padding-right: 1rem;
}
.benefits dd ul li:not(:last-child) {
	margin-bottom: 1rem;
}
.benefits dd ul li::before {
	content: "●";
	color: var(--prime);
	margin-right: 0.3rem;
}
.benefits dd figure {
	width: 30%;
}
@media screen and (max-width: 768px) {
	.benefits dd ul {
		width: 75%;
		padding-right: 0.5rem;
	}
	.benefits dd figure {
		width: 25%;
	}	
	.benefits dd {
		padding: 0;
	}
	.benefits dd ul li:not(:last-child) {
		margin-bottom: 0.5rem;
	}	
}



/* -------------------------------------------

cv

------------------------------------------- */
.cv {
	display: flex;
	justify-content: center;
}
.cv a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--prime);
	line-height: 1;
	font-weight: bold;
	width: 50rem;
	border: solid 0.2rem var(--prime);
	border-radius: 1.5rem;
	padding: 2.5rem 0 2.8rem 0;
	font-size: 4.4rem;
}
.cv a img {
	width: 4rem;
	margin-right: 2rem;
}
@media screen and (max-width: 768px) {
	.cv {
		display: flex;
		justify-content: center;
	}
	.cv a {
		padding: 2rem 0 2.3rem 0;
		font-size: 3.2rem;
		width: 100%;
	}
	.cv a img {
		margin-right: 1.5rem;
	}
	.cv a span {
		padding-bottom: 0.4rem;
	}
}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	border-bottom: solid 4rem #000;
	padding: 8rem 0;
}
footer ul {
	display: flex;
	justify-content: center;
}
footer ul li:not(:last-child) {
	margin-right: 3rem;
}
@media screen and (max-width: 768px) {

}


