@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap');



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

kv

----------------------------------------------------------  */
.top-kv {
	background: url(../img/bg-texture.jpg) center top;
	background-size: 45rem auto;
}
.top-kv > div {
	display: flex;
}
.top-kv > div > * {
	width: 50%;
}
.top-kv > div > *:first-of-type {
	position: relative;
}
.top-kv h1 {
	position: absolute;
	left: 0;
	top: 4rem;
	z-index: 999;
	width: 48rem;
	line-height: 1;
}
.top-kv h1 > img {
	margin-top: 2rem;
	width: 22rem;
}
.top-kv-copy {
	position: absolute;
	left: 3rem;
	bottom: 6rem;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.top-kv-copy span {
	display: block;
	margin-left: 1em;
}
@media screen and (max-width: 767px) {
	.top-kv > div {
		display: block;
	}
	.top-kv > div > * {
		width: 100%;
	}
	.top-kv > div > *:first-of-type {
		position: relative;
	}
	.top-kv h1 {
		position: relative;
		left: 0;
		top: 0;
		width: 30rem;
	}
	.top-kv h1 > img {
		margin-bottom: 3rem;
	}
	.top-kv-copy {
		position: relative;
		left: 0;
		bottom: 0;
	}
	.top-kv-copy span {
		display: inline-block;
		margin-left: 0;
	}	
	.top-kv .container {
		width: 100%;
	}
	header {
		padding: 3rem;
	}
}



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

index

----------------------------------------------------------  */
.top-index > div:first-of-type {
	font-family: 'Klee One', cursive;
	font-weight: 600;
	background: #c03f3c;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 1rem 0;
	margin-bottom: 2rem;
}
.top-index h2 {
	text-align: center;
	line-height: 1;
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--prime);
	margin-bottom: 2rem;
}
.top-index h2 + div {
	border-bottom: solid 1px var(--prime);
	border-top: solid 1px var(--prime);
	padding: 3.5rem 0;
}
.top-index ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto -2rem auto;
}
.top-index ul > * {
	width: 48%;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.top-index ul > * a {
	color: var(--prime);
	border: solid 1px var(--prime);
	border-radius: 1rem;
	display: block;
	padding: 1rem 0 1.2rem 0;
}
.top-index ul > * a:hover {
	opacity: 1;
	background: var(--prime);
	color: #fff;
}
@media screen and (max-width: 767px) {
	.top-index ul {
		display: block;
		width: 90%;
		margin: 0 auto -1rem auto;
	}
	.top-index ul > * {
		width: 100%;
		margin-bottom: 1rem;
	}
}



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

sec1

----------------------------------------------------------  */
.top-sec1 {
	padding: 4rem 0 6rem 0;
}
.top-sec1 h2 {
	text-align: center;
	color: var(--prime);
	font-size: 4rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}
.top-sec1 h2 small {
	display: block;
	font-size: 3.2rem;
}
.top-sec1-wrap {
	background: var(--prime);
	padding: 4rem 4rem 3rem 4rem;
}
.top-sec1-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-sec1-wrap ul > * {
	width: 49%;
	background: #fff;
	text-align: center;
	color: var(--prime);
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2%;
	padding: 0.5rem 0 0.6rem 0;
}
.top-sec1-wrap p {
	color: #fff;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.top-sec1 h2 small {
		display: block;
		font-size: 2.4rem;
	}
	.top-sec1-wrap {
		background: var(--prime);
		padding: 3rem 3rem 3rem 3rem;
	}
	.top-sec1-wrap ul {
		display: block;
		margin-bottom: 1.5rem;
	}
	.top-sec1-wrap ul > * {
		width: 100%;
	}
	.top-sec1-wrap p {
		text-align: left;
	}
}



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

sec2

----------------------------------------------------------  */
.top-sec2 {
	padding-bottom: 6rem;
}
.top-sec2 h2 {
	margin-bottom: 1.5rem;
}
.top-sec2 ul {
	background: #f3f2f5;
	padding: 3rem 4rem;
}
.top-sec2 ul li {
	list-style-type: disc;
	font-weight: bold;
	margin-left: 3rem;
}
.top-sec2 ul li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.top-sec2-wrap {
	position: relative;
}
.top-sec2-wrap p {
	position: absolute;
	left: 2rem;
	top: 10rem;
	width: 40%;
	z-index: 999;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.top-sec2 ul {
		padding: 2rem 3rem;
	}
	.top-sec2-wrap p {
		position: absolute;
		left: 0;
		top: 2rem;
		width: 45%;
		font-size: 1.6rem;
	}	
}



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

sec3

----------------------------------------------------------  */
.top-sec3 {
	padding-bottom: 6rem;
}
.top-sec3 p {
	margin-bottom: 2rem;
}
.top-sec3 dl {
	border: solid 1px #000;
	margin-bottom: 1rem;
	display: flex;
	color: var(--prime);
}
.top-sec3 dl dt {
	background: #ebe9ef;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	font-weight: bold;
	width: 50%;
}
.top-sec3 dl dt small {
	font-size: 1.8rem;
	margin-left: 1rem;
}
.top-sec3 dl dd {
	display: flex;
	justify-content: center;
	font-size: 3.2rem;
	font-weight: bold;
	width: 50%;	
	align-items: center;
}
.top-sec3 dl dd small {
	font-size: 1.8rem;
	margin: 0 0.5rem;
}
.top-sec3 .inner > dl:last-of-type {
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.top-sec3 dl {
		display: block;
	}
	.top-sec3 dl dt {
		width: 100%;
	}
	.top-sec3 dl dd {
		width: 100%;	
	}
}



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

sec4

----------------------------------------------------------  */
.top-sec4 {
	padding-bottom: 6rem;
}
.top-sec4 .inner > ul {
	margin-bottom: 2rem;
}
.top-sec4 .inner > ul li {
	position: relative;
	padding-left: 1.5em;
}
.top-sec4 .inner > ul li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.top-sec4 h3 {
	font-size: 2.8rem;
	border-bottom: solid 2px #ebe9f0;
	margin-bottom: 1.5rem;
	color: var(--prime);
	padding-bottom: 1rem;
}
.top-sec4 .inner > section ul li {
	list-style-type: disc;
	margin-left: 3rem;
}
.top-sec4 .inner > section ul li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.top-sec4 ol {
	margin-left: 3rem;
}
.top-sec4 ol li {
	list-style: decimal;
	font-weight: bold;
}
.top-sec4 ol li:first-child {
	margin-bottom: 1rem;
}
.top-sec4-img {
	width: 60%;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.top-sec4-img {
		width: 100%;
	}
}



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

caution

----------------------------------------------------------  */
.top-caution {
	margin: 0 auto 4rem auto;
	border-radius: 1rem;
	border: solid 1px #c03f3c;
	padding: 3rem 4rem;
}
.top-caution h2 {
	font-size: 3.6rem;
	color: #c03f3c;
	line-height: 1;
	margin-bottom: 3rem;
	text-align: center;
}
.top-caution ul li {
	list-style: none !important;
	margin-left: 0 !important;
	position: relative;
	padding-left: 1.5em;
}
.top-caution ul li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.top-caution ul li:nth-child(1),
.top-caution ul li:nth-child(2) {
	color: #c03f3c;
}
@media screen and (max-width: 767px) {
	.top-caution {
		padding: 2rem 3rem;
	}
	.top-caution h2 {
		margin-bottom: 2rem;
	}
}



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

sec5

----------------------------------------------------------  */
.top-sec5 {
	margin-bottom: 10rem;
	background: 
		url(../img/top-bg1.jpg) no-repeat center top,
		url(../img/top-bg2.jpg) no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
	padding: 6rem 0;
}
.top-sec5 h2 + div {
	position: absolute;
	right: 4rem;
	top: 4rem;
	width: 20rem;
}
.top-sec5 > p {
	padding: 14rem 5rem 6rem 5rem;
	font-size: 2.4rem;
	text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
.top-sec5-wrap {
	background: #fff;
	margin: 0 5rem;
}
.top-sec5-wrap p {
	padding: 0 4rem 2rem 4rem;
	font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
	.top-sec5.container {
		width: 100%;
	}
	.top-sec5 h2 + div {
		position: relative;
		right: 0;
		top: 0;
		margin: 0 auto;
	}	
	.top-sec5 > p {
		padding: 4rem 3rem 6rem 3rem;
	}	
	.top-sec5-wrap {
		margin: 0 3rem;
	}
	.top-sec5-wrap p {
		padding: 0 2rem 2rem 2rem;
	}	
}



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

sec6

----------------------------------------------------------  */
.top-sec6 {
	padding-bottom: 6rem;
	background: #f3f2f5;
	background: linear-gradient(#fff, #f3f2f5, #fff);
}
.top-sec6 h2 {
	text-align: center;
	color: var(--prime);
	margin-bottom: 4rem;
	font-size: 6.4rem;
	font-family: 'Klee One', cursive;
	font-weight: 600;
	line-height: 1.2;
}
.top-sec6 h2 small {
	font-size: 4.0rem;
	display: block;
}
.top-sec6 h3 {
	color: #fff;
	padding: 1.5rem 2rem 3.5rem 10rem;
	font-size: 2.8rem;
	line-height: 1.4;
	position: relative;
	margin-bottom: 1.5rem;
}
.top-sec6 h3 small {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	font-weight: normal;
	font-size: 1.6rem;
}
.top-sec6 ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.top-sec6 ul li.man h3 {
	background: url(../img/user.png) no-repeat left 1rem bottom;
	background-size: 8rem auto;
	background-color: var(--prime);
}
.top-sec6 ul li.man h3::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 3rem solid transparent;
	border-right: 3rem solid transparent;
	border-top: 3rem solid var(--prime);	
	display: block;
	position: absolute;
	left: 12rem;
	bottom: -2.8rem
}
.top-sec6 ul li.woman h3 {
	background: url(../img/user.png) no-repeat left 1rem bottom;
	background-size: 8rem auto;
	background-color: #b1a9c2;
}
.top-sec6 ul li.woman h3::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 3rem solid transparent;
	border-right: 3rem solid transparent;
	border-top: 3rem solid #b1a9c2;	
	display: block;
	position: absolute;
	left: 12rem;
	bottom: -2.8rem
}
.top-sec6 ul li > div {
	background: #fff;
	padding: 3rem;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.top-sec6 h2 {
		font-size: 4.8rem;
	}
	.top-sec6 h2 small {
		font-size: 3.2rem;
	}
}



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

sec7

----------------------------------------------------------  */
.top-sec7 {
	padding-bottom: 6rem;
}
.top-sec7-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.top-sec7-wrap > *:first-of-type {
	width: 40%;
}
.top-sec7-wrap > *:last-of-type {
	width: 55%;
}
.top-sec7-wrap h3 + p {
	font-size: 1.8rem;
	margin: 1rem 0 3rem 0;
}
.top-sec7-wrap dl dt {
	font-size: 2.8rem;
}
.top-sec7-wrap dl dd {
	font-size: 5.6rem;
	line-height: 1;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.top-sec7-wrap dl dd span {
	font-size: 1.4rem;
	border: solid 1px #000;
	margin: 0 0 0 1rem;
	display: inline-block;
	padding: 0.5rem;
	margin-bottom: -1.8rem;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.top-sec7-wrap h3 + p {
		font-size: 1.4rem;
		margin: 1rem 0 1rem 0;
	}
	.top-sec7-wrap dl dt {
		font-size: 2.0rem;
	}
	.top-sec7-wrap dl dd {
		font-size: 4rem;
		line-height: 0.8;
		display: block;
		align-items: center;
		font-weight: bold;
	}
	.top-sec7-wrap dl dd span {
		margin: 0;
	}
}



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

sec8

----------------------------------------------------------  */
.top-sec8 {
	padding-bottom: 6rem;
}
.top-sec8 h2 {
	text-align: center;
	color: var(--prime);
	display: flex;
	align-items: center;
	font-size: 3.2rem;
	justify-content: center;
	margin-bottom: 1.5rem;
}
.top-sec8 h2 small {
	color: #000;
	font-size: 2.4rem;
}
.top-sec8 p {
	text-align: center;
	margin-bottom: 1rem;
}
.top-sec8 a {
	display: block;
	color: #fff;
	background: #a2bd57;
	border-radius: 0.5rem;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
	padding: 2rem 0 2.2rem 0;
}
.guidance-shedule {
	background: #f2f2f4;
}
.guidance-shedule dt {
	background: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	border: solid 1px #000;
	padding: 0.5rem;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 1rem;
}
.guidance-shedule dd:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #000;
	margin: 0 6rem;
}
.guidance-shedule dd:first-of-type span:first-child {
	border: solid 2px #000;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
	padding: 0 0.5rem;
	margin-right: 1rem;
}
.guidance-shedule dd:first-of-type span:last-child {
	font-size: 3.6rem;
	line-height: 1;
}
.guidance-shedule dd:first-of-type span:last-child small {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
.guidance-shedule dd:last-of-type {
	text-align: center;
	padding-bottom: 1rem;
	font-size: 2.8rem;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.guidance-shedule dd:last-of-type strong {
	font-size: 3.6rem;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.top-sec8 h2 {
		display: block;
		font-size: 3.0rem;
		line-height: 1.2;
		margin-bottom: 2rem;
	}
	.top-sec8 h2 small {
		color: #000;
	}
	.top-sec8 p {
		text-align: left;
		margin-bottom: 1rem;
	}
	.top-sec8 a {
		font-size: 2.2rem;
	}
	.guidance-shedule dt {
		font-size: 2.0rem;
	}	
	.guidance-shedule dd:first-of-type {
		margin: 0 1rem;
	}
	.guidance-shedule dd:first-of-type span:first-child {
		font-size: 2.0rem;
	}
	.guidance-shedule dd:first-of-type span:last-child {
		font-size: 2.2rem;
		line-height: 1;
	}		
}



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

guidance

----------------------------------------------------------  */
.guidance h1 {
	background: #574c78;
	padding: 2rem 0;
}
.guidance h1 img {
	display: block;
	width: 24rem;
	margin: 0 auto;
}
.guidance section h2 {
	color: #fff;
	background: #343363;
	text-align: center;
	line-height: 1;
	font-weight: 600;
	font-family: 'Klee One', cursive;
	font-size: 4.0rem;
	padding: 1.5rem 0 1.6rem 0;
}
.guidance-wrap {
	padding: 6rem 0;
}
@media screen and (max-width: 767px) {
	.guidance header {
		padding: 0;
	}
}