/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*   genaral
========================================================================== */

body {
	overflow-x: hidden;
}

.space {
	width: calc(100vw - 130px);
	margin-left: auto;
}

@media screen and (max-width: 896px) {
	.space {
		width: 100vw;
	}
}

.inner {
	width: 1000px;
	max-width: calc(100% - 40px);
	margin: auto;
}

.inner_min {
	width: 700px;
	max-width: calc(100% - 40px);
	margin: auto;
}

.inner_form {
	width: 800px;
	max-width: 100%;
	margin: auto;
}

.over {
	transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.over:hover {
	opacity: .5;
}

.inb {
	display: inline-block;
}

.ls {
	letter-spacing: -.5px;
}

.red {
	color: #e60012;
}

.indent li {
	padding-left: 1em;
	text-indent: -1em;
}

.bold {
	font-weight: bold;
}

@media screen and (min-width: 897px) {
	.pc_hidden {
		display: none;
	}
}

@media screen and (max-width: 896px) {
	.sp_hidden {
		display: none;
	}
}

strong {
	font-size: 1.2em;
	font-weight: 700;
}

h2 {
	font-family: 'FontAwesome', 'Impact', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 4.5rem;
	font-weight: normal;
	color: #000;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
}

h2 span {
	display: block;
	margin-top: 5px;
}

h2 span.img_tit {
	height: 37px;
	margin: 0 0 15px;
}

h2 span.jp {
	font-size: 1.8rem;
	font-weight: 400;
	color: #555;
}

h2::before,
h2::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 100%;
	top: 0;
	background: #e60012;
}

h2::before {
	left: -40px;
}

h2::after {
	right: -40px;
}

@media screen and (max-width: 896px) {
	h2 {
		font-size: 3.2rem;
		margin-bottom: 30px;
	}

	h2 span.img_tit {
		height: 30px;
		margin: 0 0 10px;
	}

	h2 span.jp {
		font-size: 1.6rem;
	}

	h2::before,
	h2::after {
		width: 12px;
	}
}

h3 {
	font-size: 2.5rem;
	color: #e60012;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
	h3 {
		font-size: 2.0rem;
	}
}

h4 {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
	h4 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 896px) {
	.cmn_tb {
		max-width: 500px;
		margin: auto;
	}
}

.cmn_tb p,
.cmn_tb li {
	line-height: 1.6;
}

.cmn_tb>li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #f6f6f6;
	margin: 10px 0;
}

.cmn_tb>li>* {
	padding: 8px 20px;
}

.cmn_tb>li>h5 {
	width: 200px;
	color: #fff;
	background: #333;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cmn_tb>li h6 {
	margin-bottom: 0.5em;
}

.cmn_tb>li h6:not(:first-child) {
	margin-top: 1em;
}

.cmn_tb a {
	text-decoration: underline;
}

.cmn_tb i {
	font-size: 1.0rem;
	vertical-align: super;
	margin-left: 2px;
}

.cmn_tb>li>*:last-child {
	text-align: left;
	width: calc(100% - 200px);
}

@media screen and (max-width: 896px) {
	.cmn_tb>li {
		margin: 20px 0;
	}

	.cmn_tb>li>h5 {
		width: 100%;
		padding: 8px;
	}

	.cmn_tb>li>*:last-child {
		width: 100%;
		padding: 10px;
	}
}

.cmn_tb>li .salary_list {
	margin: 10px 0;
}

.cmn_tb>li .salary_list>li {
	margin-top: 5px;
}


/*   nav
========================================================================== */

nav #nav_main {
	position: fixed;
	background: rgba(255, 255, 255, .9);
	width: 130px;
	height: 100vh;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
	color: #aaa;
	font-weight: normal;
	font-size: 2.4rem;
	font-family: 'FontAwesome', 'Impact', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	transition: 300ms;
	z-index: 1000;
}

nav #sp_menu {
	display: none;
}

nav * {
	transition: 300ms;
}

nav .logoArea>img {
	width: 70px;
	margin-top: 30px;
}

nav .navArea {
	margin-left: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

nav .navArea li {
	height: 45px;
	display: flex;
	align-items: center;
}

nav .navArea a {
	display: flex;
	align-items: center;
}

nav .navArea a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #aaa;
	margin-right: 7px;
	transition: inherit;
}

nav .navArea a span {
	opacity: 0;
	transform: translateY(10px);
}

nav .navArea a .img_nav {
	margin-bottom: 2px;
}

nav .navArea a .img_nav .desvg {
	height: 22px;
}

nav .navArea a .img_nav .desvg path {
	fill: #aaa;
}

nav .navArea a.active .img_nav .desvg path {
	fill: #e60012;
}

@media screen and (min-width: 897px) {
	nav .navArea a:hover {
		color: #e60012;
	}

	nav .navArea a:hover::before {
		background: #e60012;
	}

	nav .navArea a:hover .img_nav .desvg path {
		fill: #e60012;
	}
}

nav .navArea a.active {
	color: #e60012;
}

nav .navArea a.active::before {
	background: #e60012;
}



/* ------ nav open ------ */
@media screen and (min-width: 897px) {
	nav #nav_main:hover {
		width: 270px;
	}

	nav #nav_main:hover .navArea a span {
		opacity: 1;
		transform: none;
	}

	nav #nav_main:hover .logoArea>img {
		margin-top: 40px;
		width: 140px;
	}

	nav #nav_main:hover .navArea li a span {
		transition-property: transform, opacity;
	}

	nav #nav_main:hover .navArea li:nth-child(2) a span {
		transition-delay: 50ms;
	}

	nav #nav_main:hover .navArea li:nth-child(3) a span {
		transition-delay: 100ms;
	}

	nav #nav_main:hover .navArea li:nth-child(4) a span {
		transition-delay: 150ms;
	}

	nav #nav_main:hover .navArea li:nth-child(5) a span {
		transition-delay: 200ms;
	}

	nav #nav_main:hover .navArea li:nth-child(6) a span {
		transition-delay: 250ms;
	}
}



/* ------ nav スマホ用 ------ */
@media screen and (max-width: 896px) {
	nav #sp_menu {
		display: block;
		position: fixed;
		z-index: 1100;
		top: 0;
		right: 0;
		transform: translate(50%, -50%);
		width: 200px;
		height: 200px;
		border-radius: 50%;
		background: rgba(255, 255, 255, .9);
		box-shadow: 0 0 10px rgba(0, 0, 0, .5)
	}

	nav .sp_bars {
		position: absolute;
		width: 50%;
		height: 50%;
		bottom: 0;
		left: 0;
		font-size: 40px;
		padding: 20px 20px 0 0;
		text-align: right;
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}

	nav #sp_menu i {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	nav #sp_menu:not(.active) .fa-times-circle {
		opacity: 0;
	}

	nav #sp_menu.active .fa-times-circle {
		opacity: 1;
	}

	nav #sp_menu:not(.active) .fa-bars {
		opacity: 1;
	}

	nav #sp_menu.active .fa-bars {
		opacity: 0;
	}

	nav #nav_main {
		width: 0;
		overflow: hidden;
		font-size: 3.0rem;
	}

	nav #nav_main.open {
		width: 100%;
	}

	nav #nav_main .logoArea {
		width: 70px;
		margin: 20px auto 40px 20px;
		padding: 0;
	}

	nav #nav_main .logoArea>img {
		margin-top: 0;
	}

	nav .navArea {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		min-width: 150px;
		display: inline-block;
	}

	nav .navArea li {
		height: 55px;
	}

	nav .navArea a span {
		opacity: 1;
		transform: translateY(0);
	}

	nav .navArea a .img_nav {
		margin-bottom: 5px;
	}

	nav .navArea a .img_nav .desvg {
		height: 25px;
	}
}



/*   main
========================================================================== */

main section:not(#top) {
	padding: 65px 0;
}

main section:nth-child(2n+1) {
	background: #fff;
}

main section:nth-child(2n) {
	background: #f5f5f5;
}

@media screen and (max-width: 896px) {
	main section:not(#top) {
		padding: 40px 0;
	}
}

main p,
main li {
	font-size: 1.4rem;
	line-height: 2;
}

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

	main p,
	main li {
		font-size: 1.2rem;
		line-height: 2;
	}
}

main .imgBox {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

main .imgBox.titArea {
	height: 400px;
}

@media screen and (max-width: 896px) {
	main .imgBox.titArea {
		height: 150px;
	}
}

main .bgimg {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -10;
}

main .bgimg>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	max-width: none;
	min-height: 100%;
}

@media screen and (max-width: 896px) {
	main .bgimg>img {
		max-width: 100%;
		min-height: inherit;
	}
}



/*   #top
========================================================================== */

#top {
	/* 	background: url(../img/top_bg.png) center center/cover; */
	position: relative;
	overflow: hidden;
}

#top .top_bgBox {
	background: url(../img/top_bg.png) center center/cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

#top .top_bgBox {
	animation-name: topBg;
	animation-duration: 20s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes topBg {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

#top .space {
	position: relative;
	height: 100vh;
}

#top .markBox {
	position: absolute;
	top: 50%;
	right: 10vw;
	transform: translateY(-50%);
	z-index: 5;
	width: 60%;
	height: 70%;
	opacity: 0;
	/* inview .2 */
	overflow: hidden;
}

#top .markBox>img {
	height: 100%;
}

@media screen and (max-width: 896px) {
	#top .markBox {
		width: 85%;
		right: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#top .catchArea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
	color: #fff;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 896px) {
	#top .catchArea {
		height: 100%;
	}
}

#top .catchArea .catchBox {
	width: 500px;
	max-width: 50%;
}

#top .catchArea h1 {
	width: 414px;
	max-width: 100%;
}

@media screen and (max-width: 896px) {
	#top .catchArea .catchBox {
		max-width: 80%;
	}

	#top .catchArea h1 {
		width: 100%;
	}
}

#top .buildBox {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	max-width: 50%;
}

#top .buildBox>div {
	width: 110px;
	height: 0;
	/* inview 300px */
	background: #fff;
	margin: 0 10px;
	box-shadow: 10px 10px 0 rgba(255, 255, 255, .4);
}

#top .buildBox>div:first-child {
	width: 135px;
	margin-top: 30%;
}

#top .buildBox>div:nth-child(2) {}

#top .buildBox>div:last-child {
	margin-top: 20%;
}

@media screen and (max-width: 896px) {
	#top .buildBox {
		justify-content: center;
		padding-top: 30px;
		position: absolute;
		bottom: 50px;
		display: none;
	}

	#top .buildBox>div {
		width: 35px;
		height: 100px;
		box-shadow: 5px 5px 0 rgba(255, 255, 255, .4);
		margin: 0 7px;
	}

	#top .buildBox>div:first-child {
		width: 40px;
		margin-top: 30%;
	}

	#top .buildBox>div:nth-child(2) {}

	#top .buildBox>div:last-child {
		margin-top: 20%;
	}
}



/* inview */
#top .markBox.fadeIn {
	opacity: .2;
	transition: opacity 1.5s;
}

#top .buildBox>div.fadeUp {
	height: 300px;
	transition: height 500ms;
}

#top .buildBox>div:first-child {
	transition-delay: 400ms;
}

#top .buildBox>div:nth-child(2) {
	transition-delay: 600ms;
}

#top .buildBox>div:last-child {
	transition-delay: 800ms;
}



/*   business
========================================================================== */

@media screen and (max-width: 896px) {
	#business .intro_txt {
		text-align: left;
	}
}

#business .businessArea {
	padding-top: 30px;
}

#business .businessBox {
	display: flex;
	margin: 30px 0;
}

@media screen and (max-width: 896px) {
	#business .businessBox {
		display: block;
		margin: 0;
	}
}

#business .businessBox .imgBox {
	overflow: hidden;
	position: relative;
}

#business .businessBox .txtBox {
	text-align: left;
}

#business .businessBox .txtBox .inner {
	width: 500px;
	padding: 40px;
}

#business .businessBox .txtBox li {
	padding-left: 1.2em;
	position: relative;
}

#business .businessBox .txtBox li::before {
	content: "●";
	position: absolute;
	left: 0;
}

@media screen and (max-width: 896px) {
	#business .businessBox .txtBox .inner {
		width: 100%;
		padding: 30px;
	}
}

#business .imgL .imgBox {
	width: calc((100vw - 130px)/2 + 130px);
}

#business .imgL .imgBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%
}

#business .imgL .txtBox {
	width: calc((100vw - 130px)/2);
	background: #fff;
}

#business .imgL .txtBox h4,
#business .imgL .txtBox li::before {
	color: #e60012;
}

#business .imgL .txtBox .inner {
	max-width: 100%;
	margin-left: 0;
}

#business .imgR .imgBox {
	width: calc((100vw - 130px)/2);
	order: 2;
}

#business .imgR .imgBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #333 50.5%) no-repeat top left/100% 100%
}

#business .imgR .txtBox {
	width: calc((100vw - 130px)/2 + 130px);
	background: #333;
}

#business .imgR .txtBox h4,
#business .imgR .txtBox li {
	color: #fff;
}

#business .imgR .txtBox .inner {
	max-width: calc(100% - 130px);
	margin-right: 0;
}

@media screen and (max-width: 896px) {
	#business .businessBox .imgBox {
		width: 100%;
		height: 150px;
	}

	#business .businessBox .imgBox::before {
		content: none;
	}

	#business .businessBox .txtBox {
		width: 100%;
	}

	#business .businessBox .txtBox .inner {
		width: 100%;
		max-width: 100%;
	}
}

#business .figArea {
	padding: 70px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#business .figArea .inner {
	width: 1400px;
}

@media screen and (max-width: 896px) {
	#business .figArea {
		padding: 40px 0;
	}

	#business .figArea .bgimg>img {
		max-width: none;
		height: 100%;
	}

	[src*="business_fig_sp"] {
		width: 600px;
		max-width: 100%;
	}
}



/*   company
========================================================================== */

#company .company_tb {
	margin: 70px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
	#company .company_tb {
		margin: 40px auto 0;
		max-width: 500px;
	}
}

#company .cmn_tb {
	margin: 70px 0 0;
}

@media screen and (max-width: 896px) {
	#company .cmn_tb {
		margin: 40px auto 0;
		max-width: 500px;
	}
}

#company .company_tb li {
	width: 47%;
	background: #f6f6f6;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 74px;
	margin-left: 10px;
	margin-bottom: 34px;
	padding: 5px 20px 5px 0;
}

@media screen and (max-width: 896px) {
	#company .company_tb li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		min-height: inherit;
		margin-left: 0;
	}
}

#company .company_tb li h5 {
	background: #333;
	color: #fff;
	font-weight: 400;
	margin-right: 15px;
	margin-left: -10px;
	width: 110px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#company .company_tb p {
	text-align: left;
	width: calc(100% - 120px);
	line-height: 1.6;
}

#company .company_tb a {
	font-weight: bold;
	text-decoration: underline;
}

#company .company_tb i {
	font-size: 1.0rem;
	vertical-align: super;
	margin-left: 2px;
}

@media screen and (max-width: 896px) {
	#company .company_tb li h5 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px;
	}

	#company .company_tb p {
		text-align: left;
		width: 100%;
		padding: 10px;
	}
}



/*   recruit
========================================================================== */

#recruit .btnArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -115px;
}

@media screen and (max-width: 896px) {
	#recruit .btnArea {
		margin-top: 20px;
	}
}

#recruit .btnArea>div {
	position: relative;
	width: 23%;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#recruit .btnArea>div * {
	transition: 400ms;
}

#recruit .btnArea>div::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #fff transparent transparent transparent;
	transition: inherit;
}

@media screen and (max-width: 896px) {
	#recruit .btnArea>div {
		width: 24%;
		margin: 10px 0;
	}

	#recruit .btnArea>div::after {
		border-width: 10px 10px 0 10px;
	}
}

#recruit .btnArea>div>div {
	position: relative;
	padding-top: 100%;
	z-index: 20;
	border: 3px solid #fff;
	overflow: hidden;
}

#recruit .btnArea>div>div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 40;
	transition: inherit;
}

@media screen and (max-width: 896px) {
	#recruit .btnArea>div>div {
		padding-top: 65%;
		/* 	height: 80px; */
		border: 1px solid #fff;
	}
}

#recruit .btnArea>div>div img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 30;
}

@media screen and (max-width: 896px) {
	#recruit .btnArea>div>div img {
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#recruit .btnArea>div>div p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	z-index: 50;
	font-size: 1.8rem;
	color: #fff;
	width: 100%;
}

#recruit .btnArea>div>div p::after {
	content: "";
	display: block;
	width: 32px;
	height: 3px;
	background: #fff;
	margin: 5px auto 0;
	transition: inherit;
}

@media screen and (max-width: 896px) {
	#recruit .btnArea>div>div p {
		font-size: 1.0rem;
	}

	#recruit .btnArea>div>div p::after {
		width: 15px;
		height: 1px;
		margin-top: 0;
	}
}



/* #recruit .btnArea hover & active */
#recruit .btnArea>div.active {
	pointer-events: none;
}

#recruit .btnArea>div.active>div {
	border-color: #e60012;
}

#recruit .btnArea>div.active>div::before {
	background: rgba(255, 255, 255, .7);
}

#recruit .btnArea>div.active::after {
	border-color: #e60012 transparent transparent transparent;
}

#recruit .btnArea>div.active>div p {
	color: #e60012;
}

#recruit .btnArea>div.active>div p::after {
	background: #e60012;
}

@media screen and (min-width: 897px) {
	#recruit .btnArea>div:hover>div img {
		transform: scale(1.08);
	}

	#recruit .btnArea>div:hover>div::before {
		opacity: .7;
	}
}

#recruit .contArea {
	background: #fff;
	padding: 45px 0;
	margin-top: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#recruit .contArea h4 {
	color: #000;
}

#recruit .contArea h4::after {
	content: "";
	display: block;
	width: 50px;
	height: 8px;
	background: #e60012;
	margin: 10px auto 30px;
}

#recruit .contArea .tab_cont:not(.active) {
	display: none;
}

@media screen and (max-width: 896px) {
	#recruit .contArea {
		margin-top: 10px;
		padding: 25px 0;
	}

	#recruit .contArea h4::after {
		width: 40px;
		height: 6px;
	}
}

#recruit .app_btn a {
	display: block;
	margin: 30px 0 0;
	padding: 20px 50px;
	background: #e60012;
	color: #fff;
	font-size: 1.6rem;
	/* font-weight: bold; */
	transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
	/* display: flex;
	justify-content: center;
	align-items: center; */
	position: relative;
}
#recruit .app_btn a:hover {
	opacity: 0.5;
}
#recruit .app_btn a b {
	font-size: 2em;
	display: block;
	margin-bottom: .5em;
}
#recruit .app_btn a::after {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 896px) {
	#recruit .app_btn a {
		font-size: 1.3rem;
	}
}

/*   form
========================================================================== */

#recruit form {
	width: 800px;
	max-width: 100%;
}

#recruit form .cmn_tb>li {
	background: none;
}

#recruit form .cmn_tb>li>h5 {
	padding: 15px 20px;
}

#recruit form .cmn_tb>li>*:last-child {
	padding: 0;
	width: calc(100% - 210px);
	position: relative;
}

#recruit form .cmn_tb>li input,
#recruit form .cmn_tb>li textarea {
	width: 100% !important;
	height: 100% !important;
	padding: 5px;
}

#recruit form .cmn_tb>li textarea {
	min-height: 150px;
}

#recruit .privacy_txt {
	margin: 30px 0;
}

@media screen and (max-width: 896px) {
	#recruit form .cmn_tb>li>h5 {
		padding: 8px;
	}

	#recruit form .cmn_tb>li>*:last-child {
		width: 100%;
		margin-top: 8px;
	}
}



/* form エラー */
#recruit .mfp_err {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-position: left center;
}



/* form ボタン */
.mfp_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.submit_btn,
.mfp_element_button {
	background: #e60012;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	width: 49%;
	max-width: 100%;
	padding: 20px;
	border-radius: 0;
	transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.submit_btn:hover,
.submit_btn:hover,
.mfp_element_button:hover {
	opacity: .5;
}

.mfp_element_button {
	margin-top: 30px;
}

#mfp_button_cancel {
	background: #000;
}

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

	.submit_btn,
	.mfp_element_button {
		width: 90%;
		max-width: 500px;
		margin: auto;
		padding: 15px;
	}

	.mfp_element_button {
		margin-top: 10px;
	}
}



/* form 確認画面 */
div#mfp_overlay_inner {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	width: 740px;
	max-height: 90vh;
	overflow-y: scroll;
}

.confirm_txt {
	font-size: 2.0rem;
	font-weight: 700;
	margin: 30px 0 20px;
	color: #e60012;
}

table#mfp_confirm_table {
	width: 800px;
	max-width: 100%;
	display: block;
	margin: auto;
}

table#mfp_confirm_table tbody {
	display: block;
	width: 100%;
}

table#mfp_confirm_table tr {
	display: flex;
	flex-wrap: wrap;
	background: none !important;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	margin: 5px 0;
	display: block;
	border: none !important;
	padding: 15px 20px;
}

table#mfp_confirm_table tr th {
	width: 200px;
	color: #fff;
	background: #333;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

table#mfp_confirm_table tr td {
	width: calc(100% - 200px);
	border-right: 1px solid #ccc;
	background: #f6f6f6;
}

table#mfp_confirm_table tr th:last-child,
table#mfp_confirm_table tr td:last-child {
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 896px) {
	div#mfp_overlay_inner {
		top: 50%;
		padding: 20px;
	}

	table#mfp_confirm_table {
		width: 500px;
	}

	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		padding: 5px 10px;
	}

	table#mfp_confirm_table tr th {
		width: 100%;
		margin-bottom: 0;
	}

	table#mfp_confirm_table tr td {
		width: 100%;
		margin-top: 0;
	}
}



/* form サンクスページ */
#thanks a.submit_btn {
	display: block;
	margin: 30px auto 0;
}

#thanks_header {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
	position: relative;
	z-index: 20000;
	height: 90px;
}

#thanks_header a {
	display: block;
	height: 90px;
	padding: 15px;
	margin: auto;
}

@media screen and (max-width: 896px) {
	#thanks_footer {
		padding-top: 20px;
	}
}



/*   privacy & modal
========================================================================== */

@media screen and (max-width: 896px) {
	#privacy h2 {
		font-size: 2.4rem;
	}

	#privacy h2 span.img_tit {
		height: 23px;
	}

	#privacy h2 span.jp {
		font-size: 1.4rem;
	}

	#privacy h3 {
		font-size: 1.8rem;
	}
}

/*
main p,main li{
	font-size: 1.4rem;
	line-height: 2;
}
@media screen and (max-width: 896px){
main p,main li{
	font-size: 1.2rem;
	line-height: 2;
}
}
*/

#privacy ul {
	text-align: left;
	font-size: 1.4rem;
	line-height: 2;
}

@media screen and (max-width: 896px) {
	#privacy ul {
		font-size: 1.2rem;
	}
}

.modal_open {
	cursor: pointer;
}

.modal_content {
	position: fixed;
	width: 80%;
	max-width: 800px;
	height: 85%;
	background: #fff;
	z-index: 10000;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: scroll;
	padding: 65px 0;
}

.modal_back {
	background: rgba(0, 0, 0, .8);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.modal_close {
	font-size: 4.0rem;
	cursor: pointer;
	margin-top: 20px;
}

@media screen and (max-width: 896px) {
	.modal_content {
		padding: 40px 0;
	}
}



/*   footer
========================================================================== */

footer {
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	padding: 20px 0;
}

@media screen and (max-width: 896px) {
	footer {
		font-size: 1.2rem;
		padding: 0 0 20px;
	}
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 40px;
}

footer ul>li {
	padding: 5px 0;
}

footer ul>li:not(:last-child) {
	border-right: 1px solid #fff;
	margin-right: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 896px) {
	footer ul>li {
		width: 50%;
		border-bottom: 1px solid #fff;
		padding: 20px 0;
	}

	footer ul>li:not(:last-child) {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}

	footer ul>li:nth-child(odd) {
		border-right: 1px solid #fff;
	}
}

footer .rights {
	font-size: 1.2rem;
}

@media screen and (max-width: 896px) {
	footer .rights {
		font-size: 1.0rem;
	}
}



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #555;
	background: #000;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-justify: inter-ideograph;
	/* 	font-family: 'FontAwesome', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans Japanese', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', Meiryo, 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif; */
	font-family: 'FontAwesome', YakuHanJPs_Noto, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

@media screen and (max-width: 670px) {
	body {
		min-width: 320px;
	}
}

i {
	font-style: normal;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}