.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

* {
	padding: 0;
	margin: 0;
}

img{
    max-width: 100%;
}
@font-face {
	/*font-family:'FontAwesome';src:url("../assets/font-awesome/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot?v=4.6.2");src:url("../assets/font-awesome/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot?v=4.6.2#iefix") format("embedded-opentype"),url("../assets/font-awesome/fontawesome-webfont-2932abf996373e87fbf2e950876b1962f1b57db954a1643ea68831d9fbb74da4.woff2?v=4.6.2") format("woff2"),url("../assets/font-awesome/fontawesome-webfont-35fa8302dd7d3d191ebb7acac543efcfa2b85a0da573b3ab45cc122ffcc45ce5.woff?v=4.6.2") format("woff"),url("../assets/font-awesome/fontawesome-webfont-8630313bee77f64206067ed80eb6a7c721b0bbfc91c94210966969d4dcc43ba7.ttf?v=4.6.2") format("truetype"),url("../assets/font-awesome/fontawesome-webfont-6b0adce775f4d57ac800f23b05af72ced748ae51ba67a65b67b7316f1ed331b3.svg?v=4.6.2#fontawesomeregular") format("svg");font-weight:normal;font-style:normal*/
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	/* content: ""; */
	content: "•";
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,
.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,
.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

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

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

@font-face {
	font-family: 'Microsoft YaHei';
	font-weight: 100;
}

@font-face {
	font-family: 'Microsoft YaHei';
	font-weight: 200;
}

@font-face {
	font-family: 'Microsoft YaHei';
	font-weight: 300;
}

@font-face {
	font-family: 'Microsoft YaHei';
	font-weight: 400;
}

@font-face {
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}

@-webkit-keyframes flash {
	0% {
		opacity: .2
	}

	100% {
		opacity: .99
	}
}

@keyframes flash {
	0% {
		opacity: .2
	}

	100% {
		opacity: .99
	}
}

*,
*::before,
*::after {
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 0
}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	ul {
		font-size: 1.2rem
	}
}

html {
	font-size: 62.5%;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

@media screen and (max-width: 768px) {
	html {
		font-size: 3.125vw
	}
}

body {
	font-family: 'Microsoft YaHei', YuGothic, Verdana, Meiryo, 'M+ 1p', sans-serif;
	font-size: 1.4rem;
	background: #faf9f8
}

@media all and (-ms-high-contrast: none) {
	body {
		font-family: Microsoft YaHei, Meiryo, sans-serif
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.2rem
	}
}

a {
	color: #193F67
}

a:hover {
	-webkit-animation: flash .5s;
	animation: flash .5s;
	opacity: 1
}

button {
	cursor: pointer
}

button:hover {
	-webkit-animation: flash .5s;
	animation: flash .5s;
	opacity: 1
}

dd {
	margin: 0
}

p {
	letter-spacing: .04em
}

@media screen and (max-width: 768px) {
	.show-on-pc {
		display: none
	}
}

.show-on-sp {
	display: none
}

@media screen and (max-width: 768px) {
	.show-on-sp {
		display: block
	}
}

.recruit-header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background: #fff
}

@media screen and (max-width: 768px) {
	.recruit-header-container {
		height: 5.9rem
	}
}

.recruit-header {
	font-size: 1.4rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	/*min-width: 920px;*/
	margin: auto 40px
}

@media screen and (max-width: 768px) {
	.recruit-header {
		font-size: 1.2rem;
		line-height: 74px;
		min-width: inherit;
		margin: 0
	}
}

@media screen and (max-width: 768px) {
	.recruit-logo {
		margin-left: 1.5rem
	}
}

.recruit-logo-image {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
}

@media screen and (max-width: 768px) {
	.recruit-logo-image {
		width: 200px;
	}
}

.recruit-logo-text {
	display: inline-block;
	margin-left: 0px;
	vertical-align: middle;
	color: #000
}

@media screen and (max-width: 768px) {
	.recruit-logo-text {
		margin-left: 1rem
	}
}

.btn-hamburger-menu {
	display: none
}

.btn-hamburger-menu img {
	vertical-align: middle
}

@media screen and (max-width: 768px) {
	.btn-hamburger-menu {
		display: inline-block;
		float: right
	}
}

@media screen and (max-width: 768px) {
	.btn-open-menu {
		width: 1.9rem;
		margin-right: 1.5rem
	}
}

@media screen and (max-width: 768px) {
	.btn-close-menu {
		width: 1.9rem;
		margin-right: 1.5rem
	}
}

.list-recruit-header-menu {
	z-index: 10;
	margin: 0;
	padding: 0;
	background: #fff
}

.list-recruit-header-menu li {
	display: inline-block;
	margin-left: 45px
}

.list-recruit-header-menu li:first-child {
	margin-left: 0
}

.list-recruit-header-menu li:last-child {
	margin-left: 65px
}

@media screen and (max-width: 768px) {
	.list-recruit-header-menu {
		position: absolute;
		top: 5.9rem;
		left: 0;
		display: none;
		overflow: hidden;
		width: 100%
	}

	.list-recruit-header-menu li {
		font-size: 1.0rem;
		line-height: 1.5;
		position: relative;
		display: block;
		margin: 0;
		color: #193F67;
		border-top: 1px solid #193F67
	}

	.list-recruit-header-menu li:last-child {
		margin: 0;
		padding: 2.7rem 1rem 6.4rem
	}

	.list-recruit-header-menu li:last-child::after {
		background: none
	}

	.list-recruit-header-menu li::after {
		position: absolute;
		top: 0;
		right: 1.5rem;
		width: 1.5rem;
		height: 100%;
		content: '';
		background: url(../img/btn-arrow-orange-right-7dfaab5ddd8734c7050b6e6f0b07f2e9d28580d4b086f9422436b685d5d05de9.svg) no-repeat 0 50%
	}

	.list-recruit-header-menu.is-appear {
		display: block;
		max-height: 0;
		-webkit-animation: appear .3s .05s forwards ease-out;
		animation: appear .3s .05s forwards ease-out;
		opacity: 0
	}

	.list-recruit-header-menu.is-disappear {
		display: block;
		max-height: 600px;
		-webkit-animation: disappear .3s 0s forwards ease-in;
		animation: disappear .3s 0s forwards ease-in;
		opacity: 1
	}
}

@-webkit-keyframes appear {
	0% {
		max-height: 0;
		opacity: 0
	}

	100% {
		max-height: 100vh;
		opacity: 1
	}
}

@keyframes appear {
	0% {
		max-height: 0;
		opacity: 0
	}

	100% {
		max-height: 100vh;
		opacity: 1
	}
}

@-webkit-keyframes disappear {
	0% {
		max-height: 100vh;
		opacity: 1
	}

	70% {
		opacity: 1
	}

	100% {
		max-height: 0;
		opacity: 0
	}
}

@keyframes disappear {
	0% {
		max-height: 100vh;
		opacity: 1
	}

	70% {
		opacity: 1
	}

	100% {
		max-height: 0;
		opacity: 0
	}
}

.list-recruit-header-menu-link {
	font-size: 0.938vw;
	display: block;
	text-decoration: none;
	color: #000
}

.list-recruit-header-menu-link.active {
	color: #193F67
}

@media screen and (max-width: 768px) {
	.list-recruit-header-menu-link {
		padding: 1rem 3rem;
		color: #193F67
	}
}

.recruit-header-menu-category-title {
	display: none
}

@media screen and (max-width: 768px) {
	.recruit-header-menu-category-title {
		font-family: 'Microsoft YaHei', Lato, Helvetica, Arial, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
		font-size: 2.1rem;
		font-weight: 100;
		display: block;
		letter-spacing: .06em;
		color: #000
	}
}

.btn-entry {
	line-height: 1.0rem;
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	border-radius: 100px;
	font-weight: 500;
	color: #fff;
	background: #193F67
}

.btn-entry::after {
	position: absolute;
	top: 0;
	height: 100%;
	content: '';
	background: no-repeat 0 50%
}

.btn-entry::after {
	background-image: url(../img/btn-arrow-white-db3bfc71c44ffa8ec894f77b7a95d476ee143c034f0e780f663e3ff48d69583e.svg)
}

@media screen and (max-width: 768px) {
	.btn-entry.is-large-for-recruit-header-menu {
		font-size: 1.8rem;
		box-sizing: border-box;
		width: 100%;
		padding: 2.5rem;
		text-align: center;
		border-radius: 100px
	}

	.btn-entry.is-large-for-recruit-header-menu::after {
		right: 2rem;
		width: 2rem
	}
}

.btn-detail {
	line-height: 1.0rem;
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	border-radius: 100px;
	color: #000;
	background: #f1f1f1
}

.btn-detail::after {
	position: absolute;
	top: 0;
	height: 100%;
	content: '';
	background: no-repeat 0 50%
}

.btn-detail::after {
	background-image: url(../img/btn-arrow-orange-right-7dfaab5ddd8734c7050b6e6f0b07f2e9d28580d4b086f9422436b685d5d05de9.svg)
}

.btn-detail.is-white {
	background: #f1f1f1
}

@media screen and (max-width: 768px) {
	.btn-detail.in-container {
		width: 50vw
	}
}

.btn-size-small {
	font-size: 0.938vw;
	position: relative;
	padding: 12px 45px
}

.btn-size-small::after {
	right: 14px;
	width: 14px
}

.btn-size-middle {
	font-size: 1.6rem;
	padding: 24px 79px 24px 30px
}

.btn-size-middle::after {
	right: 20px;
	width: 20px
}

@media screen and (max-width: 768px) {
	.btn-size-middle {
		font-size: 1.2rem;
		padding: 1.5rem 3.95rem 1.5rem 2.35rem
	}
}

.btn-size-large {
	font-size: 1.6rem;
	padding: 25px 128px
}

.btn-size-large::after {
	right: 20px;
	width: 20px
}

@media screen and (max-width: 768px) {
	.btn-size-large {
		width: 100%;
		padding: 2rem;
		text-align: center
	}
}

.btn-size-xlarge {
	font-size: 1.8rem;
	padding: 25px 150px
}

.btn-size-xlarge::after {
	right: 40px;
	width: 20px
}

@media screen and (max-width: 768px) {
	.btn-size-xlarge {
		font-size: 1.6rem;
		width: 100%;
		padding: 2rem;
		text-align: center
	}
}

.btn-top {
	position: fixed;
	bottom: 10px;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin-left: 465px;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	border-radius: 300px;
	background: #fff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15)
}

.btn-top.is-active {
	opacity: 1
}

@media screen and (max-width: 768px) {
	.btn-top {
		position: static;
		width: 5.2rem;
		height: 5.2rem;
		margin: 0 auto 4rem;
		opacity: 1
	}

	.btn-top img {
		width: 1.5rem;
		height: 2rem
	}
}

.recruit-main-container {
	width: 100%
}

.recruit-breadcrumbs-container {
	letter-spacing: .06em
}

@media screen and (max-width: 768px) {
	.recruit-breadcrumbs-container {
		display: none
	}
}

.recruit-breadcrumbs {
	font-size: 1.2rem;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0
}

.recruit-breadcrumbs li {
	display: inline-block
}

.recruit-breadcrumbs li::after {
	margin: 0 6px;
	content: '\003e'
}

.recruit-breadcrumbs li:last-child::after {
	content: ''
}

.recruit-article {
	width: 1200px;
	margin: 0 auto 100px;
	background: #fff
}

@media screen and (max-width: 768px) {
	.recruit-article {
		width: 100%;
		margin: 0 auto
	}
}

.recruit-article-header {
	font-family: 'Microsoft YaHei', Lato, Helvetica, Arial, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover
}

.recruit-article-header::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	content: '';
	border-bottom: 4px #193F67 solid
}

.recruit-article-header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	content: '';
	border-bottom: 4px #b3b3b3 solid
}

@media screen and (max-width: 768px) {
	.recruit-article-header {
		background-position: center center
	}
}

.recruit-article-header-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 204px;
	margin-bottom: 30px;
	padding-left: 80px;
	color: #fff;
	background: -webkit-linear-gradient(left, #193F67 0%, rgba(255, 102, 0, 0) 50%);
	background: linear-gradient(to right, #193F67 0%, rgba(255, 102, 0, 0) 50%)
}

@media screen and (max-width: 768px) {
	.recruit-article-header-title {
		height: 12.5rem;
		margin-bottom: 1rem;
		padding-left: 1.5rem;
		background: -webkit-linear-gradient(left, #193F67 0%, rgba(255, 102, 0, 0) 100%);
		background: linear-gradient(to right, #193F67 0%, rgba(255, 102, 0, 0) 100%)
	}
}

.recruit-article-header-heading {
	font-family: 'Microsoft YaHei', Lato, Helvetica, Arial, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
	font-size: 3.2rem;
	font-weight: 100;
	margin-bottom: 20px;
	letter-spacing: .06em
}

@media screen and (max-width: 768px) {
	.recruit-article-header-heading {
		font-size: 1.8rem;
		margin-bottom: 1rem
	}
}

.recruit-article-header-text {
	font-size: 1.6rem
}

@media screen and (max-width: 768px) {
	.recruit-article-header-text {
		font-size: 1.2rem
	}
}

.recruit-article-header-symbol {
	position: absolute;
	z-index: 1;
	bottom: -47.5px;
	left: 50%;
	width: 95px;
	height: 95px;
	margin-left: -47.5px;
	background: url(../img/toblog.png) no-repeat;
	background-size: 400%
}

.recruit-article-header-symbol.on-company {
	background-position: 0 0
}

.recruit-article-header-symbol.on-people {
	background-position: 33.33333333% 0
}

.recruit-article-header-symbol.on-environment {
	background-position: 66.66666667% 0
}

.recruit-article-header-symbol.on-entry {
	background-position: 100% 0
}

@media screen and (max-width: 768px) {
	.recruit-article-header-symbol {
		bottom: -7.421875vw;
		width: 14.84375vw;
		height: 14.84375vw;
		margin-left: -7.421875vw
	}

	.recruit-article-header-symbol.on-company {
		background-position: 0 100%
	}

	.recruit-article-header-symbol.on-people {
		background-position: 33.33333333% 100%
	}

	.recruit-article-header-symbol.on-environment {
		background-position: 66.66666667% 100%
	}

	.recruit-article-header-symbol.on-entry {
		background-position: 100% 100%
	}
}

.recruit-article-introduction {
	width: 840px;
	margin: 0 auto 90px;
	text-align: center
}

@media screen and (max-width: 768px) {
	.recruit-article-introduction {
		width: 100%;
		margin: 0 auto 5rem;
		padding: 0 1.5rem
	}
}

.recruit-article-introduction-title {
	font-family: 'Microsoft YaHei', Lato, Helvetica, Arial, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
	font-size: 4.8rem;
	font-weight: 100;
	letter-spacing: .06em
}

.recruit-article-introduction-title.is-index-page {
	margin-bottom: 20px
}

@media screen and (max-width: 768px) {
	.recruit-article-introduction-title.is-index-page {
		margin-bottom: 1rem
	}
}

.recruit-article-introduction-title.is-show-page {
	font-size: 3.8rem;
	margin-bottom: 40px
}

@media screen and (max-width: 768px) {
	.recruit-article-introduction-title.is-show-page {
		margin-bottom: 3rem
	}
}

@media screen and (max-width: 768px) {
	.recruit-article-introduction-title {
		font-size: 2.8rem;
		white-space: nowrap
	}

	.recruit-article-introduction-title.is-show-page {
		font-size: 2.5rem
	}
}

.recruit-article-introduction-subtitle {
	font-size: 1.6rem
}

@media screen and (max-width: 768px) {
	.recruit-article-introduction-subtitle {
		font-size: 1.2rem
	}
}

.recruit-article-introduction-content {
	margin-bottom: 30px
}

.recruit-article-introduction-content p {
	font-size: 1.6rem;
	line-height: 2
}

@media screen and (max-width: 768px) {
	.recruit-article-introduction-content {
		margin-bottom: 1rem
	}

	.recruit-article-introduction-content p {
		font-size: 1.2rem
	}

	.recruit-article-introduction-content br {
		display: none
	}
}

.recruit-section {
	width: 840px;
	margin: 0 auto 100px
}

@media screen and (max-width: 768px) {
	.recruit-section {
		width: 100%;
		margin: 0 auto 5rem;
		padding: 0 1.5rem
	}
}

.recruit-sub-section {
	margin-top: 30px;
	margin-bottom: 70px
}

@media screen and (max-width: 768px) {
	.recruit-sub-section {
		margin-bottom: 3rem
	}
}

.recruit-category-title-container {
	position: relative
}

.recruit-category-title-container::before {
	position: absolute;
	top: 10px;
	left: -46px;
	width: 26px;
	content: '';
	border-top: solid #193F67 6px
}

@media screen and (max-width: 768px) {
	.recruit-category-title-container::before {
		top: -1rem;
		left: 0;
		width: 1.3rem;
		border-top: solid #193F67 0.3rem
	}
}

.recruit-category-title {
	font-family: 'Microsoft YaHei', Lato, Helvetica, Arial, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
	font-size: 3.8rem;
	font-weight: 100;
	margin-bottom: 20px;
	letter-spacing: .06em
}

@media screen and (max-width: 768px) {
	.recruit-category-title {
		font-size: 2.3rem;
		margin-bottom: .5rem;
		white-space: nowrap
	}
}

.recruit-category-text {
	font-family: 'Microsoft YaHei', YuGothic, Verdana, Meiryo, 'M+ 1p', sans-serif;
	font-size: 1.6rem;
	font-weight: 100;
	margin-bottom: 70px;
	letter-spacing: .06em;
	color: #193F67
}

@media all and (-ms-high-contrast: none) {
	.recruit-category-text {
		font-family: Microsoft YaHei, Meiryo, sans-serif
	}
}

@media screen and (max-width: 768px) {
	.recruit-category-text {
		font-size: 1rem;
		margin-bottom: 2rem
	}
}

.recruit-content-title {
	font-size: 1.6rem;
	margin-bottom: 30px
}

@media screen and (max-width: 768px) {
	.recruit-content-title {
		font-size: 1.2rem;
		margin-bottom: 1rem
	}
}

.recruit-content-text {
	line-height: 2;
	text-align: justify
}

.recruit-content-text:not(:last-child) {
	margin-bottom: 30px
}

@media screen and (max-width: 768px) {
	.recruit-content-text:not(:last-child) {
		margin-bottom: 1rem
	}
}

.recruit-btn-detail-container {
	text-align: left
}

.recruit-btn-detail-container:not(:last-child) {
	margin-bottom: 30px
}

@media screen and (max-width: 768px) {
	.recruit-btn-detail-container:not(:last-child) {
		margin-bottom: 1rem
	}
}

@media screen and (max-width: 768px) {
	.recruit-btn-detail-container .btn-detail {
		width: 50vw
	}
}

@media screen and (max-width: 768px) {
	.recruit-btn-detail-container {
		text-align: center
	}
}

.recruit-content-image {
	display: block;
	margin-bottom: 30px
}

@media screen and (max-width: 768px) {
	.recruit-content-image {
		width: 100%;
		height: auto;
		margin-bottom: 1rem
	}
}

.recruit-footer {
	position: relative;
	margin: 150px auto 0;
	padding-bottom: 150px;
	text-align: center
}

.recruit-footer.on-top {
	margin: 4rem auto 0;
	padding-bottom: 2.25rem
}

@media screen and (max-width: 768px) {
	.recruit-footer {
		margin: 5rem auto 0;
		padding-bottom: 5rem
	}
}

.recruit-footer-entry-container {
	margin: 0 auto 100px
}

@media screen and (max-width: 768px) {
	.recruit-footer-entry-container {
		margin: 0 1.5rem 4rem
	}
}

.list-recruit-footer-links {
	font-size: 1.6rem;
	margin: 0 auto 50px;
	padding: 0
}

.list-recruit-footer-links li {
	line-height: 2.5;
	display: inline-block;
	padding: 0 20px
}

.list-recruit-footer-links li::before {
	margin: 0 10px;
	content: '\203A'
}

@media screen and (max-width: 768px) {
	.list-recruit-footer-links {
		margin: 0 auto 2rem
	}

	.list-recruit-footer-links li {
		font-size: 1.2rem;
		padding: 0
	}

	.list-recruit-footer-links li:last-child {
		padding: 0 0 0 1.6rem
	}

	.list-recruit-footer-links li::before {
		margin: 0 .5rem 0 0
	}
}

.list-recruit-footer-sns {
	margin: 0 auto 40px;
	padding: 0
}

.list-recruit-footer-sns li {
	display: inline-block;
	margin-right: 30px
}

.list-recruit-footer-sns li:last-child {
	margin-right: 0
}

@media screen and (max-width: 768px) {
	.list-recruit-footer-sns {
		margin: 0 0 3rem 0
	}

	.list-recruit-footer-sns li {
		margin-right: 3.8rem
	}
}

.facebook-link {
	font-size: 2.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-decoration: none;
	color: #fff;
	border-radius: 100%;
	background: #5294d0;
	padding: 10px;
	position: relative;
}

.facebook-link .ewm {
	position: absolute;
	left: 50%;
	top: -100px;
	transform: translateX(-50%);
	z-index: 5;
	width: 100px;
	height: 100px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
}

.facebook-link:hover .ewm {
	top: -120px;
	opacity: 1;
	visibility: visible;
}

.facebook-link .ewm img {
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.facebook-link {
		width: 5.5rem;
		height: 5.5rem
	}
}

.twitter-link {
	font-size: 2.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-decoration: none;
	color: #fff;
	border-radius: 100%;
	background: #05af10
}

@media screen and (max-width: 768px) {
	.twitter-link {
		width: 5.5rem;
		height: 5.5rem
	}
}

.recruit-footer-logo {
	width: 120px;
	margin: 0 auto 50px
}

@media screen and (max-width: 768px) {
	.recruit-footer-logo {
		width: 80px;
		/* width: 12.9rem;
		height: 2.25rem; */
		margin: 0 auto 1.5rem
	}
}

.background-arrow-container {
	position: absolute;
	z-index: -1;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #f6f7f7;
	background-image: url(../img/background_arrow_container-13f7e4e550babf4f909d8afcc0422a32ac9efaec2d659607ca9e2eb6818c0a9a.png)
}

.background-arrow-container.is-background {
	position: fixed
}

@media screen and (max-width: 768px) {
	.background-arrow-container.is-background {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.background-arrow-container {
		left: 0
	}
}

#page-landings.page-top {
	margin: 0;
	padding: 0;
	background: #fff
}

#page-landings.page-top .landing-top-header-container {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .landing-top-header-container {
		height: 5.9rem
	}
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .landing-top-header {
		line-height: 5.9rem
	}
}

#page-landings.page-top .main-arrow-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1040px;
	height: 100%;
	min-height: 100vh;
	background-color: #fafafa;
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .main-arrow-container {
		min-width: inherit;
		min-height: 100vh
	}
}

#page-landings.page-top .main-title-container {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .main-title-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

#page-landings.page-top .main-title-message-container {
	position: absolute;
	top: 50vh;
	left: 145px;
	width: 50vw;
	margin-top: -25vh
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .main-title-message-container {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 2rem;
		padding: 0 5rem
	}
}

#page-landings.page-top .main-title-image {
	display: block;
	width: 81.5%;
	max-width: 677px;
	margin-bottom: 35px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .main-title-image {
		width: 100%;
		height: 100%
	}
}

#page-landings.page-top .main-message-content {
	font-size: 1.45rem;
	line-height: 1.9;
	display: block;
	letter-spacing: .1em;
	color: rgba(255, 255, 255, 0.9)
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .main-message-content {
		font-size: .9rem;
		width: 100%;
		height: 100%;
		text-align: justify
	}

	#page-landings.page-top .main-message-content br {
		display: none
	}
}

#page-landings.page-top .mouse-container {
	position: absolute;
	bottom: 4%;
	left: 50%;
	width: 51px;
	height: 55px;
	margin-left: -25px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .mouse-container {
		display: none
	}
}

#page-landings.page-top .mouse-animation {
	position: absolute;
	display: block;
	-webkit-animation: scrollAnimate 3s ease-in-out infinite;
	animation: scrollAnimate 3s ease-in-out infinite
}

@-webkit-keyframes scrollAnimate {
	0% {
		-webkit-transform: translateY(-3%);
		transform: translateY(-3%)
	}

	50% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%)
	}

	100% {
		-webkit-transform: translateY(-3%);
		transform: translateY(-3%)
	}
}

@keyframes scrollAnimate {
	0% {
		-webkit-transform: translateY(-3%);
		transform: translateY(-3%)
	}

	50% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%)
	}

	100% {
		-webkit-transform: translateY(-3%);
		transform: translateY(-3%)
	}
}

#page-landings.page-top .main-title-copyright {
	font-size: 1.2rem;
	position: absolute;
	right: 38px;
	bottom: 35px;
	display: block;
	color: #fff
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .main-title-copyright {
		font-size: .6rem;
		right: 50%;
		width: 100%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		text-align: center
	}
}

#page-landings.page-top .face-container {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding-top: 68px
}

#page-landings.page-top .face-area {
	position: relative;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .face-area {
		display: none
	}
}

#page-landings.page-top .face-column {
	line-height: 0;
	position: absolute;
	left: 50%
}

#page-landings.page-top .face-column:after {
	display: table;
	clear: both;
	content: ''
}

#page-landings.page-top .face-column img {
	position: relative;
	display: block;
	float: left;
	margin-right: -1px
}

#page-landings.page-top .face-column .face {
	line-height: 0;
	height: auto
}

#page-landings.page-top .main-arrow-canvas_container {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}

#page-landings.page-top .arrow01 {
	position: absolute;
	display: block;
	top: 89px;
	right: 50%;
	width: 109px;
	height: 92px;
	margin-right: 515px
}

#page-landings.page-top .arrow02 {
	position: absolute;
	display: block;
	top: 379px;
	right: 50%;
	width: 73px;
	height: 130px;
	margin-right: 740px
}

#page-landings.page-top .arrow03 {
	position: absolute;
	display: block;
	top: 488px;
	right: 50%;
	width: 88px;
	height: 116px;
	margin-right: 327px
}

#page-landings.page-top .arrow04 {
	position: absolute;
	display: block;
	top: 706px;
	right: 50%;
	width: 50px;
	height: 117px;
	margin-right: 690px
}

#page-landings.page-top .arrow05 {
	position: absolute;
	display: block;
	top: 853px;
	right: 50%;
	width: 91px;
	height: 97px;
	margin-right: 238px
}

#page-landings.page-top .arrow06 {
	position: absolute;
	display: block;
	top: 136px;
	left: 50%;
	width: 117px;
	height: 87px;
	margin-left: 479px
}

#page-landings.page-top .arrow07 {
	position: absolute;
	display: block;
	top: 213px;
	left: 50%;
	width: 108px;
	height: 77px;
	margin-left: 690px
}

#page-landings.page-top .arrow08 {
	position: absolute;
	display: block;
	top: 465px;
	left: 50%;
	width: 62px;
	height: 65px;
	margin-left: 269px
}

#page-landings.page-top .arrow09 {
	position: absolute;
	display: block;
	top: 680px;
	left: 50%;
	width: 89px;
	height: 104px;
	margin-left: 348px
}

#page-landings.page-top .arrow10 {
	position: absolute;
	display: block;
	top: 843px;
	left: 50%;
	width: 73px;
	height: 58px;
	margin-left: 618px
}

#page-landings.page-top .iphone-container {
	line-height: 0;
	position: relative;
	left: 50%;
	display: block;
	width: 297px;
	margin-left: -145px
}

#page-landings.page-top .iphone-container.is-buruburu {
	-webkit-animation: buruburu .15s ease-in-out 0s 2;
	animation: buruburu .15s ease-in-out 0s 2
}

@-webkit-keyframes buruburu {
	0% {
		-webkit-transform: translate(0px, 0px) scale(1);
		transform: translate(0px, 0px) scale(1)
	}

	4% {
		-webkit-transform: translate(0px, 0px) scale(1);
		transform: translate(0px, 0px) scale(1)
	}

	5% {
		-webkit-transform: translate(-1px, -2px) scale(1);
		transform: translate(-1px, -2px) scale(1)
	}

	9% {
		-webkit-transform: translate(-1px, -2px) scale(1);
		transform: translate(-1px, -2px) scale(1)
	}

	10% {
		-webkit-transform: translate(1px, -4px) scale(1);
		transform: translate(1px, -4px) scale(1)
	}

	23% {
		-webkit-transform: translate(1px, -4px) scale(1);
		transform: translate(1px, -4px) scale(1)
	}

	24% {
		-webkit-transform: translate(0px, 0px scale(1));
		transform: translate(0px, 0px scale(1))
	}

	34% {
		-webkit-transform: translate(0px, 0px) scale(1);
		transform: translate(0px, 0px) scale(1)
	}

	35% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	53% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	54% {
		-webkit-transform: translate(0px, -2px) scale(1);
		transform: translate(0px, -2px) scale(1)
	}

	63% {
		-webkit-transform: translate(0px, -2px) scale(1);
		transform: translate(0px, -2px) scale(1)
	}

	64% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	78% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	79% {
		-webkit-transform: translate(1px, -2px) scale(1);
		transform: translate(1px, -2px) scale(1)
	}

	81% {
		-webkit-transform: translate(1px, -2px) scale(1);
		transform: translate(1px, -2px) scale(1)
	}

	82% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}

	100% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}
}

@keyframes buruburu {
	0% {
		-webkit-transform: translate(0px, 0px) scale(1);
		transform: translate(0px, 0px) scale(1)
	}

	4% {
		-webkit-transform: translate(0px, 0px) scale(1);
		transform: translate(0px, 0px) scale(1)
	}

	5% {
		-webkit-transform: translate(-1px, -2px) scale(1);
		transform: translate(-1px, -2px) scale(1)
	}

	9% {
		-webkit-transform: translate(-1px, -2px) scale(1);
		transform: translate(-1px, -2px) scale(1)
	}

	10% {
		-webkit-transform: translate(1px, -4px) scale(1);
		transform: translate(1px, -4px) scale(1)
	}

	23% {
		-webkit-transform: translate(1px, -4px) scale(1);
		transform: translate(1px, -4px) scale(1)
	}

	24% {
		-webkit-transform: translate(0px, 0px scale(1));
		transform: translate(0px, 0px scale(1))
	}

	34% {
		-webkit-transform: translate(0px, 0px) scale(1);
		transform: translate(0px, 0px) scale(1)
	}

	35% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	53% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	54% {
		-webkit-transform: translate(0px, -2px) scale(1);
		transform: translate(0px, -2px) scale(1)
	}

	63% {
		-webkit-transform: translate(0px, -2px) scale(1);
		transform: translate(0px, -2px) scale(1)
	}

	64% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	78% {
		-webkit-transform: translate(-2px, 3px) scale(1);
		transform: translate(-2px, 3px) scale(1)
	}

	79% {
		-webkit-transform: translate(1px, -2px) scale(1);
		transform: translate(1px, -2px) scale(1)
	}

	81% {
		-webkit-transform: translate(1px, -2px) scale(1);
		transform: translate(1px, -2px) scale(1)
	}

	82% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}

	100% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .iphone-container {
		width: 14.85rem;
		margin: 0;
		padding: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	#page-landings.page-top .iphone-container img {
		width: 100%;
		height: auto
	}
}

#page-landings.page-top .iphone-screen {
	position: absolute;
	top: 57px;
	left: 44px;
	overflow: hidden;
	width: 203px;
	height: 361px;
	border: solid 1px #000;
	background-color: #193F67
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .iphone-screen {
		top: 2.8rem;
		left: 2.2rem;
		width: 10.2rem;
		height: 18.1rem
	}
}

#page-landings.page-top .category-introduction-section {
	padding: 100px 0 80px;
	text-align: center
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-introduction-section {
		padding: 4rem 0 3.5rem
	}
}

#page-landings.page-top .category-introduction-header {
	margin-bottom: 50px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-introduction-header {
		margin-bottom: 3.5rem
	}
}

#page-landings.page-top .category-introduction-title {
	font-family: 'Microsoft YaHei', Lato, Helvetica, Arial, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 10px;
	white-space: nowrap;
	letter-spacing: .06em
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-introduction-title {
		font-size: 3.1rem;
		margin-bottom: .15rem;
		letter-spacing: .03em
	}
}

#page-landings.page-top .category-introduction-subtitle {
	font-size: 1.6rem;
	color: #193F67
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-introduction-subtitle {
		font-size: 1.2rem
	}
}

#page-landings.page-top .category-introduction-content {
	font-size: 1.6rem;
	line-height: 3.125;
	letter-spacing: .05em
}

#page-landings.page-top .category-introduction-content:not(:last-child) {
	margin-bottom: 20px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-introduction-content {
		font-size: 0.9rem;
		line-height: 1.75;
		padding: 0 1.5rem;
		letter-spacing: 0
	}

	#page-landings.page-top .category-introduction-content:not(:last-child) {
		margin-bottom: 2.7rem
	}
}

#page-landings.page-top .category-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	/*width: 1000px;*/
	margin: 0 auto;
	padding: 100px 0 116px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-links {
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 4rem 0 1.5rem
	}
}

#page-landings.page-top .category-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33%;
	flex: 1 1 33%;
	-webkit-animation: none;
	animation: none;
	text-decoration: none
}

#page-landings.page-top .category-link:hover .category-image {
	-webkit-transform: scale(1.12);
	transform: scale(1.12)
}

#page-landings.page-top .category-link:hover .category-link-symbol-image {
	-webkit-animation: linkArrowMove .7s ease-out infinite;
	animation: linkArrowMove .7s ease-out infinite
}

@-webkit-keyframes linkArrowMove {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	40% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}

	50% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}

	90% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@keyframes linkArrowMove {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	40% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}

	50% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}

	90% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

#page-landings.page-top .category-link:not(:last-child) .category-content {
	border-right: dotted 1px #d8d8d8
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-link {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-bottom: 7.7rem;
		padding: 0 1.5rem
	}
}

#page-landings.page-top .category-image-container {
	overflow: hidden
}

#page-landings.page-top .category-image {
	width: 100%;
	/*height: 406px;*/
	-webkit-transition: -webkit-transform .3s ease-in-out 0s;
	transition: -webkit-transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
	background: no-repeat 50% 50%;
	background-size: 100%
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-image {
		height: 16rem
	}
}

#page-landings.page-top .category-content {
	font-size: 1.4rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 40px 25px 50px;
	text-align: center;
	background: #fff
}

#page-landings.page-top .category-content p {
	line-height: 1.715;
	color: #000
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-content {
		font-size: 1.2rem;
		padding: 2rem 1.5rem 2.5rem;
	}

	#page-landings.page-top .category-content p {
		font-size: 12px;
	}
}

#page-landings.page-top .category-content-title {
	font-size: 1.6rem;
	margin-bottom: 25px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-content-title {
		font-size: 1.2rem
	}
}

#page-landings.page-top .category-link-symbol {
	position: absolute;
	bottom: -29px;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-left: -29px;
	border-radius: 100px;
	background: #fff
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .category-link-symbol {
		bottom: -2.6rem;
		width: 5.2rem;
		height: 5.2rem;
		margin-left: -2.6rem
	}

	#page-landings.page-top .category-link-symbol img {
		width: 1.5rem;
		height: 2rem
	}
}

#page-landings.page-top .message-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1040px;
	height: 1042px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .message-container {
		min-width: inherit
	}
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .message-container {
		height: 56.5rem
	}
}

#page-landings.page-top .company-container .category-links-container {
	background: url(../img/top/company-container/bg-7c0490c13fba42ac3c600f5495bf9febc8725838d15e0676cae96e9744a9e88a.jpg);
	background-size: cover
}

#page-landings.page-top .comapny-mvv-link .category-image {
	/*background-image: url(../img/mvv-7c29930cb471d620409521b20299b2a5812dd0da439d39c2c19e0904e9d158d6.jpg)*/
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .comapny-mvv-link .category-image {
		background-image: url(../img/top/company-container/sp-mvv-e69711c735dce91a67d2ab1b0fe00afa65ad229274e0ea632457dd9a1ea762d3.jpg)
	}
}

#page-landings.page-top .comapny-business-link .category-image {
	/*background-image: url(../img/top/company-container/business-795b4ae24e2e439038bf347fb097a867a5de3356b45b285f23ae4a523860de93.jpg)*/
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .comapny-business-link .category-image {
		background-image: url(../img/top/company-container/sp-business-75da56124af43495d61cf88bda961f3b39e260b36c47ca432d878dabe0c5e753.jpg)
	}
}

#page-landings.page-top .comapny-profile-link .category-image {
	/*background-image: url(../img/top/company-container/profile-7d7edb434162f35f1c6abb95192a98d21f78ad2848296e55709bb5331faa8bb5.jpg)*/
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .comapny-profile-link .category-image {
		background-image: url(../img/top/company-container/sp-profile-c221989732d5aa5eecb2ee45f1bb123b04bc7d5a3df5dee219d2c343995bc850.jpg)
	}
}

#page-landings.page-top .category-link .category-image img {
	width: 100%;
}

#page-landings.page-top .people-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*	min-width: 1040px;*/
	height: auto
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people-container {
		min-width: inherit
	}
}

#page-landings.page-top .people-section-container {
	position: relative;
	padding: 155px 0 100px;
	/*background: url(./top/people-container/bg-edb38128a72a598aec4c3b283c6715ab3788804b7b0a875e4cfa7434e299b3a8.jpg);*/
	background-size: cover
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people-section-container {
		padding: 0rem 0 4rem;
		text-align: center
	}
}

#page-landings.page-top .people {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 110px;
	/* padding-left: 30px; */
}

#page-landings.page-top .people:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people {
		margin-bottom: 5rem
	}
}

#page-landings.page-top .people-title {
	font-size: 1.6rem;
	margin-bottom: 30px;
	color: #193F67
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people-title {
		font-size: 1.2rem;
		margin-bottom: 2.5rem
	}
}

#page-landings.page-top .people-subtitle {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 25px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people-subtitle {
		font-size: 1.2rem;
		margin-bottom: 2.5rem
	}
}

#people .people p {
	font-size: 1.4rem;
	line-height: 1.715;
	max-width: 585px;
	margin-bottom: 33px
}

/* #people  .people  p:nth-child(2) {
	max-width: 500px
} */

@media screen and (max-width: 768px) {
	#people .people p {
		font-size: 1.2rem;
		max-width: auto;
		margin: 0 1.5rem 0.5rem
	}
}

#page-landings.page-top .people-inteview-container {
	position: relative;
	padding: 40px;
	text-align: center;
	background: #fff
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people-inteview-container {
		margin: 0 1.5rem;
		padding: 2.5rem 2rem
	}
}

#page-landings.page-top .list-member-inteview {
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding: 0
}

#page-landings.page-top .member-interview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%; */
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #d8d8d8;
	background: #fbfbfb
}

#page-landings.page-top .member-interview:nth-last-child(1) {
	border-bottom: none
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .member-interview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 20rem;
		margin-bottom: 2rem;
		border-bottom: none
	}

	#page-landings.page-top .member-interview:last-child {
		margin-bottom: 0
	}
}

#page-landings.page-top .member-interview-thumbnail-container {
	position: relative;
	overflow: hidden;
	width: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .member-interview-thumbnail-container {
		width: 100%;
	}
}

#page-landings.page-top .member-interview-thumbnail {
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 768px) {
	/* #page-landings.page-top .member-interview-thumbnail {
		top: -30vw;
		top: -20vw;
		left: 0;
		left: 0;
		height: 80vw;
		height: 80vw
	} */
}

#page-landings.page-top .member-inteview-content {
	/* width: 280px;
	height: 250px; */
	padding: 20px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .member-inteview-content {
		width: 100%;
		/* height: 17rem; */
		padding: 1.5rem 0;
	}
}

#page-landings.page-top .member-interview-title {
	font-weight: normal;
	margin-bottom: 10px
}

#page-landings.page-top .member-interview-title br {
	display: none
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .member-interview-title {
		font-size: 1.4rem;
		line-height: 1.3
	}
}

#page-landings.page-top .member-interview-name {
	font-size: 1.6rem;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .member-interview-name {
		font-size: 1.2rem
	}
}

#page-landings.page-top .member-interview-job {
	margin-bottom: 15px
}

#page-landings.page-top .member-interview-job p {
	font-size: 1.2rem
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .member-interview-job p {
		font-size: 1rem;
		line-height: 1.3
	}
}

#page-landings.page-top .member-interview-link-container::before {
	margin-right: 7px
}

/* #page-landings.page-top .people-section-ceo-image-container {
	position: relative
} */

@media screen and (max-width: 768px) {
	/* #page-landings.page-top .people-section-ceo-image-container {
		position: absolute;
		top: -240vw;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 70vw;
		background: #fff
	} */
}

#page-landings.page-top .people-section-ceo-image {
	position: absolute;
	top: 50%;
    right: -210px;
    transform: translateY(-50%);
	z-index: 5;
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people-section-ceo-image {
		position: static;
        top: auto;
        right: auto;
        transform: translateY(0%); 
    max-width: 90%;
	}
}

#page-landings.page-top .environment-container .category-links-container {
	background: url(../img/top/enviroment-container/bg-b9b31f06c90d105d776d2b6a5d5150113c3f0ad3b45b1df5e1f57f336af0528c.jpg);
	background-size: cover
}

#page-landings.page-top .environment-category-content-title {
	font-size: 1.6rem
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .environment-category-content-title {
		font-size: 1.2rem
	}
}

#page-landings.page-top .enrironment-benefits-link .category-image {
	/*background-image: url(../img/top/enviroment-container/benefits-2433129145a6631570bc24ab99cd4202c28f244b2293b865ee9a69655966f97f.jpg)*/
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .enrironment-benefits-link .category-image {
		background-image: url(../img/enviroment-container/sp-benefits-b05709a07495f5bca6f24bc2146e6fbc5ff567a4531a1d2bdcbd3949569384d0.jpg)
	}
}

#page-landings.page-top .enrironment-culture-link .category-image {
	/*background-image: url(../img/top/enviroment-container/culture-9d297c6dd0e25663eb301f01a327d3b6c6e69e1ad82806431e359f901d3fabda.jpg)*/
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .enrironment-culture-link .category-image {
		background-image: url(../img/enviroment-container/sp-culture-2f1d139849cceba1f1e7083b28c4ab2bbbbde39f349611d8c7a7c4c9717b4296.jpg)
	}
}

#page-landings.page-top .enrironment-office-link .category-image {
	background-image: url(../img/enviroment-container/office-7ec50bd5997a18612b4f0cce2a9b6187c681fc837349dda3504b0c340e3e49e0.jpg)
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .enrironment-office-link .category-image {
		background-image: url(../img/enviroment-container/sp-office-1b593fc27ead90155745261277403699213323430d5dfbef962ae00bd6a9b881.jpg)
	}
}

#page-landings.page-top .current-opening-note {
	font-size: 1.4rem;
	line-height: 1.715;
	color: #193F67
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .current-opening-note {
		font-size: 1rem;
		line-height: 1.4;
		padding: 0 1.5rem
	}
}

#page-landings.page-top .current-opening-list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 67px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .current-opening-list-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin: 0 auto 2rem;
		padding: 0 2rem
	}
}

#page-landings.page-top .current-opening-list {
	margin: 0
}

#page-landings.page-top .current-opening-group-title-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	height: 50px;
	margin-bottom: 30px;
	border: 2px solid #193F67;
	border-radius: 25px;
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .current-opening-group-title-container {
		width: 100%;
		height: 4.2rem;
		margin-bottom: 2rem;
		background-image: url(../img/top/current-openings-container/sp-group-title-bg-b902257c56111eef43b0958cf4e7c2ddae0278edf79c25a0b2847fb1057b92e1.png)
	}
}

#page-landings.page-top .current-opening-group-title {
	font-size: 1.5rem;
	font-weight: normal;
	color: #193F67
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .current-opening-group-title {
		font-size: 1.2rem;
		line-height: 4rem;
		width: 100%;
		text-align: center
	}

	#page-landings.page-top .current-opening-group-title::after {
		position: absolute;
		right: 1.5rem;
		width: 1.2rem;
		height: 3.8rem;
		content: '';
		background: no-repeat center center;
		background-size: contain
	}

	#page-landings.page-top .current-opening-group-title:not(.is-active)::after {
		background-image: url(../img/top/current-openings-container/sp-group-open-8929f554640856c9b5f4e36170eee81638dfc7bcd05b609a4c32bb52fd1efe61.png)
	}

	#page-landings.page-top .current-opening-group-title.is-active::after {
		background-image: url(../img/top/current-openings-container/sp-group-close-51eb5925073efaa87f35fb6c66296f3fab4f4e3875ab5e3d60a2cd12dbef25e6.png)
	}
}

#page-landings.page-top .current-opening-title-list {
	margin-bottom: 30px;
	padding: 0;
	padding-left: 20px;
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .current-opening-title-list {
		margin-bottom: 2rem
	}

	#page-landings.page-top .current-opening-title-list.is-visible {
		display: block
	}

	#page-landings.page-top .current-opening-title-list.is-invisible {
		display: none
	}
}

#page-landings.page-top .current-opening-title {
	font-size: 1.6rem;
	line-height: 2.5;
	display: block;
	text-align: left;
	letter-spacing: .05em
}

#page-landings.page-top .current-opening-title::before {
	margin-right: 7px
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .current-opening-title {
		font-size: 1.2rem
	}
}

#page-landings.page-top .current-opening-entry-link-container {
	/*width: 1000px;*/
	margin: 0 auto;
	text-align: center
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .current-opening-entry-link-container {
		width: 100%;
		padding: 0 1.5rem
	}
}

.slick-slider {
	height: 100%
}

.slick-list {
	height: 100%
}

.slick-track {
	height: 100%
}

.has-brand-color {
	color: #193F67
}

.is-hidden {
	display: none
}

.is-text-center {
	text-align: center
}

.is-text-right {
	text-align: right
}

.is-appear-later {
	-webkit-transition: opacity .6s ease-out .2s;
	transition: opacity .6s ease-out .2s
}

.is-appear-later.is-delay1 {
	-webkit-transition: opacity 0.6s ease-out 0.3s;
	transition: opacity 0.6s ease-out 0.3s
}

.is-appear-later.is-delay2 {
	-webkit-transition: opacity 0.6s ease-out 0.4s;
	transition: opacity 0.6s ease-out 0.4s
}

.is-appear-later.is-delay3 {
	-webkit-transition: opacity 0.6s ease-out 0.5s;
	transition: opacity 0.6s ease-out 0.5s
}

.is-appear-later.is-delay4 {
	-webkit-transition: opacity 0.6s ease-out 0.6s;
	transition: opacity 0.6s ease-out 0.6s
}

.is-appear-later.is-delay5 {
	-webkit-transition: opacity 0.6s ease-out 0.7s;
	transition: opacity 0.6s ease-out 0.7s
}

.is-appear-later.is-delay6 {
	-webkit-transition: opacity 0.6s ease-out 0.8s;
	transition: opacity 0.6s ease-out 0.8s
}

.is-appear-later.is-delay7 {
	-webkit-transition: opacity 0.6s ease-out 0.9s;
	transition: opacity 0.6s ease-out 0.9s
}

.is-appear-later.is-delay8 {
	-webkit-transition: opacity 0.6s ease-out 1s;
	transition: opacity 0.6s ease-out 1s
}

.is-appear-later.is-delay9 {
	-webkit-transition: opacity 0.6s ease-out 1.1s;
	transition: opacity 0.6s ease-out 1.1s
}

.is-appear-later.is-delay10 {
	-webkit-transition: opacity 0.6s ease-out 1.2s;
	transition: opacity 0.6s ease-out 1.2s
}

.is-appear-later.is-delay11 {
	-webkit-transition: opacity 0.6s ease-out 1.3s;
	transition: opacity 0.6s ease-out 1.3s
}

.is-appear-later.is-delay12 {
	-webkit-transition: opacity 0.6s ease-out 1.4s;
	transition: opacity 0.6s ease-out 1.4s
}

.is-appear-later.is-delay13 {
	-webkit-transition: opacity 0.6s ease-out 1.5s;
	transition: opacity 0.6s ease-out 1.5s
}

.is-appear-later.is-delay14 {
	-webkit-transition: opacity 0.6s ease-out 1.6s;
	transition: opacity 0.6s ease-out 1.6s
}

.is-appear-later.is-delay15 {
	-webkit-transition: opacity 0.6s ease-out 1.7s;
	transition: opacity 0.6s ease-out 1.7s
}

.is-appear-later.is-delay16 {
	-webkit-transition: opacity 0.6s ease-out 1.8s;
	transition: opacity 0.6s ease-out 1.8s
}

.is-appear-later.is-delay17 {
	-webkit-transition: opacity 0.6s ease-out 1.9s;
	transition: opacity 0.6s ease-out 1.9s
}

.is-appear-later.is-delay18 {
	-webkit-transition: opacity 0.6s ease-out 2s;
	transition: opacity 0.6s ease-out 2s
}

.is-appear-later.is-delay19 {
	-webkit-transition: opacity 0.6s ease-out 2.1s;
	transition: opacity 0.6s ease-out 2.1s
}

.is-appear-later.is-delay20 {
	-webkit-transition: opacity 0.6s ease-out 2.2s;
	transition: opacity 0.6s ease-out 2.2s
}

.is-appear-later.is-delay21 {
	-webkit-transition: opacity 0.6s ease-out 2.3s;
	transition: opacity 0.6s ease-out 2.3s
}

.is-appear-later.is-delay22 {
	-webkit-transition: opacity 0.6s ease-out 2.4s;
	transition: opacity 0.6s ease-out 2.4s
}

.is-appear-later.is-delay23 {
	-webkit-transition: opacity 0.6s ease-out 2.5s;
	transition: opacity 0.6s ease-out 2.5s
}

.is-appear-later.is-delay24 {
	-webkit-transition: opacity 0.6s ease-out 2.6s;
	transition: opacity 0.6s ease-out 2.6s
}

.is-appear-later.is-delay25 {
	-webkit-transition: opacity 0.6s ease-out 2.7s;
	transition: opacity 0.6s ease-out 2.7s
}

.is-appear-later.is-delay26 {
	-webkit-transition: opacity 0.6s ease-out 2.8s;
	transition: opacity 0.6s ease-out 2.8s
}

.is-appear-later.is-delay27 {
	-webkit-transition: opacity 0.6s ease-out 2.9s;
	transition: opacity 0.6s ease-out 2.9s
}

.is-appear-later.is-delay28 {
	-webkit-transition: opacity 0.6s ease-out 3s;
	transition: opacity 0.6s ease-out 3s
}

.is-appear-later.is-delay29 {
	-webkit-transition: opacity 0.6s ease-out 3.1s;
	transition: opacity 0.6s ease-out 3.1s
}

.is-appear-later.is-delay30 {
	-webkit-transition: opacity 0.6s ease-out 3.2s;
	transition: opacity 0.6s ease-out 3.2s
}

.is-appear-later.is-opacity-full {
	opacity: 1
}

.is-appear-later.is-opacity-zero {
	opacity: 0
}

@media screen and (max-width: 768px) {
	.is-appear-later.is-opacity-zero {
		opacity: 1
	}
}


.current-opening-title-list {
	margin-bottom: 30px;
	padding: 0
}

@media screen and (max-width: 768px) {
	.current-opening-title-list {
		margin-bottom: 2rem
	}

	.current-opening-title-list.is-visible {
		display: block
	}

	.current-opening-title-list.is-invisible {
		display: none
	}
}

.current-opening-title {
	font-size: 1.6rem;
	line-height: 2.5;
	display: block;
	text-align: left;
	letter-spacing: .05em
}

.current-opening-title::before {
	margin-right: 7px
}

@media screen and (max-width: 768px) {
	.current-opening-title {
		font-size: 1.2rem
	}
}

.current-opening-entry-link-container {
	/*width: 1000px;*/
	margin: 0 auto;
	text-align: center
}

@media screen and (max-width: 768px) {
	.current-opening-entry-link-container {
		width: 100%;
		padding: 0 1.5rem
	}
}

.current-opening-list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*width: 1000px;*/
	margin: 0 auto 67px
}

.current-2 .current-opening-list {
	margin-right: 7%;
}

@media screen and (max-width: 768px) {
	.current-opening-list-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin: 0 auto 2rem;
		padding: 0 2rem
	}
}

.current-2 .current-opening-group-title-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	height: 50px;
	margin-bottom: 30px;
	border: 2px solid #193F67;
	border-radius: 25px;
}

@media screen and (max-width: 768px) {
	.current-opening-group-title-container {
		width: 100%;
		height: 4.2rem;
		margin-bottom: 2rem;
	}
}

.current-opening-group-title {
	/*font-size: 1.8rem;*/
	font-weight: normal;
	color: #193F67
}

a {
	text-decoration: none;
}