@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
:root{
	--text-gray: #cbd5e1;
	--mixhost-blue: #3263d9;
	--millen-blue: #0e6dac;
	--millen-aqua: #29c8fd;
	--bg-navy: #0f172a;
	--aqua: #05b0cf;
}

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Noto Sans Japanese", sans-serif;
	font-feature-settings: "pkna" 1;
	font-weight: 400;
	line-height: 1;
	position: relative;
	overflow-x: hidden;
}
html{
	overflow-x: hidden;
	position: relative;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
br.sp-br {
	display: none;
}
.orb {
	font-family: 'Orbitron';
}
input[type="text"], select, textarea {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	appearance: none;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}



.secTop {
	position: relative;
}
.secTop__secFigure {
	width: 100%;
	background-size: 100% auto;
}
.secTop--company .secTop__secFigure {
	padding-top: 48.714%;
	background-image: url(../img/top-company-bg.jpg);
}
@media screen and (min-width: 768px) {
	.recruit-bg_pc {display: block;}
	.recruit-bg_sp {display: none;}
}
@media screen and (max-width: 767px) {
	.recruit-bg_pc {display: none;}
	.recruit-bg_sp {display: block;}
	.recruit-bg_sp img{width: 100%;}
}
@media screen and (min-width: 768px) {
	.secTop--recruit .secTop__secFigure {
		padding-top: 48.714%;
		background: url(../img/top-recruit.png) 450px 0  no-repeat;
		background-size: 1076px 649px;
		width:3000px;
		display: block;
	}
	.secTop--recruit .secTop__secFigure_sp{
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.secTop--recruit .secTop__secFigure {
		background: url(../img/top-recruit.png) 550px 0  no-repeat;
	}
}
@media screen and (min-width: 1200px) {
	.secTop--recruit .secTop__secFigure {
		background: url(../img/top-recruit.png) 650px 0  no-repeat;
	}
}
@media screen and (min-width: 1400px) {
	.secTop--recruit .secTop__secFigure {
		background: url(../img/top-recruit.png) 750px 0  no-repeat;
		background-size: 1200px 724px;
	}
}
.secTop--numbers .secTop__secFigure {
	padding-top: 45.857%;
	background-image: url(../img/top-numbers-bg.jpg);
}
.secTop--welfare .secTop__secFigure {
	padding-top: 48.714%;
	background-image: url(../img/top-welfare-bg.jpg);
}

.secTop__secInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 calc((100% - 1124px) / 2);
	display: flex;
	align-items: center;
}
.secTop--company .secTop__secInner,
.secTop--numbers .secTop__secInner {
	justify-content: flex-end;
}
.secTop--company .secTop__secContent,
.secTop--numbers .secTop__secContent {
	flex-basis: 490px;
}
.secTop--recruit .secTop__secContent {
	flex-basis: 523px;
}
.secTop--welfare .secTop__secContent {
	flex-basis: 488px;
}
.secTop__secHead {
	position: relative;
	font-size: 16px;
	font-family: 'Orbitron';
	padding-left: 64px;
	margin-bottom: 40px;
}
.secTop--company .secTop__secHead,
.secTop--numbers .secTop__secHead {
	color: #fff;
}
.secTop--recruit .secTop__secHead,
.secTop--welfare .secTop__secHead {
	color: #000;
}
.secTop__secHead::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 48px;
	height: 2px;
}
.secTop--company .secTop__secHead::before,
.secTop--numbers .secTop__secHead::before {
	background-color: #fff;
}
.secTop--recruit .secTop__secHead::before,
.secTop--welfare .secTop__secHead::before {
	background-color: #000;
}
.secTop__secTitle {
	margin-bottom: 32px;
}
.secTop__secDesc {
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}
.secTop--company .secTop__secDesc {
	color: #fff;
	margin-bottom: 90px;
}
.secTop--recruit .secTop__secDesc {
	color: #626262;
	padding-right: 50px;
	margin-bottom: 54px;
}
.secTop--numbers .secTop__secDesc {
	color: #fff;
	margin-bottom: 70px;
}
.secTop--welfare .secTop__secDesc {
	color: #626262;
	padding-right: 10px;
	margin-bottom: 54px;
}
@media screen and (max-width: 1124px) {
	.secTop__secFigure {
		min-height: 682px;
		background-position: center;
		background-size: cover;
	}
}
@media screen and (max-width: 768px) {
	.secTop__secFigure {
		min-height: inherit;
	}
	.secTop--company .secTop__secFigure {
		padding-top: 109.333%;
		background-image: url(../img/top-company-bg_sp.jpg);
	}
	.secTop--recruit .secTop__secFigure {
		padding-top: 109.333%;
		background-image: url(../img/top-recruit-bg_sp.jpg);
	}
	.secTop--numbers .secTop__secFigure {
		padding-top: 109.333%;
		background-image: url(../img/top-numbers-bg_sp.jpg);
	}
	.secTop--welfare .secTop__secFigure {
		padding-top: 109.333%;
		background-image: url(../img/top-welfare-bg_sp.jpg);
	}
	.secTop__secInner {
		position: static;
		padding-bottom: 50px;
	}
	.secTop--company .secTop__secInner {
		background-color: #081a23;
	}
	.secTop--numbers .secTop__secInner {
		background-color: #012e3b;
	}
	.secTop--recruit .secTop__secInner,
	.secTop--welfare .secTop__secInner {
		background-color: #f6f6f6;
	}
	.secTop__secContent {
		flex-basis: 100%!important;
		padding: 0 36px;
	}
	.secTop__secHead {
		padding-top: 66px;
		padding-left: 0;
		text-align: center;
	}
	.secTop__secHead::before {
		width: 1px;
		height: 48px;
		top: 0;
		left: 50%;
	}
	.secTop__secTitle {
		text-align: center;
	}
	.secTop__secTitle img {
		width: 100%;
	}
	.secTop--company .secTop__secTitle img {
		width: 82%;
	}
	.secTop--numbers .secTop__secTitle img {
		width: 82%;
	}
	.secTop__secDesc {
		font-size: 13px;
		margin-bottom: 60px!important;
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.secTop__secBtn {
		display: flex;
		justify-content: center;
	}
}

.secTop02 {
	padding-bottom: 80px;
}
.secTop02--service {
	background-image: url(../img/top-service-bg.jpg);
	padding-bottom: 120px;
}
.secTop02--contact {
	background-image: url(../img/top-contact-bg.jpg);
	background-size: auto 100%;
	background-position: center;
	height: 372px;
}
.secTop02__secHead {
	position: relative;
	font-family: 'Orbitron';
	font-size: 22px;
	text-align: center;
	padding-top: 80px;
}
.secTop02__secHead::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	width: 2px;
	height: 48px;
}
.secTop02--media .secTop02__secHead {
	color: #000;
	margin-bottom: 60px;
}
.secTop02--media .secTop02__secHead::before {
	background-color: #000;
}
.secTop02--service .secTop02__secHead {
	color: #fff;
	margin-bottom: 72px;
}
.secTop02--service .secTop02__secHead::before {
	background-color: #fff;
}
.secTop02--contact .secTop02__secHead {
	color: #fff;
	margin-bottom: 60px;
}
.secTop02--contact .secTop02__secHead::before {
	background-color: #fff;
}
.secTop02__secInner {
	/*max-width: 1124px;*/
	margin: 0 auto;
	padding-top: 2rem;
}
.secTop02__secBtn {
	display: flex;
	justify-content: center;
}

.listMedia {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 20px;
	container-type: inline-size;
}
.listMedia__item {
	flex-basis: calc((100% - 90px) / 4);
}
@container (max-width: 500px) {
	.listMedia__item {
		flex-basis: calc((100% - 30px) / 2);
	}
}
.listMedia__item:nth-child(4n) {
	margin-right: 0;
}
.listMedia__thumbnail {
	position: relative;
	padding-top: 69.79%;
	margin-bottom: 12px;
}
.listMedia__thumbnail img {
	position: absolute;
	top: 0;
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listMedia__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}
.listMedia__date {
	font-size: 14px;
	color: #626262;
}
.listMedia__category {
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	padding: 0 8px;
	background-color: #f26e00;
	border-radius: 3px;
}
.listMedia__text {
	font-size: 13px;
	line-height: 1.7;
	color: #535353;
}
.listMedia__item:hover .listMedia__text {
	text-decoration: underline;
}


.btn {
	display: inline-block;
	font-size: 12px;
	text-align: center;
}
.btn--more {
	font-family: 'Orbitron';
	width: 230px;
	line-height: 46px;
}
.btn--contact {
	font-family: 'Orbitron';
	width: 550px;
	line-height: 66px;
}
.btn--link {
	width: 100%;
	line-height: 46px;
	font-size: 16px;
}
.btn--form {
	width: 230px;
	line-height: 46px;
	font-weight: 700;
	font-size: 18px;
}
.btn--gotop {
	width: 250px;
	line-height: 46px;
	font-size: 18px;
}
.btn--white {
	border: 1px solid #000;
	background-color: #fff;
}
.btn--white:hover {
	color: #fff;
	background-color: #000;
}
.btn--yellow {
	background-color: #fbeb00;
	border: 1px solid #fbeb00;
}
.btn--yellow:hover {
	color: #fbeb00;
	background-color: #000;
	border-color: #000;
}
.btn--black {
	color: #fff;
	background-color: #000;
	border: 1px solid #000!important;
}
.btn--black:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000!important;
}


.topService {
	margin-bottom: 80px;
}
.topService__title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.topService__image {
	text-align: center;
	margin-bottom: 24px;
}
.topService__image img {
	max-width: 568px;
}
.topService__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 54px;
}
.topService__logo-item {
	margin-right: 54px;
}
.topService__logo-item:nth-of-type(1) {
	flex-basis: 213px;
}
.topService__logo-item:nth-of-type(2) {
	flex-basis: 292px;
}
.topService__logo-item:nth-of-type(3) {
	flex-basis: 215px;
}
.topService__logo-item:nth-of-type(4) {
	flex-basis: 310px;
	margin-right: 0;
}
.topService__logo-item img {
	width: 100%;
}
.topService__desc {
	max-width: 510px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 1.76;
	margin-bottom: 30px;
}
.topIntroduction {
	padding: 50px 40px 40px;
	background-color: #1b1b1b;
}
.topIntroduction__title {
	font-family: 'Orbitron';
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}

.listIntroduction {
	display: flex;
	flex-wrap: wrap;
}
.listIntroduction__item {
	flex-basis: calc((100% - 12px) / 4);
	margin-right: 4px;
	margin-bottom: 4px;
}
.listIntroduction__item:nth-child(4n) {
	margin-right: 0;
}
.listIntroduction__item img {
	width: 100%;
}

.topContact__title {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
footer {
	background-color: #1b1b1b;
	padding: 47px 0;
}
.footer__inner {
	max-width: 1124px;
	margin: 0 auto;
}
.footer__contents {
	display: flex;
	margin-bottom: 16px;
}
.footer__logo {
	flex-basis: 161px;
	margin-right: 50px;
}
.footer__logo img {
	width: 100%;
}
.footer__menu {
	display: flex;
	padding-top: 4px;
}
.footer__menu-item {
	margin-right: 50px;
}
.footer__menu-head {
	display: inline-block;
	font-family: 'Orbitron';
	color: #fff;
	font-size: 13px;
	margin-bottom: 16px;
}
.footer__menu-link {
	display: inline-block;
	font-size: 13px;
	color: #959595;
	margin-bottom: 12px;
}
.footer__copy {
	font-family: 'Orbitron';
	font-size: 10px;
	color: #959595;
}
.footer__menu-head:hover,
.footer__menu-link:hover {
	text-decoration: underline;
}


.fv {
	position: relative;
	overflow: hidden;
}
.fv__text {
	position: absolute;
	top: 50%;
	left: 6.35%;
	width: 46.857%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fv__text img {
	width: 100%;
}
.slider {
	font-size: 0;
}
.slider__item img {
	width: 100%;
}

.topInformation__title {
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: 'Orbitron';
	background-color: #1c1c1c;
}
.topInformation__contents {
	padding: 28px 0;
	background-color: #000;
}
.topInformation__inner {
	max-width: 1124px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.topInformation__date {
	font-family: 'Orbitron';
	font-size: 11px;
	line-height: 16px;
	padding: 3px 5px;
	background-color: #fbeb00;
	margin-right: 30px;
}
.topInformation__text {
	color: #fff;
	font-size: 14px;
}
.topInformation__text a {
	color: #fff;
	font-size: 14px;
}
.ticker {
	margin: 0 auto;
	max-width: 1124px;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}
.topInformation__item {
	display: flex;
	align-items: center;
}

header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 30px 84px 30px 30px;
	z-index: 9998;
}
.header__logo {
	flex-basis: 190px;
}
.logo__link {
	display: flex;
	justify-content: flex-end;
}
.logo__link a:first-child {
	margin-right: 20px;
}
.header__logo img {
	width: 100%;
}
.header__logo--white {
	display: none;
}
.header--white .header__logo--black {
	display: none;
}
.header--white .header__logo--white {
	display: block;
}
.header__mixhost {
	flex-basis: 35px;
}
.header__mixhost img {
	width: 100%;
}
.header__mixhost--white {
	display: none;
}
.header--white .header__mixhost--black {
	display: none;
}
.header--white .header__mixhost--white {
	display: block;
}
header .hamburger {
	position: fixed;
	top: 32px;
	right: 30px;
	width: 30px;
	height: 22px;
	z-index: 9999;
	transition: background-color .2s linear;
}
header .hamburger.active {
}
header .menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.header--white .menu-trigger span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span {
	background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 460px;
	height: 100vh;
	background-color: #000;
	padding: 120px 65px 0 65px;
}
nav.open {
	display: block;
}
.nav__menu {
	width: 100%;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.nav__item {
	position: relative;
	margin-bottom: 40px;
}

.nav__item--parent::before {
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	width: 14px;
	height: 1px;
	background-color: #fff;
}
.nav__item--child {
	display: block;
	padding-top: 22px;
}
.nav__item--child li {
	margin-bottom: 15px;
}
.nav__item--child li:last-child {
	margin-bottom: 0;
}
.nav__item--child li a {
	font-size: 14px;
	color: #959595;
	line-height: 1;
}
.nav__item a {
	display: inline-block;
	font-family: 'Orbitron';
	color: #fff;
	line-height: 22px;
	padding: 0 5px;
}
.nav__item a:hover {
	text-decoration: underline;
}
.nav__item.current a {
	background-color: #fbeb00;
	color: #000;
}

.nav__link {
	display: block;
	padding-left: 5px;
	font-family: 'Orbitron';
	color: #fff;
	margin-top: 25px;
}
.nav__link:hover {
	text-decoration: underline;
}
.nav__link i {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	header {
		padding: 20px 79px 20px 25px;
	}
	.header__logo {
		flex-basis: 150px;
	}
	header .hamburger {
		top: 22px;
		right: 25px;
	}
	.header--page {
		background-color: rgba(255,255,255,.8);
		padding: 15px 79px 15px 25px;
	}
	.header--page .header__logo--black,
	.header--page .header__mixhost--black {
		display: block!important;
	}
	.header--page .header__logo--white,
	.header--page .header__mixhost--white {
		display: none!important;
	}
	.header--page .menu-trigger span {
		background-color: #000!important;
	}
	.header--page .menu-trigger.active span {
		background-color: #fff!important;
	}
	.header--page .hamburger {
		top: 18px;
	}
	nav {
		width: 100%;
		padding: 80px 52px 80px 52px;
		overflow-y: scroll;
	}
	.nav__menu {
		width: 100%;
	}
	.nav__item {
		position: relative;
	}
	.nav__item--parent::before {
		content: "";
		position: absolute;
		right: 0;
		top: 12px;
		width: 14px;
		height: 1px;
		background-color: #fff;
	}
	.nav__item--child {
		display: block;
		padding-top: 22px;
	}
	.nav__item--child li {
		margin-bottom: 15px;
	}
	.nav__item--child li:last-child {
		margin-bottom: 0;
	}
	.nav__item--child li a {
		font-size: 14px;
		color: #959595;
		line-height: 1;
	}
	.fv__text {
		width: 88%;
		left: 6%;
		bottom: 4.8%;
		top: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	br.sp-br {
		display: block;
	}
	.topInformation__title {
		font-size: 13px;
	}
	.topInformation__contents {
		padding: 20px 0;
	}
	.topInformation__item {
		padding: 0 20px;
		flex-wrap: wrap;
	}
	.topInformation__date {
		margin-bottom: 8px;
	}
	.topInformation__text {
		flex-basis: 100%;
		font-size: 13px;
		line-height: 1.5;
	}
	.secTop02 {
		padding-bottom: 50px;
	}
	/*.secTop02__secHead {
		font-size: 15px;
		padding-top: 66px;
	}*/
	.secTop02__secHead::before {
		width: 1px;
		left: 50%;
	}
	/*.secTop02__secInner {
		padding: 0 60px;
	}
	.listMedia__item {
		flex-basis: 100%!important;
		margin-right: 0!important;
	}
	.listMedia__item--top:nth-child(n + 5) {
		display: none;
	}
	*/
	.secTop02--service .secTop02__secHead {
		margin-bottom: 40px;
	}
	.secTop02--service .secTop02__secInner {
		padding: 0 36px;
	}
	.topService__title {
		font-size: 21px;
		line-height: 1.5;
		margin-bottom: 16px;
	}
	.topService__image img {
		max-width: 100%;
	}
	.topService__logo {
		flex-wrap: wrap;
		margin-bottom: 24px;
	}
	.topService__logo-item {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.topService__logo-item:nth-of-type(1) img {
		max-width: 153px;
	}
	.topService__logo-item:nth-of-type(2) img {
		max-width: 210px;
	}
	.topService__logo-item:nth-of-type(3) img {
		max-width: 155px;
	}
	.topService__logo-item:nth-of-type(4) img {
		max-width: 210px;
	}
	.topService__desc {
		font-size: 13px;
	}
	.topIntroduction {
		padding: 30px 18px;
	}
	.topIntroduction__title {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.listIntroduction__item,
	.listIntroduction__item:nth-child(4n) {
		flex-basis: calc((100% - 6px) / 2);
		margin-right: 6px;
	}
	.listIntroduction__item:nth-child(2n) {
		margin-right: 0;
	}
	.secTop02--contact {
		background-image: url(../img/top-contact-bg_sp.jpg);
		background-size: auto 100%;
		background-position: center;
		height: 372px;
	}
	footer {
		padding: 28px 0;
	}
	.footer__menu,
	.footer__contents {
		display: none;
	}
	.footer__copy {
		text-align: center;
	}
	.btn--contact {
		width: 290px;
		line-height: 53px;
	}
}

.pageHead {
	position: relative;
	background-position: center;
	background-size: cover;
	height: 315px;
	padding-top: 176px;
}
.pageHead--company {
	/*background-image: url(../img/pagehead-company-bg.jpg);*/
	background-image: url(../img/page-head-company-bg2.webp?v1.2);
}
.pageHead--media {
	/*background-image: url(../img/pagehead-media-bg.jpg);*/
	background-image: url(../img/page-head-media-bg2.webp?v1.2);
}
.pageHead--service {
	background-image: url(../img/pagehead-service-bg.jpg);
}
/*
.pageHead--numbers {
	background-image: url(../img/pagehead-numbers-bg.jpg);
}*/
.pageHead--contact {
	/*background-image: url(../img/pagehead-contact-bg.jpg);*/
	background-color: var(--bg-navy);
	background-image: linear-gradient(rgba(255,255,255,0.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.1) 1px,transparent 1px);
	background-size: 100px 100px;
}
.pageHead::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 1px);
	width: 2px;
	height: 40px;
	background-color: #fff;
}
.pageHead__title {
	font-family: 'Orbitron';
	font-size: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	.pageHead {
		height: 202px;
		padding-top: 123px;
	}
	.pageHead__title {
		font-size: 33px;
	}
	.pageHead::after {
		height: 18px;
	}
}

.breadCrumb {
	padding: 20px 0;
	margin-bottom: 80px;
}
.breadCrumb--numbers {
	padding: 20px 0;
	margin-bottom: 0;
}
.breadCrumb__inner {
	max-width: 950px;
	margin: 0 auto;
}
.breadCrumb__list {
	display: flex;
	align-items: center;
}
.breadCrumb__list li,
.breadCrumb__list li a {
	font-size: 14px;
	color: #3c3c3c;
}
.breadCrumb__list li::after {
	content: ">";
	font-size: 14px;
	color: #3c3c3c;
	margin: 0 6px;
}
.breadCrumb__list li:last-child::after {
	display: none;
}
.breadCrumb__list li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.breadCrumb {
		margin-bottom: 24px;
	}
	.breadCrumb__inner {
		padding: 0 20px;
	}
	.breadCrumb__list li, .breadCrumb__list li a {
		font-size: 13px;
	}
}
.pageContainer{
	padding-top: 4rem;
}
.pageBlock {

}
.pageBlock--companyMessage {
	padding-bottom: 80px;
	background: url("../img/bg_topmessage.png") center no-repeat;
	background-size: cover;
}
.pageBlock--companyMessage .box__sp{
	display: none;
}


.pageBlock--companyMessage .btn--more {
	border: 1px solid #000;
	background-color: none;
}
.pageBlock--companyMessage .btn--more:hover {
	color: #fff;
	background-color: #000;
}

@media screen and (max-width: 768px) {
	.pageBlock--companyMessage {
		background: none;
	}
	.pageBlock--companyMessage .box__sp{
		display: block;
	}
	.pageBlock--companyMessage .box__sp img{
		width: 100%;
	}
}

.pageBlock--companyOverview {
	padding: 100px 0;
	background-image: url(../img/company-overview-bg.jpg);
}
.pageBlock--companyHistory {
	padding: 100px 0 130px;
}

.pageBlock--message {
	padding-bottom: 120px;
}
.pageBlock--message .box__sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.pageBlock--message .head {
		background: none;
	}
	.pageBlock--message .box__sp{
		display: block;
	}
	.pageBlock--message .box__sp img{
		width: 100%;
	}
}
.pageBlock__head {
	font-size: 34px;
	font-weight: 700;
	text-align: center;
}
.pageBlock--companyOverview .pageBlock__head {
	margin-bottom: 24px;
}
.pageBlock--companyHistory .pageBlock__head {
	margin-bottom: 24px;
}
.pageBlock--message .pageBlock__head {
	margin-bottom: 34px;
}


@media screen and (max-width: 768px) {
	.pageBlock--message .pageBlock__head h2{
		text-align: left;
		width: 90%;
		margin: 0 auto 36px auto;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 36px;
		padding-top: 40px;
	}
}
@media screen and (min-width: 769px) {
	.pageBlock--message .pageBlock__head {
		background: url("../img/bg_message.png") center no-repeat;
		background-size: cover;
		width: 100%;
		min-height: 400px;
	}
	.pageBlock--message .pageBlock__head h2{
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: left;
		align-items: center;
		text-align:left;
		min-height: 400px;
	}
	.pageBlock--message .pageBlock__head h2 span{
		font-size: 34px;
		font-weight: 700;
		text-align: left;
		display: block;
		position: relative;
		margin: 0 0 0 40px;
	}
}

@media screen and (min-width: 768px) {
	.pageBlock--message h3 .pc {display: block;}
	.pageBlock--message h3 .sp {display: none;}
	.pageBlock--message h3{
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.pageBlock--message h3 .pc {display: none;}
	.pageBlock--message h3 .sp {display: block;}

	.pageBlock--message h3{
		margin: 0 0 20px 0;
	}
	.pageBlock--message h3 img{
		width: 70%;
	}
}

.pageBlock--service .pageBlock__head {
	margin-bottom: 40px;
}



.pageBlock__inner {
	max-width: 800px;
	margin: 0 auto;
}
.pageBlock--message .pageBlock__inner {
	max-width: 771px;
}

.pageBlock--companyMessage .box {
	display: flex;
	justify-content: space-between;
}
.pageBlock--companyMessage .box__left {
	flex-basis: 54.375%;
	padding-top: 30px;
}
.pageBlock--companyMessage .box__left .box__head {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 36px;
	padding-top: 40px;
}
.pageBlock--companyMessage .box__left .box__pic {
	margin-bottom: 12px;
	max-width: 435px;
}
.pageBlock--companyMessage .box__left .box__text {
	font-size: 16px;
	margin-bottom: 36px;
}
.pageBlock--companyMessage .box__left .box__text--large {
	font-size: 20px;
}
.pageBlock--companyMessage .box__right {
	flex-basis: 41.375%;
}
.pageBlock--companyMessage .box__right img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.pageBlock--companyMessage .box__left .box__pic img {
		width: 88%;
		height: auto;
	}
	.pageBlock__inner {
		padding: 0 20px;
	}
}

.listOverview {
	border-bottom: 1px solid #ddddde;
}
.listOverview__head {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	padding: 16px 0;
	float: left;
}
.listOverview__desc {
	font-size: 15px;
	color: #626262;
	line-height: 1.5;
	padding: 16px 0;
	margin-left: 170px;
}
.listHistory {
	position: relative;
}
.listHistory::before {
	content: "";
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 7px;
	width: 2px;
	background-color: #363636;
}
.listHistory__item {

}
.listHistory__head {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	padding: 16px 0;
	float: left;
	padding-left: 30px;
}
.listHistory__head::before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #363636;
}
.listHistory__desc {
	font-size: 17px;
	color: #626262;
	line-height: 1.5;
	padding: 16px 0;
	margin-left: 200px;
}

.pageBlock--message .box-pic img {
	width: 100%;
}
.pageBlock--message .box__desc {
	background-color: #fbfbfb;
	padding: 64px 46px;
}
.pageBlock--message .box__text {
	color: #626262;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 32px;
}
.pageBlock--message .box__sign {
	color: #626262;
	line-height: 1.8;
	font-size: 14px;
	text-align: right;
}
.pageBlock--message .box__sign span {
	font-size: 20px;
}

.pageBlock--mediaArchive .pageBlock__inner {
	max-width: 950px;
}
.pageBlock--mediaDetail .pageBlock__inner {
	max-width: 950px;
}

.pageBlock--mediaArchive {
	padding-bottom: 100px;
}
.pageBlock--mediaDetail {
	padding-bottom: 120px;
}
.listMedia--Archive .listMedia__item{
	flex-basis: calc((100% - 90px) / 4);
	/*margin-right: 32px;
	margin-bottom: 44px;*/
}
.listMedia--Archive .listMedia__item:nth-child(3n) {
	margin-right: 0;
}

.pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagenation li {
	margin-right: 22px;
}
.pagenation li.current {
	opacity: .2;
}
.pagenation li:last-child {
	margin-right: 0;
}
.pagenation li a {
	width: 46px;
	height: 46px;
	background-color: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.pagenation li a:hover {
	background-color: #000;
}

.archiveMenu {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	background-color: #e6e6e6;
	padding: 10px 20px;
	margin-bottom: 34px;
	z-index: 2;
}
.archiveMenu__item {
	position: relative;
	padding: 0 30px 0 20px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	background: #000;
	border-radius: 3px;
	margin-right: 15px;
}
.archiveMenu__item::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	width: 11px;
	height: 7px;
	background-image: url(../img/arrow-bottom.png);
	background-size: 100% auto;
}
.archiveMenu__item.archiveMenu__item--open::after {
	top: calc(50% - 4px);
	background-image: url(../img/arrow-top.png);
}
.archiveMenuSelect {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #f8f8f8;
	padding: 16px 0;
}
.archiveMenuSelect--open {
	display: block;
}
.archiveMenuSelect--item a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	padding: 0 20px;
}
.archiveMenuSelect--item a:hover {
	text-decoration: underline;
}


.articleMedia__title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 16px;
}
.articleMedia__info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.articleMedia__date {
	font-size: 14px;
	color: #626262;
	margin-right: 30px;
}
.articleMedia__category {
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	padding: 0 8px;
	background-color: #f26e00;
	border-radius: 3px;
}
.articleMedia__pic {
	margin-bottom: 30px;
}
.articleMedia__pic img {
	width: 100%;
}
.articleMedia__contents {
	margin-bottom: 90px;
}
.articleMedia__contents p {
	color: #626262;
	font-size: 14px;
	line-height: 1.8;
}
.articleMedia__contents h2,.articleMedia__contents h1{
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 6px;
	border-bottom: 2px solid #dcdcdc;
	margin:.8em 0 .5em 0;
}
.articleMedia__contents h3 {
	padding: 2px 0 2px 15px;
	font-size: 25px;
	font-weight: 700;
	border-left: 4px solid #000;
	margin:.8em 0 .5em 0;
}
.articleMedia__contents h4,.articleMedia__contents h5,.articleMedia__contents h6{
	margin:.8em 0 .5em 0;
}


.pagenationDetail {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagenationDetail__item {
	flex-basis: 368px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f8f8f8;
	margin: 0 2px;
}
.pagenationDetail__item--prev {
	padding: 20px 20px 20px 54px;
}
.pagenationDetail__item--next {
	padding: 20px 54px 20px 20px;
	flex-direction: row-reverse;

}
.pagenationDetail__item::before {
	content: "";
	position: absolute;
	top: calc(50% - 11px);
	width: 13px;
	height: 22px;
	background-size: 100% auto;
}
.pagenationDetail__item--prev::before {
	left: 12px;
	background-image: url(../img/arrow-left.png);
}
.pagenationDetail__item--next::before {
	right: 12px;
	background-image: url(../img/arrow-right.png);
}
.pagenationDetail__thumbnail {
	flex-basis: 100px;
	height: 100px;
}
.pagenationDetail__thumbnail img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.pagenationDetail__title {
	flex-basis: calc(100% - 120px);
	font-size: 14px;
	color: #626262;
	line-height: 1.5;
}
.pagenationDetail__item:hover .pagenationDetail__title {
	color: #ffcc00;
}

.pageBlock--service {
	padding-bottom: 120px;
}
.pageBlock--service .pageBlock__inner {
	max-width: 950px;
}
.pageBlock--service .box {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
	border-bottom: 2px solid #d8d8d8;
}
.pageBlock--service .box:last-of-type {
	border-bottom: none;
}
.pageBlock--service .box__pic {
	flex-basis: 52.6315%;
}
.pageBlock--service .box:nth-child(even) .box__pic {
	order: 2;
}
.pageBlock--service .box__pic img {
	width: 100%;
}
.pageBlock--service .box__info {
	flex-basis: 42.105%;
}
.pageBlock--service .box:nth-child(even) .box__info {
	order: 1;
}
.pageBlock--service .box__head {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 24px;
}
.pageBlock--service .box__desc {
	font-size: 14px;
	color: #626262;
	line-height: 1.8;
	margin-bottom: 30px;
}


.pageBlock--numbers {
	background-color: #000;
	padding-bottom: 150px;
}
.pageBlock--numbers .pageBlock__inner {
	max-width: 950px;
}
.numbersBlock {
	padding-top: 100px;
}
.numbersBlock__head {
	text-align: center;
}
.numbersBlock--management .numbersBlock__head {
	margin-bottom: 40px;
}
.numbersBlock--spec .numbersBlock__head {
}
.numbersBlock__row {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	border-bottom: 1px solid #fff;
}
.numbersBlock__row:last-child {
	border-bottom: 6px solid #fff;
}
.numbersBlock:last-child .numbersBlock__row:last-child {
	border-bottom: none;
}
.numbersBlock__item01 {
	flex-basis: 47.8%;
	border-right: 1px solid #fff;
	padding-right: 4.2%;
}
.numbersBlock__item02 {
	flex-basis: 52.2%;
	padding-left: 6.3%;
}
.numbersBlock__item03 {
	flex-basis: 100%;
	padding-left: 5.2%;
	padding-right: 8.4%;
}
.numbersBlock__item04 {
	flex-basis: 100%;
}
.numbersBlock__item05 {
	flex-basis: 100%;
	padding-left: 5.2%;
	padding-right: 5.2%;
}
.numbersBlock__item06 {
	flex-basis: 50%;
	padding-right: 7.36%;
	border-right: 1px solid #fff;
}
.numbersBlock__item07 {
	flex-basis: 50%;
	padding-left: 6%;
}
.numbersBlock__item08 {
	flex-basis: 45.78%;
	padding-right: 8.4%;
	border-right: 1px solid #fff;
}
.numbersBlock__item09 {
	flex-basis: 54.22%;
	padding-left: 6.73%;
	padding-right: 3.8%;
}
.numbersBlock__item10 {
	flex-basis: 52.1%;
	padding-right: 5.2%;
	border-right: 1px solid #fff;
}
.numbersBlock__item11 {
	flex-basis: 47.9%;
	padding-left: 5.89%;
}
.numbersBlock__item12 {
	padding-right: 11.11%;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #fff;
}
.numbersBlock__item13 {
	padding-right: 20%;
}
.numbersBlock__item15 {
	padding-right: 2.1%;
	padding-bottom: 26px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}
.numbersBlock__item16 {
	padding-right: 2.8%;
	padding-left: .7%;
}
.numbersBlock__item17 {
	flex-basis: 31.78%;
	padding-right: 3.7%;
	border-right: 1px solid #fff;
}
.numbersBlock__item18 {
	flex-basis: 35.15%;
	padding-left: 4.6%;
	padding-right: 3.7%;
	border-right: 1px solid #fff;
}
.numbersBlock__item19 {
	flex-basis: 33.07%;
	padding-left: 4.2%;
}
.numbersBlock__item img {
	width: 100%;
}
.numbersBlock__row--col01 {
	flex-basis: 22.5%;
	padding-right: 3.5%;
	border-right: 1px solid #fff;
}
.numbersBlock__row--col02 {
	flex-basis: 29.05%;
	padding-left: 4.2%;
	padding-right: 3.8%;
	border-right: 1px solid #fff;
}
.numbersBlock__row--col03 {
	flex-basis: 48.45%;
	padding-left: 4.2%;
}
.pageBlock--contact {
	padding-bottom: 100px;
}
.form__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.form--confirm .form__item {
	margin-bottom: 32px;
}
.form__item--content {
	align-items: flex-start;
}
.form__head {
	flex-basis: 210px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form__item--content .form__head {
	padding-top: 9px;
}
.form--confirm .form__item--content .form__head {
	padding-top: 4px;
}
.form--confirm .form__item--content .form__content {
	line-height: 1.5;
}
.form__title {
	font-size: 14px;
	color: #3c3c3c;
}
.form__required {
	flex-basis: 40px;
	line-height: 20px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
	background-color: #f90000;
}
.form__content {
	flex-basis: calc(100% - 260px);
}
.form__content input {
	width: 100%;
	font-size: 14px;
	border: 1px solid #dddddd;
	padding: 9px 15px;
}
.form__content input::placeholder {
	color: #b1b1b1;
}
.form__content textarea {
	width: 100%;
	font-size: 14px;
	border: 1px solid #dddddd;
	padding: 9px 15px;
	resize: none;
}
.form__block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.form__block--policy {
	padding-top: 34px;
}
.form__block--step {
	margin-bottom: 44px;
}
.form__block--captcha{
	line-height:2.0;
	font-size:0.8em;
}
.form__policy {
	background-color: #f8f8f8;
	padding: 40px 50px;
	font-size: 14px;
	margin-bottom: 50px;
}
.form--confirm .form__policy {
	display: none;
}
.form__policy a {
	text-decoration: underline;
}
.form__btn {
	display: flex;
	justify-content: center;
	flex-basis: 100%;
}
.form__btn--back {
	position: relative;
	flex-basis: auto;
	margin-top: 30px;
}
.form__btn--back::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 64px;
	width: 7px;
	height: 11px;
	background-image: url(../img/arrow-left.png);
	background-size: auto 100%;
}
.form--input .form__btn--back {
	display: none;
}
.form__back {
	width: 230px;
	background-color: transparent;
	font-size: 14px;
	font-weight: 700;
}
.form__back:hover {
	text-decoration: underline;
}
.form__text {
	text-align: center;
	color: #3c3c3c;
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 1.8;
}
.step {
	width: 100%;
	max-width: 610px;
	display: flex;
	align-items: center;
}
.step__item--block {
	flex-basis: 29.5%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	border: 1px solid #7f7f7f;
	background-color: #7f7f7f;
}
.step__item--current {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}
.step__item--arrow {
	flex-basis: 5.75%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.mw_wp_form .error {
	padding-top: 4px;
	font-size: 14px!important;
}



.pageHead--privacy {
	/*background-image: url(../img/pagehead-privacy-bg.jpg);*/
	background-color: var(--bg-navy);
	background-image: linear-gradient(rgba(255,255,255,0.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.1) 1px,transparent 1px);
	background-size: 100px 100px;
}
.pageBlock--privacy {
	padding-bottom: 70px;
}
.pageBlock--privacy .pageBlock__inner {
	max-width: 950px;
}
.box--privacy,
.box--privacyTop {
	margin-bottom: 50px;
}
.box--privacyTop .box__content {
	font-size: 14px;
	color: #535353;
	line-height: 1.8;
}
.box--privacy .box__head {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 1em;
}
.box--privacy .box__text {
	line-height: 1.75;
	font-size: 16px;
	color: #535353;
}
.box--privacy .box__list {
	margin-top: 16px;
}
.box--privacy .box__list + .box__text {
	margin-top: 30px;
}
.box--privacy .box__list li {
	line-height: 1.75;
	font-size: 16px;
	color: #535353;
	margin-left: 1em;
	text-indent: -1em;
}
.box--privacy .box__info {
	padding: 20px 30px;
	background-color: #f8f8f8;
	line-height: 1.75;
	font-size: 16px;
	color: #535353;
	margin-top: 20px;
}
.box--privacy a {
	color: #535353;
}
.box--privacy a:hover {
	text-decoration: underline;
}


.pageHead--recruit {
	/*background-image: url(../img/pagehead-recruit-bg.jpg);*/
	background-image: url(../img/page-head-recruit-bg2.webp?v1.1);
}
.pageBlock--recruitMessage {
	padding-bottom: 100px;
}
.pageBlock--recruitMessage .pageBlock__inner {
	max-width: 700px;
}
.pageBlock--recruitMessage .box {
	padding: 30px 50px;
	background-color: #f8f8f8;
	margin-bottom: 100px;
}
.pageBlock--recruitMessage .box__text {
	font-size: 14px;
	color: #535353;
	line-height: 1.8;
}
.pageBlock--recruitMessage .box__sign {
	color: #626262;
	line-height: 1.8;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
.pageBlock--recruitMessage .box__sign span {
	font-size: 20px;
}

.pageBlock--recruitMessage .pageBlock__btn {
	display: flex;
	justify-content: center;
}
.btn--recruit {
	width: 350px;
	line-height: 66px;
	font-size: 20px;
}
.btn--orb {
	font-family: 'Orbitron';
}

.pageBlock--recruitAbout {

}
.pageBlock--recruitAbout .pageBlock__head {
	margin-bottom: 40px;
}
.pageBlock--recruitAbout .box {
	position: relative;
}
.pageBlock--recruitAbout .box__figure {
	width: 100%;
	background-size: cover;
	background-position: center;
	padding-top: 30.64%;
	min-height: 429px;
}
.box__figure--numbers {
	background-image: url(../img/recruit-about-bg01.jpg);
}
.box__figure--benefits {
	background-image: url(../img/recruit-about-bg02b.webp);
}
.pageBlock--recruitAbout .box__inner {
	position: absolute;
	top: 0;
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageBlock--recruitAbout .box__head {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 700;
}
.pageBlock--recruitAbout .box__text {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 50px;
}
.pageBlock--recruitAbout .box__btn {
	display: flex;
	justify-content: center;
	font-weight: 700;
}

.pageBlock--recruitList {
	padding-bottom: 100px;
}
.pageBlock--recruitList .pageBlock__inner {
	max-width: 950px;
	margin: 0 auto;
}
.box--recruitList {
	background-color: #f8f8f8;
	padding: 42px 56px;
	display: flex;
	flex-wrap: wrap;
}
.pageBlock--recruitList .pageBlock__head {
	margin-bottom: 40px;
}
.box--recruitList .box__item {
	position: relative;
	flex-basis: calc((100% - 40px) / 2);
	margin-right: 36px;
	margin-bottom: 20px;
	background-color: #313131;
	border: 1px solid #313131;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 108px;
}
.box--recruitList .box__item:hover {
	background-color: #fff;
	color: #313131
}
.box--recruitList .box__item::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #fff;
}
.box--recruitList .box__item:hover::before {
	border: 1px solid #313131;
}
.box--recruitList .box__item::after {
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
	border-bottom: 8px solid #FFF;
	border-left: 8px solid transparent;
}
.box--recruitList .box__item:hover::after {
	border-bottom: 8px solid #313131;
}
.box--recruitList .box__item:nth-child(even) {
	margin-right: 0;
}



.pageBlock--recruitDetail {
	margin-bottom: 80px;
}
.pageBlock--recruitApply {
	margin-bottom: 80px;
}
.pageBlock--recruitBtn {
	margin-bottom: 80px;
}
.pageBlock--recruitDetail .pageBlock__inner {
	max-width: 950px;
}
.pageBlock--recruitApply .pageBlock__inner {
	max-width: 950px;
}
.pageBlock--recruitDetail .pageBlock__head {
	margin-bottom: 40px;
}
.pageBlock--recruitApply .pageBlock__head {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.pageBlock--recruitApply .pageBlock__head::before,
.pageBlock--recruitApply .pageBlock__head::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #3c3c3c;
	display: block;
}
.pageBlock--recruitApply .pageBlock__head::before {
	margin-right: 20px;
}
.pageBlock--recruitApply .pageBlock__head::after {
	margin-left: 20px;
}
.pageBlock--recruitApply .pageBlock__btn {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}
.pageBlock--recruitBtn .pageBlock__btn {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}
.box--recruitDetail {
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 2px solid #d8d8d8;
}
.box--recruitDetail .box__head {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}
.box--recruitDetail .box__text {
	font-size: 14px;
	color: #535353;
	line-height: 1.8;
}
.box--recruitDetail .box__list li {
	font-size: 14px;
	color: #535353;
	line-height: 1.8;
	margin-left: 1em;
	text-indent: -1em;
}

.pageBlock--recruitBenefits {
	margin-bottom: 40px;
}
.pageBlock--recruitBenefits .pageBlock__inner {
	max-width: 950px;
}
.pageBlock--recruitBenefits .pageBlock__head {
	margin-bottom: 40px;
}
.box--recruitBenefits {
	padding-bottom: 40px;
}
.box--recruitBenefits .box__head {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
}
.box--recruitBenefits .box__head::before,
.box--recruitBenefits .box__head::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #3c3c3c;
	display: block;
}
.box--recruitBenefits .box__head::before {
	margin-right: 20px;
}
.box--recruitBenefits .box__head::after {
	margin-left: 20px;
}
.listBenefits {
	display: flex;
	flex-wrap: wrap;
}
.listBenefits__item {
	flex-basis: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 32px;
}
.listBenefits__item:nth-child(2n) {
	margin-right: 0;
}
.listBenefits__head {
	font-size: 20px;
	color: #3c3c3c;
	font-weight: 700;
	margin-bottom: 16px;
}
.listBenefits__desc {
	font-size: 14px;
	line-height: 1.8;
	color: #535353;
}
.listBenefitsOther {
	display: flex;
	flex-wrap: wrap;
}
.listBenefitsOther__item {
	flex-basis: calc((100% - 66px) / 3);
	margin-right: 33px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	background-color: #f8f8f8;
	color: #3c3c3c;
	font-size: 20px;
	font-weight: 700;
}
.listBenefitsOther__item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (min-width: 769px) {
	.numbersBlock--pt0 {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.pageBlock__head {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.pageBlock--companyMessage {
		padding-bottom: 50px;
	}
	.pageBlock--companyMessage .box {
		flex-wrap: wrap;
	}
	.pageBlock--companyMessage .box__right {
		flex-basis: 100%;
		order: 1;
	}
	.pageBlock--companyMessage .box__left {
		flex-basis: 100%;
		order: 2;
	}
	.pageBlock--companyMessage .box__left .box__head {
		font-size: 18px;
	}
	.pageBlock--companyMessage .box__left .box__text {
		font-size: 14px;
	}
	.pageBlock--companyMessage .box__left .box__text--large {
		font-size: 18px;
	}
	.pageBlock--companyMessage .box__left .box__btn {
		display: flex;
		justify-content: center;
	}
	.pageBlock--companyOverview {
		padding: 50px 0;
	}
	.listOverview {
		padding-top: 20px;
	}
	.listHistory::before {
		bottom: 60px;
	}
	.listHistory__head::before {
		top: calc(50% - 1px);
	}
	.listOverview__head {
		float: none;
		font-size: 14px;
		padding: 0;
	}
	.listOverview__desc {
		margin-left: 0;
		font-size: 14px;
	}
	.pageBlock--companyHistory {
		padding: 50px 0;
	}
	.listHistory__head {
		float: none;
		font-size: 14px;
		padding: 14px 0 4px 30px;
	}
	.listHistory__desc {
		font-size: 14px;
		margin-left: 0;
		padding: 0 0 0 30px;
	}
	.pageBlock--message {
		padding-bottom: 0;
	}
	.pageBlock--message .pageBlock__inner {
		padding: 0;
	}
	.pageBlock--message .box__pic img {
		width: 100%;
	}
	.pageBlock--message .box__desc {
		padding: 20px 20px 60px;
	}
	.pageBlock--mediaArchive {
		padding-bottom: 80px;
	}
	.listMedia--Archive .listMedia__item{
		flex-basis: calc((100% - 30px) / 2);
	}
	/*.listMedia--Archive .listMedia__item,
	.listMedia--Archive .listMedia__item:nth-child(4n) {
		margin-bottom: 30px;
	}*/
	.pagenation {
		justify-content: space-between;
	}
	.pagenation__item--sp {
		display: none;
	}
	.pageBlock--mediaDetail {
		padding-bottom: 80px;
	}
	.articleMedia__title {
		font-size: 21px;
		line-height: 1.5;
	}
	.articleMedia__info {
		justify-content: space-between;
	}
	.articleMedia__contents {
		margin-bottom: 60px;
	}
	.pagenationDetail {
		flex-wrap: wrap;
	}
	.pagenationDetail__item {
		flex-basis: 100%;
		margin: 0;
	}
	.pagenationDetail__item--prev {
		margin-bottom: 12px;
	}
	.pageBlock--privacy {
		padding-bottom: 0;
	}
	.box--privacy .box__head {
		font-size: 25px;
		line-height: 1.5;
	}
	.box--privacy .box__text {
		font-size: 14px;
	}
	.box--privacy .box__list li {
		font-size: 14px;
	}
	.box--privacy .box__info {
		padding: 25px 20px;
		font-size: 14px;
	}
	.pageHead--numbers .pageHead__title {
		font-size: 22px;
		font-weight: 500;
	}
	.pageBlock--numbers {
		padding-bottom: 0;
	}
	.pageBlock--numbers .pageBlock__inner {
		padding: 0 10px;
	}
	.breadCrumb--numbers {
		margin-bottom: 0;
	}
	.numbersBlock {
		padding-top: 60px;
	}
	.numbersBlock__head {
		margin-bottom: 36px;
	}
	.numbersBlock__head img {
		width: 100%;
	}
	.numbersBlock__row {
		flex-wrap: wrap;
		padding: 0;
		border-bottom: none;
	}
	.numbersBlock__item {
		flex-basis: 100%!important;
		padding: 0 0 50px 0!important;
		border-right: none!important;
		margin-bottom: 50px;
		border-bottom: 1px solid #fff;
	}
	.numbersBlock__row:last-of-type .numbersBlock__item:last-child {
		border-bottom: none;
		margin-bottom: 20px!important;
	}
	.numbersBlock--management .numbersBlock__head img {
		width: 224px;
	}
	.numbersBlock--spec .numbersBlock__head img {
		width: 345px;
	}
	.numbersBlock--speed .numbersBlock__head img {
		width: 322px;
	}
	.numbersBlock--scale .numbersBlock__head img {
		width: 218px;
	}
	.numbersBlock--other .numbersBlock__head img {
		width: 203px;
	}
	.numbersBlock__row--col01 {
		flex-basis: 50%;
	}
	.numbersBlock__row--col02 {
		flex-basis: 50%;
		border-right: none;
		padding-right: 0;
	}
	.numbersBlock__row--col03 {
		flex-basis: 100%;
		padding-left: 0;
	}
	.numbersBlock__item07 {
		margin-bottom: 0;
	}
	.numbersBlock__item12 {
		margin-bottom: 20px!important;
		padding-bottom: 30px!important;
	}
	.numbersBlock__item13 {
		border-bottom: none;
		margin-bottom: 0!important;
		padding-bottom: 0!important;
		padding-right: 25%!important;
	}
	.numbersBlock__item14 {
		border-bottom: none;
		margin-bottom: 0!important;
		padding-bottom: 0!important;
	}
	.numbersBlock__item15 {
		padding: 50px 0 50px 0!important;
		margin-top: 50px;
		border-top: 1px solid #fff;
	}
	.pageBlock--recruitMessage {
		padding-bottom: 60px;
	}
	.pageBlock--recruitMessage .box {
		padding: 20px;
		margin-bottom: 40px;
	}
	.pageBlock--recruitAbout .box__head {
		font-size: 22px;
	}
	.pageBlock--recruitAbout .box__figure {
		min-height: 313px;
		height: 313px;
	}
	.pageBlock--recruitAbout .box__text {
		margin-bottom: 20px;
	}
	.btn--recruit {
		width: 295px;
		line-height: 48px;
		font-size: 15px;
	}
	.pageBlock--recruitList {
		padding-bottom: 50px;
	}
	.box--recruitList {
		padding: 32px 20px;
	}
	.box--recruitList .box__item {
		flex-basis: 100%;
		margin-right: 0;
		line-height: 70px;
		font-size: 17px;
	}
	.box--recruitDetail {
		padding-bottom: 16px;
		margin-bottom: 24px;
	}
	.box--recruitDetail .box__head {
		font-size: 17px;
		margin-bottom: 12px;
		color: #3c3c3c;
	}
	.pageBlock--recruitApply .pageBlock__head {
		font-size: 21px;
	}
	.pageBlock--recruitApply .pageBlock__btn {
		margin-top: 45px;
	}
	.pageBlock--recruitBtn .pageBlock__btn {
		margin-top: 45px;
	}
	.box--recruitBenefits {
		padding-bottom: 20px;
	}
	.box--recruitBenefits .box__head {
		font-size: 21px;
	}
	.listBenefits__item {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.listBenefits__head {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.listBenefitsOther {
		padding: 0 20px;
	}
	.listBenefitsOther__item {
		flex-basis: 100%;
		margin-right: 0;
		font-size: 17px;
		height: 70px;
	}
	.pageBlock--service {
		padding-bottom: 0;
	}
	.pageBlock--service .box {
		flex-wrap: wrap;
		padding: 0 0 40px 0;
		margin-bottom: 40px;
	}
	.pageBlock--service .box__pic {
		flex-basis: 100%;
		margin-bottom: 24px;
	}
	.pageBlock--service .box__info {
		flex-basis: 100%;
	}
	.pageBlock--service .box:nth-child(even) .box__pic {
		order: 1;
	}
	.pageBlock--service .box:nth-child(even) .box__info {
		order: 2;
	}
	.pageBlock--service .box__head {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.pageBlock--contact {
		padding-bottom: 50px;
	}
	.step__item--block {
		font-size: 11px;
		line-height: 35px;
	}
	.form__text {
		margin-bottom: 30px;
	}
	.form__item {
		flex-wrap: wrap;
	}
	.form__head {
		flex-basis: 100%;
		justify-content: flex-start;
		margin-bottom: 12px;
	}
	.form__title {
		font-size: 16px;
		margin-right: 20px;
	}
	.form__content {
		flex-basis: 100%;
		font-size: 12px;
	}
	.form__content input {
		font-size: 12px;
	}
	.form__policy {
		width: 100%;
		padding: 25px 0;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	.btn--form {
		font-size: 14px;
	}
	.btn--gotop {
		font-size: 14px;
	}
	.form__text--complete {
		color: #000;
		text-align: left;
	}
}

.akismet_error{
	display: block;
	margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
	.akismet_error{
		display: block;
		margin: 0 0 5% 0;
	}
}
.mw_wp_form .d-none{
	display: none;
}

.trp-floating-switcher{
	height: auto;
}

/* Snow monkey form */
.smf-item__description mark.has-vivid-red-color{
	color: #f00;
	font-size: .8em;
	display: block;
	line-height: 2;
}
.smf-text-control__control{
	width: min(100%,20em);
	padding: .5em;
}
.smf-textarea-control__control{
	width: 100%;
	padding: .5em;
}
/* END Snow monkey form */