@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

/* 10px */
body {
	width: 100%;
	font-size: 2.2rem;
	background: #f2f2f2;
	line-height: 1.8;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
	color: #000;
	overflow: hidden;
}

p {
	text-align: left;
}

img {
	width: 100%;
	height: auto;
}
.only_pc{
	display: block;
}
.only_sp{
	display: none;
}

header {
	padding: 10% 0;
	box-sizing: border-box;
	background: url(../img/main.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	z-index: 0;
}
header::after {
	content: "";
	width: 75%;
	height: 100%;
	display: block;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 1) 60%);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
header > div {
	width: 90%;
	max-width: 1600px;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 2;
}
header > div > div {
	display: inline-block;
}

h1 {
	font-size: 200%;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 5%;
}
h1 em {
	font-style: normal;
}
h1 span {
	display: block;
	color: #fff;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
	line-height: 1.3;
	font-size: 150%;
}

.entry_btn {
	display: inline-block;
	font-size: 150%;
	color: #fff;
	padding: 3% 10% 3% 8%;
	box-sizing: border-box;
	background: #ff667c;
	border-radius: 8px;
	position: relative;
	text-decoration: none !important;
	transition: all 0.5s;
	box-shadow: 0 0 5px #999;
}
header .entry_btn {
	padding: 5% 12% 5% 8%;
}
.entry_btn::after {
	content: "";
	width: 20px;
	height: 20px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(225deg);
	transform-origin: 25% 65%;
	transition: all 0.5s;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto 0;
}
header .entry_btn::after {
	width: 15px;
	height: 15px;
	right: 30px;
}

.entry_btn:hover {
	transform: scale(1.1);
	background: #f77c8e;
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 2rem;
	}
	header > div {
		min-height: 360px;
	}
	h1 {
		font-size: 180%;
	}
	.entry_btn {
		padding: 3% 8% 3% 6%;
	}

	header .entry_btn {
		font-size: 130%;
		padding: 4% 12% 4% 8%;
	}
	.entry_btn::after {
		width: 12px;
		height: 12px;
		right: 25px;
	}
	header .entry_btn::after {
		width: 12px;
		height: 12px;
		right: 15px;
	}
}
@media screen and (max-width: 1000px) {
	body {
		font-size: 1.8rem;
	}

	header > div {
		min-height: 300px;
	}
	h1 {
		font-size: 160%;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size: 1.6rem;
	}
	.entry_btn::after {
		right: 15px;
	}
}

main {
	background: #d4a5a5;
	position: relative;
	padding: 5% 0;
	margin-bottom: 30px;
}
main::after {
	content: " ";
	position: absolute;
	bottom: -58px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border: none;
	border-top: 60px solid #d4a5a5;
	border-right: 80px solid transparent;
	border-left: 80px solid transparent;
	margin: 0 auto;
}
main p {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 150%;
	text-align: center;
}
@media screen and (max-width: 800px) {
	main {
		padding: 6% 0;
	}
	main::after {
		bottom: -38px;
		border-top: 40px solid #d4a5a5;
		border-right: 60px solid transparent;
		border-left: 60px solid transparent;
	}
}

@media screen and (max-width: 1400px) {
	main p {
		text-align: left;
		font-size: 130%;
	}
	main p br:nth-of-type(2) {
		display: none;
	}
}

section {
	padding: 5% 0;
}
.img_link{
	pointer-events: none;
}
.img_link+p{
	display: none;
}

@media screen and (max-width: 800px) {
	section {
		padding: 8% 0;
	}
}

section > div {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
section h2 {
	font-size: 250%;
	font-weight: 500;
	letter-spacing: 0.1rem;
	display: inline-block;
	margin: 0 auto 2%;
	background: url(../img/icon_check_black.png) no-repeat top 10px left;
	background-size: 90px auto;
	box-sizing: border-box;
	padding: 0 40px 15px 90px;
}
#sec01 h2 {
	background: url(../img/icon_check_pink.png) no-repeat top 10px left;
	background-size: 90px auto;
}
@media screen and (max-width: 1000px) {
	section h2 {
		font-size: 220%;
		background: url(../img/icon_check_black.png) no-repeat top 5px left;
		background-size: 70px auto;
		padding: 0 30px 15px 70px;
	}
	#sec01 h2 {
		background: url(../img/icon_check_pink.png) no-repeat top 5px left;
		background-size: 70px auto;
	}
}

#sec01 p {
	margin-bottom: 3%;
}

#sec01 ul {
	text-align: center;
}
#sec01 li {
	font-size: 180%;
	display: block;
	margin-bottom: 70px;
	position: relative;
	font-weight: 500;
}
#sec01 ul li::after {
	content: "";
	width: 45px;
	height: 65px;
	display: block;
	background: url(../img/icon_arrow_pink.png) no-repeat top center;
	background-size: auto 100%;
	position: absolute;
	bottom: -70px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#sec01 ul li:last-child:after {
	display: none;
}

#sec02 {
	background: #d4a5a5;
}
#sec02 h2 br {
	display: none;
}
@media screen and (max-width: 740px) {
	#sec02 h2 {
		line-height: 1.5;
	}
	#sec02 h2 br {
		display: inline;
	}
}
#sec02 p {
	margin-bottom: 3%;
}
#sec02 .graph_img {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 0 0 3px #b98e8e;
}

#sec03 > div > h2:nth-of-type(1) {
	margin: 0 auto 5px;
}
#sec03 > div > h2:nth-of-type(2) {
	font-size: 250%;
	font-weight: 500;
	letter-spacing: 0.1rem;
	margin: -4% auto 3%;
	background: none;
	background-size: 90px auto;
	padding: 0 40px 15px 90px;
}

@media screen and (max-width: 1000px) {
	#sec03 > div > h2:nth-of-type(2) {
		font-size: 220%;
		padding: 0 10px 15px 15px;
	}
}
#sec03 p {
	margin-bottom: 3%;
}
#sec03 .graph_img {
	margin-bottom: 3%;
}

#sec04 {
	background: #d4a5a5;
}
#sec04 h2 br {
	display: none;
}
#sec04 p {
	margin-bottom: 3%;
}
#sec04 .graph_img {
	background: #fff;
	padding: 20px 3%;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 0 0 3px #b98e8e;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#sec04 .graph_img > img {
	width: 50%;
	display: block;
	margin-bottom: 5px;
}
#sec04 .graph_img > img:nth-of-type(2n) {
	width: 48%;
}
#sec04 .graph_img + p {
	text-align: right;
	font-size: 80%;
	margin-top: 5px;
}

@media screen and (max-width: 740px) {
	#sec04 h2 {
		line-height: 1.5;
	}
	#sec04 h2 br {
		display: inline;
	}
}
#sec05 h2 br {
	display: none;
}
#sec05 p {
	margin-bottom: 2%;
}

#sec05 .graph_img {
	margin-bottom: 5%;
}
@media screen and (max-width: 740px) {
	#sec05 h2 {
		line-height: 1.5;
	}
	#sec05 h2 br {
		display: inline;
	}
}
#sec06 > div > p {
	font-size: 160%;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 6%;
}

.seminar {
	margin-bottom: 9%;
}

#sec06 {
	padding-bottom: 15%;
}
#sec06 h3 {
	text-align: center;
	font-size: 120%;
	margin-bottom: 1%;
	letter-spacing: 0.1rem;
}
#h3_01 {
	background: url(../img/text_price.png) no-repeat top center;
	background-size: 200px auto;
	padding: 50px 0 0 0;
}

#h3_02 {
	background: url(../img/text_summary.png) no-repeat top center;
	background-size: 200px auto;
	padding: 50px 0 0 0;
}
.seminar p {
	border: 2px solid #000;
	background: #fff;
	border-radius: 15px;
	padding: 15px 3% 25px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
.seminar #h3_02 + p {
	padding: 50px 3%;
	font-size: 120%;
}

.seminar p > span {
	font-size: 260%;
	display: block;
	font-weight: 400;
}
.seminar p > span > strong {
	font-size: 120%;
	font-weight: 400;
}
.seminar p br {
	display: none;
}

@media screen and (max-width: 800px) {
	#h3_01 {
		background: url(../img/text_price.png) no-repeat top center;
		background-size: 160px auto;
		padding: 40px 0 0 0;
	}

	#h3_02 {
		background: url(../img/text_summary.png) no-repeat top center;
		background-size: 160px auto;
		padding: 40px 0 0 0;
	}
	#sec06 > div > p {
		font-size: 140%;
	}
	.seminar p > span {
		font-size: 220%;
	}
}

#pagetop {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-decoration: none;
	width: 8rem;
	height: 8rem;
	font-size: 160%;
	background-color: #d4a5a5;
	border-radius: 100%;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease;
}
#pagetop:hover {
	background-color: #e7c4c4;
}
