/* CSS Document */
.wrapper-hp {
	margin: 0;
	color: #3d3d3d;
	box-sizing: border-box;
}
.contexts-width {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.contexts-width p {
	margin: 1rem;
	font-size: 16px;
}
.contexts-width img {
	max-width: 100%;
}
.contexts-width h1,.contexts-width h2,.contexts-width h3 {
	border: none;
}
.pane-contents .wrapper-hp a {
	text-decoration: none;
	transition: .3s;
}
.pane-contents .wrapper-hp a:hover {
	opacity: .5;
}
.bg-rightpink-hp {
	background-color: rgba(207, 56, 28, 0.4);
}
.bg-pink-hp {
	background-color: rgba(207, 56, 28, 0.4);
	bacground-blend-mode: multiply;
}
.big-text-hp {
	font-size: 18px;
}
.contexts-width .small-text-hp {
	font-size: 12px;
}
.white-text-hp {
	color: #fff;
}
.pink-text-hp {
	color: #cf381c;
}
.left-comment-hp {
	margin-right: 20%;
}
.right-comment-hp {
	margin-left: 20%;
}
.width80-hp {
	width: 80%;
}
/*1ブロック目*/
.block1-hp .bg-rightpink-hp {
	padding: 1rem 0;
	margin-bottom: 3rem;
}
.block1-hp .bg-pink-hp {
	padding: .5rem;
}
.block1-hp h2 {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 3rem;
	margin: 1rem;
	text-align: center;
}
.block1-hp h3 {
	font-weight: normal;
	margin: 0;
}
.block1-hp h3 .big-text-hp {
	font-size: 2rem;
}
.block1-hp .width80-hp,.block1-hp .width50-hp {
	margin: 2rem auto;
	justify-content: center;
	column-gap: .5rem;
	align-items: center;
}
.block1-hp .width50-hp {
	width: 50%;
	align-items: flex-start;
}
.block1-hp .set-hp {
	text-align: center;
}
.block1-hp .set-hp p {
	margin: 0;
}
.block1-hp .width4-hp {
	width: 15%;
}
/*2ブロック目*/
.block2-hp .bg-rightpink-hp {
	padding: .5rem;
	margin-bottom: 3rem;
} 
.wrapper-hp .button1-hp {
	border: 1px solid #cf381c;
	border-radius: 50px;
	padding: 0.5rem 1rem;
	transition: .3s;
	color: #cf381c;
	margin: 2rem auto;
	display: block;
	width: 500px;
	text-align: center;
}
.block2-hp .lesson-hp {
	margin: 0 auto;
	display: block;
}
/*3ブロック目*/
.block3-hp {
	margin: 0 auto;
}
.block3-hp .coupon-code-hp {
	background-color: #cf381c;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	width: 500px;
	margin: 2rem auto;
}
.block3-hp .bg-rightpink-hp {
	display: block;
	padding: 0.5rem 0;
	text-align: center;
	font-weight: bold;
	margin: 0 0 1rem;
}
.block3-hp .main-column {
	column-gap: 1rem;
}
.block3-hp .set-hp {
	margin-bottom: 1rem;
}

/*4ブロック目*/
.block4-hp {
	text-align: center;
}
.block4-hp .bg-rightpink-hp {
	padding: 1rem 0;
}
.block4-hp .white-text-hp .main-column {
	margin-bottom: 1rem;
}
.block4-hp h2 {
	font-size: 3rem;
	font-family: "corporate-logo-ver2", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.contexts-width .block4-hp .shadow-hp {
	font-size: 1.5rem;
	font-weight: bold;
	text-shadow: 0px 0px 15px #3d3d3d;
}
.block4-hp .bold-hp {
	font-weight: bold;
}
.block4-hp .table-hp {
	margin: 0 20% 0 30% ;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.block4-hp .table-hp dt {
	width: 25%;
	font-size: 18px;
}
.block4-hp .table-hp dd {
	width: 75%;
	font-size: 18px;
}
.block4-hp .button2-hp {
	border-radius: 50px;
	background-color: #fff;
	padding: 0.5rem 1rem;
	transition: .3s;
	color: #cf381c;
	margin: 2rem auto;
	display: block;
	width: 500px;
	text-align: center;
}
@media(max-width:767px) {
	.block1-hp .width80-hp {
		display: block;
		width: 95%;
		text-align: center;
	}
	.block1-hp .width4-hp {
		width: 50%;
	}
	.block1-hp .width50-hp {
		width: 90%;
	}
	/*2ブロック目*/
	.left-comment-hp {
		margin-right: 0;
	}
	.right-comment-hp {
		margin-left: 0;
	}.wrapper-hp .button1-hp,.wrapper-hp .button2-hp,.block3-hp .coupon-code-hp  {
		width: 330px;
	}
	/*3ブロック目*/
	.block3-hp .main-column {
		align-items: flex-start;
	}
	/*4ブロック目*/
	.block4-hp h2 {
		font-size: 1.5rem;
	}
	.block4-hp .table-hp {
		flex-direction: column;
		margin: 0;
	}
	.block4-hp .table-hp dt,.block4-hp .table-hp dd {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	.block4-hp .table-hp dt {
		background-color: #fff;
		color: #cf381c;
	}
	.block4-hp .table-hp dd {
		margin-bottom: 1rem;
	}
}
@media(max-width:500px) {
	.block1-hp h2 {
		font-size: 2rem;
	}
	.block1-hp h3 {
		padding: 0;
	}
	.block1-hp h3 .big-text-hp {
		font-size: 1.5rem;
	}
	.block1-hp .width50-hp {
		display: flex;
		flex-wrap: wrap;
	}
	.block1-hp .width50-hp a {
		width: 45%;
	}
	/*2ブロック目*/
	.block2-hp .main-column,.block4-hp .white-text-hp .main-column {
		display: flex;
	}
	/*3ブロック目*/
	.block3-hp {
		width: 95%;
	}
	/*4ブロック目*/
	.block4-hp h2,.contexts-width .block4-hp .shadow-hp {
		font-size: 1.2rem;
	}
}









