
/*--------------------------------------------------header--------------------------------------------------------------*/
header {
	background-color: #fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 1rem;
}
header h1 {
	width: 50%;
	font-size: inherit;
}
header a.head-btn {
	background-color: #e66340;
	font-size: 1.2rem;
	color: #fff;
	padding: 1.5rem .5rem;;
	transition: .2s;
	display: block;
	text-align: center;
}
header a:hover {
	opacity: 0.8;
}
header a.head-btn {
	width: 45%;
}
/*----------------------------------------FOOTER----------------------------------------*/
.topbtn img {
	display: block;
	margin: 0 auto;
	width: 4.5rem;
	padding: 0rem 0 2rem;
	cursor: pointer;
}
footer {
	background-color: #e2e3e3;
	padding: 3rem 0 10rem;
	margin: 0;
}
.footer-logo {
	width: 25rem;
	margin: 0 auto;
	display: block;
}
footer ul {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}
footer ul li {
	width: 4rem;
	margin: 0 1rem;
}
footer p {
	font-size: 1.2rem;
}
footer p a {
	text-decoration: underline;
	color: #0062B0;
}
/*---------------------------------------------応募規約-------------------------------------------------------------------*/
.note {
	padding: 5rem 0;
}
.note h2 {
	font-size: 1.8rem;
	text-align: center;
	padding: 1rem 0;
	line-height: 1;
	background-color: #e0e3e3;
	margin: 0 0 2rem;
	font-weight: 500;
}
.note p {
	font-size: 1.2rem;
}
/*-----------------------------------------------固定CTA-----------------------------------------------------------------*/
.fix-cta {
	position: fixed;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	display: block;
	z-index: 100;
	max-width: 50rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
		/*------------------------------------------------------header----------------------------------------------------------*/
	header .inner {
		padding: 2rem 3rem;
	}
	header h1 {
		width: 40rem;
	}	
	header a.head-btn_pc {
		width: 35%;

	}
	/*----
	header a:hover {
		opacity: 0.8;
	}
	----*/
		/*----------------------------------------------footer---------------------------------------------------------------*/
	footer {
		padding: 2rem 0;
	}
	footer .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer-logo {
		width: 25rem;
		margin: 0;
	}
	footer ul {
		justify-content: flex-end;
	}
	footer a:hover {
		opacity: 0.8;
	}
	/*---------------------------------------------応募規約-------------------------------------------------------------------*/
	.note .inner {
		max-width: 100rem;
	}
	/*-----------------------------------------------固定CTA-----------------------------------------------------------------*/
	.fix-cta {
		bottom: auto;
		left: auto;
		transform: translateX(0%);
		width: 30%;
		right: 1%;
		top: 1%;
	}
	.fix-cta:hover {
		opacity: 0.8;
	}

}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------PC／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
	@media screen and (min-width:1200px) {
		header .inner {
			width: 100%;
		}
		header h1 {
			width: 45rem;
		}
		header a.head-btn_pc {
			width: 38rem;
		}
		.topbtn img {
			width: 5.5rem;
			padding: 0rem 0 4rem;
		}
		footer .inner {
			width: 120rem;
			margin: 0 auto;
		}
		.footer-logo {
			width: 45rem;
		}
		.note {
			padding: 8rem 0;
		}
		.note h2 {
			font-size: 2.7rem;
			padding: 1.5rem 0;
			margin: 0 0 3rem;
		}
		.note p {
			font-size: 1.4rem;
		}
		.fix-cta {
			width: 35rem;
			top: 0.7rem;
		}
}
@media screen and (max-width:350px) {
				header h1 {
					width: 15rem;
				}
				header a {
					
					
				}
			}