*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

html {
	font-size: min(1.25vw, 16px);
}

body {
	color: #000000;
	font-weight: 400;
	line-height: normal;
	overflow-x: hidden;
	position: relative;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.l-inner__recruit {
	padding-left: 6rem;
	padding-right: 4.875rem;
}

.c-recruit-logo {
	position: relative;
}

.c-recruit-logo::after {
	color: #f62837;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-gnav {
	gap: 0.625rem;
}

.c-gnav a {
	font-weight: 700;
}

.c-header-btn-wrapper {
	margin-right: 1.4375rem;
}

.c-header-btn-wrapper.--drawer {
	margin: 24px auto;
}

.c-header-btn {
	align-items: center;
	background: #f62837;
	border: 3px solid #fff;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	display: flex;
	height: 38px;
	justify-content: flex-end;
	padding-right: 15px;
	width: 134px;
}

.c-header-btn.--drawer {
	height: 44px;
	padding-right: 30px;
	width: 180px;
}

.c-header-btn span {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
}

.c-header-btn span::before {
	background: url("../../img/icon/ico_file-pen-line.svg") no-repeat center center/contain;
	content: "";
	height: 23px;
	left: -30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
}

.acc__panel.--recruit {
	background: #fff;
	border: 0;
	border-top: none !important;
	color: #000 !important;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 18px 16px;
	position: relative;
	text-align: left;
	width: 100%;
}

.acc__panel a {
	font-size: 15px;
}

.c-drawer-sns a {
	align-items: center;
	display: flex;
}

.c-btn__round {
	align-items: center;
	background: #f62837;
	border: 0.1875rem solid;
	border-color: #ffffff;
	border-radius: 1.875rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0.5rem 3.125rem 0.375rem 1.875rem;
	text-decoration: none;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn__round span {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 700;
	position: relative;
}

.c-btn__round span::after {
	background: url(../../img/icon/ico_circle-arrow-right.svg) no-repeat center center/cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: -2.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.15s ease;
	width: 1.5rem;
}

.c-btn__round.--blue {
	background: #1d6cf0;
}

.c-btn__round.--green {
	background: #3bae66;
}

.c-btn__round.--orange {
	background: #ff8144;
}

.c-btn__round-white {
	align-items: center;
	background: #fff;
	border-color: #ffffff;
	border-radius: 1.875rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: flex;
	height: 2.6875rem;
	justify-content: center;
	padding-left: 2.5rem;
	padding-right: 3.3125rem;
	text-decoration: none;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn__round-white span {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 700;
	position: relative;
}

.c-btn__round-white span::after {
	content: "";
	height: 1.5rem;
	position: absolute;
	right: -2.5625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.15s ease;
	width: 1.5rem;
}

.c-btn__round-white.--blue span {
	color: #1d6cf0;
}

.c-btn__round-white.--blue span::after {
	background: url(../img/icon/ico_circle-arrow-right-blue.svg) no-repeat center center/cover;
}

.c-btn__round-white.--orange span {
	color: #ff8144;
}

.c-btn__round-white.--orange span::after {
	background: url(../img/icon/ico_circle-arrow-right-orange.svg) no-repeat center center/cover;
}

@media (any-hover: hover) {

.c-btn__round:hover {
	transform: translateY(-1px);
}

.c-btn__round-white:hover {
	transform: translateY(-1px);
}

}

@media screen and (min-width: 480px) {

.c-recruit-logo::after {
	content: "新卒・第二新卒\a採用ページ";
	right: -110px;
	text-align: center;
	white-space: pre;
}

}

@media screen and (min-width: 1280px) {

.c-recruit-logo::after {
	content: "新卒・第二新卒採用ページ";
	right: -190px;
}

}

@media screen and (max-width: 769px) {

html {
	font-size: 4.2666666667vw;
}

.l-inner__recruit {
	padding-left: 0;
	padding-right: 0;
}

.c-btn__round-white {
	border-radius: 1.25rem;
	height: 2.25rem;
	padding-left: 1.5rem;
	padding-right: 2.5rem;
}

.c-btn__round-white span {
	font-size: 0.75rem;
}

.c-btn__round-white span::after {
	height: 1.25rem;
	right: -1.75rem;
	width: 1.25rem;
}

}

