@charset "utf-8";

:root {
	font-size: 16px;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background: #EBEBEB;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;

	margin: 0 auto;

}

.container {
	max-width: 50rem;
	background: #fff;
	margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

h1 {
	color: rgb(245, 190, 0);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2em;
	padding: 1.25rem 0 1.25rem;
}

h2 {
	font-size: 1rem;
	margin: 0 0 .625rem;
}

.top {
	margin: 1.625rem 0 0;
}

ul {
	list-style: none;
	margin: 0 0 .625rem .875rem;
	padding: 0;
}

ul li {
	padding-left: .937rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .375rem;
	height: .375rem;
	background: #000;
	margin-left: -.937rem;
	top: .5rem;
}

header {
	padding: 1.875rem 1.25rem 0;
	background: #fff;
}

.background-line {
	height: 3rem;
	border-top: .062rem solid rgb(90, 90, 90);
	border-bottom: .062rem solid rgb(55, 55, 55);
	background: linear-gradient(to bottom, #4b4b4b 0%, #3f3f3f 100%);
	position: relative;
	z-index: 0;
}

.background-line:before {
	content: "";
	bottom: -4.75rem;
	left: 0;
	position: absolute;
	width: 100%;
	height: 4.687rem;
	background: rgb(255, 195, 0);
	z-index: 0;
}

article {
	position: relative;
	z-index: 1;
	padding: 0 2em;
	box-shadow: 0 .625rem 2.187rem #7D7D7D;
	margin-top: .937rem;
	background: #fff;
}

.section {
	padding: 0 .937rem;
}

.box {
	display: flex;
	padding-top: 3.125rem;
	padding-bottom: 6.25rem;
}

.apply {
	width: 50%;
}

a.btn {
	background-color: rgb(60, 60, 60);
	border: .062rem solid #777;
	border-radius: 0;
	color: white;
	display: inline-block;
	font: normal 1em / 2em Arial, Helvetica;
	margin: 0 0.75em 0 0;
	white-space: nowrap;
	padding: .25rem 1.312rem .25rem 1.312rem;
	text-shadow: none;
	width: auto;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	column-gap: .312rem;
}

a.btn img {
	height: .562rem;
	display: inline-block;
}

a.btn:hover {
	background: rgb(100, 100, 100);
}

.social {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: .625rem;
}


.social p {
	margin: 0;
}

.social span {
	background: rgb(60, 60, 60);
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social i {
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
}

.social a:hover span {
	background: rgb(100, 100, 100);
}

footer {
	background-color: rgb(100, 100, 100);
	position: relative;

}

.line-background {
	background-color: rgb(60, 60, 60);
	position: absolute;
	top: 0;
	z-index: 1;
	height: 2.5rem;
	width: 100%;
}

.flex {
	position: relative;
	z-index: 100;
}

h3 {
	font-size: .937rem;
	color: #fff;
	z-index: 100;
	position: relative;
	padding: .812rem 0 0;
	margin: 0;
	line-height: 1;

}

h3 span {
	background: #646464;
	padding: .5rem 1.062rem .437rem;
	text-align: center;
	line-height: .75rem;
	display: inline-block;
	font-weight: normal;
	font-weight: 700;
}

footer .container {
	background: transparent;
}

.flex {
	padding: 1.25rem .625rem 1.25rem .625rem;
	color: rgb(225, 225, 225);
	font-size: .75rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: .937rem;
}

.footer_box {
	width: 25%;
}

.fooer_box_last {
	width: 5%;
	display: flex;
	flex-direction: column;
	font-size: 1.875rem;
}

.fooer_box_last a i:hover {
	color: #FFC300;
}

p span {
	white-space: nowrap;
}

a.mail:hover {
	color: rgb(235, 105, 10);
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}


	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 48rem) {
	header {
		padding: 1rem 1rem 0;
	}

	article {
		padding: 0 1rem;
	}

	.section {
		padding: 0 .625rem;
	}

	.flex {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer_box {
		width: 48%;
	}

	.fooer_box_last {
		width: 100%;
		flex-direction: row;
		justify-content: center;
	}

	ul {
		margin: 0 0 .625rem
	}
}

@media only screen and (max-width: 34.375rem) {
	.box {
		padding: 1rem 0;
		flex-direction: column;
		gap: 1.25rem;
		justify-content: center;
		align-items: center;
	}

	.social {
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.apply {
		width: 100%;
		display: block;
	}

	a.btn {
		margin: 0 auto;
	}

	h1 {
		text-align: center;
	}

	.logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width: 30rem) {
	.footer_box {
		width: 100%;
	}
}