@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	line-height: 1.6;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	position: relative;
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}
img {
	vertical-align: bottom;
}
@media screen and (max-width: 640px) {
	body {
		min-width: 100%;
	}
}
/* ------------------------------------------------------------
	SP⇔PC
   ------------------------------------------------------------ */

.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 640px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
/* ------------------------------------------------------------
	パララックス初期設定
   ------------------------------------------------------------ */

/*.is-hide {
	display: none;
}*/
.sa {
	opacity: 0;
	transition: all 0.8s ease-out;
	transform: translateY(30px);
}
.sa_go {
	opacity: 1;
	transform: translateY(0);
}

/* ------------------------------------------------------------
	メインビジュアル
   ------------------------------------------------------------ */

.mainVisual {
	width: 100%;
	height: 1100px;
	background: url(/recruit/company/office/img/mainvisual_bkimage.jpg) no-repeat top center/ cover;
	position: relative;
}
.mainVisual::after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	bottom: -2px;
	width: 100%;
	padding-top: 14%;
	background: #f00;
	background: url(/recruit/company/office/img/mainvisual_mask.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
}
/*IE10+（Edgeも全て含む）用*/
_:-ms-lang(x), .mainVisual::after {
	  background: url(/recruit/company/office/img/mainvisual_mask.png);
	  background-size: 100% 100%;
	  background-repeat: no-repeat;
	}

.mainVisualInner {
	width: 100%;
	height: 100%;
	max-width: 1570px;
	margin: 0 auto;
	position: relative;
}
.mainVisualInner::after {
	content: "";
	display: block;
	background: url(/recruit/company/office/img/extetior_ornament.png) no-repeat;
	width: 116px;
	height: 44px;
	position: absolute;
	bottom: 190px;
	left: 50%;
	margin-left: -58px;
	z-index: 3;
}

.mainVisualContent {
	width: 676px;
	height: 620px;
	border: 5px solid #FFF;
	padding: 68px 66px;
	position: absolute;
	top: 160px;
	right: 20px;
	z-index: 1;
}
.mainVisualContent::before {
	content: "";
	display: block;
	width: 130px;
	height: 50px;
	position: absolute;
	top: 56px;
	left: -90px;
	background: #fff;
	z-index: 3;
}
.mainVisualContentInner {
	width: 100%;
	height: 100%;
	position: relative;
}
.mainVisualContentInner::before {
	content: "";
	width: 638px;
	height: 23px;
	background: url(/recruit/company/office/img/mainvisual_pattern.png);
	position: absolute;
	left: -107px;
	top: -105px;
	display: block;
	z-index: 2;
}
.mainVisualContentInner::after {
	content: "";
	width: 23px;
	height: 568px;
	background: url(/recruit/company/office/img/mainvisual_pattern.png);
	position: absolute;
	left: -107px;
	top: -82px;
	display: block;
	z-index: 2;
}
.mainVisualContentText {
	color: #fff;
	margin: 40px 35px 0;
	line-height: 2;
	position: relative;
}
@media screen and (max-width: 640px) {
	.mainVisual {
		height: auto;
		padding-bottom: 70px;
	}
	.mainVisualContent {
		width: 100%;
		height: 100%;
		border: none;
		padding: 30px;
		position: static;
		z-index: 1;
	}
	.mainVisualInner::after,
	.mainVisualContent::before,
	.mainVisualContentInner::before,
	.mainVisualContentInner::after {
		display: none;
	}
	.mainVisualContentLogo {
		width: 230px;
		margin-top: 30px;
	}
	.mainVisualContentLogo>img {
		width: 100%;
	}
	.mainVisualContentText {
		line-height: 1.8;
		margin: 20px 0 0 20px;
		font-size: 14px;
	}
}
/* ------------------------------------------------------------
	外観・ラウンジ共通パーツ
   ------------------------------------------------------------ */

.contentIntro {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.contentIntroTitle {}
.contentIntroTitleOrnament {
	width: 3px;
	height: 142px;
	background: #1a1b4f;
	position: absolute;
	left: 50%;
	margin-right: -1px;
	z-index: 3;
	transform: translateY(250px);
}
.sa_go.contentIntroTitleOrnament {
	transform: translateY(0);
}
.contentIntroLead {
	font-size: 24px;
	color: #00a1b6;
	margin-top: 50px;
	font-weight: bold;
	letter-spacing: 4px;
}
.contentIntroText {
	margin-top: 50px;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.contentIntro {
		width: 100%;
		padding: 0 20px;
	}
	.contentIntroTitle {
		width: 70%;
		margin: 20px auto 0;
	}
	.contentIntroTitle>img {
		width: 100%;
	}
	.contentIntroTitleOrnament {
		width: 2px;
		height: 80px;
		background: #1a1b4f;
		position: absolute;
		left: 50%;
		margin-right: -1px;
		z-index: 3;
		transform: translateY(0);
	}
	.contentIntroLead {
		font-size: 18px;
		color: #00a1b6;
		margin-top: 20px;
	}
	.contentIntroText {
		margin-top: 20px;
		line-height: 1.8;
		font-size: 14px;
	}
}
/* ------------------------------------------------------------
	外観：EXTERIOR
   ------------------------------------------------------------ */

.extetior {
	width: 100%;
	max-width: 1452px;
	margin: 0 auto;
	position: relative;
}
.extetior .contentIntroTitleOrnament {
	top: -185px;
}
.extetiorPhoto {
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}
.extetiorPhotoImg {
	width: 48%;
}
.extetiorPhotoImg>img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.extetior .contentIntro {
		margin-top: 40px;
	}
	.extetior .contentIntroTitleOrnament {
		top: -110px;
	}
	.extetiorPhoto {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.extetiorPhotoImg {
		width: 50%;
	}
	.extetiorPhotoImg>img {
		width: 100%;
	}
}
/* ------------------------------------------------------------
	ラウンジ：LOUNGE
   ------------------------------------------------------------ */

.lounge {
	width: 100%;
	margin: 150px auto 0;
	position: relative;
	z-index: 3;
}
.lounge .contentIntroTitleOrnament {
	top: -172px;
}
.loungePhoto-PC {
	display: flex;
	margin-top: 90px;
}
.loungePhoto-SP {
	display: none;
}
.loungePhotoImg {
	width: calc(100% / 3);
}
.loungePhotoImg>img {
	width: 100%;
}
.loungePhotoImg+.loungePhotoImg {
	margin-left: 10px;
}
.sa.loungePhotoImg:nth-child(1) {
	transform: translateY(50px);
}
.sa.loungePhotoImg:nth-child(2) {
	transform: translateY(100px);
}
.sa.loungePhotoImg:nth-child(3) {
	transform: translateY(130px);
}
.sa_go.loungePhotoImg:nth-child(1),
.sa_go.loungePhotoImg:nth-child(2),
.sa_go.loungePhotoImg:nth-child(3) {
	transform: translateY(0);
}
@media screen and (max-width: 640px) {
	.lounge {
		width: 100%;
		margin: 50px auto 0;
		position: relative;
		z-index: 3;
	}
	.lounge .contentIntroTitleOrnament {
		display: none;
	}
	.loungePhoto-PC {
		display: none;
	}
	.loungePhoto-SP {
		display: block;
		position: relative;
	}
	.loungePhoto-SP img {
		width: 100%;
	}
	.loungePhoto-SP::before {
		content: "";
		display: block;
		width: 2px;
		height: 80px;
		background: #1a1b4f;
		position: absolute;
		left: 50%;
		margin-right: -1px;
		z-index: 3;
		top: 14px;
	}
}
/* ------------------------------------------------------------
	オフィスフロア:OFFICEFLOOR
   ------------------------------------------------------------ */

.officefloor {
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 2;
	margin-top: -8%;
}
.officefloorInner {
	padding: 15.9% 0 7%;
}
.officefloorIntoro {
	background: #000;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 60px 0 30px;
	position: relative;
}
.officefloorIntoroLead {
	font-size: 24px;
	margin-top: 50px;
	font-weight: bold;
	letter-spacing: 4px;
}
.officefloor .contentIntroLead {
	color: #fff;
}
.officefloor .contentIntroTitleOrnament {
	top: -130px;
}
.officefloor::before,
.officefloor::after {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 2;
}
.officefloor::before {
	top: 2px;
	padding-top: 15.9%;
	background: url(/recruit/company/office/img/officefloor_mask_top.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/*IE10+（Edgeも全て含む）用*/
_:-ms-lang(x), .officefloor::before  {
	background: url(/recruit/company/office/img/officefloor_mask_top.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
.officefloor::after {
	bottom: 1px;
	padding-top: 7%;
	background: url(/recruit/company/office/img/officefloor_mask_bottom.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/*IE10+（Edgeも全て含む）用*/
_:-ms-lang(x), .officefloor::after {
	background: url(/recruit/company/office/img/officefloor_mask_bottom.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}

.officefloorOrnament {
	display: none;
}
@media screen and (max-width: 640px) {
	.officefloor {
		background: #000;
		margin-top: -33%;
	}
	.officefloorInner {
		padding: 33% 0 40px;
	}
	.officefloorIntoro {
		padding: 0;
	}
	.officefloorIntoroTitle {
		width: 70%;
		margin: 20px auto 0;
	}
	.officefloorIntoroTitle img {
		width: 100%;
	}
	.officefloorIntoroLead {
		font-size: 18px;
		margin-top: 20px;
		padding: 0 20px;
	}
	.officefloor .contentIntroText {
		padding: 0 20px;
		margin-top: 30px;
	}
	.officefloor .contentIntroTitleOrnament {
		display: none;
	}
	.officefloor::before,
	.officefloor::after {
		display: none;
	}
	.officefloorOrnament {
		display: block;
		width: 2px;
		height: 80px;
		background: #1a1b4f;
		position: relative;
		left: 50%;
		margin-right: -1px;
		z-index: 3;
		margin-top: -17%;
		top: 0;
	}
}
/* ------------------------------------------------------------
	オフィスイメージ
   ------------------------------------------------------------ */

.officePhotoWrap {
	width: 100%;
	height: 620px;
	margin-top: -170px;
	position: relative;
	background: #000;
}
.officePhotoWrap::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 100%;
	padding-top: 7%;
	background: url(/recruit/company/office/img/officeimg_mask.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
}
/*IE10+（Edgeも全て含む）用*/
_:-ms-lang(x), .officePhotoWrap::after {
	background: url(/recruit/company/office/img/officeimg_mask.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.officePhoto {
	display: flex;
	justify-content: space-between;
}
.officePhotoImg {
	width: 100%;
	height: 620px;
}
.officePhotoImg+.officePhotoImg {}
.officePhotoImg:nth-child(1) {
	background: url(/recruit/company/office/img/officefloor_img01.jpg) no-repeat center center;
	background-size: cover;
	width: 41.479592%;
}
.officePhotoImg:nth-child(2) {
	background: url(/recruit/company/office/img/officefloor_img02.jpg) no-repeat center center;
	background-size: cover;
	width: 29.030612%;
}
.officePhotoImg:nth-child(3) {
	background: url(/recruit/company/office/img/officefloor_img03.jpg) no-repeat center center;
	background-size: cover;
	width: 28.673469%;
}
.sa.officePhotoImg {
	opacity: 1;
	transform: translateY(0);
	transform: translateX(200%);
}
.officePhotoImg:nth-child(1) {
	transform: translateX(200%);
}
.officePhotoImg:nth-child(2) {
	transform: translateX(100%);
}
.officePhotoImg:nth-child(3) {
	transform: translateX(50%);
}
.sa_go.officePhotoImg {
	transform: translateX(0);
}
.officePhoto-SP {
	display: none;
}
@media screen and (max-width: 640px) {
	.officePhotoWrap {
		display: none;
	}
	.officePhoto-SP {
		display: block;
		margin-top: 30px;
	}
	.officePhoto-SP img {
		width: 100%;
		vertical-align: bottom;
	}
}
/* ------------------------------------------------------------
	フォトギャラリー：gallery
   ------------------------------------------------------------ */

.gallery {
	margin-top: 143px;
	position: relative;
}
.gallery .contentIntroTitleOrnament {
	top: -168px;
}
.galleryList {
	width: 100%;
	max-width: 1615px;
	margin: 130px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.galleryListItem {
	width: 23.5%;
}
.galleryListItem:nth-child(n + 5) {
	margin-top: 30px;
}
.galleryListItem:nth-child(1) {
	transform: translateY(200px);
}
.galleryListItem:nth-child(2) {
	transform: translateY(100px);
}
.galleryListItem:nth-child(3) {
	transform: translateY(150px);
}
.galleryListItem:nth-child(4) {
	transform: translateY(240px);
}
.galleryListItem:nth-child(5) {
	transform: translateY(40px);
}
.galleryListItem:nth-child(6) {
	transform: translateY(60px);
}
.galleryListItem:nth-child(7) {
	transform: translateY(80px);
}
.galleryListItem:nth-child(8) {
	transform: translateY(70px);
}
.sa_go.galleryListItem:nth-child(1),
.sa_go.galleryListItem:nth-child(2),
.sa_go.galleryListItem:nth-child(3),
.sa_go.galleryListItem:nth-child(4),
.sa_go.galleryListItem:nth-child(5),
.sa_go.galleryListItem:nth-child(6),
.sa_go.galleryListItem:nth-child(7),
.sa_go.galleryListItem:nth-child(8) {
	transform: translateY(0);
}
.galleryListItem img {
	width: 100%;
}
.galleryModalBox {
	width: auto;
	padding: 50px 50px 40px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}
.galleryModalBox .modalClose::before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -45px;
	right: 10px;
	transform: rotate(45deg);
}
.galleryModalBox .modalClose::after {
	content: "";
	display: block;
	height: 50px;
	width: 2px;
	background: #fff;
	position: absolute;
	top: -70px;
	right: 35px;
	transform: rotate(45deg);
}
.galleryModalBoxText {
	margin-top: 18px;
}
.galleryModalBoxImg::after {
	display: block;
	bottom: 60px;
	right: 6px;
	transform: rotate(-20deg);
	position: absolute;
}
#galleryModal01 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title01.png);
}
#galleryModal02 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title02.png);
}
#galleryModal03 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title03.png);
}
#galleryModal04 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title04.png);
}
#galleryModal05 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title05.png);
}
#galleryModal06 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title06.png);
}
#galleryModal07 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title07.png);
}
#galleryModal08 .galleryModalBoxImg::after {
	content: url(/recruit/company/office/img/gallery_title08.png);
}
@media screen and (max-width: 640px) {
	.gallery {
		margin-top: 50px;
		position: relative;
	}
	.gallery .contentIntroTitleOrnament {
		display: none;
	}
	.galleryList {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 30px;
	}
	.galleryListItem {
		width: 49%;
	}
	.galleryListItem:nth-child(n + 5) {
		margin-top: 0;
	}
	.galleryListItem:nth-child(n + 3) {
		margin-top: 10px;
	}
	.galleryListItem:nth-child(1) {
		transform: translateY(50px);
	}
	.galleryListItem:nth-child(2) {
		transform: translateY(50px);
	}
	.galleryListItem:nth-child(3) {
		transform: translateY(50px);
	}
	.galleryListItem:nth-child(4) {
		transform: translateY(50px);
	}
	.galleryListItem:nth-child(5) {
		transform: translateY(50px);
	}
	.galleryListItem:nth-child(6) {
		transform: translateY(50px);
	}
	.galleryListItem:nth-child(7) {
		transform: translateY(50px);
	}
	.galleryListItem:nth-child(8) {
		transform: translateY(50px);
	}
	.galleryModalBox {
		padding: 20px;
		width: 90%;
	}
	.galleryModalBoxText {
		margin-top: 18px;
	}
	.galleryModalBoxImg img {
		width: 100%;
	}
	.galleryModalBoxImg::after {
		bottom: inherit;
		top: 24px;
		right: 10px;
		transform: rotate(0);
	}
	#galleryModal01 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title01_sp.png);
	}
	#galleryModal02 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title02_sp.png);
	}
	#galleryModal03 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title03_sp.png);
	}
	#galleryModal04 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title04_sp.png);
	}
	#galleryModal05 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title05_sp.png);
	}
	#galleryModal06 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title06_sp.png);
	}
	#galleryModal07 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title07_sp.png);
	}
	#galleryModal08 .galleryModalBoxImg::after {
		content: url(/recruit/company/office/img/gallery_title08_sp.png);
	}
}
/* ------------------------------------------------------------
	あいさつ：greeting
   ------------------------------------------------------------ */

.greeting {
	width: 120%;
	height: 420px;
	background: #1a1b4f;
	margin-top: 140px;
	margin-left: -10%;
	transform: rotate(4deg);
}
.greetingInner {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	transform: rotate(-4deg);
	margin: 0 auto;
	position: relative;
	padding-top: 106px;
}
.greetingInner::after {
	content: "";
	display: block;
	width: 267px;
	height: 38px;
	background: url(/recruit/company/office/img/greeting_ornament.png) no-repeat;
	transform: rotate(-20deg);
	position: absolute;
	right: 90px;
	bottom: 3px;
	z-index: 1;
}
.greetingText {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	.greeting {
		width: 100%;
		height: auto;
		background: #1a1b4f;
		margin-top: 40px;
		margin-left: 0;
		transform: rotate(0);
	}
	.greetingInner {
		max-width: 100%;
		transform: rotate(0);
		padding: 40px;
	}
	.greetingInner::after {
		right: 10px;
		bottom: 60px;
	}
	.greetingText {
		font-size: 14px;
		line-height: 30px;
	}
}
/* ------------------------------------------------------------
	リンク集：category
   ------------------------------------------------------------ */

.category {
	width: 100%;
	position: relative;
	margin-top: 95px;
	background: url(/recruit/company/office/img/categorybk.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.category::before,
.category::after {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	z-index: 2;
	left: 0px;
}
.category::before {
	padding-top: 12.7%;
	top: -8px;
	background: url(/recruit/company/office/img/category_mask_top.svg) no-repeat;
	background-size: 100% 100%;
}
	/*IE10+（Edgeも全て含む）用*/
	_:-ms-lang(x), .category::before{
		background: url(/recruit/company/office/img/category_mask_top.png) no-repeat;
		background-size: 100% 100%;
		}

.category::after {
	bottom: -4px;
	padding-top: 9.6%;
	background: url(/recruit/company/office/img/category_mask_bottom.svg) no-repeat;
	background-size: 100% 100%;
}
	/*IE10+（Edgeも全て含む）用*/
	_:-ms-lang(x), .category::after {
		background: url(/recruit/company/office/img/category_mask_bottom.png) no-repeat;
		background-size: 100% 100%;
		}

.category .contentIntroTitleOrnament {
	top: 30px;
	transform: translateY(0);
}
.categoryInner {
	background: url(/recruit/company/office/img/category_mask_back.svg) no-repeat;
	background-size: 100%;
	padding: 12.7% 0 9.6%;
}
	/*IE10+（Edgeも全て含む）用*/
	_:-ms-lang(x), .categoryInner {
		background: url(/recruit/company/office/img/category_mask_back.png) no-repeat;
		background-size: 100%;
	}

.categoryInner::before {
	content: "";
	display: block;
	background: url(/recruit/company/office/img/category_ornament.png) no-repeat;
	width: 156px;
	height: 41px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -75px;
	z-index: 2;
}
.categoryContents {
	width: 62%;
	margin: 50px 0;
}
.categoryList {
	margin: 0 17%;
	display: flex;
	flex-wrap: wrap;
}
.categoryListItem {
	width: 33.3%;
	word-wrap: break-word;
}
.categoryListItem:nth-child(n+4) {
	border-top: 1px solid #5f5f5f;
}
.categoryListItemLink {
	display: block;
	padding: 44px 20px 44px 0;
	text-decoration: none;
}
.categoryListItemLink:hover .categoryListItemTitle {
	color: #00a1b6;
}
.categoryListItemTitle {
	font-size: 30px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
}
.categoryListJa {
	color: #00a1b6;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1.2;
}
@media screen and (max-width:1400px) {
	.categoryContents {
		margin: 50px 0;
	}
	.categoryList {
		margin: 0 10%;
	}
	.categoryListItemTitle {
		font-size: 26px;
	}
	.categoryListJa {
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	.category {
		margin-top: 0;
		background-attachment: inherit;
	}
	.category::before,
	.category::after {
		display: none;
	}
	.category .contentIntroTitleOrnament {
		display: none;
	}
	.categoryInner {
		background: rgba(0, 0, 0, 0.8);
		padding: 90px 20px 30px;
	}
	.categoryInner::before {
		content: "";
		display: block;
		background: url(/recruit/company/office/img/category_ornament.png) no-repeat;
		width: 156px;
		height: 41px;
		position: absolute;
		top: 30px;
		left: 50%;
		margin-left: -75px;
		z-index: 2;
	}
	.categoryContents {
		width: 100%;
		margin: 0;
	}
	.categoryList {
		margin: 0;
		justify-content: space-between;
	}
	.categoryListItem {
		width: 48%;
		word-wrap: break-word;
	}
	.categoryListItem:nth-child(n+3) {
		border-top: 1px solid #5f5f5f;
	}
	.categoryListItemLink {
		display: block;
		padding: 14px 0;
		text-decoration: none;
		text-align: center;
	}
	.categoryListItemTitle {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.categoryListJa {
		font-size: 12px;
	}
}

/* ------------------------------------------------------------
	業務一例紹介
   ------------------------------------------------------------ */
.process_inner{
	width: 90%;
    max-width: 1300px;
    margin: 50px auto 380px;
	position: relative;
}
.process_main{
	background: #FFF;
	padding: 60px 20px;
	text-align: center;
	width: 60%;
	position: absolute;
	right: 0;
	top: 70px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 2;
}
.process_tit_ja{
	font-size: 24px;
	font-weight: 700;
}
.process_tit_en{
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #00A1B6;
}
.process_txt{
	margin: 30px auto 0;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
}
.process_btn{
	width: 340px;
	margin: 12px auto;
}
.process_btn a{
	display: block;
	background: #00A1B6;
	color: #FFF;
	padding: 20px;
	text-decoration: none;
	transition: all .2s ease-out;
	outline: 1px solid;
	outline-color: #00A1B6;
	outline-offset: 0px;
}
.process_btn a:hover{
	animation: light .8s infinite;
}
@keyframes light {
	100% { 
		outline-color: transparent;
		outline-offset: 10px;
	}
}
.process_txtBtn a{
	display: inline-block;
	text-decoration: none;
	color: #00A1B6;
	transition: all .2s ease-out;
	font-weight: 700;
	padding-bottom: 0.25em;
    background: linear-gradient(#00A1B6, #00A1B6) 50% 100%/0 1px no-repeat;
}
.process_txtBtn a::before{
	content: "";
	width: 16px;
	height: 16px;
	background: url("/recruit/company/office/img/icon_help.svg") center /cover;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 3px;
}
.process_txtBtn a:hover{
	background-size: 100% 1px;
}
.process_img{
	width: 60%;
}
.process_img img{
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 640px) {
	.process_inner{
		width: calc(100% - 40px);
		margin: 40px auto 60px;
	}
	.process_main{
		padding: 30px 20px;
		width: 100%;
		position: static;
	}
	.process_tit_ja{
		font-size: 20px;
	}
	.process_tit_en{
		font-size: 40px;
	}
	.process_txt{
		font-size: 16px;
	}
	.process_btn{
		width: 100%;
	}
	.process_btn a{
		padding: 16px;
	}
	.process_img{
		width: 100%;
	}
}

/* ------------------------------------------------------------
	フッター：footer
   ------------------------------------------------------------ */

.footer {
	margin-top: 12px;
	padding: 50px 0 30px;
}
.footerNavi {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footerNaviItem {
	padding: 0 45px;
}
.footerNaviItem+.footerNaviItem {
	border-left: 1px solid #adadad;
}
.footerNaviItemLink {
	text-decoration: none;
	color: #333;
	font-size: 16px;
}
.footerNaviItemLink:hover {
	text-decoration: underline;
}
.footerIner {
	margin-top: 50px;
	position: relative;
	height: 75px;
}
.footerIner::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.footerLogo {
	text-align: center;
}
.footerMark {
	position: absolute;
	right: 20px;
	top: 0;
}
.footerMark a + a {
	margin-left: 15px;
}
@media screen and (max-width: 640px) {
	.footer {
		margin-top: 0;
		padding: 40px 20px 30px;
	}
	.footerNaviItem {
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.footerNaviItem+.footerNaviItem {
		border-left: none;
		border-top: 1px solid #e0e0e0;
		padding-top: 5px;
		margin-top: 5px;
	}
	.footerNaviItemLink {
		font-size: 14px;
	}
	.footerIner {
		margin-top: 30px;
		height: auto;
	}
	.footerLogo {
		text-align: center;
	}
	.footerMark {
		position: static;
		right: 20px;
		width: 50%;
		float: right;
		margin-top: 10px;
		display:flex;
	}
	.footerLogo img,
	.footerMark img {
		width: 100%;
	}
}