@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}
a {
	transition: .3s ease;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
ul{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.font_light {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.font_regular {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_medium {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.font_bold {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.font_black {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.sp_only {
	display: none;
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: .3s ease;
}
header.bg_fix {
	background: #fff;
	border-top: #c7151d 5px solid;
}
header.menu_bg {
	background: rgba(255, 255, 255, 0.8);
	border-top: #c7151d 5px solid;
}
.header_inner {
	width: 94%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 0;
}
.header_logo {
	margin: 0;
}
.header_logo a {
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.1em;
}
header.menu_bg .header_logo a,
header.bg_fix .header_logo a  {
	color: #000;
}
.header_logo__eng {
	font-size: 1rem;
	display: block;
}
.header_menu ul {
	display: flex;
}
.header_menu li {
	margin: 0 2.5rem;
}
.header_menu li:last-child {
	margin-right: 0;
}
.header_menu a {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
header.menu_bg .header_menu a,
header.bg_fix .header_menu a {
	color: #000;
}
.header_menu__logo {
	display: none;
}
.btn-trigger  {
	display: none;
}
/* common_btn */
.common_btn1 {
	margin: 0;
}
.common_btn1 a {
	background: #c7151d;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	padding: 1.5rem 5.5rem;
	border-radius: 5rem;
}
.common_btn1.white a {
	color: #9fa0a0;
	background: #fff;
}
/* common_ttl */
.common_ttl1 {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: clamp(32px, 3.5vw, 48px);
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
	margin: 0;
}
.common_ttl1__jpn {
	display: block;
	font-size: 2rem;
	font-size: clamp(14px, 1.5vw, 20px);
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 20px;
}
/* common fv */
.common_fv {
	background-image: url(../img/recruit/recruit_fv@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 422px;
	position: relative;
}
.common_fv__ttl {
	position: absolute;
	background: #fff;
	font-size: 4.4rem;
	letter-spacing: 0.1em;
	padding: 4rem 8rem 4rem 4rem;
	margin: auto 0;
	bottom: -16%;
	left: 12%;
	line-height: 1;
}
.common_fv__jpn {
	display: block;
	font-size: 2rem;
	letter-spacing: 0;
	position: relative;
	margin-top: 4rem;
}
.common_fv__jpn::before {
	content: "";
	height: 3px;
	width: 115%;
	background: #c7151d;
	position: absolute;
	top: -2rem;
	left: 0;
}
/* footer */
footer {
	background: #9fa0a0;
	padding: 90px 0 43px;
}
.footer_inner {
	max-width: calc(1400px + 100px);
	padding: 0 50px;
	margin: 0 auto 90px;
	display: flex;
	justify-content: space-between;
}
.footer_logo {
	margin: 0 0 2.5rem;
}
.footer_logo a {
	color: #fff;
	font-size: 2.4rem;
}
.footer_left {
	display: flex;
	width: 52%;
	justify-content: space-between;
}
.footer_company__info {
	display: flex;
	font-size: 1.4rem;
	color: #fff;
	margin: 0;
}
.footer_company__info dt {
	width: 8em;
}
.footer_company__info dd {
	line-height: 1.8;
	margin-left: 0;
}
.footer_right {
	width: 40%;
}
.footer__box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.footer_right .common_ttl1__jpn {
	margin-top: 8px;
}
.footer_menu {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.footer_menu li {
	position: relative;
	width: 10em;
}
.footer_menu li:last-child {
	width: 14em;
}
.footer_menu li:after {
	content: "/";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20%;
	margin: auto 0;
	line-height: 1.5;
	font-size: 1.4rem;
	color: #fff;
}
.footer_menu li:last-child:after {
	content: "";
}
.footer_menu a {
	font-size: 1.4rem;
	color: #fff;
}
.copy {
	color: #fff;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 768px){
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	/* header */
	.header_inner {
		padding: 1.5rem 0;
		width: auto;
		margin: 0 1.5rem;
	}
	.header_logo {
		line-height: 1;
		display: flex;
	}
	.header_logo a {
		font-size: 1.4rem;
	}
	.header_logo__eng {
		font-size: 0.8rem;
		margin-top: 0.6em;
		letter-spacing: 0.35em;
	}
	.header_menu {
		visibility: hidden;
		opacity: 0;
		transition: all .5s;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #c7151d;
		width: 100vw;
		height: 100dvh;
		position: absolute;
		top: 0;
		left: 0;
		padding: 1.5rem;
		z-index: -1;
	}
	.header_menu__logo {
		display: block;
		font-size: 1.8rem;
		text-align: center;
		color: #fff;
		margin: auto 0 0;
		border-top: 1px solid #ffff;
		padding: 1.5rem 0;
	}
	.header_menu__logo .header_logo__eng {
		font-size: 0.8rem;
	}
	.btn-trigger {
		position: relative;
		width: 32px;
		height: 30px;
		cursor: pointer;
		z-index: 11;
	}
	.btn-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all .5s;
	}
	.btn-trigger, .btn-trigger span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}
	header.menu_bg .btn-trigger span,
	header.bg_fix .btn-trigger span {
		background-color: #000;
	}
	.btn-trigger span:nth-of-type(1) {
		top: 0;
	}
	.btn-trigger span:nth-of-type(2) {
		top: 14px;
	}
	.btn-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.btn-trigger.active span,
	header.menu_bg .btn-trigger.active span,
	header.bg_fix .btn-trigger.active span {
		background-color: #fff;
	}
	.btn-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
	}
	.btn-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.btn-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-14px) rotate(45deg);
	}
	.header_menu.active {
		visibility: visible;
		opacity: 1;
		z-index: 10;
	}
	.header_menu ul {
		display: block;
		margin: auto 0 0;
	}
	.header_menu li {
		margin: 3rem 0;
	}
	.header_menu li a {
		font-size: 1.8rem;
	}
	header.menu_bg .header_menu a,
	header.bg_fix .header_menu a {
		color: #fff;
	}
	/* common_btn */
	.common_btn1 a {
		letter-spacing: 0.1em;
		padding: 1.2rem 3.5rem;
		font-size: 1.3rem;
	}
	/* common_ttl */
	.common_ttl1 {
		font-size: 2.4rem;
	}
	.common_ttl1__jpn {
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	/* common_fv */
	.common_fv {
		height: 233px;
	}
	.common_fv__ttl {
		font-size: 2.1rem;
		bottom: 0;
		left: 0;
		padding: 2rem 4rem 2rem 2rem;
	}
	.common_fv__jpn {
		font-size: 1.2rem;
		font-weight: 400;
		margin-top: 2rem;
	}
	.common_fv__jpn::before {
		width: 25px;
		top: -1.2rem;
	}
	/* footer */
	footer {
		padding: 5rem 1.5rem 2rem;
	}
	.footer_inner {
		flex-direction: column-reverse;
		padding: 0;
		margin: 0 auto 4rem;
		width: auto;
	}
	.footer_left {
		width: 100%;
	}
	.footer_logo a {
		font-size: 1.6rem;
	}
	.footer_company {
		width: 78%;
	}
	.footer_iso {
		width: 15%;
	}
	.footer_company__info {
		flex-direction: column;
		font-size: 1.2rem;
	}
	.footer_company__info dt {
		font-weight: bold;
	}
	.footer_company__info dd a {
		color: #fff;
	}
	.footer_right {
		width: 100%;
	}
	.footer__box {
		margin-bottom: 3rem;
	}
	.footer_right .common_ttl1__jpn {
		font-size: 1.3rem;
	}
	.footer_menu {
		flex-wrap: wrap;
		width: 20.5em;
		margin-bottom: 3rem;
		justify-content: space-between;
	}
	.footer_menu li,
	.footer_menu li:last-child {
		width: auto;
	}
	.footer_menu li:after {
		right: -1.2em;
	}
	.footer_menu li:nth-child(3)::after {
		content: "";
	}
	.footer_menu a {
		font-size: 1.3rem;
	}
}
