@charset "utf-8";
/*=================================
recruit.css
@media only screen and (max-width: 767px)
clearfix
================================ */

/* recruit common
================================ */
.recruit-backGround #topicPath {
	padding: 15px 0 22px;
	background-image: url(../png/recruit_bg01.png), url(../png/recruit_bg02.png), -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background-image: url(../png/recruit_bg01.png), url(../png/recruit_bg02.png), linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background-repeat: no-repeat, repeat-x, repeat;
	background-position: 0 0, 0 100%, 0 0;
	background-size: 1920px 80px, auto, cover;
}
.recruit-backGround #topicPath > ol > li > a {
	color: #ffffff;
}
.recruit-backGround #topicPath > ol > li > a:before {
	border-color: #ffffff;
}
.recruit-backGround #topicPath > ol > li.home > a:before {
	background-position: -380px 0;
}
.recruit-backGround #topicPath + #container {
	margin-top: 1em;
}

.heading2.is-people {
	font-size: 28px;
	font-size: 2.8rem;
}

/* text
-------------------------------- */
.recruit-noteText {
  color: #707070;
}
.recruit-noteText > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.recruit-noteText > span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* button
-------------------------------- */
.btnLink.is-recruit_ali-fls {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.btnLink.is-recruit > li > a,
.btnLink.is-recruit > li > em > a {
	padding: 1px;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
}
.btnLink.is-recruit > li > a > span,
.btnLink.is-recruit > li > em > a > span {
	background: #ffffff;
	color: #3366cc;
}
.btnLink.is-recruit > li > a:hover > span,
.btnLink.is-recruit > li > em > a:hover > span {
	background: #ffffff;
	color: #3366cc;
}
.btnLink.is-recruit > li > a:hover > span:after,
.btnLink.is-recruit > li > em > a:hover > span:after {
	background-position: -160px 0;
}
.btnLink.is-recruit > li .noteList a {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btnLink.is-recruit > li .noteList a:hover {
	text-decoration: underline;
}
/* box
-------------------------------- */
.bgBox.is-recruit {
	position: relative;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 100%);
}
.bgBox.is-recruit:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	z-index: -1;
}
.bgBox.is-recruit .boxTitle {
	font-size: 1.7rem;
	color: #000000;
}
.bgBox.is-recruit .btnLink.is-recruit {
	margin-top: 1em;
	font-size: 2rem;
}

.eventInfo.is-recruit + * {
	margin-top: 2.5em;
}
.eventInfo.is-recruit > .eventBox {
	display: block;
}
.eventInfo.is-recruit > .eventBox > .eventIcon {
	display: inline-block;
	min-width: 122px;
	margin-top: 0;
	padding: 0 0.5em;
	background: #6f82d9;
	font-size: 1.3rem;
	text-align: center;
	color: #ffffff;
}
.eventInfo.is-recruit > .eventBox > .eventIcon.is-intern {	background: #6f82d9; }
.eventInfo.is-recruit > .eventBox > .eventIcon.is-seminar {	background: #f57fb4; }
.eventInfo.is-recruit > .eventBox > .eventTitle {
	margin-top: 0.5em;
	font-size: 2.4rem;
}
.eventInfo.is-recruit > .eventBox > .date,
.eventInfo.is-recruit > .eventBox > .text {
	margin-top: 0.5em;
}
.eventInfo.is-recruit > .eventBox > .text > *:first-child {
	margin-top: 0 !important;
}
.businessbox.is-peopleTalk {
	padding: 40px 210px 20px;
	background-image: url(../png/index_bg02-3.png), -webkit-linear-gradient(top, #cddffe 0, #d8ecf6 48%, #ffffff 100%);
	background-image: url(../png/index_bg02-3.png), linear-gradient(to bottom, #cddffe 0, #d8ecf6 48%, #ffffff 100%);
	background-position: 94% 90%,0 0;
	background-repeat: no-repeat;
}
.businessbox.is-peopleTalk .businessbox-title {
	font-size: 1.7rem;
}
.businessbox.is-peopleTalk .btnLink > li > a > span {
	padding: 1em 7em;
	font-size: 1.5rem;
}


/* link
-------------------------------- */
.cardLink.is-recruit > .column  figure {
	text-align: center;
}
.cardLink.is-recruit > .column  figure img {
	width: auto;
	height: auto;
	max-height: 160px;
}
.cardLink.is-recruit > .column .linkText {
	padding: 0.8em;
}
.cardLink.is-recruit > .column .linkText > span {
	position: relative;
	padding: 0 22px;
	text-align: center;
}
.cardLink.is-recruit > .column .linkText > span:before {
	display: none;
}
.cardLink.is-recruit > .column .linkText > span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url(../png/com_sprite01.png);
	background-position: -240px 0;
	background-repeat: no-repeat;
	border: none;
	vertical-align: middle;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.indexLink.is-recruit > .column > a {
	padding: 30px 20px 30px 27px;
}
.indexLink.is-recruit  > .column .figureColumn {
	display: block;
}
.indexLink.is-recruit  > .column .figureColumn .imgL {
	float: left;
}
.indexLink.is-recruit  > .column .text {
	overflow: hidden;
	color: #777;
}
.indexLink.is-recruit  > .column .linkText {
	overflow: hidden;
	font-size: 2.0rem;
	line-height: 1.2;
}
.indexLink.is-recruit  > .column .linkText::before {
	top: .3em;
}
.indexLink.is-recruit  > .column .linkText + * {
	margin-top: .5em;
}

/* modal
-------------------------------- */
.js-modal-fixhead {
	display: none;
}
.recruit-modalWrap {
	display: none;
}
#cboxClose {
	background-image: -webkit-linear-gradient(left, #999999 0%, #b2b2b2 100%);
	background-image: linear-gradient(to right, #999999 0%, #b2b2b2 100%);
}

/* sliderbox */
#colorbox.sliderbox {
	width: 100%;
}
#colorbox.sliderbox #cboxLoadedContent {
	text-align: center;
}
#colorbox.sliderbox [id*="modalContents"] {
  display: table;
  width: 100%;
  height: 100%;
}
#colorbox.sliderbox .modalLayout {
	padding: 45px 80px 35px;
  display: table-cell;
  vertical-align: middle;
}
#colorbox.sliderbox .modalLayout > figure {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#colorbox.sliderbox [id*="modalContents"].is-open .modalLayout > figure {
	opacity: 1;
}
#colorbox.sliderbox #cboxPrevious,
#colorbox.sliderbox #cboxNext,
#colorbox.sliderbox #cboxSlideshow {
	text-indent: -9999px;
}
#colorbox.sliderbox #cboxPrevious {
	display: block !important;
	position: absolute;
	top: 50%;
	left: 30px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	z-index: 20;
}
#colorbox.sliderbox #cboxPrevious:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#colorbox.sliderbox #cboxPrevious:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border-radius: 50%;
	background: #999;
	background-image: -webkit-linear-gradient(top, #999999 0%, #b2b2b2 100%);
	background-image: linear-gradient(to bottom, #999999 0%, #b2b2b2 100%);
	z-index: -1;
}
#colorbox.sliderbox #cboxNext {
	display: block !important;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	z-index: 20;
}
#colorbox.sliderbox #cboxNext:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#colorbox.sliderbox #cboxNext:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border-radius: 50%;
	background: #999;
	background-image: -webkit-linear-gradient(top, #999999 0%, #b2b2b2 100%);
	background-image: linear-gradient(to bottom, #999999 0%, #b2b2b2 100%);
	z-index: -1;
}

/* footer
-------------------------------- */
#recruitNavi {
	position: relative;
	z-index: 20;
}
#recruitNavi:not(.is-fixed) {
	height: auto !important;
	z-index: 10;
}
#recruitNavi .recruit-footer {
	transform: translate3d(0, 0, 0);
	-webkit-transition: bottom .3s;
	transition: bottom .3s;
}
#recruitNavi.is-fixed .recruit-footer,
#recruitNavi.is-moving .recruit-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
#recruitNavi.is-moving .recruit-footer {
	bottom: -75px !important;
}
.recruit-fixArea {
	position: relative;
	background: #444444;
	padding-top: 3px;
}
.recruit-fixArea:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
}
.recruit-fixArea > .inner {
	width: 1000px;
	margin: 0 auto;
}
.recruit-fixNav {
	position: relative;
  display: table;
  width: 100%;
}
.recruit-fixNav > li {
  display: table-cell;
  width: calc((100% - 250px)/2 );
  font-size: 16px;
	font-size: 1.6rem;
	padding: 0.7em 0;
}
.recruit-fixNav > .recruit-menuButton {
  width: 38%;
}
.recruit-fixNav > .recruit-menuButton a {
	display: block;
	color: #ffffff;
}
.recruit-fixNav > .recruit-menuButton a:before {
	content: "＋";
	display: inline-block;
	padding-right: 0.5em;
}
.recruit-fixNav > .recruit-menuButton a.is-open:before {
	content: "－";
}
.recruit-fixNav > .recruit-faq {
  border-left: solid 1px #666666;
  text-align: center;
}
.recruit-fixNav > .recruit-faq a {
	display: block;
	color: #ffffff;
}
.recruit-fixNav > .recruit-faq a > span {
	position: relative;
	padding-left: 1em;
}
.recruit-fixNav > .recruit-faq a > span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 7px;
  margin-top: -3px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recruit-fixNav > .recruit-menuButton > a:hover,
.recruit-fixNav > .recruit-faq > a:hover {
	color: #fff!important;
	opacity: 1!important;
}
.recruit-fixNav > .recruit-entry {
  width: 270px;
  text-align: right;
}
.recruit-fixNav > .recruit-entry a {
	position: relative;
	display: inline-block;
	padding: 1px;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
}
.recruit-fixNav > .recruit-entry a:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	opacity: 1!important;
}
.recruit-fixNav > .recruit-entry a > span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.7em 3em;
	background: #ffffff;
	border: none;
}
.recruit-fixNav > .recruit-entry a > span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
  margin-top: -3px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.recruit-fixNav > .recruit-entry a > span:after {
  	margin-top: -4px;
	}
}
/*.recruit-fixNav {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0.7em 0 0.7em 65%;
}
.recruit-fixNav > li {
	margin-left: 20px;
	font-size: 1.6rem;
}
.recruit-fixNav > li:first-child {
	margin-left: 0;
}
.recruit-fixNav > .recruit-menuButton {
	position: absolute;
	top: 50%;
	left: 0;
	width: 65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.recruit-fixNav > .recruit-menuButton a {
	display: block;
	color: #ffffff;
}
.recruit-fixNav > .recruit-menuButton a:before {
	content: "＋";
	display: inline-block;
	padding-right: 0.5em;
}
.recruit-fixNav > .recruit-menuButton a.is-open:before {
	content: "－";
}
.recruit-fixNav > .recruit-faq a {
	position: relative;
	padding-right: 1em;
	color: #ffffff;
}
.recruit-fixNav > .recruit-faq a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 7px;
	height: 7px;
  margin-top: -3px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recruit-fixNav > .recruit-entry a {
	position: relative;
	display: inline-block;
	padding: 1px;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
}
.recruit-fixNav > .recruit-entry a:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}
.recruit-fixNav > .recruit-entry a > span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.7em 3em;
	background: #ffffff;
	border: none;
}
.recruit-fixNav > .recruit-entry a > span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
  margin-top: -4px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.recruit-menuWrap {
	display: none;
	background: #eeeeee;
}
.recruit-menu {
	width: 1000px;
	padding: 2em 0;
	margin: 0 auto;
}
.recruit-menuTitle > a {
	position: relative;
	padding-right: 1.8em;
	font-size: 1.6rem;
	color: #333333;
}
.recruit-menuTitle > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.recruit-menuList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 1em;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	font-size: 1.6rem;
}
.recruit-menuList > li {
	width: 33%;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}
.recruit-menuList > li:nth-child(-n+3) {
	border-top: none;
}
.recruit-menuList > li:nth-child(3n+1) {
  width: 34%;
	border-left: none;
}
.recruit-menuList > li > a {
	position: relative;
	display: block;
	padding: 1em 2em 1em 1em;
	background: #ffffff;
}
.recruit-menuList > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.set-recruit-not {
	display: none;
	width: 100%;
	font-size: 2.4rem;
	text-align: center;
}

/* /recruit/message/
================================ */
.recruit-messageArea > p {
	font-size: 1.6rem;
	margin-top: 2em;
}
.recruit-sign {
	margin-top: 3em;
	display: table;
}
.recruit-sign > * {
	display: table-cell;
	vertical-align: middle;
}
.recruit-sign > .post {
	padding-right: 1.5em;
}
.recruit-messageArea .btnLink a {
	margin-top: 5em;
	width: 45%;
}

/* /recruit/company/
================================ */
.recruit-companyArea {
	margin-top: 55px;
}
/* ----- btnSet ----- */
.recruit-company-btnSet {
	margin-top: 1.6em;
	text-align: center;
}
.recruit-company-btnSet .btnTitle + .btnLink {
	margin-top: 1em;
}
.recruit-company-btnSet .btnLink.is-core > li > em > a:hover > span,
.recruit-pipeline .btnLink.is-core > li > em > a:hover > span{
	background-color: #ffffff;
	color: inherit;
}
.recruit-company-btnSet .btnLink.is-core > li > em > a:hover > span:after,
.recruit-pipeline .btnLink.is-core > li > em > a:hover > span:after{
	background-position: -160px 0;
}

/* ----- lead ----- */
.recruit-company-head {
	text-align: center;
}
.recruit-company-head .head {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 38px;
	font-size: 2.4rem;
	line-height: 1.1;
}
.recruit-company-head .head::before,
.recruit-company-head .head::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
.recruit-company-head .head::before {
	top: 0;
	left: 0;
	background-image: url(../png/index_ex01.png);
}
.recruit-company-head .head::after {

	bottom: 0;
	right: 0;
	background-image: url(../png/index_ex02-2.png);
}

/* ----- coreBusinessArea ----- */
.recruit-coreBusinessArea {
	position: relative;
	padding-top: 40px;
	text-align: center;
}
.recruit-coreBusinessArea::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -140px;
	display: inline-block;
	width: 1920px;
	height: 630px;
	margin-left: -960px;
	background: url(../jpg/index_bg01-2.jpg) no-repeat 0 0;
	z-index: -1;
}

/* ----- dnaArea ----- */
.recruit-dnaArea {
	position: relative;
	padding-top: 124px;
	text-align: center;
}
.recruit-dnaArea::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -24px;
	display: inline-block;
	width: 1920px;
	height: 630px;
	margin-left: -960px;
	background: url(../png/index_bg04.png) no-repeat 0 0;
	z-index: -1;
}
.recruit-dnaArea * {
	text-shadow: 3px  3px 6px rgba(255,255,255,0.7),
							-3px  3px 6px rgba(255,255,255,0.7),
							 3px -3px 6px rgba(255,255,255,0.7),
							-3px -3px 6px rgba(255,255,255,0.7);
}
.recruit-dnaArea .btnLink * {
	text-shadow:none;
}
.recruit-dna-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 18px;
	padding: 0 266px 0 248px;
	font-size: 3rem;
}
.recruit-dna-text {
	color: #000;
}
/* ----- storyArea ----- */
.recruit-storyArea {
	position: relative;
	margin-top: 115px;
	padding-top: 98px;
	text-align: center;
}
.recruit-storyArea::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-block;
	width: 1920px;
	height: 380px;
	margin-left: -960px;
	background: url(../png/index_bg02-4.png) no-repeat 50% 0;
	z-index: -1;
}
/* ----- chronicleArea ----- */
.recruit-chronicleArea {
	position: relative;
	margin-top: 70px;
	padding-top: 100px;
	text-align: center;
}
.recruit-chronicleArea::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-block;
	width: 1920px;
	height: 384px;
	margin-left: -960px;
	background: url(../jpg/index_bg03.jpg) no-repeat 50% 0;
	z-index: -1;
}


/* /recruit/training/
================================ */
.recruit-trainingLead {
	font-size: 1.6rem;
	text-align: center;
}
.recruit-trainingBox {
	position: relative;
	min-height: 160px;
	padding: 25px 374px 10px 30px;
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 50%,#ffffff 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 50%,#ffffff 100%);
}
.recruit-trainingBox > *:first-child {
	margin-top: 0;
}
.recruit-trainingBox .recruit-trainingBox-img {
	position: absolute;
	top: -45px;
	right: -330px;
}
.recruit-trainingBox-inner {
	position: relative;
}
.recruit-trainingBox-arrow {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.recruit-trainingBox-inner > *:first-child,
.recruit-trainingBox-arrow > *:first-child{
	margin-top: 0;
}
.recruit-trainingBox-arrow::before,
.recruit-trainingBox-arrow::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.recruit-trainingBox-arrow:after {
	border-width: 9px;
	margin-left: -9px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
}
.recruit-trainingBox-arrow:before {
	border-width: 10px;
	margin-left: -10px;
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e0e0e0;
}
.recruit-trainingBox-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-align-items: center;
	align-items: center;
}
.recruit-trainingBox-list > *:first-child {
	margin-top: 0;
}
.recruit-trainingCard {
	position: relative;
}
.recruit-trainingCard::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1920px;
	height: 600px;
	margin-left: -960px;
	margin-top: -300px;
	background: url(../jpg/training_bg01.jpg) no-repeat 50% 50%;
	content: "";
	z-index: -1;
}
.recruit-trainingCard .set-recruit-theme {
	display: none;
}
.indexLink.is-recruit-training {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.indexLink.is-recruit-training > .column {
	width: calc((100% - 60px) / 4);
	margin-top: 20px;
	margin-left: 20px;
}
.indexLink.is-recruit-training > .column:nth-child(-n+4) {
	margin-top: 0;
}
.indexLink.is-recruit-training > .column:nth-child(4n+1) {
	margin-left: 0;
}
.indexLink.is-recruit-training > .column > a {
	position: relative;
	padding: 0 30px 0 0;
}
.indexLink.is-recruit-training > .column > a::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 7px;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.indexLink.is-recruit-training > .column .figureColumn .imgL {
	margin-right: 20px;
}
.indexLink.is-recruit-training > .column .text {
	font-size: 1.6rem;
	color: #36c;
	line-height: 1.2;
}
.indexLink.is-recruit-training > .column a:hover .text {
	text-decoration: underline;
}


/* /recruit/interview/
================================ */
body.recruit-interviewIndex  #container {
	background: url(../png/index_bg01-2.png) no-repeat 50% 50%;
}
body.recruit-interviewIndex #recruit-speak-check + * {
	margin-top: 30px;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit {
	position: relative;
	margin-top: 30px;
	padding-bottom: 0;
	border: none;
	background-color: #eeeeee;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit > .title {
	padding-top: 3px;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	text-align: center;
	font-size: 1.6rem;
	color: #ffffff;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit > .title > span {
	display: block;
	padding: 0.8em;
	background-color: #444444;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock {
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 2em 3em;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox {
	min-width: 130px;
	margin-left: 40px;
	padding-left: 30px;
	border-left: 1px solid #ddd;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox ul {
	-webkit-flex-flow: row wrap;
  flex-flow: row wrap;
	margin-right: -3em;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox ul > li {
	margin-top: 10px;
	margin-right: 2em;
	font-size: 1.4rem;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit .btnLink {
	margin-top: 0;
}
body.recruit-interviewIndex .checkBoxColumn.is-recruit .btnLink > li > em > a {
	width: 290px;
}
body.recruit-interviewIndex .set-interview.is-recruit {
	margin-top: 2em;
}
.set-recruit {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.set-recruit-tip {
	position: relative;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-left: 19px;
	width: calc( (100% - 57px) / 3);
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
	border: solid 1px #ebecec;
}
.set-recruit-tip:hover {
	text-decoration: none;
}
.set-recruit-tip figure {
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
.set-recruit-tip figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.set-recruit-video {
	display: block;
}
.set-recruit-video figure {
	position: relative;
}
.set-recruit-video figure:before {
	z-index: 10;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	content: "";
	display: block;
	background-image: url(../png/com_sprite01.png);
	background-position: 0 -95px;
}
.set-recruit-video.is-not-movie figure:before {
	display: none;
}
.set-recruit-time {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	line-height: 1;
	font-size: 1.1rem;
}
.set-recruit-detail {
	position: relative;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	justify-content: space-between;
	padding: 15px 0 0;
	margin: 0 20px;
	border-top: 1px solid #e6e6e6;
	min-height: 5em;
}
.set-recruit-detail:after,
.set-recruit-detail:before {
	position: absolute;
	top: -1px;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
	display: block;
	border: 8px solid transparent;
	border-top-color: #fff;
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}
.set-recruit-detail:before {
	border-top-color: #e6e6e6;
	top: 0px;
}
.set-recruit-head {
	position: relative;
	padding: 20px 15px;
}
.set-recruit-name {
	margin-top: 0;
	font-size: 1.4rem;
	display: block;
	color: #3366cc;
}
.set-recruit-lead {
	position: relative;
	padding: 5px 30px 30px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333;
}
.set-recruit-lead > strong {
	display: block;
	max-height: 9.5em;
	overflow: hidden;
	font-weight: normal;
}
.set-recruit-lead > strong::before {
	position: absolute;
	top: 8em;
	left: 0px;
	content: "";
	display: block;
	height: 35px;
	width: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0.5), white);
}
.set-recruit-lead:before,
.set-recruit-lead:after {
	z-index: 5;
	position: absolute;
	content: "";
	width: 18px;
	height: 16px;
	display: block;
}
.set-recruit-lead:before {
	top: 0;
	left: 0;
	background: url(../png/recruit_ic01.png) no-repeat 0 0;
}
.set-recruit-lead:after {
	bottom: 25px;
	right: 0;
	background: url(../png/recruit_ic02.png) no-repeat 0 0;
}
.set-recruit-more {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	margin-top: 0;
}
.set-recruit-more > * {
	position: relative;
	display: block;
	padding: 0px 10px 25px;
	color: #3366cc;
}
.set-recruit-more > *:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}
.set-recruit-tip.a-blank .set-recruit-more > span::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	background-image: url(../png/com_sprite01.png);
	background-repeat: no-repeat;
	border: none;
	vertical-align: middle;
	transform: rotate(0);
	background-position: -160px 0;
	margin-left: 3px;
	margin-top: -1px;
}
.set-recruit-img {
	position: relative;
}
.set-recruit-theme {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;
	z-index: 2;
}

/* recruit-details.html
-------------------------------- */
.set-recruit-personal .set-recruit-theme {
	position: absolute;
	top: -1px;
	left: 0;
	display: inline-block;
	margin-top: 0;
	padding: 5px 15px;
	background: -webkit-linear-gradient(left, #4a4a4a 0%, #0e0e0e 100%);
	background: linear-gradient(to right, #4a4a4a 0%, #0e0e0e 100%);
	font-size: 1.2rem;
	line-height: 1.7;
	color: #fff;
}
.set-recruit-personal .set-recruit-theme:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border: 3px solid #4a4a4a;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

/* recruitBlock */
.recruitBlock {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.recruitBlock + * {
	margin-top: 3em;
}
.recruitBlock .recruitMovieBox,
.recruitBlock .recruitImageBox {
	right: 50%;
	bottom: 100%;
	width: 604px;
	height: 340px;
	transition-property: right, bottom;
	transition-duration: 1s;
}
.recruitBlock .recruitMovieBox iframe {
	width: 100%;
	height: 340px;
}
.recruitBlock .recruitMovieBox .fixedLayer,
.recruitBlock .recruitMovieBox .close {
	display: none;
}
.recruitBlock .recruitMovieBox.fixed {
	position: fixed;
	right: 0;
	bottom: 70px;
	width: 184px;
	height: 104px;
	margin: 20px;
	z-index: 20;
}
.recruitBlock .recruitMovieBox.fixed iframe {
	width: 184px;
	height: 104px;
}
.recruitBlock .recruitMovieBox.fixed .fixedLayer {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 184px;
	height: 104px;
	cursor: pointer;
}
.recruitBlock .recruitMovieBox.fixed .close,
.recruitBlock .recruitMovieBox.movieModal .close {
	position: absolute;
	top: -30px;
	right: 0;
	display: block;
	margin-top: 0;
}
.recruitBlock .recruitMovieBox.fixed .close > a,
.recruitBlock .recruitMovieBox.movieModal .close > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #999;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.recruitBlock .recruitMovieBox.fixed .close > a:before,
.recruitBlock .recruitMovieBox.movieModal .close > a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../png/com_sprite01.png) no-repeat -90px -20px;
}
.recruitBlock .recruitMovieBox.fixed .close:hover {
	opacity: 0.8;
}
.recruitBlock .recruitMovieBox.movieModal {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 50;
}
.recruitBlock .recruitMovieBox.movieModal .recruitModalWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 804px;
	height: 400px;
	margin: -200px 0 0 -401px;
	padding: 30px 100px;
	background-color: #fff;
}
.recruitBlock .recruitMovieBox.movieModal iframe {
	width: 604px;
	height: 340px;
}
.recruitBlock .recruitMovieBox.movieModal .fixedLayer {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
.recruitBlock .recruitMovieBox.movieModal .close {
	top: 0;
}
.recruitBlock .recruitMovieBox.movieModal .close > a {
	width: 60px;
	height: 60px;
}
.recruitBlock .recruitMovieBox.movieModal .close > a:before {
	width: 30px;
	height: 30px;
	margin: 15px;
	background-position: -120px -20px;
}
.recruitBlock .movieTitleBox {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 396px;
	min-height: 340px;
	padding-top: 3em;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.recruitBlock .movieTitleBox .heading {
	position: absolute;
	top: -1px;
	left: 0;
	display: inline-block;
	margin-top: 0;
	padding: 5px 15px;
	background: -webkit-linear-gradient(left, #0860a4 0%, #4e8dbe 100%);
	background: linear-gradient(to right, #0860a4 0%, #4e8dbe 100%);
	font-size: 1.2rem;
	color: #fff;
}
.recruitBlock .movieTitleBox .heading:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid #0860a4;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.recruitBlock .movieTitleBox .inner {
	width: 100%;
	padding: 0 30px;
}
.recruitBlock .movieTitleBox .inner > *:first-child {
	margin-top: 0;
}
.recruitBlock .movieTitleBox .inner > .recruit-peopleInfo {
	text-align: center;
	font-size: 1.6rem;
}
.recruitBlock .movieTitleBox .inner > .recruit-peopleInfo > *:first-child {
	margin-top: 0;
}
.recruitBlock .movieTitleBox .inner > .recruit-peopleInfo > .set-name {
	margin-top: 0.5em;
	font-size: 2.2rem;
}
.recruitBlock .movieTitleBox .inner > .recruit-peopleComment {
	position: relative;
	margin-top: 1em !important;
	padding: 30px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.recruitBlock .movieTitleBox .inner > .recruit-peopleComment:before,
.recruitBlock .movieTitleBox .inner > .recruit-peopleComment:after {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 16px;
}
.recruitBlock .movieTitleBox .inner > .recruit-peopleComment:before {
	top: 0;
	left: 0;
	background: url(../png/recruit_ic01.png) no-repeat 0 0;
}
.recruitBlock .movieTitleBox .inner > .recruit-peopleComment:after {
	right: 0;
	bottom: 0;
	background: url(../png/recruit_ic02.png) no-repeat 0 0;
}
.recruitBlock .movieDetailBox {
	position: relative;
	width: 100%;
	padding: 25px 70px 40px;
	background-image: url(../png/recruit_bg02.png), url(../png/interview-details_bg01.png);
	background-repeat: repeat-x, no-repeat;
	background-position: 0 100%, 0 0;
	background-size: auto, cover;
}
.recruitBlock .movieDetailBox:after {
}
.recruitBlock .movieDetailBox > *:first-child {
	margin-top: 0;
}
.recruitBlock .movieDetailBox .detailText {
	font-size: 1.7rem;
}
.recruitBlock .movieDetailBox .noteList {
	margin-top: 1em;
}
.recruitBlock .movieDetailBox .noteList > li {
	margin-top: 0;
	color: #fff;
}

#recruit-speak-card + .btnLink {
	margin-top: 40px;
}

#recruit-speak-button > .btnLink.is-recruit_training {
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #e5e5e5;
}
#recruit-speak-button > .btnLink.is-recruit_training > li > a {
	padding: 2px;
	background: -webkit-linear-gradient(left, #8a98a6 0%, #bec8d2 100%);
	background: linear-gradient(to right, #8a98a6 0%, #bec8d2 100%);
}
#recruit-speak-button > .btnLink.is-recruit_training > li > a > span {
	padding: 1.2em 1.5em 1.2em 6em;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	font-size: 1.6rem;
}
#recruit-speak-button > .btnLink.is-recruit_training > li > .is-training > span {
	padding: 1.2em 1.5em;
}
#recruit-speak-button > .btnLink.is-recruit_training > li > .is-mr > span {
	background-image: url(../jpg/recruit_im01.jpg);
}
#recruit-speak-button > .btnLink.is-recruit_training > li > .is-sales > span {
	background-image: url(../jpg/recruit_im02.jpg);
}
#recruit-speak-button > .btnLink.is-recruit_training > li > .is-development > span {
	background-image: url(../jpg/recruit_im03.jpg);
}
#recruit-speak-button > .btnLink.is-recruit_training > li > .is-research > span {
	background-image: url(../jpg/recruit_im04.jpg);
}
#recruit-speak-button > .btnLink.is-recruit_training > li > a > span > .theme {
	font-size: 1.7rem;
}

/* faq
================================ */
.recruit-icon {
	display: inline-block;
	min-width: 78px;
	background-color: #47a9d6;
	text-align: center;
	line-height: 1.5;
	color: #ffffff;
}
.recruit-icon.is-mr { background-color: #94bf26; }
.recruit-icon.is-consumer { background-color: #e36d5b; }
.recruit-icon.is-clinical { background-color: #8b7bc9; }
.recruit-icon.is-research { background-color: #36ba92; }

.recruit-faqCategory {
	margin-top: 1.5em;
	padding: 1.5em 2em;
	background-color: #f5f5f5;
}
.recruit-faqCategory > *:first-child,
.recruit-faqCategory > .recruit-iconList:first-child > li {
	margin-top: 0 !important;
}
.recruit-iconList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 1.3rem;
}
.recruit-iconList > li {
	margin-top: 1em;
	margin-left: 30px;
}
.recruit-iconList > li:first-child {
	margin-left: 0;
}
.recruit-iconList .recruit-icon {
	margin-right: 8px;
}
.recruit-qaList {
	margin-top: 2em;
	border: 1px solid #e6e6e6;
}
.recruit-qaList.js-accordion > .question {
	cursor: pointer;
}
.recruit-qaList > .question > .title {
	display: table;
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 20px 70px;
}
.recruit-qaList > .question > .title:before {
	content: "Q";
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #333;
	border-radius: 50%;
	font-weight: bold;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
}
.recruit-qaList > .question > .title:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.9em;
	content: "＋";
	font-size: 3rem;
	color: #b1b1b1;
}
.recruit-qaList > .question.js-open > .title:after {
	content: "－";
}
.recruit-qaList > .question > .title > * {
	margin-top: 0;
}
.recruit-qaList > .question > .title > .text {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - (80px + 1em));
	font-size: 1.6rem;
}
.recruit-qaList > .question > .title > .icon {
	display: table-cell;
	vertical-align: middle;
	width: calc(80px + 1em);
	padding: 0 0 0 1em;
	font-size: 1.3rem;
}
.recruit-qaList > .question > .title > .icon .recruit-icon {
	width: 100%;
	max-width: 80px;
	margin-top: 0.5em;
}
.recruit-qaList > .question > .title > .icon .recruit-icon:first-child {
	margin-top: 0.3em;
}
.recruit-qaList.js-accordion > .answer {
	position: relative;
	padding: 1.5em 20px 1.5em 70px;
	background-color: #f5f5f5;
}
.recruit-qaList.js-accordion > .answer:before {
	content: "A";
	position: absolute;
	top: 0.7em;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 2.2rem;
	color: #333;
	text-align: center;
}
.recruit-qaList > .answer > .text {
	font-size: 1.6rem;
}

/* research
================================ */
.recruit-occList {
	margin-top: 1.2em;
	border: 1px solid #e6e6e6;
}
.recruit-occList.js-accordion > .occtype {
	cursor: pointer;
}
.recruit-occList > .occtype > .title {
	display: table;
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 20px 70px 20px 20px;
}
.recruit-occList > .occtype > .title:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.9em;
	content: "＋";
	font-size: 3rem;
	color: #b1b1b1;
}
.recruit-occList > .occtype.js-open > .title:after {
	content: "－";
}
.recruit-occList > .occtype > .title > * {
	margin-top: 0;
}
.recruit-occList > .occtype > .title > .text {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - (80px + 1em));
	font-size: 1.8rem;
}
.recruit-occList.js-accordion > .description {
	position: relative;
	padding: 1.5em 20px 2.3em;
	background-color: #f5f5f5;
}
.recruit-occList > .description .desclist {
	margin-top: 2em;
}
.recruit-occList > .description .desclist:first-child {
	margin-top: 0;
}
.recruit-occList > .description .desclist > .desclist-heading {
	font-size: 2.1rem;
}
.recruit-occList > .description .desclist > .text {
	margin-top: 0.8em;
}
.recruit-occList > .description .desclist > .normalList {
	margin-top: 0.8em;
}
.recruit-occList > .description .desclist .caption {
	font-size: 1.2rem;
}

@media only screen and (min-width: 768px){
	.set-recruit-tip:hover {
		text-decoration: none;
	}
	.set-recruit-tip:hover .set-recruit-name,
	.set-recruit-tip:hover .set-recruit-more {
		text-decoration: underline;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
	#recruitNavi.is-fixed .recruit-fixArea > .inner {
		width: 100%;
	}
  #recruitNavi.is-fixed .recruit-fixNav > .recruit-menuButton a {
    padding-left: 2em;
  }
  #recruitNavi.is-fixed .recruit-fixNav > li {
    width: 33%;
  }
  #recruitNavi.is-fixed .recruit-fixNav > .recruit-entry {
    width: 33%;
    padding: 0.5em 15px;
  }
  #recruitNavi.is-fixed .recruit-fixNav > .recruit-entry a > span {
    white-space: nowrap;
  }
	#recruitNavi.is-fixed .recruit-menu {
		width: 100%;
    padding-left: 15px;
    padding-right: 15px;
	}
}
@media only screen and (max-width: 767px){

	/* common
	================================ */
	/* background
	-------------------------------- */
	.recruit-backGround #topicPath {
		display: block;
		width: 100%;
		min-width: 100%;
		height: 20px;
		margin-top: 55px;
		padding: 0;
		background-size: cover, 80px auto, cover;
	}
	.recruit-backGround #topicPath > ol {
		display: none;
	}
	.heading2.is-people {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* button
	-------------------------------- */
	.bgBox.is-recruit .btnLink.is-recruit {
		font-size: 1.7rem;
	}
	.bgBox.is-recruit .btnLink.is-recruit > li > em > a > span {
		padding: 1em 2em;
	}

	/* box
	-------------------------------- */
	.businessbox.is-peopleTalk {
		padding: 1em;
    background-size: contain;
    background-position: 50% 0;
	}
	.businessbox.is-peopleTalk .btnLink > li > a {
		width: 100%;
	}
	.businessbox.is-peopleTalk .btnLink > li > a > span {
		padding: 1em 2em 1em 0.8em;
	}

	/* link
	-------------------------------- */
	.indexLink.is-recruit > .column > a {
		padding: 25px 15px 25px 20px;
	}
	.indexLink.is-recruit  > .column .figureColumn {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-items: center;
		align-items: center;
	}
	.indexLink.is-recruit  > .column .figureColumn .imgL {
		float: none;
	}
	.indexLink.is-recruit  > .column .linkText {
		font-size: 1.5rem;
	}
	.indexLink.is-recruit  > .column .linkText::before {
		top: 50%;
		margin-top: -4px;
	}
	.indexLink.is-recruit  > .column .linkText + * {
		margin-top: .5em;
	}

	.cardLink.is-recruit > .column figure img {
		max-height: 120px;
	}

	/* modal
	-------------------------------- */
	.recruit-modalWrap [id*="modalContents"] {
		margin: 0 -15px;
	}
	#colorbox {
		z-index: 99999;
	}
	#colorbox:not(.sliderbox) {
		top: 0 !important;
	}
	.modalFixed {
		position: fixed;
	}
	.js-modal-fixhead {
		min-height: 50px;
		margin-top: 0;
		padding: 12px 60px 12px 12px;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 100;
		width: 100%;
	}
	.modalLayout {
		/*height: 100%;*/
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.recruit-backGround #cboxClose {
		z-index: 100;
	}
	#colorbox.sliderbox	#colorbox {
		width: 100% !important;
	}
	#colorbox.sliderbox #cboxLoadedContent {
		text-align: center;
	}
	#colorbox.sliderbox [id*="modalContents"] {
		height: 100%;
		display: table;
	}
	#colorbox.sliderbox .modalLayout {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		padding: 60px 20px 2em;
		overflow: hidden;
	}
	#colorbox.sliderbox #cboxPrevious {
    left: -23px;
    width: 47px;
    height: 47px;
	}
	#colorbox.sliderbox #cboxPrevious:before {
		width: 13px;
		height: 13px;
		right: 4px;
	}
	#colorbox.sliderbox #cboxPrevious:after {
		width: 47px;
		height: 47px;
		top: 0;
		right: 0;
		margin-top: 0;
	}
	#colorbox.sliderbox #cboxNext {
    right: -23px;
    width: 47px;
    height: 47px;
	}
	#colorbox.sliderbox #cboxNext:before {
		width: 13px;
		height: 13px;
		left: 4px;
	}
	#colorbox.sliderbox #cboxNext:after {
		width: 47px;
    height: 47px;
    top: 0;
    left: 0;
    margin-top: 0;
	}

	/* footer
	-------------------------------- */
	.recruit-fixArea > .inner {
		width: 100%;
		padding: 0;
	}
	.recruit-fixNav {
    position: relative;
		display: table;
		width: 100%;
		height: 70px;
    padding: 0;
	}
	.recruit-fixNav > li {
		display: table-cell;
		vertical-align: middle;
		width: calc(100% / 3);
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.recruit-fixNav > li > a {
		position: relative;
    display: -webdata-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0.7em 15px;
	}
	.recruit-fixNav > .recruit-menuButton {
		position: static;
		width: calc(100% / 3);
		border-right: 1px solid #666666;
		-webkit-transform: none;
		transform: none;
	}
	.recruit-fixNav > .recruit-menuButton a {
		position: relative;
    display: -webdata-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
		padding-left: 2em;
	}
	.recruit-fixNav > .recruit-menuButton a:before {
		position: absolute;
		top: 50%;
		left: 15px;
		padding-right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.recruit-fixNav > .recruit-faq a {
    display: flex;
		padding-right: 2.5rem;
	}
	.recruit-fixNav > .recruit-faq a > span {
    white-space: nowrap;
  }
	.recruit-fixNav > .recruit-faq a > span:after {
		margin-top: -4px;
	}
  .recruit-fixNav > .recruit-entry {
		width: calc(100% / 3);
		padding: 0.5em 15px 0.5em 0;
	}
	.recruit-fixNav > .recruit-entry a {
		display: table;
		width: 100%;
	}
	.recruit-fixNav > .recruit-entry a > span {
		display: table-cell;
		vertical-align: middle;
		padding: 0.7em 1.2em 0.7em 0.8em;
	}
	.recruit-menu {
		width: 100%;
		padding: 15px;
	}
	.recruit-menuTitle > a {
		font-size: 1.7rem;
	}
	.recruit-menuList {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	.recruit-menuList > li,
	.recruit-menuList > li:nth-child(3n+1),
	.recruit-menuList > li:nth-child(-n+3) {
		width: 100%;
		border-top: solid 1px #dddddd;
		border-left: none;
		font-size: 1.4rem;
	}
	.recruit-menuList > li:first-child {
		border-top: none;
	}

	/* /recruit/message/
	================================ */
	.recruit-messageArea > p {
		font-size: 1.4rem;
	}
	.recruit-messageArea .btnLink a {
		margin-top: 2em;
		width: auto;
	}
	/* /recruit/company/
	================================ */
	.recruit-companyArea {
		margin-top: 40px;
	}
	/* ----- btnSet ----- */
	.recruit-company-btnSet {
		margin-top: 1em;
	}
	.recruit-company-btnSet .btnTitle {
		font-size: 1.4rem;
	}
	.recruit-company-btnSet .btnTitle + .btnLink {
		margin-top: .3em;
	}

	.recruit-company-btnSet .btnLink.is-core > li > em > a:hover > span:after,
	.recruit-pipeline .btnLink.is-core > li > em > a:hover > span:after{
		margin-top: -8px;
		background-position: 0 -54px;
		height: 13px;
		width: 19px;
	}

	/* ----- lead ----- */
	.recruit-company-head .head {
		padding: 0 28px;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.recruit-company-head .head::before {
		top: .2em;
	}
	.recruit-company-head .head::after {
		bottom: .2em;
	}
	/* ----- coreBusinessArea ----- */
	.recruit-coreBusinessArea {
		padding-top: 20px;
		text-align: left;
	}
	.recruit-coreBusinessArea::before {
		display: none;
	}
	.recruit-coreBusinessArea .recruit-company-head {
		position: relative;
	}
	.recruit-coreBusinessArea .recruit-company-head::before {
		position: absolute;
		display: inline-block;
		content: "";
		left: -15px;
		top: 50%;
		width: 100vw;
		height: 0;
		margin-left: 0;
		margin-top: -31.78%;
		padding-top: 51.5625%;
		background: url(../jpg/index_bg01_sp-2.jpg) no-repeat 50% 50%;
		-webkit-background-size: cover;
		background-size: cover;
		z-index: -1;
	}

/* ----- dnaArea ----- */
	.recruit-dnaArea {
		padding-top: 55px;
		text-align: left;
	}
	.recruit-dnaArea::before {
		display: none
	}
	.recruit-dnaArea .recruit-company-head {
		position: relative;
	}
	.recruit-dnaArea .recruit-company-head::before {
		position: absolute;
		display: inline-block;
		content: "";
		left: -15px;
		top: 50%;
		width: 100vw;
		height: 0;
		margin-left: 0;
		margin-top: -19%;
		padding-top: 51.5625%;
		background: url(../png/index_bg04_sp.png) no-repeat 50% 50%;
		-webkit-background-size: cover;
		background-size: cover;
		z-index: -1;
	}
	.recruit-dnaArea * {
	text-shadow: 3px  3px 6px rgba(255,255,255,0.7),
							-3px  3px 6px rgba(255,255,255,0.7),
							 3px -3px 6px rgba(255,255,255,0.7),
							-3px -3px 6px rgba(255,255,255,0.7);
	}
	.recruit-dnaArea .btnLink * {
		text-shadow:none;
	}
	.recruit-dna-list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 375px;
		margin: 20px auto 0;
		padding: 0 20px 0 0;
		font-size: 2rem;
	}
		/* ----- storyArea ----- */
		.recruit-storyArea {
			margin-top: 37px;
			padding: 40px 10px 0;
			text-align: left;
		}
		.recruit-storyArea::before {
			left: -15px;
			top: 0;
			width: 100vw;
			height: 0;
			margin-left: 0;
			padding-top: 62.5%;
			background: url(../png/index_bg02_sp.png) no-repeat 50% 0;
			-webkit-background-size: cover;
			background-size: cover;
		}
	/* ----- chronicleArea ----- */
	.recruit-chronicleArea {
		margin-top: 38px;
		padding-top: 32.8125%;
		text-align: left;
	}
	.recruit-chronicleArea::before {
		left: -15px;
		top: 0;
		width: 100vw;
		height: 0;
		margin-left: 0;
		padding-top: 123.4375%;
		background: url(../jpg/index_bg03_sp.jpg) no-repeat 50% 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.recruit-chronicleArea .recruit-company-head {
		padding-bottom: 69.5%;
	}
	.recruit-chronicleArea .recruit-company-head + p {
		margin-top: 0;
	}

	/* /recruit/training/
	================================ */
	.recruit-trainingLead {
		font-size: 1.4rem;
		text-align: left;
	}
	.recruit-trainingBox {
		min-height: 0;
		padding: 14px 16px 0;
	}
	.recruit-trainingBox .recruit-trainingBox-img {
		position: static;
		width: 181px;
		margin: 15px auto 0;
	}
	.recruit-trainingBox-list {
		display: block;
	}
	.recruit-trainingCard::after {
		display: none;
	}
	.recruit-trainingCard {
		margin: 0 -15px;
		padding: 0 15px;
		background: url(../jpg/training_bg01_sp.jpg) no-repeat 50% 50%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.recruit-trainingCard:before {
    content: "";
		position: absolute;
    display: inline-block;
    width: 100%;
    height: 80px;
		background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0));
    top: 0;
    left: 0;
	}
	.recruit-trainingCard:after {
    content: "";
		position: absolute;
    display: inline-block;
    width: 100%;
    height: 80px;
		margin: 0;
		background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%);
		top: inherit;
    bottom: 0;
    left: 0;
		z-index: 1;
	}
	.recruit-trainingCard .set-recruit {
		position: relative;
		z-index: 2;
	}
	.recruit-trainingCard .set-recruit-head {
		padding-top: 15px;
	}
	.indexLink.is-recruit-training > .column,
	.indexLink.is-recruit-training > .column:nth-child(3n+1),
	.indexLink.is-recruit-training > .column:nth-child(-n+3 ){
		width: calc((100% - 15px) / 2);
		margin-top: 20px;
		margin-left: 15px;
	}
	.indexLink.is-recruit-training > .column:nth-child(2n+1) {
		margin-left: 0;
	}
	.indexLink.is-recruit-training > .column:nth-child(-n+2) {
		margin-top: 0;
	}
	.indexLink.is-recruit-training > .column > a {
		display: block;
		padding: 0;
	}
	.indexLink.is-recruit-training > .column > a::before {
		display: none;
	}
	.indexLink.is-recruit-training > .column .figureColumn {
		display: block;
	}
	.indexLink.is-recruit-training > .column .figureColumn .imgL {
		width: 100%;
		max-width: inherit;
		margin-right: 0;
	}
	.indexLink.is-recruit-training > .column .figureColumn .imgL img {
		width: 100%;
	}
	.indexLink.is-recruit-training > .column .text {
		position: relative;
		padding: 10px 10px 10px 29px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.indexLink.is-recruit-training > .column a:hover .text {
		text-decoration: none;
	}
	.indexLink.is-recruit-training > .column .text::before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 7px;
		height: 7px;
		top: 50%;
		left: 14px;
		margin-top: -3px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* /recruit/interview/
	================================ */
	body.recruit-interviewIndex .checkBoxColumn.is-recruit > .title {
		text-align: left;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit > .title > span {
		position: relative;
		padding-right: 3em;
		cursor: pointer;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit > .title > span:after {
		content: "＋";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0.5em;
		color: #a8a8a8;
		font-size: 2.6rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit.is-open > .title > span:after {
		content: "－";
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlockWrap {
		overflow: hidden;
		-webkit-transition: height 0.3s;
		transition: height 0.3s;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlockWrap .checkBoxBlock {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
	}


	body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock {
		padding: 1em 1em 1.5em;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox {
		min-width: auto;
		margin-top: 2em;
		margin-left: 0;
		padding-top: 2em;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #ddd;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox ul.theme {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit .checkBoxBlock .genreBox ul.theme > li {
		margin-left: 0;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit .btnLink {
		margin-top: 1.5em;
	}
	body.recruit-interviewIndex .checkBoxColumn.is-recruit li span {
		padding: 1em;
	}

	/* set-interview */
	.set-recruit {
		display: block;
		margin-top: 2em;
		margin-left: 0;
	}
	.set-recruit-tip {
		display: block;
		width: 100%;
		height: auto !important;
		margin: 20px 0 0;
		flex-direction: column;
	}
	.set-recruit-tip:first-child {
		margin-top: 0;
	}
	.set-recruit-tip:nth-child(3n+1) {
		margin-left: 0 !important;
	}
	.set-recruit-tip + .set-recruit-tip {
		margin-top: 10px;
	}
	#render-speak .set-recruit-tip:nth-child(-n+3) {
		margin-top: 20px !important;
	}
	.set-recruit-icon {
		font-size: 1.0rem;
		display: block;
		width: 50%;
	}
	.set-recruit-img {
		height: auto !important;
	}
	.set-recruit-video {
		float: left;
		width: 50%;
	}
	.set-recruit-video > figure:before {
		z-index: 8;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		content: "";
		display: block;
		background-image: url(../png/com_sprite01_sp.png);
		background-position: 0 -113px;
		width: 50px;
		height: 50px;
		background-size: 250px auto;
	}
	.set-recruit-theme {
		left: 50%;
	}
	.set-recruit-time {
		width: auto;
		padding: 5px 10px;
		font-size: 1.1rem;
	}
	.set-recruit-head {
		float: left;
		width: 50%;
		padding: 30px 15px 0 15px;
	}
	.set-recruit-name {
		font-size: 1.2rem;
	}
	.set-recruit-detail {
		border-top: 1px solid #e9e9e9;
		position: relative;
		display: -webkit-box;
		display: flex;
		flex-direction: column;
		padding: 15px 0px 20px;
		margin: 20px 20px 0;
	}
	.set-recruit-detail:after,
	.set-recruit-detail:before {
		position: absolute;
		top: -1px;
		left: 50%;
		content: "";
		height: 0;
		width: 0;
		display: block;
		border: 15px solid transparent;
		border-top-color: #fff;
		-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}
	.set-recruit-detail:before {
		border-top-color: #e9e9e9;
		top: 0px;
	}
	.set-recruit-lead {
		position: relative;
		padding: 5px 25px 20px;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #555;
	}
	.set-recruit-lead > strong {
		display: block;
		max-height: 9.5em;
	}
	.set-recruit-lead:before,
	.set-recruit-lead:after {
		z-index: 5;
		position: absolute;
		content: "";
		width: 18px;
		height: 16px;
		display: block;
	}
	.set-recruit-more {
		position: static;
		font-size: 1.4rem;
		margin-top: 1em;
		padding: 0;
	}
	.set-recruit-more > * {
		padding: 0;
	}
	.set-recruit-more:before {
		position: absolute;
		bottom: 40px;
		left: 0px;
		content: "";
		display: block;
		height: 40px;
		width: 100%;
		background: linear-gradient(rgba(255, 255, 255, 0.8), white);
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
	.set-recruit-more:after {
		display: none;
	}
	.set-recruit-lead > strong::before {
		display: none;
	}
	#recruit-speak-button > .btnLink.is-recruit_training > li > a > span {
		padding: 1.2em 1.5em 1.2em 7em;
		background-size: 5.5em auto;
		background-position: 5% 50%;
		font-size: 1.4rem;
	}
	#recruit-speak-button > .btnLink.is-recruit_training > li > a > span > .theme {
		font-size: 1.4rem;
	}

	/* recruit-details.html
	-------------------------------- */
	.recruitBlock {
		position: relative;
		margin-right: -15px;
		margin-left: -15px;
	}
	.recruitBlock .recruitMovieBox,
	.recruitBlock .recruitImageBox {
		width: 100%;
		height: 100%;
	}
  .recruitBlock .recruitImageBox img {
    width: 100%;
  }
	.recruitBlock .recruitMovieBox.fixed {
		margin: 0;
		bottom: 73px;
	}
	.recruitBlock .recruitMovieBox .recruitModalWrap {
		position: relative;
		width: 100%;
		padding: calc(340 / 604 * 100%) 0 0;
	}
	.recruitBlock .recruitMovieBox.movieModal .recruitModalWrap {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 96%;
		height: 260px;
		margin: -100px 0 0 -48%;
		padding: 20px;
		background-color: #fff;
	}
	.recruitBlock .recruitMovieBox iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.recruitBlock .recruitMovieBox .substituteImage {
		position: absolute;
		top: 0;
		left: 0;
	}
	.recruitBlock .recruitMovieBox.movieModal iframe {
		width: 100%;
		height: 100%;
	}
	.recruitBlock .recruitMovieBox.movieModal .close {
		top: -30px;
	}
	.recruitBlock .recruitMovieBox.movieModal .close > a {
		width: 30px;
		height: 30px;
	}
	.recruitBlock .recruitMovieBox.movieModal .close > a:before {
		margin: 0;
		background-position: -90px -20px;
	}
	.recruitBlock .movieTitleBox {
		position: static;
		width: 100%;
		min-height: 0;
	}
	.set-recruit-personal .set-recruit-theme {
		top: 0;
	}
	.recruitBlock .movieTitleBox .inner {
		padding: 0 15px 15px;
	}
	.recruitBlock .movieDetailBox {
		padding: 15px;
		background-size: 80px auto, cover;
	}
	.recruitBlock .movieDetailBox:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background-image: url(../png/recruit_bg02.png);
    background-repeat: repeat-x;
    background-position: 0 0;
		background-size: 80px auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	}
	.recruitBlock .movieTitleBox .inner {
		width: 100%;
		font-size: 1.4rem;
	}
	.recruitBlock .movieTitleBox .inner > .recruit-peopleComment {
		padding: 0 22px;
	}
	.recruitBlock .movieTitleBox .inner .is-arrowHeading {
		font-size: 1.2rem;
	}
	.recruitBlock .movieTitleBox .inner > .recruit-peopleInfo > .set-name {
		margin-top: 0;
		font-size: 2rem;
	}
	.recruitBlock .movieDetailBox .detailText {
		font-size: 1.6rem;
	}
	.recruitBlock + * {
		margin-top: 1.5em;
	}

	/* faq
	================================ */
	.recruit-icon {
		min-width: 73px;
	}
	.recruit-faqCategory {
		padding: 1.5em 15px;
		margin: 1.5em -15px 0;
	}
	.recruit-iconList {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		font-size: 1.4rem;
	}
	.recruit-iconList > li {
		position: relative;
		padding-left: 81px;
		margin-left: 0;
	}
	.recruit-iconList > li > span.recruit-icon {
		position: absolute;
		top: 0;
		left: 0;
	}
	.recruit-qaList > .question > .title {
		display: block;
		padding-right: 50px;
		padding-left: 60px;
	}
	.recruit-qaList > .question > .title:before {
		top: 22px;
		width: 25px;
		height: 25px;
    margin-top: 0;
		font-size: 1.4rem;
	}
	.recruit-qaList > .question > .title:after {
		top: 20px;
    margin-top: 0;

	}
	.recruit-qaList > .question > .title > .text {
		display: block;
		width: 100%;
		font-size: 1.7rem;
	}
	.recruit-qaList > .question > .title > .icon {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.recruit-qaList > .question > .title > .icon .recruit-icon:first-child,
	.recruit-qaList > .question > .title > .icon .recruit-icon {
		margin-top: 0;
		margin-left: 0.2em;
	}
	.recruit-qaList.js-accordion > .answer {
    padding-right: 50px;
    padding-left: 60px;
	}
	.recruit-qaList.js-accordion > .answer:before {
    top: 22px;
    width: 25px;
    height: 25px;
    margin-top: 0;
    font-size: 1.4rem;
	}
	.recruit-qaList > .answer > .text {
		font-size: 1.7rem;
	}

	/* research
	================================ */
	.recruit-occList > .occtype > .title {
		display: block;
		padding-right: 50px;
	}
	.recruit-occList > .occtype > .title:after {
		top: 10px;
    margin-top: 0;

	}
	.recruit-occList > .occtype > .title > .text {
		display: block;
		width: 100%;
		font-size: 1.7rem;
	}
	.recruit-occList > .description .desclist {
		margin-top: 1.6em;
	}
	.recruit-occList > .description .desclist > .text {
		margin-top: 0.6em;
	}
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
	.recruit-menu {
		max-height: 60vh;
		overflow: scroll;
	}
}
@media only screen and (min-width: 768px) {
	.recruit-v2-text {
		width: 100%;
	}
	.recruit-v2-column a {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
		color: #333;
	}
	.recruit-v2-inner {
		position: relative;
		margin-top: 0;
		height: auto;
		padding: 0.8em 0.5em;
		background: #ffffff;
	}
	.recruit-v2-linkText {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		margin-top: 0;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.recruit-v2-linkText > span {
			position: relative;
			margin-top: 0;
			padding-left: 1em;
			color: #3366cc;
	}
	.recruit-v2-linkText > span::before {
		top: 0.5em;
		left: 0;
		content: "";
		position: absolute;
		display: inline-block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.recruit-top-card-link {
		max-width: 740px;
		margin: 0 auto;
		justify-content: center;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 2em;
	}
	.recruit-top-column {
		position: relative;
		min-height: 185px;
		margin: 0;
		width: calc((100% - 64px) / 3);
		background-color: #fff;
	}
	.recruit-top-column {
		margin-left: 32px;
	}
	.recruit-top-column:nth-child(3n+1) {
		margin-left: 0
	}
	.recruit-top-column:nth-child(n+4) {
		margin-top: 32px;
	}
	.recruit-top-card-link a {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
		overflow: hidden;
	}
	.recruit-top-cardDetail {
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	.recruit-top-inner {
		position: relative;
		margin-top: 0;
		height: auto;
		padding: 0.8em 0.5em;
		background: #ffffff;
		-webkit-transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
		-moz-transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
		-o-transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
		transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
	}
	.recruit-top-card-link a:hover .recruit-top-inner:not(.no-slide) {
		position: absolute;
		margin-top: -175px;
		width: 100%;
		height: 100%;
		background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
		background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
		z-index: 2;
	}
		.recruit-top-card-link a:hover .recruit-top-inner:not(.no-slide)::before {
			content: "";
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
			background: linear-gradient(to bottom, rgba(255, 255, 254, 0.8) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
			z-index: -1;
	}

	.recruit-top-linkText {
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		margin-top: 0;
	}
	.recruit-top-linkText span {
		position: relative;
		margin-top: 0;
		padding-left: 1em;
		font-size: 1.6rem;
		color: #3366cc;
		line-height: 1.5;
	}
		.recruit-top-linkText span::before {
			top: 0.5em;
			left: 0;
			content: "";
			position: absolute;
			display: inline-block;
			width: 7px;
			height: 7px;
			border-top: 1px solid #3366cc;
			border-right: 1px solid #3366cc;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}
	.recruit-top-card-link a:hover .recruit-top-datailText {
		padding: 0.5em 0 0;
		height: 100%;
		opacity: 1;
		margin-top: 0;
	}
	.recruit-top-datailText {
		padding: 0;
		height: 0;
		opacity: 0;
		margin-top: 0;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.recruit-v2-text {
		display: table;
		width: 100%;
	}
		.recruit-v2-indexLink .recruit-v2-column:nth-child(n+3) {
			margin-top: 20px;
		}
		.recruit-v2-figure-column {
			max-width: 182px;
		}
	.recruit-v2-column a {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
		color: #333;
	}
	.recruit-v2-inner {
		position: relative;
		margin-top: 0;
		height: auto;
		padding: 10px 10px 10px 15px;
		background: #ffffff;
		display: table-cell;
		vertical-align: middle;
		transition: none;
	}
	.recruit-v2-linkText {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		margin-top: 0;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	.recruit-v2-linkText > span {
		position: relative;
		margin-top: 0;
		padding-left: 1em;
		color: #3366cc;
	}
	.recruit-v2-linkText > span::before {
		top: 50%;
		margin-top: -3px;
		content: "";
		position: absolute;
		display: inline-block;
		left: -1px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.recruit-v2-img {
		text-align: center;
	}
	.recruit-top-card-link {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 2em;
	}
	.recruit-top-column {
		width: calc((100% - 1em) / 2);
	}
	.recruit-top-img {
		text-align: center;
	}
	.recruit-top-column:nth-child(n+3){
		margin-top: 2em;
	}
	.recruit-top-card-link a {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}
	.recruit-top-cardDetail {
		width: 100%;
		height: 100%;
		display: table;
	}
	.recruit-top-inner {
		position: relative;
		margin-top: 0;
		height: auto;
		padding: 0.8em;
		background: #ffffff;
		display: table-cell;
		vertical-align: middle;
		transition: none;
	}
	.recruit-top-linkText {
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		margin-top: 0;
	}
	.recruit-top-linkText span {
		position: relative;
		margin-top: 0;
		padding-left: 1em;
		font-size: 1.6rem;
		color: #3366cc;
		line-height: 1.5;
	}
	.recruit-top-linkText span::before {
		top: 50%;
		margin-top: -4px;
		left: 0;
		content: "";
		position: absolute;
		display: inline-block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.recruit-top-datailText {
		display: none;
	}
}

/* ----- recruit-training-lnav ----- */
@media only screen and (min-width: 768px) {
	.recruit-training-lnav {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.recruit-training-lnav > * {
		width: 226px;
		margin-left: 32px;
	}
	.recruit-training-lnav[data-lnav-pc]:not([data-lnav-pc="1"]) {
		margin: 0 auto;
	}
	.recruit-training-lnav[data-lnav-pc="2"] {width: calc((226px * 2 + (32px * 1)));}
	.recruit-training-lnav[data-lnav-pc="3"] {width: calc((226px * 3 + (32px * 2)));}
	.recruit-training-lnav[data-lnav-pc="2"] > *:nth-child(2n+1),
	.recruit-training-lnav[data-lnav-pc="3"] > *:nth-child(3n+1) {
		margin-left: 0;
	}
	.recruit-training-lnav[data-lnav-pc="2"] > *:nth-child(n+3),
	.recruit-training-lnav[data-lnav-pc="3"] > *:nth-child(n+4) {
		margin-top: 32px;
	}
	.recruit-training-lnav-card > a {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
		color: #333;
	}
	.recruit-training-lnav-card.is-current > a {
		pointer-events: none;
		background-color: rgba(204,204,204,.4);
	}
	.recruit-training-lnav-card .recruit-training-lnav-card__body {
		display: flex;
		align-items: center;
		margin-top: 0;
		padding: 0.8em 0.5em;
	}
	.recruit-training-lnav-card.is-current .recruit-training-lnav-card__head,
	.recruit-training-lnav-card.is-current .recruit-training-lnav-card__body {
		opacity: .6;
	}
	.recruit-training-lnav-card .recruit-training-lnav-card__title {
		position: relative;
		margin-top: 0;
		padding-left: 1em;
		line-height: 1.5;
		font-size: 1.6rem;
		color: #3366cc;
	}
	.recruit-training-lnav-card .recruit-training-lnav-card__title::before {
		position: absolute;
		top: 0.5em;
		left: 0;
		width: 7px;
		height: 7px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		transform: rotate(45deg);
		content: "";
	}
}
@media only screen and (max-width: 767px) {
	.recruit-training-lnav {
		display: flex;
		flex-flow: row wrap;
	}
	.recruit-training-lnav > * {
		width: calc((100% - 1.0em) / 2);
		margin-left: 1.0em;
	}
	.recruit-training-lnav > *:nth-child(2n+1) {
		margin-left: 0;
	}
	.recruit-training-lnav > *:nth-child(n+3) {
		margin-top: 20px;
	}
	.recruit-training-lnav-card > a {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
		color: #333;
	}
	.recruit-training-lnav-card.is-current > a {
		pointer-events: none;
		background-color: rgba(204,204,204,.4);
	}
	.recruit-training-lnav-card .recruit-training-lnav-card__image {
		text-align: center;
	}
	.recruit-training-lnav-card .recruit-training-lnav-card__body {
		display: flex;
		align-items: center;
		margin-top: 0;
		padding: 10px 10px 10px 15px;
	}
	.recruit-training-lnav-card.is-current .recruit-training-lnav-card__head,
	.recruit-training-lnav-card.is-current .recruit-training-lnav-card__body {
		opacity: .6;
	}
	.recruit-training-lnav-card .recruit-training-lnav-card__title {
		position: relative;
		margin-top: 0;
		padding-left: 1em;
		line-height: 1.4;
		font-size: 1.4rem;
		color: #3366cc;
	}
	.recruit-training-lnav-card .recruit-training-lnav-card__title::before {
		position: absolute;
		top: 50%;
		left: -1px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		transform: rotate(45deg);
		content: "";
	}
}

/* clearFix
================================ */
.indexLink.is-recruit  > .column .figureColumn::after,
.set-recruit-img:after {
	display: block;
	clear: both;
	content: "";
}

/* font-family
================================ */
.recruit-occList > .occtype > .title,
.recruit-occList > .description > .text,
.recruit-occList.js-accordion > .description:before,
.recruit-qaList > .question > .title,
.recruit-qaList > .answer > .text,
.recruit-qaList.js-accordion > .answer:before,
.bgBox.is-recruit .boxTitle,
.eventInfo.is-recruit > .eventBox > .eventTitle,
.recruit-fixNav,
.set-recruit-personal .set-recruit-theme,
.recruitBlock .movieTitleBox .inner > .recruit-peopleInfo,
.recruitBlock .movieDetailBox .detailText,
body.recruit-interviewIndex .checkBoxColumn.is-recruit > .title,
.set-recruit-head,
#recruit-speak-button > .btnLink.is-recruit_training > li > a > span > .theme,
.recruit-sign > .post,
.recruit-company-head .head,
.recruit-company-btnSet .btnTitle,
.recruit-dna-list {
	font-family: "TBUDゴシック B", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.recruit-qaList > .question > .title .recruit-icon {
	font-family: "TBUDゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
