@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

@media screen and (min-width: 737px){

/* 20170427 小笠原追加 トップページ
   ========================================================================== */
.sub-content.occupation {
	padding-left: 10%;
	padding-bottom: 30px;
	background: #f3f4f8;
	position: relative;
}
.sub-content.occupation .title {
	letter-spacing: 0.3em;
}
.sub-content.occupation .body {
	position: relative;
	top: -8px;
}
.Card .sub-content.occupation .Badge {
	background: #10b9bf;
	position: relative;
	top: 0;
}
.sub-content.occupation > a{
	position: absolute;
	width: 230px;
	right: 10%;
	top: 70px;
}

/* 20160801 屋嘉比追加 トップページ
   ========================================================================== */

#entry-menu-top ul{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index:150;
}
#entry-menu-top li{
    bottom: 0px;
    display: inline;
    padding: 0;
    z-index:150;
}

#entry-menu-top li a {
    display: block;
    background-color: rgba(44,51,126,1);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:35px;
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    width: 250px;
    z-index:150;
    background-image :url(../img/icon-whitearrow-acute.png);
    background-repeat:no-repeat;
    background-position:10px 50%;
    background-size: 14px;
}

#entry-menu-top li a:hover{
    background-color: rgba(44,51,255,1);
}
}


/* 20160801 屋嘉比追加 エントリーページ
   ========================================================================== */

#entry-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}
#entry-menu li{
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
}
#entry-menu li a{
    display: block;
    background-color: #2c337e;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    text-decoration: none;
    color: #E5E6F1;
	margin: 1px;
    text-align: center;
    font-size: 13px;
}
@media screen and (max-width:736px){
	#entry-menu li{
	width: 50%;
	}
	#entry-menu li a{
	line-height: 1.2em;
	box-sizing: border-box;
	height: 62px;
	margin: 3px;
	padding-top: 25px;
	}
}
/*クリック状態
============================================================================= */

#entry-menu-click ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}
#entry-menu-click li{
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
}
#entry-menu-click li a{
    display: block;
    background-color: #8d8be7;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    text-decoration: none;
    color: #E5E6F1;
	margin: 1px;
    text-align: center;
    font-size: 13px;
}
@media screen and (max-width:736px){
	#entry-menu-click li{
		width: 50%;
	}
	#entry-menu-click li a{
	line-height: 1.2em;
	box-sizing: border-box;
	height: 62px;
	margin: 3px;
	padding-top: 25px;
	}
}
#entry-menu-click li a:before {
    content:" ";
    display:inline-block;
    width: 13px;
    height: 13px;
    background:url(../img/icon-whitearrow.png) no-repeat 50% 50%;
    background-size: 13px;
    vertical-align:middle;
}

#entry-menu-click li a:hover:before {
    content:" ";
    display:inline-block;
    width: 13px;
    height: 13px;
    background:url(../img/icon-whitearrow-acute.png) no-repeat 50% 50%;
    background-size: 13px;
    vertical-align:middle;
}


/* 20160801 屋嘉比追加 回り込み解除
   ========================================================================== */

.clear {
    clear:both;
    height: 0px;
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* 20170623 障害者採用ページ
   ========================================================================== */
.parallelSec .body .notice .body .rule table.parallel-table td,
th {
  padding: 15px 15px;
}
.parallelSec .body .notice .body .rule table.parallel-table{
  border: 1px solid #c4c4c4;
}
.parallelSec{
  margin-top: 30px;
}
@media (min-width: 737px){
.parallelSec .body .notice .body .rule table.parallel-table td,th {
  padding: 45px 50px;
}
}
/*!
 * Roboto https://www.google.com/fonts/specimen/Roboto
 * Apache License, version 2.0 http://www.apache.org/licenses/LICENSE-2.0
 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/recruit_site/assets/font/roboto-regular.woff2") format("woff2"), url("/recruit_site/assets/font/roboto-regular.woff") format("woff"), url("/recruit_site/assets/font/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("/recruit_site/assets/font/roboto-italic.woff2") format("woff2"), url("/recruit_site/assets/font/roboto-italic.woff") format("woff"), url("/recruit_site/assets/font/roboto-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/recruit_site/assets/font/roboto-bold.woff2") format("woff2"), url("/recruit_site/assets/font/roboto-bold.woff") format("woff"), url("/recruit_site/assets/font/roboto-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("/recruit_site/assets/font/roboto-bolditalic.woff2") format("woff2"), url("/recruit_site/assets/font/roboto-bolditalic.woff") format("woff"), url("/recruit_site/assets/font/roboto-bolditalic.ttf") format("truetype");
}
/*!
 * Seraku v1.0.0
 */
html {
  font-family: "Roboto", "Helvetica Neue", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

body {
  background-color: white;
  color: #231815;
  padding-top: 60px;
}

pre {
  white-space: pre-wrap;
}

pre, code, samp, kbd {
  font-family: "", monospace;
}

code, samp, kbd {
  line-height: normal;
}

img,
iframe,
embed,
video,
audio,
svg,
canvas {
  vertical-align: middle;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

svg {
  fill: currentColor;
}

a {
  color: #262d7b;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body.sg {
  margin: 1rem;
}

html.pagetype-top {
  overflow: hidden;
  height: 100%;
}
html.pagetype-top body {
  overflow: hidden;
  height: 100%;
}
html.pagetype-top.show {
  overflow: auto;
  height: inherit;
}
html.pagetype-top.show body {
  overflow: auto;
  height: inherit;
}

/**
 * Button:
 * Create your buttons with a `.Button` class.
 *
 *     @example
 *     <a class="Button" role="button">Link</a>
 *     <button class="Button" type="button">Button</button>
 *     <input class="Button" type="button" value="Input">
 *     <button class="Button Button-primary" type="button">Button</button>
 *     <button class="Button Button-danger" type="button">Button</button>
 */
.Button {
  text-shadow: 0 1px white;
  background-color: white;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  background-origin: border-box;
  border: 1px solid silver;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
  box-sizing: content-box;
  color: black;
  display: inline-block;
  line-height: 2em;
  margin: 0.5em 0;
  padding: 0 1em;
  cursor: pointer;
  white-space: pre;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
button,
input {
  font: inherit;
}
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
.Button:hover, .Button[aria-pressed="true"] {
  background-image: -webkit-linear-gradient(rgba(128, 128, 128, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(128, 128, 128, 0.1), rgba(0, 0, 0, 0.1));
}
.Button:active, .Button[aria-pressed="true"] {
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1) inset;
}
.Button[disabled], .Button[aria-disabled="true"], .Button[aria-pressed="true"] {
  cursor: default;
}
.Button[disabled], .Button[aria-disabled="true"] {
  box-shadow: none;
  opacity: 0.54;
}
.Button[disabled], .Button[disabled]:hover, .Button[disabled]:focus, .Button[aria-disabled="true"], .Button[aria-disabled="true"]:hover, .Button[aria-disabled="true"]:focus {
  background-image: none;
}

.Button-success {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  background-color: #00c000;
  color: white;
}

.Button-danger {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  background-color: #c00000;
  color: white;
}

.Button-primary {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  background-color: #0080ff;
  color: white;
}

.Button-pill {
  border-radius: 99em;
}

.Button-large {
  font-size: 125%;
}

.Button-small {
  font-size: 75%;
}

.Button-block {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.ButtonGroup {
  display: inline-block;
  margin: 0.5em 0;
}
.ButtonGroup .Button {
  float: left;
  margin: 0;
  position: relative;
  z-index: 1;
}
.ButtonGroup .Button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.75em;
  margin-left: -1px;
}
.ButtonGroup .Button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 0.75em;
}
.ButtonGroup .Button[aria-pressed="true"], .ButtonGroup .Button.selected, .ButtonGroup .Button:active, .ButtonGroup .Button:focus {
  z-index: 2;
}
.ButtonGroup .Button[disabled], .ButtonGroup .Button.disabled {
  border-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.ButtonGroup:before, .ButtonGroup:after {
  content: " ";
  display: table;
}
.ButtonGroup:after {
  clear: both;
}

.PageHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 60px;
  background-color: white;
}
.PageHeader .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  width: 254px;
  height: 60px;
}
.PageHeader .link {
  display: block;
  width: 100%;
  height: 100%;
}
.PageHeader .link img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 224px;
  height: auto;
}
.PageHeader .sitename {
  position: relative;
  margin: 0;
  height: 100%;
  text-align: center;
}
.PageHeader .sitename .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.PageHeader .sitename .text {
  display: block;
  color: #262d7b;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.PageHeader .sitename .text-sub {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.PageHeader .sitename .text-main {
  margin-top: 5px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}

.PageNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  letter-spacing: 0.12em;
}
.PageNav .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.PageNav.is-open .header {
  -webkit-transform: translateX(-84.66667%);
          transform: translateX(-84.66667%);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.PageNav .header .inner {
  position: absolute;
  right: 0;
  height: 60px;
}
.PageNav .controller {
  display: block;
  position: relative;
  width: 100px;
  height: 60px;
  color: #2c337e;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.PageNav .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto 0;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.14em;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.PageNav.is-open .title {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.PageNav .button {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 23px;
}
.PageNav .button .text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.PageNav .button .icon {
  display: block;
  width: 100%;
  height: 100%;
  color: #2c337e;
  -webkit-transition-property: color;
          transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.PageNav.is-open .button .icon {
  color: white;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.PageNav .image {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.PageNav .waterBar {
  width: 21px;
  height: 2px;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.PageNav.is-open .waterBar-1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.PageNav .waterBar-1 {
  -webkit-transform: translateX(4px) scale(1);
          transform: translateX(4px) scale(1);
}
.PageNav.is-open .waterBar-1 {
  -webkit-transform: translateX(14px) scaleX(0.47619);
          transform: translateX(14px) scaleX(0.47619);
}
.PageNav .waterBar-2 {
  -webkit-transform: translateX(1px) scale(1);
          transform: translateX(1px) scale(1);
}
.PageNav.is-open .waterBar-2 {
  -webkit-transform: translateX(10px) scaleX(0.57143);
          transform: translateX(10px) scaleX(0.57143);
}
.PageNav .waterBar-3 {
  -webkit-transform: translateX(4px) scale(1);
          transform: translateX(4px) scale(1);
}
.PageNav.is-open .waterBar-3 {
  -webkit-transform: translateX(5px) scaleX(0.66667);
          transform: translateX(5px) scaleX(0.66667);
}
.PageNav .waterBar-4 {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}
.PageNav.is-open .waterBar-4 {
  -webkit-transform: translateX(1px) scaleX(0.7619);
          transform: translateX(1px) scaleX(0.7619);
}
.PageNav .body {
  position: fixed;
  top: 0;
  right: 0;
  width: 84.66667%;
  height: 100%;
  background-color: white;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
}
.PageNav.is-open .body {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.PageNav .entry {
  margin: 0;
  height: 60px;
}
.PageNav .nav {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.PageNav .link{
  display: block;
  position: relative;
  padding-right: 10px;
  padding-left: 55px;
  text-decoration: none;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
#entry-menu ul li a,
#entry-menu-click ul li a{
  display: block;
  position: relative;
  text-decoration: none;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
.sp{
	display: none;
}
@media screen and (max-width:736px){
	.PageNav .link,
	header #entry-menu ul li a,
	header #entry-menu-click ul li a{
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 0;
		font-size: 11px;
	}
	.sp{
		display: block;
	}
	.PageNav .link-entry{
		padding-left: 65px;
	}
}
@media screen and (max-width:736px){
	header #entry-menu ul li a,
	header #entry-menu-click ul li a{
		text-align: left;
		text-align: -webkit-left;
		text-align: -moz-left;
	}
	header.header div:nth-of-type(2) ul li a,
	header.header div:nth-of-type(3) ul li a{
		padding-top: 20px !important;
		line-height: 0.9em !important;
	}
}
.PageNav .link::before{
  background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
  background-size: 12px auto;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 23px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}

#entry-menu ul li a:before,
#entry-menu-click ul li a:before{
  background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
  background-size: 10px auto;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 11%;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
}


header div#entry-menu:nth-last-of-type(2) ul li a:before{
  left: 24%;
}

@media screen and (max-width:1650px){
	#entry-menu ul li a:before,
	#entry-menu-click ul li a:before{
		left: 5%;
	}
	header div#entry-menu:nth-last-of-type(2) ul li a:before{
		left: 19%;
	}
}
@media screen and (max-width:736px){
	#entry-menu ul li a:before,
	#entry-menu-click ul li a:before,
	header div#entry-menu:nth-last-of-type(2) ul li a:before{
		left: 8px;
	}
}
.PageNav .link .arrow,
#entry-menu ul li a .arrow,
#entry-menu-click ul li a .arrow{
  position: absolute;
  top: 0;
  left: 23px;
  bottom: 0;
  margin: auto 0;
}
.PageNav .link:hover::before,
#entry-menu ul li a:hover::before,
#entry-menu-click ul li a:hover::before{
  background-image: url("/recruit_site/assets/img/icon-arrow-acute.png");
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.PageNav .link-entry {
  box-sizing: border-box;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  height: 100%;
  background-color: #2c337e;
  color: white;
  line-height: 1;
  text-align: left;
}
.PageNav .link-entry::before,
#entry-menu ul li a.a-entry::before,
#entry-menu-click ul li a.a-entry::before{
  background-image: url("/recruit_site/assets/img/icon-whitearrow.png");
}
.PageNav .link-entry:hover::before,
#entry-menu ul li a.a-entry:hover::before,
#entry-menu-click ul li a.a-entry:hover::before{
  background-image: url("/recruit_site/assets/img/icon-whitearrow-acute.png");
}
.PageNav .link-entry .main {
  margin-right: 15px;
  font-size: 15px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
}
.PageNav .link-entry .sub {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 15px;
}
.PageNav .link-nav {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #231815;
  line-height: 1;
}
.PageNav .link-nav .main {
  display: block;
  font-size: 15px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
.PageNav .link-nav .sub {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.PageMain {
  overflow: hidden;
  padding-bottom: 30px;
}
.PageMain .CardGroup-3col .Card a .text .Badge-it,
.PageMain .CardGroup-3col .Card a .text .Badge-smt,
.PageMain .CardGroup-3col .Card a .text .Badge-web,
.PageMain .CardGroup-3col .Card a .text .Badge-bi,
.PageMain .CardGroup-3col .Card a .text .Badge-busi,
.PageMain .CardGroup-3col .Card a .text .Badge-mana{
	left: 31%;
}
.PageFooter {
  padding: 15px 25px 20px;
  background-color: white;
}
.PageFooter .recruitEntry {
  margin: 0;
}
.PageFooter .recruitEntry .link {
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  background-color: #2c337e;
  color: white;
  line-height: 1;
  text-decoration: none;
}
.PageFooter .recruitEntry .link::after {
  display: table;
  clear: both;
  content: "";
}
.PageFooter .recruitEntry .link .inner {
  display: block;
  position: relative;
  left: 50%;
  float: left;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.PageFooter .recruitEntry .link .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 12px;
}
.PageFooter .recruitEntry .link .forNarrow {
  display: block;
  padding: 20px 0 20px 25px;
}
.PageFooter .recruitEntry .link .forNarrow .text {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.PageFooter .recruitEntry .link .forNarrow .text-main {
  font-size: 16px;
}
.PageFooter .recruitEntry .link .forNarrow .text-sub {
  margin-top: 15px;
  font-size: 12px;
  font-family: "Roboto", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.PageFooter .recruitEntry .link .forWide {
  display: none;
}
.PageFooter .recruitEntry .link .forWide .text {
  display: block;
  line-height: 28px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.PageFooter .recruitEntry .link .forWide .text-main {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.PageFooter .recruitEntry .link .forWide .text-sub {
  margin-left: 25px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #4e548f;
  font-size: 12px;
  font-weight: bold;
}
.PageFooter .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 24px;
  border-width: 0 1px;
  border-style: solid;
  padding-left: 0;
  color: #f1f1f1;
  list-style-type: none;
}
.PageFooter .nav .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.PageFooter .nav .item:nth-child(2) {
  border-left-width: 1px;
  border-left-style: solid;
}
.PageFooter .nav .item .link {
  display: block;
  color: black;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  font-family: "Roboto";
  line-height: 24px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  vertical-align: baseline;
}
.PageFooter .nav .item .link .icon {
  margin-right: 8px;
  width: 10px;
  height: 8px;
  color: #c8c8c8;
}
.PageFooter .copyright {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  font-family: "Roboto";
  line-height: 30px;
  letter-spacing: 0.12em;
  text-align: right;
}
.PageFooter .copyright small {
  font-size: inherit;
}

.PageCover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: visibility, opacity;
          transition-property: visibility, opacity;
  -webkit-transition-duration: 0s, 0.4s;
          transition-duration: 0s, 0.4s;
  -webkit-transition-delay: 0.55s, 0s;
          transition-delay: 0.55s, 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.PageCover.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.TopHeroHeader {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: white;
  z-index: 1;
}
.ios .TopHeroHeader, .cssvhunit .TopHeroHeader {
  height: calc(100vh - 60px);
}
.min-height .TopHeroHeader {
  height: 500px;
}
.TopHeroHeader .material {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: -1px;
}
.TopHeroHeader .material img, .TopHeroHeader .material video {
  width: auto;
  height: auto;
  max-width: inherit;
}
.TopHeroHeader .intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72%;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width:736px){
	.TopHeroHeader .intro {
		height: 80%;
	}
}
.TopHeroHeader .intro img {
  position: absolute;
  max-width: inherit;
  -webkit-transition: all 15s ease-in-out;
          transition: all 15s ease-in-out;
}
.intro-omit .TopHeroHeader .intro img {
  -webkit-transition: none;
          transition: none;
}
.TopHeroHeader .intro .cloud1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, 20%);
          transform: translate(-40%, 20%);
}
.TopHeroHeader .intro .cloud2 {
  top: 0;
  right: 0;
  -webkit-transform: translate(40%, 20%);
          transform: translate(40%, 20%);
}
.TopHeroHeader .intro .cloud3 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, 40%);
          transform: translate(-20%, 40%);
}
.TopHeroHeader .intro .rock {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}
.TopHeroHeader .intro .river {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(20%, 10%);
          transform: translate(20%, 10%);
}
.TopHeroHeader .intro .land {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-84%, 42%);
          transform: translate(-84%, 42%);
}
.TopHeroHeader .intro .bird1 {
  width: 138px;
  top: 24%;
  right: 260px;
}
.ios .TopHeroHeader .intro .bird1, .android .TopHeroHeader .intro .bird1 {
  width: 82.8px;
}
.TopHeroHeader .intro .bird2 {
  width: 108px;
  top: calc(40% + 32px);
  right: 0;
}
.ios .TopHeroHeader .intro .bird2, .android .TopHeroHeader .intro .bird2 {
  width: 64.8px;
  top: calc(40% + 19.2px);
}
.TopHeroHeader .intro .tree {
  width: 230px;
  top: 40%;
  right: 0;
}
.ios .TopHeroHeader .intro .tree, .android .TopHeroHeader .intro .tree {
  width: 138px;
}
.TopHeroHeader .intro .logo {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}
.TopHeroHeader .intro .logo > .solo {
  position: absolute;
  width: 234px;
  -webkit-transform: translate(-50%, -77px);
          transform: translate(-50%, -77px);
  opacity: 0;
  left: 50%;
}
.ios .TopHeroHeader .intro .logo > .solo, .android .TopHeroHeader .intro .logo > .solo {
  width: 168.48px;
  top: -25px;
}
.android .ios .TopHeroHeader .intro .logo > .solo, .android .android .TopHeroHeader .intro .logo > .solo {
  height: 61.92px;
}
.TopHeroHeader .intro .logo p {
  position: absolute;
  color: #262d7b;
  font-size: 20px;
  font-weight: bold;
}
.ios .TopHeroHeader .intro .logo p, .android .TopHeroHeader .intro .logo p {
  font-size: 12px;
}
.TopHeroHeader .intro .logo .opening {
  position: relative;
  opacity: 0;
  text-align: center;
  width: 400px;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  z-index: 1;
}
.ios .TopHeroHeader .intro .logo .opening, .android .TopHeroHeader .intro .logo .opening {
  top: -60px;
}
.TopHeroHeader .intro .logo .opening span {
  display: block;
  position: absolute;
  color: #262d7b;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.TopHeroHeader .intro .logo .opening .main {
  position: relative;
  font-size: 20px;
  line-height: 2.6em;
}
.ios .TopHeroHeader .intro .logo .opening .main, .android .TopHeroHeader .intro .logo .opening .main {
  font-size: 14.4px;
}
.TopHeroHeader .intro .logo .opening .solo {
  font-size: 10px;
  width: 100px;
  top: 0;
  left: 170px;
}
.ios .TopHeroHeader .intro .logo .opening .solo, .android .TopHeroHeader .intro .logo .opening .solo {
  font-size: 7.2px;
  left: 165px;
}
.TopHeroHeader .intro .logo .opening .team {
  font-size: 10px;
  width: 100px;
  top: 0;
  left: 225px;
}
.ios .TopHeroHeader .intro .logo .opening .team, .android .TopHeroHeader .intro .logo .opening .team {
  font-size: 7.2px;
  left: 202px;
}
.TopHeroHeader .intro .logo .opening .seraku {
  font-size: 10px;
  width: 100px;
  top: 52px;
  left: 138px;
}
.ios .TopHeroHeader .intro .logo .opening .seraku, .android .TopHeroHeader .intro .logo .opening .seraku {
  font-size: 7.2px;
  top: 37px;
  left: 142px;
}
.TopHeroHeader .intro .logo .lead {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ios .TopHeroHeader .intro .logo .lead, .android .TopHeroHeader .intro .logo .lead {
  top: -60px;
}
.TopHeroHeader .intro .logo .lead .lead-en {
  position: absolute;
  width: 400px;
  height: 49px;
  -webkit-transform: translate(-50%, 38px);
          transform: translate(-50%, 38px);
  opacity: 0;
}
.ios .TopHeroHeader .intro .logo .lead .lead-en, .android .TopHeroHeader .intro .logo .lead .lead-en {
  width: 240px;
}
.TopHeroHeader .intro .logo .lead .lead-ja {
  width: 500px;
  text-align: center;
  -webkit-transform: translate(-50%, 70px);
          transform: translate(-50%, 70px);
  opacity: 0;
}
.TopHeroHeader .intro.start .cloud1 {
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}
.TopHeroHeader .intro.start .cloud2 {
  -webkit-transform: translate(50%, 20%);
          transform: translate(50%, 20%);
}
.TopHeroHeader .intro.start .cloud3 {
  -webkit-transform: translate(-15%, 40%);
          transform: translate(-15%, 40%);
}
.TopHeroHeader .intro.start .rock {
  -webkit-transform: translate(-30%, 10%);
          transform: translate(-30%, 10%);
}
.TopHeroHeader .intro.start .river {
  -webkit-transform: translate(0%, 25%);
          transform: translate(0%, 25%);
}
.TopHeroHeader .intro.start .land {
  -webkit-transform: translate(-42%, 25%);
          transform: translate(-42%, 25%);
}
.TopHeroHeader .intro.start .logo .opening {
  -webkit-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.TopHeroHeader .intro.showlead .logo > .solo {
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
  opacity: 1;
  -webkit-transform: translate(-50%, -100px);
          transform: translate(-50%, -100px);
}
.TopHeroHeader .intro.showlead .logo .opening {
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
  opacity: 0;
}
.TopHeroHeader .intro.showlead .logo .lead .lead-en {
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate(-50%, 18px);
          transform: translate(-50%, 18px);
  opacity: 1;
}
.TopHeroHeader .intro.showlead .logo .lead .lead-ja {
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  opacity: 1;
}
.TopHeroHeader .intro.end .cloud1 {
  -webkit-transition: all 2.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 2.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-60%, 20%);
          transform: translate(-60%, 20%);
}
.TopHeroHeader .intro.end .cloud2 {
  -webkit-transition: all 2.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 2.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(80%, 20%);
          transform: translate(80%, 20%);
}
.TopHeroHeader .intro.end .bird1 {
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  width: 69px;
  top: calc(35% - 115px);
  right: calc(33% + 180px - 100px);
}
.ios .TopHeroHeader .intro.end .bird1, .android .TopHeroHeader .intro.end .bird1 {
  top: calc(100% - 405px);
  right: 255px;
}
.TopHeroHeader .intro.end .bird2 {
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  width: 54px;
  top: calc(35% + 36px);
  right: calc(33% - 180px);
}
.ios .TopHeroHeader .intro.end .bird2, .android .TopHeroHeader .intro.end .bird2 {
  top: calc(100% - 260px + 16px);
  right: 0;
}
.TopHeroHeader .intro.end .tree {
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  width: 115px;
  top: calc(35% + 20px);
  right: calc(33% - 180px);
}
.ios .TopHeroHeader .intro.end .tree, .android .TopHeroHeader .intro.end .tree {
  top: calc(100% - 260px);
  right: 0;
}
.TopHeroHeader .intro.end .logo {
  -webkit-transition: all 1.5s ease-in-out;
          transition: all 1.5s ease-in-out;
  top: 35%;
  right: 33%;
  -webkit-transform: translate(50%, 0%) scale(0.77);
          transform: translate(50%, 0%) scale(0.77);
}
.TopHeroHeader .intro.end .logo p {
  -webkit-transition: all 1.5s ease-in-out;
          transition: all 1.5s ease-in-out;
  font-size: 20px;
}
.TopHeroHeader .intro.end .logo .lead .lead-en {
  -webkit-transition: all 1.5s ease-in-out;
          transition: all 1.5s ease-in-out;
  width: 360px;
  height: 44px;
}
.ios .TopHeroHeader .intro.end .logo, .android .TopHeroHeader .intro.end .logo {
  top: calc(100% - 280px);
  right: 180px;
}
.TopHeroHeader .intro.end.intro-logo {
  z-index: 1;
  -webkit-transition: all 1.5s ease-in-out;
          transition: all 1.5s ease-in-out;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.TopHeroHeader .intro.no-scale {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.TopHeroHeader .video {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(33% - 180px);
  height: 100%;
  overflow: hidden;
}
.ios .TopHeroHeader .video, .android .TopHeroHeader .video {
  display: none;
}
.TopHeroHeader .image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(67% - 180px);
  height: 100%;
}
.ios .TopHeroHeader .image, .android .TopHeroHeader .image {
  width: 100%;
}
.TopHeroHeader .image .background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.TopHeroHeader .image .person {
  position: absolute;
  bottom: 0;
  right: -45px;
  width: calc(100% + 45px);
  min-width: 600px;
  height: 100%;
  overflow: hidden;
}
.TopHeroHeader .image .person canvas {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:600px){
	.TopHeroHeader .image .person canvas {
		right: -3%;
	}
}
.ios .TopHeroHeader .image .person, .android .TopHeroHeader .image .person {
  right: 25%;
}
.TopHeroHeader .slide {
  display: none;
  position: absolute;
  top: 42%;
  left: calc(67% - 180px);
  padding-left: 36px;
  width: 324px;
  z-index: 2;
  background: rgba(255,255,255,0.8);
}

.TopHeroHeader .slide.show {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  opacity: 1;
}
.ios .TopHeroHeader .slide, .android .TopHeroHeader .slide {
  background-color: white;
  width: calc(100% - 60px);
  left: 0;
  top: auto;
  bottom: 105px;
  padding: 20px 30px 10px;
}
.TopHeroHeader .slide .items {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.TopHeroHeader .slide .items li {
  display: inline-block;
  padding-right: 10px;
}
.TopHeroHeader .slide .items a {
  display: block;
  width: 8px;
  height: 8px;
  background-color: lightgray;
  border-radius: 100%;
  text-decoration: none;
}
.TopHeroHeader .slide .items a.current {
  background-color: black;
}
.TopHeroHeader .slide .lead {
  position: relative;
  z-index: 1;
}
.TopHeroHeader .slide .lead p {
  opacity: 1;
  font-weight: bold;
}
.ios .TopHeroHeader .slide .lead p, .android .TopHeroHeader .slide .lead p {
  font-size: 12px;
}
.TopHeroHeader .slide .link {
  position: relative;
  z-index: 1;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width:736px){
	.TopHeroHeader .slide .link {
		margin-bottom: 17px;
	}
}
.ios .TopHeroHeader .slide .link .NavLink, .android .TopHeroHeader .slide .link .NavLink {
  font-size: 10px;
}
.TopHeroHeader .loading {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
}
.TopHeroHeader .loading .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.TopHeroHeader .loading .progress .logo {
  width: 26px;
  height: 41px;
  overflow: hidden;
  margin: 0 auto 15px;
}
.TopHeroHeader .loading .progress .logo .front {
  position: absolute;
  z-index: 1;
}
.TopHeroHeader .loading .progress .logo .bg {
  position: relative;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 37px;
  overflow: hidden;
}
.TopHeroHeader .loading .progress .logo .bg img {
  max-width: none;
  margin-left: 0px;
}
.TopHeroHeader .loading .progress .text {
  position: relative;
  width: 249px;
  height: 33px;
  overflow: hidden;
}
.TopHeroHeader .loading .progress .text .front {
  position: absolute;
  z-index: 1;
}
.TopHeroHeader .loading .progress .text .bg {
  position: relative;
  top: 2px;
  left: 2px;
  width: 245px;
  height: 29px;
  overflow: hidden;
}
.TopHeroHeader .loading .progress .text .bg img {
  max-width: none;
  margin-left: -810px;
}
.TopHeroHeader .loading.complete {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.TopHeroHeader .loading.complete .progress {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

.FBTopics {
  width: 100%;
  height: 40px;
  min-width: 1080px;
  background-color: white;
  z-index: 1;
}
.show .FBTopics {
  -webkit-transition: top 1s ease-in-out;
          transition: top 1s ease-in-out;
  top: calc(500px - 40px);
}
.ios .FBTopics, .cssvhunit .FBTopics {
  top: 100vh;
}
.ios.show .FBTopics, .cssvhunit.show .FBTopics {
  top: calc(100vh - 40px);
}
.min-height .FBTopics {
  top: 500px;
}
.min-height.show .FBTopics {
  top: calc(500px - 40px);
}
.FBTopics h2 {
  float: left;
  width: 125px;
  height: 40px;
  margin: 0;
  background-color: #305097;
  text-align: center;
  font-style: italic;
  letter-spacing: 1.5px;
}
.FBTopics h2 a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
}
.FBTopics h2 .icon {
  width: 8px;
  height: 15px;
  padding: 0 10px 1px 0;
}
.FBTopics .topics {
  width: calc(100% - 205px);
 /* height: 40px;*/
  height: auto;
  margin: 0 40px 0 165px;
  overflow: hidden;
}
.FBTopics .topics ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.FBTopics .topics li {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  position: absolute;
  list-style: none;
  height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.FBTopics .topics li.current {
  -webkit-transition: all 0.5s ease-in-out 0.5s;
          transition: all 0.5s ease-in-out 0.5s;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.FBTopics .topics a {
  color: #231815;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
}
.ProductsMenuBlock .menuHeader {
  height: 65px;
  position: relative;
  overflow: hidden;
}
.ProductsMenuBlock .menuHeader h2 {
  position: relative;
  margin: 0;
  background-repeat: repeat;
  font-size: 20px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 65px;
  letter-spacing: 0.42em;
  text-align: center;
}
.ProductsMenuBlock .menuList {
  background-color: #f1f1f1;
  margin: 0 0 0 0;
  padding: 5px 25px 15px 24px;
  list-style-type: none;
}
.ProductsMenuBlock .menuList::after {
  display: block;
  clear: both;
  content: "";
}
.ProductsMenuBlock .menuItem {
  float: left;
  margin-top: 10px;
  box-sizing: border-box;
  width: 50%;
}
.ProductsMenuBlock .menuItem:nth-child(2n+1) {
  clear: left;
  padding: 0 7px 0 1px;
}
.ProductsMenuBlock .menuItem:nth-child(2n) {
  padding: 0 0 0 8px;
}
.ProductsMenuBlock .menuItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  position: relative;
  border-radius: 2px;
  padding: 0 10px;
  height: 53px;
  overflow: hidden;
  background-color: white;
  color: #c8c8c8;
}
.ProductsMenuBlock .menuItem .icon {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 12px;
  height: 10px;
}
.ProductsMenuBlock .menuItem .image.image-success-leader {
  width: 110px;
}
.ProductsMenuBlock .menuItem .image.image-it-samurai {
  width: 65px;
}
.ProductsMenuBlock .menuItem .image.image-tempra-samurai {
  width: 67px;
}
.ProductsMenuBlock .menuItem .image.image-smart-washbasin {
  width: 92px;
}
.ProductsMenuBlock .menuItem .image.image-smart-vegetable-factory {
  width: 120px;
}
.ProductsMenuBlock .menuItem .image.image-midori-cloud {
  width: 107px;
}

.Card {
  position: relative;
}
.Card .image {
  width: 100%;
}
.Card .image img {
  width: 100%;
}
.Card .text {
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -40px;
  padding: 24px 45px 21px 15px;
  position: relative;
}
.Card .text::after {
  background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
  background-size: 8px auto;
  border: 1px solid #aaa8a7;
  border-radius: 99em;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.Card .Badge {
  position: absolute;
  top: -9px;
}
.Card .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}
.Card .title + .meta {
  margin-top: 1em;
}
.Card .meta,
.Card .name {
  display: block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
.Card .meta {
  font-size: 11px;
  line-height: 1.5;
}
.Card .meta + .name {
  margin-top: 0.25em;
}
.Card .name {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.Card a {
  color: inherit;
  text-decoration: none;
}
.Card a:hover .text::after {
  background-image: url("/recruit_site/assets/img/icon-arrow-acute.png");
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.CardGroup {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 40px;
  position: relative;
}
.CardGroup-1col > .decoration {
  display: none;
}

.CardGroupHeader {
  padding-bottom: 30px;
  padding-top: 55px;
  position: relative;
  text-align: center;
}
.CardGroupHeader .title {
  background-color: white;
  display: inline-block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0;
  padding: 0.32em 0.5em 0.32em 0.7em;
}
.CardGroupHeader .moreLink {
  margin-bottom: 0;
  margin-top: 20px;
}

.HomeCardGroup {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:736px){
	section#solo {
		margin: 210px 0 0 0;
	}
}
.HomeCardGroup #solo{
  margin: 90%;
}
.HomeCardGroup-solo > .content:before, .HomeCardGroup-solo > .content:after {
  content: " ";
  display: table;
}
.HomeCardGroup-solo > .content:after {
  clear: both;
}
.HomeCardGroup-solo .HomeCardGroupHeader {
  width: 100%;
}
.HomeCardGroup-solo .Card {
  float: left;
  width: 50%;
}
.HomeCardGroup-solo .Card .text .title {
  display: none;
}
.HomeCardGroup-solo .Card-large {
  width: 100%;
}
.HomeCardGroup-solo .Card-large .text {
  bottom: 10px;
  left: 0;
  right: 0;
  position: absolute;
}
.HomeCardGroup-solo .Card-large .text .title {
  display: block;
}
.HomeCardGroup-solo .Card-small {
  display: none;
}
.HomeCardGroup-study .Card .text {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
}
.HomeCardGroup-study .Card .text .title {
  margin-bottom: 0;
}

.HomeCardGroupHeader {
  padding-bottom: 36px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.HomeCardGroupHeader a {
  color: inherit;
  text-decoration: none;
}
.HomeCardGroupHeader .content {
  position: relative;
}
.HomeCardGroup-company .content {
    top:-115px;
    }

@media screen and (max-width:736px){
	.HomeCardGroup-company .content {
    top:0px;
    }
}

.HomeCardGroupHeader .title {
  display: inline-block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 0.2em;
  white-space: nowrap;
}
.HomeCardGroupHeader .title .image img {
  height: 24px;
  width: auto;
}
.HomeCardGroupHeader .description {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 1.25em;
  margin-top: 0.75em;
}
.HomeCardGroupHeader .moreLink {
  margin: 0;
}
.HomeCardGroupHeader .decoration {
  position: absolute;
  z-index: -1;
}
.HomeCardGroupHeader .decoration#deco-solo-1 {
  bottom: -9px;
  left: 20px;
  z-index: 10;
}
.HomeCardGroupHeader .decoration#deco-solo-2 {
  bottom: 27px;
  right: 0;
}
.HomeCardGroupHeader .decoration#deco-team-1 {
  bottom: 0;
  left: 8px;
}
.HomeCardGroupHeader .decoration#deco-team-2 {
  right: 20px;
  top: 32px;
}

.HomeCardGroupHeader .decoration#deco-company-1 {
  bottom: 0;
  right: 0;
  max-width: 100%;
}

@media screen and (min-width: 737px){
.HomeCardGroupHeader .decoration#deco-company-1 {
  bottom: 256px;
  right: 0;
  max-width: 100%;
}
}


.HomeCardGroupHeader .decoration#deco-study-1 {
  bottom: 0;
  right: 0;
}

.NavLink {
  color: inherit;
  display: inline-block;
  padding-right: 40px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
}
.NavLink .text {
  border-bottom: 1px solid #aaa8a7;
  display: inline-block;
}
.NavLink::before {
  content: "";
  position: absolute;
  right: 100%;
  height: 100%;
}
.NavLink::after {
  background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
  background-size: 8px auto;
  border: 1px solid #aaa8a7;
  border-radius: 99em;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}
.NavLink:hover, a:hover .NavLink {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.NavLink:hover::before, a:hover .NavLink::before {
  width: 5px;
}
.NavLink:hover::after, a:hover .NavLink::after {
  background-image: url("/recruit_site/assets/img/icon-arrow-acute.png");
}

.Badge {
  background-color: #231815;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  margin: 0;
  padding-left: 0.8em;
  padding-right: 0.6em;
  letter-spacing: 0.2em;
}
.Badge-solo {
  background-color: #262d7b;
}
.Badge-team {
  background-color: #8d8be7;
}
.Badge-company {
  background-color: #e35d9c;
}
.Badge-study {
  background-color: #94c170;
}
.Badge-mid{
  font-style: normal;
  background-color: #262d7b;
}
.Badge-new{
  font-style: normal;
  background-color: #10b9bf;
}
.Badge-it{
  left: 24%;
  margin-left:10px;
  font-style: normal;
  background-color: #fff;
  border: 2px solid #8d8be7;
  color: #8d8be7;
  line-height: 16px;
}
.Badge-smt{
  left: 24%;
  margin-left:10px;
  font-style: normal;
  background-color: #fff;
  border: 2px solid #94c170;
  color: #94c170;
  line-height: 16px;
}
.Badge-web{
  left: 24%;
  margin-left:10px;
  font-style: normal;
  background-color: #fff;
  border: 2px solid #e35d9c;
  color: #e35d9c;
  line-height: 16px;
}
.Badge-bi{
  left: 24%;
  margin-left:10px;
  font-style: normal;
  background-color: #fff;
  border: 2px solid #8b008b;
  color: #8b008b;
  line-height: 16px;
}
.Badge-busi{
  left: 24%;
  margin-left:10px;
  font-style: normal;
  background-color: #fff;
  border: 2px solid #e98b38;
  color: #e98b38;
  line-height: 16px;
}
.Badge-mana{
  left: 24%;
  margin-left:10px;
  font-style: normal;
  background-color: #fff;
  border: 2px solid #A0522D;
  color: #A0522D;
  line-height: 16px;
}
.ArticleBackground {
  position: relative;
}
.ArticleBackground::before {
  background-repeat: no-repeat;
  background-position: 50% 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.ArticleBackground-solo::before {
  background-image: url("/recruit_site/solo/assets/img/bg-river-small.png");
  background-size: cover;
}

.ArticleBackground-team::before {
  display: none;
}

.ArticleHeader {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.ArticleHeader > .content {
  margin-left: 25px;
  margin-right: 25px;
}
.ArticleHeader .image {
  margin-left: -20px;
  margin-right: 15px;
}
.ArticleHeader .text {
  margin-top: -10px;
  position: relative;
}
.ArticleHeader .title {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.ArticleHeader .meta {
  margin-bottom: 0;
  margin-top: 0.75em;
}
.ArticleHeader .meta small {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ArticleHeader .meta small.pre {
  display: block;
  margin-top: 0.25em;
}
.ArticleHeader .meta .name {
  display: block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
}
.ArticleHeader .meta .name small {
  font-weight: normal;
  margin-left: 0.5em;
}
.ArticleHeader .decoration {
  bottom: -20px;

  position: absolute;
  right: 0;
  width: 100px;
}

.ArticleHeader-solo .image {
  position: relative;
}
.ArticleHeader-solo .image::before {
  background: url("/recruit_site/assets/img/bg-solo.png");
  border-radius: 2px;
  bottom: -40px;
  content: "";
  left: 110px;
  position: absolute;
  right: -15px;
  top: 66px;
  z-index: -1;
}

.ArticleHeader-team .image {
  position: relative;
}
.ArticleHeader-team .image::before {
  background: url("/recruit_site/assets/img/bg-team.png");
  border-radius: 2px;
  bottom: -40px;
  content: "";
  left: 110px;
  position: absolute;
  right: -15px;
  top: 66px;
  z-index: -1;
}

.ArticleIntro > .content {
  margin-left: 25px;
  margin-right: 25px;
}
.ArticleIntro .lede {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0;
}
.ArticleIntro .profileGroup {
  margin-bottom: 0;
  margin-top: 30px;
  padding: 0;
  position: relative;
  z-index: 10;
}
.ArticleIntro .profileGroup::before, .ArticleIntro .profileGroup::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.ArticleIntro .profileGroup::before {
  background: url("/recruit_site/team/assets/img/bg-river-small.png") 50% 0 no-repeat;
  background-size: contain;
  left: -25px;
  right: -25px;
  top: -120px;
  height: 257.6px;
}
.ArticleIntro .profileGroup::after {
  background: url("/recruit_site/team/assets/img/bg-sakura-small.png") 0 100% no-repeat;
  background-size: contain;
  left: -25px;
  width: 200px;
  bottom: -120px;
  height: 132px;
}
.ArticleIntro .profile {
  background-color: white;
  list-style-type: none;
  margin-top: 30px;
}
.ArticleIntro .profile .image {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 90px;
}
.ArticleIntro .profile .text {
  padding-top: 20px;
}
.ArticleIntro .profile small {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ArticleIntro .profile .pre {
  display: block;
}
.ArticleIntro .profile .name {
  display: block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
}
.ArticleIntro .profile .name .label {
  display: block;
}
.ArticleIntro .profile .description {
  clear: left;
  font-size: 12px;
  line-height: 1.75;
  position: relative;
}
.ArticleIntro .profile .description .decoration {
  position: absolute;
  top: -48px;
  width: 27px;
}
.ArticleIntro .profile:nth-child(odd) .description .decoration {
  right: -8px;
}
.ArticleIntro .profile:nth-child(even) .description .decoration {
  right: 8px;
}

.ArticleBlock {
  position: relative;
}
.ArticleBlock > .content {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.ArticleBlock .decoration {
  position: absolute;
}
.ArticleBlock .image {
  margin-top: 25px;
  position: relative;
  z-index: 0;
}
.ArticleBlock .image picture,
.ArticleBlock .image picture img {
  width: 100%;
}
.ArticleBlock .image-medium {
  height: 0;
  margin-bottom: -85px;
  overflow: hidden;
}
.ArticleBlock .image-medium img {
  display: none;
}
.ArticleBlock .text {
  position: relative;
  z-index: 20;
}
.ArticleBlock .title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 0;
}
.ArticleBlock p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: 0;
}
.ArticleBlock p + .title {
  margin-top: 3em;
}
.ArticleBlock .lede {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 0;
}
.ArticleBlock .lede br {
  display: none;
}
.ArticleBlock .dialog {
  margin-top: 1.25em;
  padding-left: 3.3em;
}
.ArticleBlock .dialog:before, .ArticleBlock .dialog:after {
  content: " ";
  display: table;
}
.ArticleBlock .dialog:after {
  clear: both;
}
.ArticleBlock .dialog .name {
  float: left;
  margin-left: -3.3em;
}
.ArticleBlock .dialog .name::after {
  content: "：";
}
.ArticleBlock .dialog-3char {
  padding-left: 4.4em;
}
.ArticleBlock .dialog-3char .name {
  margin-left: -4.4em;
}
.ArticleBlock .footnote {
  display: block;
  font-size: 85.715%;
  margin-top: 1.45832em;
}

.ArticleBlock-s1 .decoration {
  bottom: -30px;
  left: 0;
  width: 60px;
}

.ArticleBlock-s2 .image {
  position: relative;
}
.ArticleBlock-s2 .image::before {
  background: url("/recruit_site/assets/img/bg-solo.png");
  border-radius: 2px;
  bottom: -30px;
  content: "";
  left: 64px;
  position: absolute;
  right: -15px;
  top: 60px;
  z-index: -1;
}

.ArticleBlock-s3 > .content {
  padding-bottom: 80px;
}
.ArticleBlock-s3 .text .decoration {
  display: none;
}
.ArticleBlock-s3 .image .decoration {
  right: -30px;
  bottom: -60px;
  width: 80px;
}

.ArticleBlock-sBreak {
  background: url("/recruit_site/solo/assets/img/bg-ripple-small.png") no-repeat 50% 100% #e0eeff;
  background-size: contain;
}
.ArticleBlock-sBreak > .content {
  padding-bottom: 40px;
  padding-top: 40px;
}
.ArticleBlock-sBreak .image {
  margin-top: 0;
}
.ArticleBlock-sBreak .text {
  margin-top: 20px;
}
.ArticleBlock-sBreak .decoration {
  display: none;
}

.ArticleBlock-s4 .image {
  position: relative;
}
.ArticleBlock-s4 .image::before {
  background: url("/recruit_site/assets/img/bg-solo.png");
  border-radius: 2px;
  bottom: 60px;
  content: "";
  left: -12px;
  position: absolute;
  right: 120px;
  top: -15px;
  z-index: -1;
}

.ArticleBlock-s5 .image {
  position: relative;
}
.ArticleBlock-s5 .image::before {
  background: url("/recruit_site/assets/img/bg-solo.png");
  border-radius: 2px;
  bottom: 60px;
  content: "";
  left: -12px;
  position: absolute;
  right: 120px;
  top: -15px;
  z-index: -1;
}

.ArticleBlock-t3 .decoration {
  bottom: -88px;
  right: 0;
  width: 67px;
}

.ArticleBlock-t12 .image .decoration {
  display: none;
}

.ArticleBlock-t15 .decoration {
  bottom: -88px;
  right: 0;
  width: 67px;
}

.ArticleBlock-tBreak {
  background-color: #eae9fb;
  margin-top: 60px;
}
.ArticleBlock-tBreak::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-top: 24.53333%;
  background: url("/recruit_site/team/assets/img/bg-river2-small.png") no-repeat 50% 100%;
  background-size: contain;
}
.ArticleBlock-tBreak .decoration {
  right: 0;
  top: -40px;
  width: 50px;
}
.ArticleBlock-tBreak .Program {
  margin-top: 0;
}
.ArticleBlock-tBreak .Program > .inner {
  padding-bottom: 50px;
  padding-top: 40px;
  position: relative;
}
.ArticleBlock-tBreak .Program > .inner > .header .title {
  font-size: 14px;
}
.ArticleBlock-tBreak .Program .subBody .title {
  font-family: "Roboto", "Helvetica Neue", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.ArticleBlock-tBreak .Program .subBody.subBody-basic > .body .detail, .ArticleBlock-tBreak .Program .subBody.subBody-highlight > .body .detail, .ArticleBlock-tBreak .Program .subBody.subBody-complete > .body .detail {
  background-color: white;
}
.ArticleBlock-tBreak .Program .sep-light {
  color: white;
}

.SubpageHeader {
  background-image: url("/recruit_site/assets/img/bg-header-small.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 40%;
  position: relative;
}
.SubpageHeader a {
  color: inherit;
  text-decoration: none;
}
.SubpageHeader .title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0;
  padding-left: 0.2em;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  white-space: nowrap;
}
.SubpageHeader .geom-dummy {
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.SubpageHeader-company {
  background-image: url("/recruit_site/company/assets/img/bg-header-small.png");
}

.SubpageHeader-entry {
  background-image: url("/recruit_site/entry/assets/img/bg-header-small.png");
}

.SubpageHeader-solo {
  background-image: url("/recruit_site/solo/assets/img/bg-header-small.png");
}

.SubpageHeader-study {
  background-image: url("/recruit_site/study/assets/img/bg-header-small.png");
}

.SubpageHeader-team {
  background-image: url("/recruit_site/team/assets/img/bg-header-small.png");
}

.SvgAnimation {
  opacity: 0;
}
.HomeCardGroup .SvgAnimation, .CardGroupHeader .SvgAnimation, .SubpageHeader .SvgAnimation, .CardGroup .SvgAnimation, .ProductsMenuBlock .SvgAnimation {
  position: absolute;
  overflow: hidden;
}
.HomeCardGroup .SvgAnimation svg, .CardGroupHeader .SvgAnimation svg, .SubpageHeader .SvgAnimation svg, .CardGroup .SvgAnimation svg, .ProductsMenuBlock .SvgAnimation svg {
  width: 100%;
  height: 100%;
}
.HomeCardGroup .SvgAnimation svg *, .CardGroupHeader .SvgAnimation svg *, .SubpageHeader .SvgAnimation svg *, .CardGroup .SvgAnimation svg *, .ProductsMenuBlock .SvgAnimation svg * {
  fill: none;
  stroke-width: 0.5px;
}
.HomeCardGroup-solo .SvgAnimation {
  right: 0px;
  top: 0px;
  width: 200px;
  height: 200px;
}
.HomeCardGroup-solo .SvgAnimation svg * {
  stroke: #262d7b;
  stroke-width: 0.25px;
}
.HomeCardGroup-company .SvgAnimation {
  left: 0;
  top: 0;
  width: 270px;
  height: 230px;
}
.HomeCardGroup-company .SvgAnimation svg * {
  stroke: #e35d9c;
}
.HomeCardGroup-team .SvgAnimation {
  right: 0;
  bottom: 0;
  width: 180px;
  height: 100%;
}
.HomeCardGroup-team .SvgAnimation svg * {
  stroke: #8d8be7;
}
.HomeCardGroup-study .SvgAnimation {
  left: 0;
  bottom: 0;
  width: 276px;
  height: 164px;
}
.HomeCardGroup-study .SvgAnimation svg * {
  stroke: #94c170;
}
.SubpageHeader-solo .SvgAnimation {
  right: 0px;
  top: 0px;
  width: 200px;
  height: 198px;
}
.SubpageHeader-solo .SvgAnimation svg * {
  stroke: #262d7b;
  stroke-width: 0.25px;
}
.SubpageHeader-team .SvgAnimation {
  right: 0px;
  top: 0px;
  width: 200px;
  height: 204px;
}
.SubpageHeader-team .SvgAnimation svg * {
  stroke: #8d8be7;
}
.SubpageHeader-company .SvgAnimation {
  right: 0px;
  top: 0px;
  width: 200px;
  height: 227px;
}
.SubpageHeader-company .SvgAnimation svg * {
  stroke: #e35d9c;
}
.SubpageHeader-study .SvgAnimation {
  right: 0px;
  top: 0px;
  width: 200px;
  height: 133px;
}
.SubpageHeader-study .SvgAnimation svg * {
  stroke: #94c170;
}
.CardGroup-solo .SvgAnimation {
  left: -160px;
  top: -120px;
  width: 420px;
  height: 420px;
}
.CardGroup-solo .SvgAnimation svg * {
  stroke: #262d7b;
  stroke-width: 0.25px;
}
.CardGroup-team .SvgAnimation {
  left: -160px;
  top: -120px;
  width: 340px;
  height: 340px;
}
.CardGroup-team .SvgAnimation svg * {
  stroke: #8d8be7;
  stroke-width: 0.5px;
}
.CardGroupHeader-solo .SvgAnimation {
  left: -160px;
  top: 0px;
  width: 420px;
  height: 420px;
}
.CardGroupHeader-solo .SvgAnimation svg * {
  stroke: #262d7b;
  stroke-width: 0.25px;
}
.CardGroupHeader-team .SvgAnimation {
  left: -160px;
  top: 0px;
  width: 340px;
  height: 340px;
}
.CardGroupHeader-team .SvgAnimation svg * {
  stroke: #8d8be7;
  stroke-width: 0.5px;
}
.CardGroupHeader-study .SvgAnimation {
  left: -160px;
  top: 0px;
  width: 500px;
  height: 482px;
}
.CardGroupHeader-study .SvgAnimation svg * {
  stroke: #94c170;
}
.ProductsMenuBlock .SvgAnimation {
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
}
.ProductsMenuBlock .SvgAnimation svg * {
  stroke: #f1f1f1;
  stroke-width: 4px;
}

.StudyPoint {
  position: relative;
  margin-top: 20px;
}
.StudyPoint::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: 65.33333%;
  width: 100%;
  height: 100%;
  background-image: url("/recruit_site/study/assets/img/bg-point-small.png");
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: left top;
  content: "";
}
.StudyPoint > .header {
  position: relative;
  letter-spacing: 0.12em;
}
.StudyPoint > .header .eyecatch {
  position: relative;
  z-index: -1;
}
.StudyPoint > .header .eyecatch::before {
  position: absolute;
  top: 31.40097%;
  right: 20px;
  bottom: -41px;
  z-index: -1;
  border-radius: 1px;
  width: 65.33333%;
  background-color: #edf7e9;
  content: "";
}
.StudyPoint > .header .eyecatch .image {
  display: block;
  width: 90.66667%;
}
.StudyPoint > .header .inner {
  padding: 0 25px;
}
.StudyPoint > .header .label {
  margin-top: -9px;
  margin-bottom: 0;
  border-radius: 2px;
  width: 75px;
  height: 18px;
  background-color: #94c170;
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  line-height: 18px;
  text-align: center;
}
.StudyPoint > .header .title {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
}
.StudyPoint > .header .desc {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
}
.StudyPoint > .body {
  margin-top: 55px;
  letter-spacing: 0.12em;
}
.StudyPoint > .body > .title {
  margin: 0;
  padding: 0 25px;
  height: 35px;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
}
.StudyPoint > .body .subBody {
  padding: 0 25px;
}
.StudyPoint > .body .subSec {
  position: relative;
  margin-top: 40px;
}
.StudyPoint > .body .subSec:first-child {
  margin-top: 30px;
}
.StudyPoint > .body .subSec .image {
  display: block;
}
.StudyPoint > .body .subSec .subTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  margin: 0;
  width: 225px;
  height: 84px;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.StudyPoint > .body .subSec .text {
  margin-top: 37px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}

.StudyProgram {
  margin-top: 32px;
  letter-spacing: 0.12em;
}
.StudyProgram > .header {
  position: relative;
}
.StudyProgram > .header .eyecatch {
  position: relative;
}
.StudyProgram > .header .eyecatch::before {
  position: absolute;
  top: 0;
  bottom: -48px;
  left: 0;
  z-index: -1;
  margin-top: 22.66667%;
  width: 100%;
  background-color: #edf7e9;
  content: "";
}
.StudyProgram > .header .eyecatch::after {
  display: table;
  clear: both;
  content: "";
}
.StudyProgram > .header .eyecatch img {
  float: right;
  margin-right: 15px;
  width: 73.61111%;
}
.StudyProgram > .header .info {
  padding: 0 25px;
}
.StudyProgram > .header .title {
  margin: 1em 0 0;
  font-size: 11px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 1;
}
.StudyProgram > .header .desc {
  margin-top: 15.5px;
  margin-bottom: -4.5px;
  line-height: 24px;
}
.StudyProgram > .header .desc strong {
  font-size: 15px;
  font-weight: bold;
}
.StudyProgram > .header .text {
  margin-top: 25px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.StudyProgram .about {
  position: relative;
  z-index: 1;
  padding: 0 25px;
}
.StudyProgram .about > .title {
  margin: 0;
  border-radius: 2px;
  padding: 12px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.StudyProgram .about > .body {
  margin-top: 3px;
  border-radius: 2px;
  padding: 20px 15px 15px;
}
.StudyProgram .about > .body .info {
  margin: -5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}
.StudyProgram .about > .body .list {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.StudyProgram .about > .body .listItem {
  border-radius: 2px;
  padding: 11px 16px;
  background-color: white;
  font-size: 12px;
  line-height: 20px;
}
.StudyProgram .about > .body .listItem:nth-child(n+2) {
  margin-top: 2px;
}
.StudyProgram .about.about-indivisual {
  margin-top: 30px;
}
.StudyProgram .about.about-indivisual > .title {
  background-image: url("/recruit_site/assets/img/bg-purple.png");
}
.StudyProgram .about.about-indivisual > .body {
  background-color: #f6f4f9;
}
.StudyProgram .about.about-all {
  margin-top: 20px;
}
.StudyProgram .about.about-all > .title {
  background-image: url("/recruit_site/assets/img/bg-green.png");
}
.StudyProgram .about.about-all > .body {
  background-color: #edf7e9;
}
.StudyProgram .programs {
  position: relative;
  z-index: 0;
  margin-top: 54px;
}
.StudyProgram .programs::before {
  position: absolute;
  top: -168px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-image: url("/recruit_site/study/assets/img/bg-programs-top-left-small.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 366px;
  content: "";
}
.StudyProgram .programs > .header .title {
  margin: 0;
  padding: 10px 25px;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.StudyProgram .system {
  position: relative;
  margin-top: 50px;
}
.StudyProgram .system::before, .StudyProgram .system::after {
  position: absolute;
  top: -170px;
  right: 0;
  bottom: -90px;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  content: "";
}
.StudyProgram .system::before {
  background-image: url("/recruit_site/study/assets/img/bg-programs-bottom-right-small.png");
  background-position: right top;
  background-size: auto 366px;
}
.StudyProgram .system::after {
  background-image: url("/recruit_site/study/assets/img/bg-programs-bottom-left-small.png");
  background-position: left bottom;
  background-size: auto 366px;
}
.StudyProgram .system .inner {
  margin: 0 10px;
  box-sizing: border-box;
  padding: 30px 15px;
  background-color: white;
}
.StudyProgram .system .title {
  margin: -4px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.StudyProgram .system .body .desc {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}

.Program {
  margin-top: 50px;
  padding: 0 25px;
  letter-spacing: 0.12em;
}
.Program > .inner > .header > .eyecatch {
  position: relative;
  z-index: -1;
}
.Program > .inner > .header > .eyecatch::before {
  position: absolute;
  right: -15px;
  bottom: -30px;
  z-index: -1;
  width: 76.92308%;
  height: 94.11765%;
  background-color: #edf7e9;
  content: "";
}
.Program > .inner > .header > .eyecatch img {
  display: block;
}
.Program > .inner > .header .title {
  margin-top: 21px;
  margin-bottom: -4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.Program > .inner > .header .info {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.Program .subSec .jobType {
  margin-top: 25.5px;
  margin-bottom: -14.5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}
.Program .column-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
}
.Program .subBody > .title {
  margin: 0;
  border-radius: 2px;
  padding: 12px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.Program .subBody > .body {
  border-radius: 2px;
}
.Program .subBody > .body > .list {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  white-space: nowrap;
}
.Program .subBody.subBody-basic > .title {
  background-image: url("/recruit_site/assets/img/bg-purple.png");
}
.Program .subBody.subBody-basic > .body .detail {
  background-color: #f6f4f9;
}
.Program .subBody.subBody-highlight > .title {
  background-image: url("/recruit_site/assets/img/bg-yellow.png");
}
.Program .subBody.subBody-highlight > .body .detail {
  background-color: #fefaef;
}
.Program .subBody.subBody-complete > .title {
  background-image: url("/recruit_site/assets/img/bg-green.png");
}
.Program .subBody.subBody-complete > .body .detail {
  background-color: #edf7e9;
}
.Program .subBody .grid-sep:nth-child(n+2) {
  margin-top: -1px;
}
.Program .subBody .detail {
  margin-top: 3px;
  padding: 20px 16px;
}
.Program .subBody .detail.detail-gridItem:nth-child(n+2) {
  margin-top: 2px;
}
.Program .subBody .detail.detail-listItem:nth-child(n+2) {
  margin-top: 2px;
}
.Program .subBody .detail > .title {
  display: block;
  margin: -5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}
.Program .subBody .detail > .title + .desc {
  margin-top: 11px;
}
.Program .subBody .detail > .desc {
  margin: -4px 0;
  font-size: 12px;
  line-height: 20px;
}
.Program .sep {
  margin: 14px 0;
  color: #dedede;
}
.Program .sep .image {
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 20px;
}
.Program.Program-infra {
  margin-top: 30px;
}

.StudyConnect {
  position: relative;
  z-index: 0;
  margin-top: 50px;
  margin-bottom: -20px;
  padding-top: 75px;
  padding-bottom: 70px;
}
.StudyConnect::before {
  position: absolute;
  left: 0;
  bottom: 44px;
  z-index: -2;
  width: 100%;
  height: 180px;
  background-color: #eae9fb;
  content: "";
}
.StudyConnect::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url("/recruit_site/study/assets/img/bg-wave-1-small.png"), url("/recruit_site/study/assets/img/bg-wave-2-small.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 137.5px auto, 111.5px auto;
  content: "";
}
.StudyConnect > .header {
  text-align: center;
}
.StudyConnect > .header .title {
  display: inline-block;
  margin: 0;
  padding: 8px 14px;
  background-color: white;
  font-size: 21px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 1;
  letter-spacing: 0.3em;
}
.StudyConnect > .eyecatch {
  position: relative;
  margin: 20px 10px 0;
}
.StudyConnect > .eyecatch .image {
  display: block;
}
.StudyConnect > .body > .teamLink {
  display: block;
  position: relative;
  z-index: 1;
  margin: -30px 20px 0;
  background-color: white;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.12em;
}
.StudyConnect > .body > .teamLink:hover .inner::after {
  background-image: url("/recruit_site/assets/img/icon-arrow-acute.png");
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.StudyConnect > .body > .teamLink .inner {
  position: relative;
  padding: 26px 15px;
}
.StudyConnect > .body > .teamLink .inner::before {
  display: table;
  content: "";
}
.StudyConnect > .body > .teamLink .inner::after {
  background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
  background-size: 8px auto;
  border: 1px solid #aaa8a7;
  border-radius: 99em;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.StudyConnect > .body > .teamLink .label {
  position: absolute;
  top: -9px;
  display: block;
  border-radius: 2px;
  width: 75px;
  height: 18px;
  background-color: #8d8be7;
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  line-height: 18px;
  text-align: center;
}
.StudyConnect > .body > .teamLink .linkTitle {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.StudyConnect > .body > .teamLink .about {
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 1;
  letter-spacing: 0.12em;
}
.StudyConnect > .body > .teamLink .about dt {
  font-size: 11px;
}
.StudyConnect > .body > .teamLink .about dd {
  margin-top: 8px;
  margin-left: 0;
  font-size: 13px;
}

.StudyUniv {
  margin-top: 50px;
  letter-spacing: 0.12em;
}
.StudyUniv > .header .eyecatch {
  position: relative;
  z-index: -1;
  padding-top: 62.66667%;
  height: 0;
}
.StudyUniv > .header .eyecatch::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -53px;
  z-index: -1;
  margin-top: 25.06667%;
  width: 100%;
  background-color: #edf7e9;
  content: "";
}
.StudyUniv > .header .eyecatch .image {
  position: absolute;
  top: 0;
  right: 20px;
  width: 74.66667%;
}
.StudyUniv > .header .info {
  padding: 0 25px;
}
.StudyUniv > .header .info .label {
  display: block;
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 1;
}
.StudyUniv > .header .info > .title {
  margin-top: 15.5px;
  margin-bottom: -4.5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
.StudyUniv > .header .info > .desc {
  margin-top: 25px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.StudyUniv > .body {
  padding: 0 25px;
}
.StudyUniv > .body .info {
  margin-top: 25px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.StudyUniv > .body .photo {
  position: relative;
  z-index: 0;
}
.StudyUniv > .body .photo::before {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 79.06977%;
  background-color: #edf7e9;
  content: "";
}
.StudyUniv > .body .photo .image {
  display: block;
}
.StudyUniv > .body .photo.photo-first {
  margin-top: 40px;
}
.StudyUniv > .body .photo.photo-first::before {
  top: -10px;
  left: -15px;
}
.StudyUniv > .body .photo.photo-second {
  margin-top: 30px;
}
.StudyUniv > .body .photo.photo-second::before {
  bottom: -10px;
  right: -15px;
}
.StudyUniv > .body .example > .title {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 1;
}
.StudyUniv > .body .example .list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.StudyUniv > .body .example .listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -3.5px 0;
  font-size: 13px;
  line-height: 20px;
}
.StudyUniv > .body .example .listItem:nth-child(n+2) {
  margin-top: 14px;
}
.StudyUniv > .body .example .listItem::before {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 10px;
  margin-right: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
  width: 38px;
  height: 0;
  content: "";
}

.ErrorPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.ErrorPage .PageMain {
  background: url("/recruit_site/assets/img/bg-fullscreen-small.jpg") no-repeat 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.ErrorPage .PageMain .title {
  color: #262d7b;
  font-size: 28px;
  font-style: italic;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0;
}
.ErrorPage .PageMain .description {
  font-size: 14px;
  line-height: 1.75;
  margin: 1.5em 0;
}
.ErrorPage .PageMain .backToHomeLink {
  margin: 0;
}

.CompanyIntro {
  margin-top: 20px;
  letter-spacing: 0.12em;
}
.CompanyIntro > .header {
  position: relative;
  z-index: 1;
}
.CompanyIntro > .header .eyecatch {
  position: relative;
  z-index: -1;
  margin-right: 35px;
}
.CompanyIntro > .header .eyecatch .image {
  display: block;
  width: 100%;
}
.CompanyIntro > .header .eyecatch::after {
  position: absolute;
  top: 62px;
  right: -15px;
  bottom: -40px;
  left: 110px;
  z-index: -1;
  background-image: url("/recruit_site/assets/img/bg-sakura.png");
  background-size: 50% auto;
  content: "";
}
.CompanyIntro > .header .inner {
  position: relative;
  padding: 0 25px;
}
.CompanyIntro > .header .inner::before {
  display: table;
  content: "";
}
.CompanyIntro > .header .inner .label {
  position: absolute;
  top: 0;
  margin: -9px 0 0;
  border-radius: 2px;
  padding: 0 6px;
  height: 18px;
  background-color: #e35d9c;
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  line-height: 18px;
  text-align: center;
}
.CompanyIntro > .header .inner .copy {
  margin: 33px 0 0;
  font-size: 13px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 1;
}
.CompanyIntro > .header .inner .title {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
}
.CompanyIntro > .body {
  margin-top: 24px;
  padding: 0 25px;
}
.CompanyIntro > .body .text {
  margin: -4.5px 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
}

.CompanyNav {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  background-image: url("/recruit_site/assets/img/bg-sakura.png");
  letter-spacing: 0.12em;
}
.CompanyNav > .list {
  margin: 0;
  padding: 20px 25px;
  list-style-type: none;
}
.CompanyNav > .list .item {
  margin-top: 10px;
}
.CompanyNav > .list .item:first-child {
  margin-top: 0;
}
.CompanyNav > .list .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 42px;
  position: relative;
  height: 36px;
  background-color: white;
  color: inherit;
  font-size: 12px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  font-weight: bold;
  line-height: 17px;
  white-space: nowrap;
  text-decoration: none;
}
.CompanyNav > .list .link::after {
  background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
  background-size: 8px auto;
  border: 1px solid #aaa8a7;
  border-radius: 99em;
  content: "";
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 18px;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.CompanyNav > .list .link .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(90deg) scale(0.5);
          transform: rotate(90deg) scale(0.5);
}


.CompanySec {
  position: relative;
  letter-spacing: 0.12em;
}
.CompanySec::before {
  display: table;
  content: "";
}
.CompanySec::after {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: -1;
  width: 86px;
  height: 79px;
  background-image: url("/recruit_site/company/assets/img/clipart-cloud-small.png");
  background-repeat: no-repeat;
  background-size: 86px 79px;
  content: "";
}
.CompanySec.CompanySec-blank::after {
  content: none;
}
.CompanySec.CompanySec-highlight, .CompanySec.CompanySec-blank {
  z-index: 1;
  background-color: #fbf0f5;
}
.CompanySec > .header {
  padding: 0 25px;
}
.CompanySec > .header .label {
  margin-top: 36px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
}
.CompanySec > .header .title {
  margin-top: 15.5px;
  margin-bottom: -4.5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
.CompanySec > .header .title i {
  margin-right: 2px;
  font-size: 24px;
  font-style: italic;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
}
.CompanySec > .body {
  padding: 0 25px;
}

.CompanyDepartment {
  overflow: hidden;
  counter-reset: department 0;
}

.Department {
  margin-top: 50px;
  counter-increment: department;
}
.Department:first-child {
  margin-top: 32px;
}
.Department > .header .eyecatch {
  position: relative;
}
.Department > .header .eyecatch::before {
  position: absolute;
  right: -15px;
  bottom: -32px;
  z-index: -1;
  width: 76.92308%;
  height: 94.95549%;
  background-image: url("/recruit_site/assets/img/bg-sakura.png");
  content: "";
}
.Department > .header .eyecatch .image {
  display: block;
}
.Department > .header > .inner .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: -4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.Department > .header > .inner .title::before {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 13px;
  font-size: 20px;
  font-style: italic;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  letter-spacing: 0.08em;
  content: "0" counter(department);
}
.Department > .header > .inner .desc {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.Department > .body {
  margin-top: 28px;
}
.Department > .body .separater .info {
  margin-top: 2px;
  padding: 25px 17px;
  background-color: #fdf6f9;
}
.Department > .body .separater .info .title {
  margin: -5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}
.Department > .body .separater .info .text {
  margin-top: 12px;
  margin-bottom: -4px;
  font-size: 12px;
  line-height: 20px;
}
.CompanyBusiness > .header .label {
  margin-top: 50px;
}
.CompanyBusiness > .body .list {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.CompanyBusiness > .body .list::after {
  display: table;
  clear: both;
  content: "";
}
.CompanyBusiness > .body .item {
  float: left;
  margin-top: 15px;
  box-sizing: border-box;
  width: 50%;
}
.CompanyBusiness > .body .item:nth-child(2n+1) {
  clear: left;
  padding-right: 7.5px;
}
.CompanyBusiness > .body .item:nth-child(2n) {
  padding-left: 7.5px;
}
.CompanyBusiness > .body .item:nth-child(-n+2) {
  margin-top: 0;
}
.CompanyBusiness > .body .itemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 2px;
  height: 58px;
  background-color: white;
  color: #c8c8c8;
}
.CompanyBusiness > .body .itemInner .image.image-iij {
  width: 105px;
}
.CompanyBusiness > .body .itemInner .image.image-imj {
  width: 62px;
}
.CompanyBusiness > .body .itemInner .image.image-amazon {
  width: 76px;
}
.CompanyBusiness > .body .itemInner .image.image-gurunavi {
  width: 89px;
}
.CompanyBusiness > .body .itemInner .image.image-mixi {
  width: 55px;
}
.CompanyBusiness > .body .itemInner .image.image-line {
  width: 57px;
}
.CompanyBusiness > .body .itemInner .image.image-ibm {
  width: 53px;
}
.CompanyBusiness > .body .itemInner .image.image-kddi {
  width: 56px;
}
.CompanyBusiness > .body .itemInner .image.image-excite {
  width: 70px;
}
.CompanyBusiness > .body .itemInner .image.image-tv-asahi {
  width: 100px;
}
.CompanyBusiness > .body .itemInner .image.image-team-lab {
  width: 46px;
}
.CompanyBusiness > .body .itemInner .image.image-konami {
  width: 87px;
}
.CompanyBusiness > .body .text {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}

.CompanyProduct {
  margin-top: 50px;
  padding-bottom: 36px;
}
.CompanyProduct > .body {
  margin-top: 30px;
}
.CompanyProduct > .body .list {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.CompanyProduct > .body .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.CompanyProduct > .body .item:nth-child(n+2) {
  margin-top: 15px;
}
.CompanyProduct > .body .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  position: relative;
  margin-right: 15px;
  border-radius: 2px;
  width: 47.69231%;
  height: 73px;
  background-color: white;
  color: #c8c8c8;
}
.CompanyProduct > .body .link .icon {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 12px;
  height: 10px;
}
.CompanyProduct > .body .link .image.image-midori {
  width: 107px;
}
.CompanyProduct > .body .link .image.image-vegetable {
  width: 120px;
}
.CompanyProduct > .body .link .image.image-washbasin {
  width: 92px;
}
.CompanyProduct > .body .link .image.image-tempra {
  width: 67px;
}
.CompanyProduct > .body .desc {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 50%;
  margin: -3.5px 0;
  font-size: 13px;
  line-height: 20px;
}
.CompanyProduct > .body .desc br:not(.keep) {
  display: none;
}
.CompanyProduct > .body > .text {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}

.CompanyStudy {
  overflow: hidden;
}
.CompanyStudy > .body {
  padding-bottom: 10px;
}
.CompanyStudy > .body > .text {
  margin-top: 25px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.CompanyStudy > .body > .inner {
  position: relative;
  margin-top: 20px;
}
.CompanyStudy > .body > .inner::before {
  position: absolute;
  top: -118px;
  left: -25px;
  width: 116px;
  height: 354px;
  z-index: -1;
  background-image: url("/recruit_site/company/assets/img/bg-study-small.png");
  background-repeat: no-repeat;
  background-size: 116px auto;
  content: "";
}
.CompanyStudy > .body .eyecatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -25px;
}
.CompanyStudy > .body .eyecatch .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 35px;
  width: 50%;
}
.CompanyStudy > .body .eyecatch .content::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  margin-top: 21.33333%;
  height: 1000%;
  content: "";
}
.CompanyStudy > .body .eyecatch .content .inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.CompanyStudy > .body .eyecatch .content:nth-child(1) .inner {
  padding-right: 5.33333%;
  padding-left: 8%;
}
.CompanyStudy > .body .eyecatch .content:nth-child(1)::before {
  background-color: #f4f9f0;
}
.CompanyStudy > .body .eyecatch .content:nth-child(2) .inner {
  padding-right: 2.66667%;
  padding-left: 2.66667%;
}
.CompanyStudy > .body .eyecatch .content:nth-child(2)::before {
  background-color: #eaf3e3;
}
.CompanyStudy > .body .link {
  display: block;
  position: relative;
  margin: 0 -15px;
  padding: 27px 15px 21px;
  background-color: white;
  color: inherit;
  text-decoration: none;
}
.CompanyStudy > .body .link .label {
  position: absolute;
  top: -9px;
  border-radius: 2px;
  padding: 0 16px;
  background-color: #94c170;
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  line-height: 18px;
}
.CompanyStudy > .body .link .text {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.CompanyStudy > .body .link .text:nth-of-type(2) {
  margin-top: 13px;
}
.CompanyStudy > .body .link::after {
  background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
  background-size: 8px auto;
  border: 1px solid #aaa8a7;
  border-radius: 99em;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.CompanyStudy > .body .link:hover::after {
  background-image: url("/recruit_site/assets/img/icon-arrow-acute.png");
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.CompanyCareer {
  margin-top: 50px;
}
.CompanyCareer > .body {
  padding-bottom: 36px;
}
.CompanyCareer > .body > .desc {
  margin-top: 25px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.CompanyCareer > .body > .note {
  margin-top: 25px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.CompanyCareer .timeline {
  margin-top: 30px;
}
.CompanyCareer .timeline .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  color: white;
}
.CompanyCareer .timeline .line::before {
  display: block;
  border-left: 4px solid;
}
.CompanyCareer .timeline .line.line-simple::before {
  width: 0;
  height: 40px;
  content: "";
}
.CompanyCareer .timeline .line.line-2way {
  box-sizing: border-box;
}
.CompanyCareer .timeline .line.line-2way::before {
  height: 18px;
  content: "";
}
.CompanyCareer .timeline .line.line-2way::after {
  display: block;
  width: 50%;
  margin: 0;
  border-width: 4px 4px 0;
  border-style: solid;
  height: 22px;
  content: "";
}
.CompanyCareer .timeline .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.CompanyCareer .timeline .period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 10px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #c4c4c4;
  width: 40px;
  color: #7a7a7a;
  font-size: 10px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.CompanyCareer .timeline .period::before, .CompanyCareer .timeline .period::after {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #c4c4c4;
  width: 0;
  content: "";
}
.CompanyCareer .timeline .period::before {
  margin-bottom: 10px;
}
.CompanyCareer .timeline .period::after {
  margin-top: 10px;
}
.CompanyCareer .timeline .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-left: 0;
  border-radius: 2px;
  padding: 17px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.06em;
  text-align: center;
}
.CompanyCareer .timeline .content .dot {
  display: block;
  height: 0;
  overflow: hidden;
}
.CompanyCareer .timeline .content.content-first {
  background-image: url("/recruit_site/assets/img/bg-purple.png");
}
.CompanyCareer .timeline .content.content-second {
  background-image: url("/recruit_site/assets/img/bg-yellow.png");
}
.CompanyCareer .timeline .content.content-third {
  background-image: url("/recruit_site/assets/img/bg-green.png");
}
.CompanyCareer .timeline .content.content-third:nth-of-type(2) {
  margin-left: 10px;
}
.CompanyEvaluation > .body {
  padding-bottom: 60px;
}
.CompanyEvaluation > .body .content {
  margin-top: 30px;
}
.CompanyEvaluation > .body .content .text {
  margin-top: 18px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.CompanyEvaluation > .body .photo {
  margin-top: 32px;
}
.CompanyEvaluation > .body .photo .first {
  position: relative;
  z-index: 0;
}
.CompanyEvaluation > .body .photo .first::before {
  position: absolute;
  right: -15px;
  bottom: -10px;
  z-index: -1;
  width: 80%;
  height: 79.06977%;
  background-image: url("/recruit_site/assets/img/bg-sakura.png");
  content: "";
}
.CompanyEvaluation > .body .photo .second {
  display: none;
}
.CompanyEvaluation > .body .photo .image,
.CompanyEvaluation > .body .photo img {
  display: block;
  width: 100%;
}

.CompanyMessage {
  background-image: url("/recruit_site/company/assets/img/bg-message-small.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 375px auto;
}
.CompanyMessage > .header .person {
  margin: 0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  font-weight: bold;
}
.CompanyMessage > .header .person .post {
  margin-top: 25.5px;
  margin-bottom: -4.5px;
  margin-left: 0;
  font-size: 11px;
  line-height: 20px;
}
.CompanyMessage > .header .person .name {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
}
.CompanyMessage > .body {
  padding-bottom: 45px;
}
.CompanyMessage > .body .content {
  margin-top: 30px;
}
.CompanyMessage > .body .content .text {
  margin-top: 18px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.CompanyMessage > .body .photo {
  margin-top: 32px;
}
.CompanyMessage > .body .photo .first {
  position: relative;
  z-index: 0;
}
.CompanyMessage > .body .photo .first::before {
  position: absolute;
  right: -15px;
  bottom: -10px;
  z-index: -1;
  width: 80%;
  height: 79.06977%;
  background-image: url("/recruit_site/assets/img/bg-sakura.png");
  content: "";
}
.CompanyMessage > .body .photo .second {
  display: none;
}
.CompanyMessage > .body .photo .image,
.CompanyMessage > .body .photo img {
  display: block;
  width: 100%;
}
.CompanyEvent > .body {
  padding-bottom: 52px;
}
.CompanyEvent > .body .item {
  margin-top: 32px;
}
.CompanyEvent > .body .item .eyecatch .image {
  display: block;
  width: 100%;
}
.CompanyEvent > .body .item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  float: left;
  position: relative;
  z-index: 1;
  margin: -30px 0 0;
  padding-right: 20px;
  height: 30px;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.CompanyEvent > .body .item .desc {
  margin-top: 17px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}

.CompanyWelfare > .body {
  margin-top: 30px;
  padding-bottom: 35px;
}
.CompanyWelfare > .body .item {
  position: relative;
  margin-top: 20px;
}
.CompanyWelfare > .body .item::before {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left top;
}
.CompanyWelfare > .body .item .title {
  margin: 0;
  border-radius: 2px;
  background-image: url("/recruit_site/assets/img/bg-pink.png");
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
}
.CompanyWelfare > .body .item .inner {
  margin-top: 3px;
  padding: 20px 18px;
  border-radius: 2px;
  background-color: white;
}
.CompanyWelfare > .body .item .text {
  margin: -4px 0;
  font-size: 12px;
  line-height: 20px;
}
.CompanyWelfare > .body .separater:nth-child(3) .item:nth-child(2)::before {
  top: -35px;
  right: -12px;
  width: 48px;
  height: 42.5px;
  background-image: url("/recruit_site/company/assets/img/clipart-bird.png");
  background-size: 48px auto;
  content: "";
}

.EntrySec {
  position: relative;
  letter-spacing: 0.12em;
}
.EntrySec::before {
  display: table;
  content: "";
}
.EntrySec::after {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: -1;
  width: 86px;
  height: 79px;
  background-image: url("/recruit_site/company/assets/img/clipart-cloud-small.png");
  background-repeat: no-repeat;
  background-size: 86px 79px;
  content: "";
}
.EntrySec > .header {
  padding: 0 25px;
}
.EntrySec > .header .title {
  margin-top: 45.5px;
  margin-bottom: -4.5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
.EntrySec > .header .desc {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.EntrySec > .body {
  padding: 0 25px;
}

.EntryCategory {
  overflow: hidden;
}
.EntryCategory > .body {
  padding-bottom: 45px;
}
.EntryCategory > .body .category {
  position: relative;
  margin-top: 37px;
  border-radius: 2px;
  padding: 32px 20px 30px;
  background-color: #f3f6fa;
}
.EntryCategory > .body .category:first-child {
  margin-top: 48px;
}
.EntryCategory > .body .category > .title {
  position: absolute;
  top: -0.5em;
  margin: 0;
padding-right:16px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 1;
  /* white-space: nowrap; */
}
.EntryCategory > .body .category .detail {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.EntryCategory > .body .category .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: -4px;
  font-size: 12px;
  line-height: 20px;
}
.EntryCategory > .body .category .item:first-child {
  margin-top: -4px;
}
.EntryCategory > .body .category .item::before {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 4px;
  margin-right: 10px;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: white;
  content: "";
}

.EntryDetail {
  background-color: #e7eef8;
}
.EntryDetail::after {
  content: none;
}
.EntryDetail > .body {
  padding-bottom: 40px;
}
.EntryDetail > .body .intro {
  margin-top: 35px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.EntryDetail > .body .site.site-new {
  margin-top: 30px;
}
.EntryDetail > .body .site.site-mid {
  margin-top: 20px;
}
.EntryDetail > .body .site > .title {
  margin: 0;
  border-radius: 2px;
  background-image: url("/recruit_site/assets/img/bg-blue.png");
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
}
.EntryDetail > .body .site > .body {
  margin-top: 3px;
  margin-bottom: 0;
  border-radius: 2px;
  background-color: white;
}
.EntryDetail > .body .site .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 8.30769%;
}
.EntryDetail > .body .site .list:last-child {
  padding-top: 11.07692%;
  padding-bottom: 8.30769%;
}
.EntryDetail > .body .site .item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.EntryDetail > .body .site .item:first-child {
  margin-right: 10.46154%;
}
.EntryDetail > .body .site .item:only-child {
  margin-right: 0;
}
.EntryDetail > .body .site .item.item-mynavi-2016 {
  width: 36.92308%;
}
.EntryDetail > .body .site .item.item-rikunabi-2016 {
  width: 36.92308%;
}
.EntryDetail > .body .site .item.item-diamond-navi-2016 {
  width: 24.30769%;
}
.EntryDetail > .body .site .item.item-en-tenshoku {
  width: 36.92308%;
}
.EntryDetail > .body .site .item.item-rikunabi-next {
  width: 36.30769%;
}
.EntryDetail > .body .site .item.item-mynavi-tenshoku {
  width: 36.92308%;
}
.EntryDetail > .body .site .item.item-ecareer {
  width: 36.30769%;
}
.EntryDetail > .body .site .link {
  display: block;
}
.EntryDetail > .body .site .image {
  display: block;
  width: 100%;
}
.EntryDetail > .body .info {
  margin-top: 33px;
  margin-bottom: -5px;
  font-size: 13px;
  line-height: 23px;
}
.EntryDetail > .body .info strong {
  font-weight: inherit;
  border-bottom: 2px solid white;
}
.EntryDetail > .body .notice > .title {
  margin: 16px 0 0;
  border-radius: 2px;
  background-image: url("/recruit_site/assets/img/bg-blue.png");
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
}
.EntryDetail > .body .notice .rule {
  margin-top: 3px;
  border-radius: 2px;
  padding: 25px 17px 22px;
  background-color: white;
}
.EntryDetail > .body .notice .rule .desc {
  margin: -4px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
  line-height: 20px;
}
.EntryDetail > .body .notice .rule > .inner {
  margin: 15px -2px 0;
  border: 1px solid #c4c4c4;
  padding: 9px;
  height: 123px;
  overflow-y: auto;
}
.EntryDetail > .body .notice .rule .agreement {
  padding: 12px;
  counter-reset: agreement-section 0;
}
.EntryDetail > .body .notice .rule .agreement h1 {
  margin: -3.5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.EntryDetail > .body .notice .rule .agreement section {
  counter-increment: agreement-section 1;
}
.EntryDetail > .body .notice .rule .agreement h2 {
  margin-top: 13px;
  margin-bottom: -4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.EntryDetail > .body .notice .rule .agreement h2::before {
  content: counter(agreement-section) ". ";
}
.EntryDetail > .body .notice .rule .agreement p {
  margin-top: 5px;
  margin-bottom: -4px;
  font-size: 12px;
  line-height: 20px;
}
.EntryDetail > .body .notice .subBody .subSec {
  margin-top: 3px;
  border-radius: 2px;
  padding: 25px 17px 22px;
  background-color: white;
}
.EntryDetail > .body .notice .subBody .subSec > .title {
  margin: -5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}
.EntryDetail > .body .notice .subBody .subSec > .text {
  margin-top: 11px;
  margin-bottom: -4px;
  font-size: 12px;
  line-height: 20px;
}
.EntryDetail > .body .notice .subBody .subSec > .text a {
  color: #2c337e;
}
.EntryDetail > .body .notice .subBody .subSec .send {
  margin: 0;
}
.EntryDetail > .body .notice .subBody .subSec .send > .title {
  margin-top: 18px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.EntryDetail > .body .notice .subBody .subSec .send .address {
  margin-top: 5px;
  margin-bottom: -4px;
  margin-left: 0;
  font-size: 12px;
  line-height: 20px;
}
.EntryProcess > .header + .body {
  padding-bottom: 0;
}
.EntryProcess > .body {
  margin-top: 40px;
  padding-bottom: 10px;
}
.EntryProcess > .body > .title {
  font-size: 13px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 15px;
}
.EntryProcess > .body .column .process > .title {
  margin: 0;
  border-radius: 2px;
  background-image: url("/recruit_site/assets/img/bg-blue.png");
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
}
.EntryProcess > .body .column .process > .body {
  margin-top: 3px;
  padding: 20px;
  border-radius: 2px;
  background-color: #eef3fa;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.EntryProcess > .body .column .process > .body .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.EntryProcess > .body .column .process > .body .item:first-child {
  margin-top: -4px;
}
.EntryProcess > .body .column .process > .body .item:last-child {
  margin-bottom: -4px;
}
.EntryProcess > .body .column .process > .body .text {
  margin: -4px 0;
}
.EntryProcess > .body .column .process > .body .text br {
  display: none;
}
.EntryProcess > .body .column .sep {
  color: #dedede;
}
.EntryProcess > .body .column .sep .image {
  display: block;
  margin: 13px auto;
  width: 34px;
  height: 20px;
}
@media (min-width: 737px){
  /* Do not delete this comment */

  body{
    min-width: 1080px;
    padding-top: 0;
  }

  .PageHeader{
    position: absolute;
    top: 50px;
    left: 40px;
    width: 330px;
    height: auto;
    background-color: transparent;
  }

  html.pagetype-top .PageHeader{
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
  }

  html.pagetype-top.show .PageHeader{
    opacity: 1;
  }

  .PageHeader .logo{
    position: static;
    width: auto;
    height: auto;
  }

  .PageHeader .link img{
    display: block;
    position: static;
    width: 100%;
  }

  .PageHeader .sitename{
    position: static;
    margin-top: 20px;
    height: auto;
    text-align: left;
  }

  .PageHeader .sitename .inner{
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .PageHeader .sitename .text-sub{
    font-size: 14px;
  }

  .PageHeader .sitename .text-main{
    font-size: 20px;
    white-space: nowrap;
  }

  .PageNav{
    top: 40px;
    right: 0;
    left: auto;
    width: 205px;
  }

  html.pagetype-top .PageNav{
    -webkit-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;
    right: -205px;
  }

  html.pagetype-top.show .PageNav{
    right: 0;
  }

  .PageNav .header{
    top: 90px;
  }

  .PageNav.is-open .header{
    -webkit-transform: translateX(-205px);
    transform: translateX(-205px);
  }

  .PageNav .button .icon{
    -webkit-transition: none;
    transition: none;
  }

  .PageNav.is-open .button .icon{
    color: #2c337e;
  }

  .PageNav .body{
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }

  .PageNav.is-open .body{
    -webkit-transform: none;
    transform: none;
  }

  .PageNav .entry{
    position: absolute;
    top: 0;
    right: 0;
    width: 205px;
    height: 65px;
  }

  .PageNav .nav{
    position: absolute;
    top: 85px;
    margin-top: 0;
    width: 100%;
    background-color: white;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .PageNav .link-entry{
    border-radius: 2px 0 0 2px;
    padding-top: 16.5px;
    padding-bottom: 17.5px;
  }

  .PageNav .link-nav{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .PageFooter{
    position: relative;
    padding: 30px 40px;
  }

  .PageFooter .recruitEntry .link{
    position: absolute;
    right: 40px;
  }

  .PageFooter .recruitEntry .link::after{
    content: none;
  }

  .PageFooter .recruitEntry .link .inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    float: none;
    padding-left: 20px;
    -webkit-transform: none;
    transform: none;
  }

  .PageFooter .recruitEntry .link .arrow{
    position: static;
    margin-right: 10px;
  }

  .PageFooter .recruitEntry .link .forNarrow{
    display: none;
  }

  .PageFooter .recruitEntry .link .forWide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .PageFooter .nav{
    position: absolute;
    top: 75px;
    right: 40px;
    z-index: 1;
    margin: 0;
    border-width: 0;
  }

  .PageFooter .nav .item:nth-child(2){
    margin-left: 20px;
    border-left-width: 0;
  }

  .PageFooter .recruit-nav-link .item:nth-child(3){
    margin-left: 20px;
    border-left-width: 0;
  }

  .PageFooter .nav .item .link{
    font-size: 14px;
    letter-spacing: 0.14em;
  }

  .PageFooter .copyright{
    clear: left;
    margin-top: 30px;
    padding-top: 15px;
    text-align: left;
    line-height: 24px;
  }

  .PageFooter .recruit-nav-link {
    position: absolute;
    top: 40px;
  }

  .PageCover{
    display: none;
  }

  .ios .TopHeroHeader, .cssvhunit .TopHeroHeader{
    height: 900px;
  }

  .min-height .TopHeroHeader{
    height: 650px;
  }
	
  .TopHeroHeader .intro.end.intro-logo{
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .ProductsMenuBlock .menuContent{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
  }

  .ProductsMenuBlock .menuHeader{
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100%;
  }

  .ProductsMenuBlock .menuHeader h2{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    box-sizing: border-box;
    padding-top: 0.42em;
    width: 18px;
    height: 100%;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .ProductsMenuBlock .menuList{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
  }

  .ProductsMenuBlock .menuList::after{
    content: none;
  }

  .ProductsMenuBlock .menuItem{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    float: none;
    margin: 0;
    width: 1666.66667%;
    max-width: 200px;
  }

  .ProductsMenuBlock .menuItem:nth-child(2n+1){
    clear: none;
    padding: 0 0;
  }

  .ProductsMenuBlock .menuItem:nth-child(2n){
    padding-left: 0;
  }

  .ProductsMenuBlock .menuItem:nth-child(n+2){
    margin-left: 20px;
  }

  .ProductsMenuBlock .menuItem a{
    height: 60px;
  }

  .ProductsMenuBlock .menuItem .icon{
    width: 10px;
    height: 8px;
  }

  .ProductsMenuBlock .menuItem .image.image-success-leader{
    width: 144px;
  }

  .ProductsMenuBlock .menuItem .image.image-it-samurai{
    width: 77px;
  }

  .ProductsMenuBlock .menuItem .image.image-tempra-samurai{
    width: 80px;
  }

  .ProductsMenuBlock .menuItem .image.image-smart-washbasin{
    width: 134px;
  }

  .ProductsMenuBlock .menuItem .image.image-smart-vegetable-factory{
    width: 154px;
  }

  .ProductsMenuBlock .menuItem .image.image-midori-cloud{
    width: 140px;
  }

  .CardGroup-1col .Card .text{
    bottom: 10px;
    left: 40%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    position: absolute;
    right: 0;
  }

  .CardGroup-1col .Card:nth-of-type(even) .text{
    left: 0;
    right: 40%;
  }

  .CardGroup-2col .Card .text{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    padding-left: 30px;
  }

  .HomeCardGroup-team .Card{
    margin-bottom: 0;
  }

  .HomeCardGroup-team .Card .text{
    bottom: 10px;
    left: 25%;
    padding-left: 40px;
    position: absolute;
    right: 0;
  }

  .CardGroup{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }

  .CardGroup{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .CardGroup .Card{
    margin-bottom: 20px;
  }

  .CardGroup-1col > *{
    width: 100%;
  }

  .CardGroup-1col > .decoration{
    display: inline;
    position: absolute;
    width: auto;
  }

  .CardGroup-1col > .decoration#deco-1{
    bottom: 220px;
    left: -120px;
  }

  .CardGroup-1col > .decoration#deco-6{
    bottom: -30px;
    right: -180px;
  }

  .CardGroup-1col .Card{
    margin-bottom: 40px;
  }

  .CardGroup-2col > *{
    width: calc((100% - 40px) / 2);
  }

  .CardGroup-3col > *{
    width: calc((100% - 40px * 2) / 3);
  }

  .CardGroupHeader{
    padding-bottom: 0;
    padding-top: 40px;
    text-align: left;
    width: 100%;
  }

  .CardGroupHeader .title{
    margin-bottom: -60px;
    margin-left: 25px;
    margin: 0 0 -60px 25px;
    padding: 0.7em 0.5em 0.5em;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
  }

  .CardGroupHeader .moreLink{
    bottom: 20px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
  }

  .CardGroupHeader-study .title{
    margin-bottom: -240px;
  }

  .HomeCardGroup{
    margin-bottom: 40px;
  }

  .HomeCardGroup-solo{
    max-width: 1400px;
  }

  .HomeCardGroup-solo > .content{
    display: block;
    padding-top: 28.57143%;
    position: relative;
  }

  .HomeCardGroup-solo > .content:before, .HomeCardGroup-solo > .content:after{
    content: normal;
    display: inline;
  }

  .HomeCardGroup-solo > .content:after{
    clear: none;
  }

  .HomeCardGroup-solo .HomeCardGroupHeader{
    height: 50%;
    left: 14.28571%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    width: 42.85714%;
  }

  .HomeCardGroup-solo .Card{
    float: none;
    position: absolute;
    width: 14.28571%;
  }

  .HomeCardGroup-solo .Card:nth-of-type(1){
    left: 0%;
    top: 0;
  }

  .HomeCardGroup-solo .Card:nth-of-type(2){
    left: 0%;
    top: 50%;
  }

  .HomeCardGroup-solo .Card:nth-of-type(3){
    left: 14.28571%;
    top: 50%;
  }

  .HomeCardGroup-solo .Card:nth-of-type(4){
    left: 28.57143%;
    top: 50%;
  }

  .HomeCardGroup-solo .Card:nth-of-type(5){
    left: 42.85714%;
    top: 50%;
  }

  .HomeCardGroup-solo .Card:nth-of-type(6){
    left: 57.14286%;
    top: 0;
  }

  .HomeCardGroup-solo .Card:nth-of-type(7){
    left: 85.71429%;
    top: 0;
  }

  .HomeCardGroup-solo .Card:nth-of-type(8){
    left: 85.71429%;
    top: 50%;
  }

  .HomeCardGroup-solo .Card-large{
    width: 28.57143%;
  }

  .HomeCardGroup-solo .Card-small{
    display: block;
  }

  .HomeCardGroup-solo .Card-medium .text,
  .HomeCardGroup-solo .Card-small .text{
    display: none;
  }

  .HomeCardGroup-solo .Card-medium a::before,
  .HomeCardGroup-solo .Card-small a::before{
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 5%;
    width: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-image: none;
  }

  .HomeCardGroup-solo .Card-medium a::after,
  .HomeCardGroup-solo .Card-small a::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .HomeCardGroup-solo .Card-medium a:hover::before,
  .HomeCardGroup-solo .Card-small a:hover::before{
    width: 90%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }

  .HomeCardGroup-solo .Card-medium a:hover::after,
  .HomeCardGroup-solo .Card-small a:hover::after{
    background: url("/recruit_site/assets/img/icon-arrow.png") 50% 50% no-repeat;
    background-size: 8px auto;
    border: 1px solid #aaa8a7;
    border-radius: 99em;
    content: "";
    width: 18px;
    height: 18px;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    background-image: url("/recruit_site/assets/img/icon-arrow-acute.png");
  }

  .HomeCardGroup-team .Card, .HomeCardGroup-company .Card, .HomeCardGroup-study .Card{
    margin-bottom: 0;
  }

  .HomeCardGroup-team, .HomeCardGroup-company, .HomeCardGroup-study{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .HomeCardGroup-team{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .HomeCardGroup-team .HomeCardGroupHeader{
    width: 42.85714%;
  }

  .HomeCardGroup-team .Card{
    width: 57.14286%;
  }

  .HomeCardGroup-company .HomeCardGroupHeader{
    width: 48.57143%;
  }

  .HomeCardGroup-company .Card{
    width: 51.42857%;
  }

  .HomeCardGroup-study{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .HomeCardGroup-study > *{
    width: 33.33333%;
  }

  .HomeCardGroup-study .Card:nth-of-type(1){
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .HomeCardGroupHeader{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

  .HomeCardGroupHeader .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
      }
  
  数字で見るセラク</span><small class="sub">Number</small>{
    top:-125px;
      }

  .HomeCardGroupHeader .title{
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    width: 1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .HomeCardGroupHeader .title .image img{
    height: auto;
    width: 26px;
  }

  .HomeCardGroupHeader .body{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .HomeCardGroupHeader .decoration#deco-solo-1{
    left: -12px;
  }

  .HomeCardGroupHeader .decoration#deco-solo-2{
    bottom: 9px;
  }

  .HomeCardGroupHeader .decoration#deco-team-1{
    left: 24px;
  }

  .ArticleBackground-solo::before{
    background-image: url("/recruit_site/solo/assets/img/bg-river-large.png");
    background-size: auto;
  }

  .ArticleBackground-team::before{
    background-image: url("/recruit_site/team/assets/img/bg-river-large.png");
    background-position: 50% 320px;
    display: block;
  }

  .ArticleHeader > .content{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }

  .ArticleHeader{
    padding-bottom: 0;
    padding-top: 0;
  }

  .ArticleHeader > .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ArticleHeader .image{
    margin-top: -50px;
    position: relative;
    width: 720px;
  }

  .ArticleHeader .image img{
    width: 100%;
  }

  .ArticleHeader .text{
    margin-top: 0;
    padding-top: 90px;
    position: relative;
    width: 400px;
    z-index: 20;
  }

  .ArticleHeader .title{
    font-size: 24px;
    line-height: 1.75;
  }

  .ArticleHeader .title-tight{
    letter-spacing: 0;
  }

  .ArticleHeader .meta small{
    font-size: 14px;
  }

  .ArticleHeader .meta b{
    font-size: 24px;
  }

  .ArticleHeader .decoration{
    bottom: -80px;
    width: auto;
  }

  .ArticleHeader-solo .image{
    position: relative;
    margin-left: -200px;
    margin-right: 80px;
  }

  .ArticleHeader-solo .image::before{
    background: url("/recruit_site/assets/img/bg-solo.png");
    border-radius: 2px;
    bottom: -70px;
    content: "";
    left: 320px;
    position: absolute;
    right: -26px;
    top: 200px;
    z-index: -1;
  }

  .ArticleHeader-team > .content{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ArticleHeader-team .image{
    position: relative;
    margin-left: 80px;
    margin-right: -40px;
  }

  .ArticleHeader-team .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -15px;
    content: "";
    left: -42px;
    position: absolute;
    right: 340px;
    top: 144px;
    z-index: -1;
  }

  .ArticleIntro > .content{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }

  .ArticleIntro > .content{
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .ArticleIntro .profileGroup{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
  }

  .ArticleIntro .profileGroup::before, .ArticleIntro .profileGroup::after{
    display: none;
  }

  .ArticleIntro .profile{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    width: 490px;
  }

  .ArticleIntro .profile .image{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 120px;
  }

  .ArticleIntro .profile .text{
    padding-left: 30px;
    padding-right: 25px;
    width: 315px;
  }

  .ArticleIntro .profile .name .label{
    display: inline;
  }

  .ArticleIntro .profile .description .decoration{
    width: auto;
  }

  .ArticleIntro .profile:nth-child(odd) .description .decoration{
    bottom: -27px;
    left: -60px;
    right: auto;
    top: auto;
  }

  .ArticleIntro .profile:nth-child(even) .description .decoration{
    left: -176px;
    right: auto;
    top: -80px;
  }

  .ArticleIntro .lede{
    font-size: 14px;
  }

  .ArticleBlock > .content{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }

  .ArticleBlock > .content{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
  }

  .ArticleBlock .title{
    font-size: 14px;
  }

  .ArticleBlock p{
    font-size: 14px;
    line-height: 2;
  }

  .ArticleBlock .lede{
    font-size: 22px;
    line-height: 1.75;
  }

  .ArticleBlock .lede br{
    display: inline;
  }

  .ArticleBlock .lede-tight{
    letter-spacing: 0;
  }

  .ArticleBlock .dialog{
    margin-top: 1.5em;
  }

  .ArticleBlock .footnote{
    margin-top: 1.74999em;
  }

  .ArticleBlock .image{
    margin-top: 0;
  }

  .ArticleBlock .image-medium{
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .ArticleBlock .image-medium img{
    display: inline;
  }

  .ArticleBlock-s1{
    margin-top: 50px;
  }

  .ArticleBlock-s1 .text{
    padding-top: 70px;
    width: 640px;
  }

  .ArticleBlock-s1 .image{
    margin-left: 60px;
    margin-right: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 240px;
  }

  .ArticleBlock-s1 .decoration{
    bottom: 0;
    left: 0;
    width: auto;
  }

  .ArticleBlock-s2{
    margin-top: 40px;
  }

  .ArticleBlock-s2 .text{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 640px;
  }

  .ArticleBlock-s2 .image{
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 60px;
    width: 240px;
  }

  .ArticleBlock-s2 .image::before{
    background: url("/recruit_site/assets/img/bg-solo.png");
    border-radius: 2px;
    bottom: -85px;
    content: "";
    left: -28px;
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: -1;
  }

  .ArticleBlock-s3{
    margin-top: 40px;
  }

  .ArticleBlock-s3 > .content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .ArticleBlock-s3 .text{
    padding-top: 40px;
    width: 100%;
  }

  .ArticleBlock-s3 .text .decoration{
    bottom: -8px;
    display: inline;
    left: -12px;
  }

  .ArticleBlock-s3 .image{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 800px;
  }

  .ArticleBlock-s3 .image .decoration{
    right: -75px;
    top: 0;
    z-index: -1;
  }

  .ArticleBlock-sBreak{
    background-image: url("/recruit_site/solo/assets/img/bg-ripple-large.png");
    background-position: 100% 50%;
  }

  .ArticleBlock-sBreak > .content{
    padding-bottom: 120px;
    padding-top: 90px;
  }

  .ArticleBlock-sBreak .text{
    margin-top: 0;
    width: 480px;
  }

  .ArticleBlock-sBreak .image{
    margin-right: 80px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 440px;
  }

  .ArticleBlock-sBreak .decoration{
    display: inline;
    left: 0;
    top: -50px;
  }

  .ArticleBlock-s4{
    margin-top: -50px;
  }

  .ArticleBlock-s4 .text{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 500px;
  }

  .ArticleBlock-s4 .image{
    position: relative;
    right: -40px;
    width: 480px;
  }

  .ArticleBlock-s4 .image::before{
    background: url("/recruit_site/assets/img/bg-solo.png");
    border-radius: 2px;
    bottom: 135px;
    content: "";
    left: -24px;
    position: absolute;
    right: 200px;
    top: -8px;
    z-index: -1;
  }

  .ArticleBlock-s5{
    margin-top: -50px;
  }

  .ArticleBlock-s5 > .content{
    display: block;
  }

  .ArticleBlock-s5 > .content::before{
    content: "";
    float: right;
    width: 480px;
    height: 417px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: -40px;
  }

  .ArticleBlock-s5 .image{
    position: relative;
    position: absolute;
    top: 0;
    right: -40px;
    width: 480px;
  }

  .ArticleBlock-s5 .image::before{
    background: url("/recruit_site/assets/img/bg-solo.png");
    border-radius: 2px;
    bottom: 135px;
    content: "";
    left: -24px;
    position: absolute;
    right: 200px;
    top: -8px;
    z-index: -1;
  }

  .ArticleBlock-t1 .text{
    width: 640px;
  }

  .ArticleBlock-t1 .image{
    margin-right: 80px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 280px;
  }

  .ArticleBlock-t2{
    padding-top: 80px;
  }

  .ArticleBlock-t2 .text{
    width: 560px;
  }

  .ArticleBlock-t2 .image{
    position: relative;
    right: -40px;
    width: 360px;
  }

  .ArticleBlock-t2 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -200px;
    content: "";
    left: 148px;
    position: absolute;
    right: 40px;
    top: 372px;
    z-index: -1;
  }

  .ArticleBlock-t3 .text{
    width: 720px;
  }

  .ArticleBlock-t3 .image{
    margin-right: 40px;
    margin-top: 40px;
    width: 200px;
  }

  .ArticleBlock-t3 .decoration{
    bottom: -144px;
    width: auto;
  }

  .ArticleBlock-t4{
    margin-top: 40px;
  }

  .ArticleBlock-t4 .text{
    width: 640px;
  }

  .ArticleBlock-t4 .image{
    position: relative;
    left: -40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 320px;
  }

  .ArticleBlock-t4 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -124px;
    content: "";
    left: 96px;
    position: absolute;
    right: -28px;
    top: 290px;
    z-index: -1;
  }

  .ArticleBlock-t5 > .content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ArticleBlock-t5 .text{
    margin-top: 40px;
  }

  .ArticleBlock-t5 .image{
    left: 240px;
    margin-top: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 760px;
  }

  .ArticleBlock-t6{
    padding-top: 80px;
  }

  .ArticleBlock-t6 .text{
    margin-top: 40px;
    width: 560px;
  }

  .ArticleBlock-t6 .image{
    position: relative;
    right: 120px;
    width: 280px;
  }

  .ArticleBlock-t6 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -200px;
    content: "";
    left: 100px;
    position: absolute;
    right: -40px;
    top: 172px;
    z-index: -1;
  }

  .ArticleBlock-t7 .text{
    width: 560px;
  }

  .ArticleBlock-t7 .image{
    right: -40px;
    margin-top: 40px;
    width: 400px;
  }

  .ArticleBlock-t8 .text{
    width: 440px;
  }

  .ArticleBlock-t8 .image{
    position: relative;
    margin-top: 40px;
    width: 480px;
  }

  .ArticleBlock-t8 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -20px;
    content: "";
    left: -30px;
    position: absolute;
    right: 210px;
    top: 108px;
    z-index: -1;
  }

  .ArticleBlock-t9{
    padding-top: 80px;
  }

  .ArticleBlock-t9 .text{
    margin-top: 100px;
    width: 560px;
  }

  .ArticleBlock-t9 .image{
    position: relative;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 360px;
  }

  .ArticleBlock-t9 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -150px;
    content: "";
    left: -30px;
    position: absolute;
    right: 150px;
    top: 354px;
    z-index: -1;
  }

  .ArticleBlock-t10 .text{
    width: 560px;
  }

  .ArticleBlock-t10 .image{
    left: 80px;
    margin-top: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 240px;
  }

  .ArticleBlock-t11 > .content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ArticleBlock-t11 .text{
    margin-top: 30px;
  }

  .ArticleBlock-t11 .image{
    position: relative;
    margin-top: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 920px;
  }

  .ArticleBlock-t11 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: 96px;
    content: "";
    left: 420px;
    position: absolute;
    right: -60px;
    top: -20px;
    z-index: -1;
  }

  .ArticleBlock-t12 > .content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ArticleBlock-t12 .image{
    position: relative;
    margin-top: 40px;
  }

  .ArticleBlock-t12 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -36px;
    content: "";
    left: 300px;
    position: absolute;
    right: -30px;
    top: 120px;
    z-index: -1;
  }

  .ArticleBlock-t12 .image .decoration{
    bottom: 100%;
    display: inline;
    right: -40px;
  }

  .ArticleBlock-t13 .text{
    width: 640px;
  }

  .ArticleBlock-t13 .image{
    position: relative;
    margin-top: 40px;
    width: 240px;
  }

  .ArticleBlock-t13 .image::before{
    background: url("/recruit_site/assets/img/bg-team.png");
    border-radius: 2px;
    bottom: -84px;
    content: "";
    left: -28px;
    position: absolute;
    right: 100px;
    top: 120px;
    z-index: -1;
  }

  .ArticleBlock-t14 .text{
    width: 640px;
  }

  .ArticleBlock-t14 .image{
    left: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 760px;
  }

  .ArticleBlock-t15 .decoration{
    bottom: -144px;
    width: auto;
  }

  .ArticleBlock-tBreak{
    margin-bottom: -140px;
    margin-top: 80px;
  }

  .ArticleBlock-tBreak::before{
    background-image: url("/recruit_site/team/assets/img/bg-river2-large.png");
    padding-top: 18.72659%;
  }

  .ArticleBlock-tBreak .decoration{
    width: 80px;
  }

  .ArticleBlock-tBreak .Program > .inner{
    padding-bottom: 100px;
    padding-top: 80px;
  }

  .ArticleBlock-tBreak .Program > .inner > .header > .inner{
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: auto;
  }

  .ArticleBlock-tBreak .Program .column-body{
    margin-top: 40px;
  }

  .SubpageHeader{
    background-image: url("/recruit_site/assets/img/bg-header-large.jpg");
    padding-top: 30.71429%;
  }

  .SubpageHeader .title{
    font-size: 30px;
    padding-left: 0;
    padding-top: 0.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 1em;
  }

  .SubpageHeader-company{
    background-image: url("/recruit_site/company/assets/img/bg-header-large.png");
  }

  .SubpageHeader-entry{
    background-image: url("/recruit_site/entry/assets/img/bg-header-large.png");
  }

  .SubpageHeader-solo{
    background-image: url("/recruit_site/solo/assets/img/bg-header-large.png");
  }

  .SubpageHeader-study{
    background-image: url("/recruit_site/study/assets/img/bg-header-large.png");
  }

  .SubpageHeader-team{
    background-image: url("/recruit_site/team/assets/img/bg-header-large.png");
  }

  .StudyPoint{
    margin-top: 0;
  }

  .StudyPoint::before{
    margin-top: 10.92857%;
    background-image: url("/recruit_site/study/assets/img/bg-point-large.png");
    background-size: 492px auto;
  }

  .StudyPoint > .header{
    height: 0;
    padding-top: 30.71429%;
  }

  .StudyPoint > .header .eyecatch{
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 1;
    width: 50.71429%;
  }

  .StudyPoint > .header .eyecatch::before{
    top: 21.62791%;
    right: auto;
    bottom: -15px;
    left: -42px;
    margin-top: 25px;
    width: 58.16901%;
  }

  .StudyPoint > .header .eyecatch .image{
    width: 100%;
    max-width: none;
  }

  .StudyPoint > .header .inner{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0 auto;
    width: 71.42857%;
    min-width: 1000px;
    height: 100%;
  }

  .StudyPoint > .header .inner .info{
    position: relative;
    margin-top: 9.3%;
    width: 40%;
  }

  .StudyPoint > .header .label{
    margin-top: 0;
    width: 56px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .StudyPoint > .header .title{
    margin-top: 9px;
    margin-bottom: -11px;
    font-size: 24px;
    line-height: 46px;
    white-space: nowrap;
  }

  .StudyPoint > .header .desc{
    margin-top: 47px;
    margin-bottom: -9px;
    font-size: 14px;
    line-height: 32px;
  }

  .StudyPoint > .body > .title{
    padding: 0;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }

  .StudyPoint > .body > .title span{
    display: block;
    margin: 0 auto;
    width: 71.42857%;
    min-width: 1000px;
  }

  .StudyPoint > .body .subBody{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0;
    padding: 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .StudyPoint > .body .subSec{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
    width: 30.7%;
  }

  .StudyPoint > .body .subSec:first-child{
    margin-top: 0;
  }

  .StudyPoint > .body .subSec .subTitle{
    width: 83.71336%;
    height: 100px;
    font-size: 18px;
    line-height: 32px;
  }

  .StudyPoint > .body .subSec .text{
    margin-top: 55px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .StudyProgram{
    margin-top: 120px;
  }

  .StudyProgram > .header::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 1.92857%;
    height: 30.76923%;
    background-color: #edf7e9;
    content: "";
  }

  .StudyProgram > .header::after{
    position: absolute;
    top: -106px;
    right: 0;
    left: 0;
    z-index: -1;
    margin-top: 1.92857%;
    margin-right: auto;
    margin-left: auto;
    width: 71.42857%;
    min-width: 1000px;
    height: 127px;
    background-image: url("/recruit_site/study/assets/img/clipart-tsubomi.png");
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
  }

  .StudyProgram > .header > .inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 71.42857%;
    min-width: 1000px;
  }

  .StudyProgram > .header .eyecatch{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-right: 1.5%;
    padding-left: 2%;
    width: 48.4%;
  }

  .StudyProgram > .header .eyecatch::before{
    content: none;
  }

  .StudyProgram > .header .eyecatch::after{
    content: none;
  }

  .StudyProgram > .header .eyecatch img{
    display: block;
    float: none;
    width: 100%;
  }

  .StudyProgram > .header .info{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 0;
    width: 48.4%;
  }

  .StudyProgram > .header .title{
    margin-top: 19.83471%;
    font-size: 14px;
  }

  .StudyProgram > .header .desc{
    position: absolute;
    top: -10px;
    left: 0;
    margin-top: 28.09917%;
    width: 100%;
    line-height: 42px;
  }

  .StudyProgram > .header .desc strong{
    font-size: 22px;
  }

  .StudyProgram > .header .text{
    position: absolute;
    top: -9px;
    left: 0;
    margin-top: 49.58678%;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .StudyProgram > .body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 62px auto 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .StudyProgram .about{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    width: 48.4%;
  }

  .StudyProgram .about > .title{
    padding: 12.5px 0;
    font-size: 15px;
  }

  .StudyProgram .about > .body{
    margin-top: 6px;
    padding: 20px;
  }

	.StudyProgram .about.about-all > .body{
		padding-bottom: 34px;
	}
	
  .StudyProgram .about > .body .info{
    margin: -9px 0;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
  }

  .StudyProgram .about > .body .list{
    margin-top: 20px;
  }

  .StudyProgram .about > .body .listItem{
    padding: 4.5px 13px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
  }

  .StudyProgram .about.about-indivisual{
    margin-top: 0;
  }

  .StudyProgram .about.about-all{
    margin-top: 0;
  }

  .StudyProgram .about.about-all .list::after,
	.StudyProgram .about.about-indivisual .list::after{
    display: block;
    clear: both;
    content: "";
  }

  .StudyProgram .about.about-all .listItem,
	.StudyProgram .about.about-indivisual .listItem{
    width: 49.77477%;
  }

  .StudyProgram .about.about-all .listItem:nth-child(2),
	.StudyProgram .about.about-indivisual .listItem:nth-child(2){
    margin-top: 0;
  }

  .StudyProgram .about.about-all .listItem:nth-child(2n+1),
	.StudyProgram .about.about-indivisual .listItem:nth-child(2n+1){
    float: left;
  }

  .StudyProgram .about.about-all .listItem:nth-child(2n),
	.StudyProgram .about.about-indivisual .listItem:nth-child(2n){
    float: right;
  }
	.StudyProgram .about.about-indivisual .listItem:first-child{
		letter-spacing: 0;
		font-size: 12px;
	}
	
	/*170428　白石追記*/	
	.StudyProgram .linkBanner{
		background-image: url(/recruit_site/assets/img/bg-yellow.png);
		  margin: 0;
		  border-radius: 2px;
		  padding: 12px 0;
		  color: white;
		  font-size: 14px;
		  font-weight: bold;
		  line-height: 1;
		  text-align: center;
		position: relative;
		margin-top: 20px;
	}
	.StudyProgram .linkBanner a:link,
	.StudyProgram .linkBanner a:visited{
		text-decoration: none;
		color: #fff;
	}
	.StudyProgram .linkBanner .text a:hover,
	.StudyProgram .linkBanner .text a:active{
		text-decoration: none;
		color: #fff;
	}
	.StudyProgram .linkBanner .text:after{
		background: url(/recruit_site/assets/img/icon-whitearrow.png) 50% 50% no-repeat;
		background-size: 8px auto;
		border: 1px solid #fff;
		border-radius: 99em;
		content: "";
		width: 18px;
		height: 18px;
		-webkit-transition: -webkit-transform 0.25s;
		transition: transform 0.25s;
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	.StudyProgram .linkBanner a:hover .text:after{
		  background-image: url("/recruit_site/assets/img/icon-whitearrow-acute.png");
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
	}
	
	
	/*----------------*/

  .StudyProgram .programs{
    margin-top: 125px;
  }

  .StudyProgram .programs::before{
    top: -298px;
    background-image: url("/recruit_site/study/assets/img/bg-programs-top-left-large.png");
    background-size: auto;
  }

  .StudyProgram .programs > .header{
    background-color: white;
  }

  .StudyProgram .programs > .header .title{
    margin: 0 auto;
    padding: 15px 0;
    width: 71.42857%;
    min-width: 1000px;
    font-size: 20px;
  }

  .StudyProgram .system{
    margin-top: 96px;
  }

  .StudyProgram .system::before, .StudyProgram .system::after{
    top: -264px;
    bottom: -218px;
  }

  .StudyProgram .system::before{
    background-image: url("/recruit_site/study/assets/img/bg-programs-bottom-right-large.png");
    background-size: auto;
  }

  .StudyProgram .system::after{
    background-image: url("/recruit_site/study/assets/img/bg-programs-bottom-left-large.png");
    background-size: auto;
  }

  .StudyProgram .system .inner{
    margin: 0 auto;
    padding: 40px 30px;
    width: 71.42857%;
    min-width: 1000px;
  }

  .StudyProgram .system .title{
    margin: -12px 0;
    font-size: 18px;
    line-height: 42px;
  }

  .StudyProgram .system .body .desc{
    margin-top: 21px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .Program{
    padding: 0;
  }

  .Program > .inner{
    margin: 0 auto;
    width: 71.42857%;
    min-width: 1000px;
  }

  .Program > .inner > .header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .Program > .inner > .header > .eyecatch{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52%;
  }

  .Program > .inner > .header > .eyecatch::before{
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 0;
    height: 0;
    background-color: transparent;
  }

  .Program > .inner > .header > .inner{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 43.6%;
  }

  .Program > .inner > .header .title{
    margin: -12px 0;
    font-size: 18px;
    line-height: 42px;
  }

  .Program > .inner > .header .info{
    margin-top: 21px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .Program .subSec .jobType{
    margin-top: 37px;
    margin-bottom: -23px;
    font-size: 16px;
    line-height: 42px;
  }

  .Program .column-body{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .Program .subBody{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .Program .subBody > .title{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .Program .subBody > .body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .Program .subBody .grid-sep:nth-child(n+2){
    margin-top: -4px;
  }

  .Program .subBody .grid-sep{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .Program .subBody .detail{
    margin-top: 6px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
  }

  .Program .subBody .detail.detail-gridItem{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 50%;
  }

  .Program .subBody .detail.detail-gridItem:nth-child(n+2){
    margin-top: 6px;
    margin-left: 2px;
  }

  .Program .subBody .detail > .title{
    margin: -9px 0;
    font-size: 14px;
    line-height: 32px;
  }

  .Program .sep{
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 6%;
  }

  .Program .sep.sep-light{
    color: white;
  }

  .Program .sep .image{
    width: 27px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .Program.Program-infra > .inner > .header > .eyecatch{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .Program.Program-infra > .inner > .header > .eyecatch::before{
    position: absolute;
    top: -76px;
    left: -47px;
    z-index: 1;
    width: 78px;
    height: 94px;
    background-image: url("/recruit_site/study/assets/img/clipart-kamo-single.png");
    background-repeat: no-repeat;
    content: "";
  }

  .Program.Program-infra > .inner > .header > .inner{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .Program.Program-infra .subBody:nth-of-type(-n+2){
    width: 22%;
  }

  .Program.Program-infra .subBody:nth-of-type(3){
    width: 44.2%;
  }

  .Program.Program-hard{
    margin-top: 90px;
    padding-bottom: 34px;
    overflow: hidden;
  }

  .Program.Program-hard > .inner{
    position: relative;
  }

  .Program.Program-hard > .inner::before, .Program.Program-hard > .inner::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: -34px;
    left: -30px;
    z-index: -1;
    margin-top: 11.8%;
    background-color: #edf7e9;
    content: "";
  }

  .Program.Program-hard > .inner::after{
    right: auto;
    left: 100%;
    width: 1000%;
  }

  .Program.Program-hard .subBody:nth-of-type(1){
    width: 64.6%;
  }

  .Program.Program-hard .subBody:nth-of-type(2){
    width: 29.4%;
  }

  .Program.Program-hard .subBody.subBody-basic > .body .detail, .Program.Program-hard .subBody.subBody-highlight > .body .detail{
    background-color: white;
  }

  .Program.Program-solution{
    margin-top: 107px;
  }

  .Program.Program-solution > .inner > .header > .eyecatch{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .Program.Program-solution > .inner > .header > .eyecatch::before{
    position: absolute;
    top: -37px;
    right: 100%;
    z-index: 1;
    margin-right: 8.46154%;
    width: 185px;
    height: 94px;
    background-image: url("/recruit_site/study/assets/img/clipart-kamo-family.png");
    background-repeat: no-repeat;
    content: "";
  }

  .Program.Program-solution > .inner > .header > .inner{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .Program.Program-solution .subBody:nth-of-type(1){
    width: 29.4%;
  }

  .Program.Program-solution .subBody:nth-of-type(2){
    width: 64.6%;
  }

  .Program.Program-web{
    margin-top: 90px;
    padding-bottom: 34px;
    overflow: hidden;
  }

  .Program.Program-web > .inner{
    position: relative;
  }

  .Program.Program-web > .inner::before, .Program.Program-web > .inner::after{
    position: absolute;
    top: 0;
    right: -30px;
    bottom: -34px;
    left: 0;
    z-index: -1;
    margin-top: 11.8%;
    background-color: #edf7e9;
    content: "";
  }

  .Program.Program-web > .inner::after{
    right: 100%;
    left: auto;
    width: 1000%;
  }

  .Program.Program-web .subBody.subBody-basic > .body .detail, .Program.Program-web .subBody.subBody-highlight > .body .detail{
    background-color: white;
  }

  .Program.Program-web .subSec:nth-of-type(1) .subBody{
    width: 47%;
  }

  .Program.Program-web .subSec:nth-of-type(2) .subBody{
    width: 29.4%;
  }

  .StudyConnect{
    margin-top: 60px;
    margin-bottom: -30px;
    padding-top: 120px;
    padding-bottom: 130px;
  }

  .StudyConnect::before{
    content: none;
  }

  .StudyConnect::after{
    background-image: url("/recruit_site/study/assets/img/bg-wave-1-large.png"), url("/recruit_site/study/assets/img/bg-wave-2-large.png");
    background-size: auto;
  }

  .StudyConnect > .header{
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }

  .StudyConnect > .header .title{
    position: absolute;
    top: -70px;
    left: 27px;
    z-index: 1;
    padding: 15px 12px;
    background-color: white;
    font-size: 22px;
    letter-spacing: 0.22em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
  }

  .StudyConnect > .eyecatch{
    margin: 0 auto;
    width: 1000px;
  }

  .StudyConnect > .eyecatch::before, .StudyConnect > .eyecatch::after{
    position: absolute;
    top: 80px;
    bottom: -60px;
    z-index: -2;
    background-color: #eae9fb;
    content: "";
  }

  .StudyConnect > .eyecatch::before{
    right: -30px;
    left: 0;
  }

  .StudyConnect > .eyecatch::after{
    right: 100%;
    width: 1000%;
  }

  .StudyConnect > .body{
    position: relative;
    margin: 0 auto;
    width: 1000px;
  }

  .StudyConnect > .body > .teamLink{
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 0;
    width: 600px;
  }

  .StudyConnect > .body > .teamLink .inner{
    padding: 34px 38px;
  }

  .StudyConnect > .body > .teamLink .inner::after{
    right: 20px;
  }

  .StudyConnect > .body > .teamLink .label{
    width: 53px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .StudyConnect > .body > .teamLink .linkTitle{
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .StudyConnect > .body > .teamLink .about{
    margin-top: 20px;
  }

  .StudyConnect > .body > .teamLink .about dt{
    font-size: 12px;
  }

  .StudyConnect > .body > .teamLink .about dd{
    margin-top: 12px;
    font-size: 14px;
  }

  .StudyUniv{
    position: relative;
    z-index: 1;
    margin-top: 230px;
  }

  .StudyUniv::before{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin-top: 3.42857%;
    padding-top: 8.57143%;
    height: 0;
    background-color: #edf7e9;
    content: "";
  }

  .StudyUniv::after{
    position: absolute;
    top: -129px;
    right: 0;
    left: 0;
    margin: 3.42857% auto 0;
    width: 71.42857%;
    height: 129px;
    min-width: 1000px;
    background-image: url("/recruit_site/study/assets/img/clipart-flowers.png");
    background-repeat: no-repeat;
    content: "";
  }

  .StudyUniv > .header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 71.42857%;
    min-width: 1000px;
  }

  .StudyUniv > .header .eyecatch{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    height: auto;
    width: 48.4%;
  }

  .StudyUniv > .header .eyecatch::before{
    content: none;
  }

  .StudyUniv > .header .eyecatch .image{
    position: static;
    width: 100%;
  }

  .StudyUniv > .header .info{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: 48.4%;
  }

  .StudyUniv > .header .info .label{
    margin-top: 24.38017%;
    font-size: 14px;
  }

  .StudyUniv > .header .info > .title{
    margin-top: 16px;
    margin-bottom: -10px;
    font-size: 22px;
    line-height: 42px;
  }

  .StudyUniv > .header .info > .desc{
    margin-top: 31px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .StudyUniv > .body{
    position: relative;
    margin: 40px auto 0;
    padding: 0;
    width: 71.42857%;
    min-width: 1000px;
    height: 480px;
  }

  .StudyUniv > .body::before{
    display: table;
    content: "";
  }

  .StudyUniv > .body .info{
    margin-top: 21px;
    margin-bottom: -9px;
    margin-left: 263px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .StudyUniv > .body .photo{
    position: absolute;
  }

  .StudyUniv > .body .photo.photo-first{
    top: 0;
    left: 0;
    margin-top: 0;
    width: 203px;
    height: 250px;
  }

  .StudyUniv > .body .photo.photo-first::before{
    top: 194px;
    left: 169px;
    width: 316px;
    height: 200px;
  }

  .StudyUniv > .body .photo.photo-second{
    top: 250px;
    left: 203px;
    margin-top: 0;
    width: 360px;
    height: 230px;
  }

  .StudyUniv > .body .photo.photo-second::before{
    content: none;
  }

  .StudyUniv > .body .example{
    margin-left: 613px;
  }

  .StudyUniv > .body .example > .title{
    margin-top: 80px;
    font-size: 14px;
    font-weight: bold;
  }

  .StudyUniv > .body .example .list{
    margin-top: 30px;
  }

  .StudyUniv > .body .example .listItem{
    margin: -9px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .StudyUniv > .body .example .listItem:nth-child(n+2){
    margin-top: 11px;
  }

  .StudyUniv > .body .example .listItem::before{
    margin-top: 16px;
    margin-right: 16px;
    width: 25px;
  }

  .ErrorPage .PageMain{
    background-image: url("/recruit_site/assets/img/bg-fullscreen-large.jpg");
  }

  .ErrorPage .PageMain .description{
    line-height: 2;
    margin: 1.75em 0;
  }

  .CompanyIntro{
    margin-top: 0;
  }

  .CompanyIntro > .header{
    height: 0;
    padding-top: 30.71429%;
  }

  .CompanyIntro > .header .eyecatch{
    position: absolute;
    top: -25px;
    left: 0;
    margin-right: 0;
    width: 50.71429%;
  }

  .CompanyIntro > .header .eyecatch::after{
    top: auto;
    right: -33px;
    bottom: -20px;
    left: auto;
    height: 70.23256%;
    width: 58.16901%;
    background-size: auto;
  }

  .CompanyIntro > .header .inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    padding: 0;
    margin: 0 auto;
    width: 71.42857%;
    min-width: 1000px;
    height: 100%;
  }

  .CompanyIntro > .header .inner .info{
    width: 40%;
  }

  .CompanyIntro > .header .inner .label{
    top: auto;
    margin-top: 0;
    padding: 0 10px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .CompanyIntro > .header .inner .copy{
    margin-top: 74px;
    font-size: 18px;
  }

  .CompanyIntro > .header .inner .title{
    margin-top: 27px;
    margin-bottom: -11px;
    font-size: 24px;
    line-height: 46px;
  }

  .CompanyIntro > .body{
    margin: 60px auto 0;
    padding: 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .CompanyIntro > .body .text{
    margin: -9px 0;
    font-size: 14px;
    line-height: 32px;
  }
  .CompanyIntro > .body > .note{
    margin-top: 47px;
    margin-bottom: -9px;
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-indent: -1em;
  }
  .CompanyNav{
    z-index: auto;
    margin-top: 90px;
    background-image: none;
  }

  .CompanyNav::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 85px;
    background-image: url("/recruit_site/assets/img/bg-sakura.png");
    content: "";
  }

  .CompanyNav::after{
    position: absolute;
    top: 80px;
    left: 0;
    right: 76px;
    z-index: -2;
    height: 290px;
    background-image: url("/recruit_site/company/assets/img/clipart-oriental-dragon.png");
    background-repeat: no-repeat;
    background-position: right top;
    content: "";
  }

  .CompanyNav > .list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 43px 0 0;
    width: 744px;
  }

  .CompanyNav > .list .item{
    position: relative;
    margin-top: 0;
  }

  .CompanyNav > .list .link{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: left;
    position: relative;
    padding: 10px;
    height: auto;
    font-size: 13px;
    line-height: 1;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }

  .CompanyNav > .list .link::before{
    position: absolute;
    top: -9px;
    right: -7px;
    z-index: -1;
    width: 20px;
    height: 50px;
    background-image: url("/recruit_site/assets/img/bg-pink.png");
    opacity: 0;
    content: "";
  }

  .CompanyNav > .list .link:hover::before{
    opacity: 0.4;
  }

  .CompanyNav > .list .link::after{
    display: none;
  }

  .CompanySec::after{
    top: -11px;
    right: auto;
    left: 0;
    width: 200px;
    height: 158px;
    background-image: url("/recruit_site/company/assets/img/clipart-cloud-large.png");
    background-size: 200px 158px;
  }

  .CompanySec > .header{
    margin: 0 auto;
    padding: 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .CompanySec > .header .label{
    margin-top: 74px;
    font-size: 14px;
  }

  .CompanySec > .header .title{
    margin-top: 16px;
    margin-bottom: -10px;
    font-size: 22px;
    line-height: 42px;
  }

  .CompanySec > .header .title i{
    margin-right: 6px;
    font-size: 34px;
  }

  .CompanySec > .body{
    margin: 0 auto;
    padding: 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .CompanyDepartment{
    margin-top: 20px;
    padding-top: 11px;
  }

  .CompanyDepartment::after{
    top: 0;
  }

  .Department{
    position: relative;
    margin-top: 100px;
  }

  .Department:first-child{
    margin-top: 72px;
  }

  .Department:nth-child(2n){
    padding-bottom: 30px;
  }

  .Department:nth-child(2n)::before{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin-top: 13.3%;
    width: 1000%;
    background-color: #fdf6f9;
    content: "";
  }

  .Department:nth-child(2n):nth-child(2)::before{
    left: -30px;
  }

  .Department:nth-child(2n):nth-child(4)::before{
    right: -30px;
  }

  .Department > .header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .Department > .header .eyecatch{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 40px;
    width: 52%;
  }

  .Department > .header .eyecatch::before{
    top: -40px;
    right: -27px;
    bottom: auto;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 52px;
    padding-right: 5px;
    width: 74px;
    height: 100px;
    background-color: white;
    background-image: none;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN";
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    content: counter(department,decimal-leading-zero);
  }

  .Department > .header > .inner{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 44%;
  }

  .Department > .header > .inner .title{
    display: block;
    margin: -12px 0;
    font-size: 18px;
    line-height: 42px;
  }

  .Department > .header > .inner .title::before{
    content: none;
  }

  .Department > .header > .inner .desc{
    margin-top: 21px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .Department > .body{
    margin-top: 40px;
  }

  .Department > .body .separater{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .Department > .body .separater:nth-child(n+2){
    margin-top: 2px;
  }

  .Department:nth-child(2n) > .body .separater .info{
    background-color: white;
  }

  .Department > .body .separater .info{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
    padding: 35px 32px;
    width: 50%;
  }

  .Department > .body .separater .info:first-child{
    margin-right: 2px;
  }

  .Department > .body .separater .info .title{
    margin: -9px 0;
    font-size: 14px;
    line-height: 32px;
  }

  .Department > .body .separater .info .text{
    margin-top: 14.5px;
    margin-bottom: -7.5px;
    font-size: 13px;
    line-height: 28px;
  }

  .CompanyBusiness{
    margin-top: 47px;
  }

  .CompanyBusiness > .body .list{
    margin: 36px -10px 0;
  }

  .CompanyBusiness > .body .item{
    margin-top: 20px;
    width: 25%;
  }

  .CompanyBusiness > .body .item:nth-child(2n+1){
    clear: none;
    padding: 0 10px;
  }

  .CompanyBusiness > .body .item:nth-child(2n){
    padding: 0 10px;
  }

  .CompanyBusiness > .body .item:nth-child(-n+4){
    margin-top: 0;
  }

  .CompanyBusiness > .body .item:nth-child(4n+1){
    clear: left;
  }

  .CompanyBusiness > .body .itemInner{
    width: 100%;
    height: 78px;
  }

  .CompanyBusiness > .body .itemInner .image.image-iij{
    width: 162px;
  }

  .CompanyBusiness > .body .itemInner .image.image-imj{
    width: 92px;
  }

  .CompanyBusiness > .body .itemInner .image.image-amazon{
    width: 112px;
  }

  .CompanyBusiness > .body .itemInner .image.image-gurunavi{
    width: 142px;
  }

  .CompanyBusiness > .body .itemInner .image.image-mixi{
    width: 79px;
  }

  .CompanyBusiness > .body .itemInner .image.image-line{
    width: 74px;
  }

  .CompanyBusiness > .body .itemInner .image.image-ibm{
    width: 75px;
  }

  .CompanyBusiness > .body .itemInner .image.image-kddi{
    width: 86px;
  }

  .CompanyBusiness > .body .itemInner .image.image-excite{
    width: 98px;
  }

  .CompanyBusiness > .body .itemInner .image.image-tv-asahi{
    width: 152px;
  }

  .CompanyBusiness > .body .itemInner .image.image-team-lab{
    width: 64px;
  }

  .CompanyBusiness > .body .itemInner .image.image-konami{
    width: 116px;
  }

  .CompanyBusiness > .body .text{
    margin-top: 31px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyProduct{
    margin-top: 120px;
    padding-bottom: 72px;
  }

  .CompanyProduct > .body{
    margin-top: 60px;
  }

  .CompanyProduct > .body .list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .CompanyProduct > .body .item{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 22%;
  }

  .CompanyProduct > .body .item:nth-child(n+2){
    margin-top: 0;
    margin-left: 4%;
  }

  .CompanyProduct > .body .link{
    width: 100%;
    height: 130px;
  }

  .CompanyProduct > .body .link .icon{
    width: 10px;
    height: 8px;
  }

  .CompanyProduct > .body .link .image.image-midori{
    width: 140px;
  }

  .CompanyProduct > .body .link .image.image-vegetable{
    width: 160px;
  }

  .CompanyProduct > .body .link .image.image-washbasin{
    width: 134px;
  }

  .CompanyProduct > .body .link .image.image-tempra{
    width: 88px;
  }

  .CompanyProduct > .body .desc{
    display: block;
    margin-top: 14.5px;
    margin-bottom: -5.5px;
    width: 100%;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .CompanyProduct > .body .desc br:not(.keep){
    display: inline;
  }

  .CompanyProduct > .body > .text{
    margin-top: 45px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyStudy{
    overflow: visible;
    margin-top: 48px;
  }

  .CompanyStudy > .body{
    position: relative;
    padding-bottom: 0;
    width: auto;
    min-width: inherit;
  }

  .CompanyStudy > .body::after{
    position: absolute;
    top: 55px;
    left: 0;
    width: 474px;
    height: 484px;
    z-index: -2;
    background-image: url("/recruit_site/company/assets/img/bg-study-large.png");
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
  }

  .CompanyStudy > .body > .text{
    margin-top: 43px;
    margin-right: auto;
    margin-bottom: -9px;
    margin-left: auto;
    width: 71.42857%;
    min-width: 1000px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyStudy > .body > .inner{
    margin: 70px auto 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .CompanyStudy > .body > .inner::before{
    content: none;
  }

  .CompanyStudy > .body .eyecatch{
    margin: 0;
  }

  .CompanyStudy > .body .eyecatch .content::before{
    margin-top: 23.4%;
    bottom: 0;
    height: auto;
  }

  .CompanyStudy > .body .eyecatch .content:nth-child(1) .inner{
    padding-right: 5%;
    padding-left: 19.2%;
  }

  .CompanyStudy > .body .eyecatch .content:nth-child(2) .inner{
    padding-right: 6.4%;
    padding-left: 7%;
  }

  .CompanyStudy > .body .link{
    position: absolute;
    right: 0;
    margin-top: -83px;
    padding: 30px 40px 25px;
    height: 73px;
    box-sizing: border-box;
    width: 60%;
  }

  .CompanyStudy > .body .link .label{
    top: -10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .CompanyStudy > .body .link .text{
    display: inline;
    font-size: 18px;
    white-space: nowrap;
  }

  .CompanyStudy > .body .link::after{
    right: 20px;
  }

  .CompanyCareer{
    margin-top: 120px;
  }

  .CompanyCareer > .body{
    padding-bottom: 72px;
  }

  .CompanyCareer > .body > .desc{
    margin-top: 43px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyCareer > .body > .note{
    margin-top: 47px;
    margin-bottom: -9px;
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-indent: -1em;
  }

  .CompanyCareer .timeline{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .CompanyCareer .timeline .line{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 36px;
    width: 60px;
    height: 90px;
  }

  .CompanyCareer .timeline .line::before{
    border-top: 4px solid;
    border-left-width: 0;
  }

  .CompanyCareer .timeline .line.line-simple::before{
    width: 100%;
    height: 0;
  }

  .CompanyCareer .timeline .line.line-2way::before{
    width: 28px;
    height: 0;
  }

  .CompanyCareer .timeline .line.line-2way::after{
    margin: 0;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    width: 32px;
    height: 48px;
  }

  .CompanyCareer .timeline .detail{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 33.33333%;
  }

  .CompanyCareer .timeline .period{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    flex-direction: row;
    margin-top: 15px;
    margin-left: 0;
    border-width: 0 1px;
    width: auto;
    height: 21px;
  }

  .CompanyCareer .timeline .period::before, .CompanyCareer .timeline .period::after{
    border-top: 1px solid #c4c4c4;
    border-left-width: 0;
    width: auto;
    height: 0;
  }

  .CompanyCareer .timeline .period::before{
    margin-right: 10px;
    margin-bottom: 0;
  }

  .CompanyCareer .timeline .period::after{
    margin-top: 0;
    margin-left: 10px;
  }

  .CompanyCareer .timeline .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 90px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .CompanyCareer .timeline .content .dot{
    display: inline;
    height: auto;
    overflow: visible;
  }

  .CompanyCareer .timeline .content.content-third{
    height: 40px;
  }

  .CompanyCareer .timeline .content.content-third:nth-of-type(2){
    margin-top: 10px;
    margin-left: 0;
  }

  .CompanyEvaluation{
    margin-top: 48px;
  }

  .CompanyEvaluation > .body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px;
  }

  .CompanyEvaluation > .body .content{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 52px;
    width: 55%;
  }

  .CompanyEvaluation > .body .content .text{
    margin-top: 25px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyEvaluation > .body .photo{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
    margin-left: 45px;
    width: 41.3%;
  }

  .CompanyEvaluation > .body .photo .first{
    margin-top: -155px;
    width: 61.50121%;
  }

  .CompanyEvaluation > .body .photo .first::before{
    right: -33.85827%;
    bottom: -41.47059%;
    width: 78.74016%;
    height: 94.11765%;
  }

  .CompanyEvaluation > .body .photo .second{
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 32px;
    margin-left: 24.93947%;
  }

  .CompanyMessage{
    position: relative;
    z-index: 1;
    background-image: url("/recruit_site/company/assets/img/clipart-branch.png"), url("/recruit_site/company/assets/img/bg-message-large.png");
    background-repeat: no-repeat;
    background-position: right 96px, right top;
    background-size: auto;
  }

  .CompanyMessage > .header > .inner{
    margin-left: 60px;
    padding-left: 38%;
  }

  .CompanyMessage > .header .label{
    margin-top: 132px;
  }

  .CompanyMessage > .header .person .post{
    margin-top: 39px;
    margin-bottom: -6px;
    font-size: 14px;
    line-height: 26px;
  }

  .CompanyMessage > .header .person .name{
    margin-top: 25px;
    font-size: 18px;
  }

  .CompanyMessage > .body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 74px;
  }

  .CompanyMessage > .body .content{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-left: 60px;
    width: 56%;
  }

  .CompanyMessage > .body .content .text{
    margin-top: 25px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyMessage > .body .content .text:first-child{
    margin-top: 43px;
  }

  .CompanyMessage > .body .photo{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: -290px;
    width: 38%;
  }

  .CompanyMessage > .body .photo .first{
    margin-left: 7.89474%;
  }

  .CompanyMessage > .body .photo .first::before{
    top: 53.87755%;
    right: auto;
    bottom: auto;
    left: -17.14286%;
    width: 74.57143%;
    height: 70.61224%;
  }

  .CompanyMessage > .body .photo .second{
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 71px;
    margin-left: 20.26316%;
    width: 58.68421%;
  }

  .CompanyEvent{
    margin-top: 48px;
  }

  .CompanyEvent > .header .title br{
    display: none;
  }

  .CompanyEvent > .body{
    padding-bottom: 126px;
  }

  .CompanyEvent > .body .separater{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .CompanyEvent > .body .separater:first-child{
    margin-top: 62px;
  }

  .CompanyEvent > .body .item{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
    width: 50%;
  }

  .CompanyEvent > .body .item:first-child{
    margin-right: 40px;
  }

  .CompanyEvent > .body .item .title{
    margin-top: -35px;
    padding-right: 30px;
    height: 35px;
    font-size: 18px;
  }

  .CompanyEvent > .body .item .desc{
    margin-top: 24px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyWelfare > .body{
    margin-top: 60px;
    padding-bottom: 70px;
  }

  .CompanyWelfare > .body .separater{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 32px;
  }

  .CompanyWelfare > .body .item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
    width: 50%;
  }

  .CompanyWelfare > .body .item:first-child{
    margin-right: 32px;
  }

  .CompanyWelfare > .body .item .title{
    font-size: 15px;
    line-height: 40px;
  }

  .CompanyWelfare > .body .item .inner{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 6px;
    padding: 25px 23px 30px;
  }

  .CompanyWelfare > .body .item .text{
    margin: -9px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .CompanyWelfare > .body .separater:nth-child(3) .item:nth-child(2)::before{
    content: none;
  }

  .CompanyWelfare > .body .separater:nth-child(1) .item:nth-child(2)::before{
    right: -47px;
    bottom: 19px;
    width: 121px;
    height: 32px;
    background-image: url("/recruit_site/company/assets/img/clipart-kamo-line.png");
    background-size: auto;
    content: "";
  }

  .CompanyWelfare > .body .separater:nth-child(3) .item:nth-child(1)::before{
    right: -26px;
    bottom: 19px;
    width: 68px;
    height: 61px;
    background-image: url("/recruit_site/company/assets/img/clipart-bird.png");
    background-size: 68px auto;
    content: "";
  }

  .EntrySec::after{
    top: 0;
    right: auto;
    left: 0;
    width: 200px;
    height: 158px;
    background-image: url("/recruit_site/company/assets/img/clipart-cloud-large.png");
    background-size: 200px 158px;
  }

  .EntrySec > .header{
    margin: 0 auto;
    padding: 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .EntrySec > .header .title{
    margin-top: 78px;
    margin-bottom: -10px;
    font-size: 22px;
    line-height: 42px;
  }

  .EntrySec > .header .desc{
    margin-top: 21px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .EntrySec > .body{
    margin: 0 auto;
    padding: 0;
    width: 71.42857%;
    min-width: 1000px;
  }

  .EntryCategory{
    margin-top: 30px;
  }

  .EntryCategory > .body{
    position: relative;
    z-index: 0;
    padding-bottom: 70px;
  }

  .EntryCategory > .body::after{
    position: absolute;
    right: -129px;
    bottom: 0;
    z-index: 1;
    width: 161px;
    height: 176px;
    background-image: url("/recruit_site/entry/assets/img/clipart-flower.png");
    background-repeat: no-repeat;
    content: "";
  }

  .EntryCategory > .body .category{
    margin-top: 58px;
    padding: 48px 30px 36px;
  }

  .EntryCategory > .body .category:first-child{
    margin-top: 70px;
  }

  .EntryCategory > .body .category > .title{
    font-size: 20px;
  }

  .EntryCategory > .body .category .item{
    margin-top: 18.5px;
    margin-bottom: -7.5px;
    font-size: 13px;
    line-height: 28px;
  }

  .EntryCategory > .body .category .item:first-child{
    margin-top: -7.5px;
  }

  .EntryCategory > .body .category .item::before{
    margin-top: 7.5px;
    margin-right: 14px;
    width: 12px;
    height: 12px;
  }

  .EntryDetail{
    margin-top: -3px;
  }

  .EntryDetail > .body{
    padding-bottom: 70px;
  }

  .EntryDetail > .body .intro{
    margin-top: 63px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .EntryDetail > .body > .inner{
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .EntryDetail > .body .site{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 50%;
  }

  .EntryDetail > .body .site.site-new{
    margin-top: 0;
    margin-right: 32px;
  }

  .EntryDetail > .body .site.site-mid{
    margin-top: 0;
  }

  .EntryDetail > .body .site > .title{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 40px;
  }

  .EntryDetail > .body .site > .body{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .EntryDetail > .body .site > .body{
    margin-top: 6px;
  }

  .EntryDetail > .body .site .list{
    padding-top: 9.91736%;
  }

  .EntryDetail > .body .site .list:last-child{
    padding-top: 9.91736%;
    padding-bottom: 9.91736%;
  }

  .EntryDetail > .body .site .item:first-child{
    margin-right: 6.61157%;
  }

  .EntryDetail > .body .site .item:only-child{
    margin-right: 0;
  }

  .EntryDetail > .body .site .item.item-mynavi-2016{
    width: 38.01653%;
  }

  .EntryDetail > .body .site .item.item-rikunabi-2016{
    width: 38.01653%;
  }

  .EntryDetail > .body .site .item.item-diamond-navi-2016{
    width: 23.76033%;
  }

  .EntryDetail > .body .site .item.item-en-tenshoku{
    width: 38.01653%;
  }

  .EntryDetail > .body .site .item.item-rikunabi-next{
    width: 32.64463%;
  }

  .EntryDetail > .body .site .item.item-mynavi-tenshoku{
    width: 38.01653%;
  }

  .EntryDetail > .body .site .item.item-ecareer{
    width: 30.99174%;
  }

  .EntryDetail > .body .info{
    margin-top: 51px;
    margin-bottom: -9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
  }

  .EntryDetail > .body .info strong{
    border-bottom-width: 3px;
  }

  .EntryDetail > .body .notice > .title{
    margin-top: 32px;
    font-size: 15px;
    line-height: 40px;
  }

  .EntryDetail > .body .notice .rule{
    margin-top: 6px;
    padding: 30px;
  }

  .EntryDetail > .body .notice .rule .desc{
    margin: -9px 0;
    font-size: 14px;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
    line-height: 32px;
  }

  .EntryDetail > .body .notice .rule > .inner{
    margin: 20px -1px 0;
    height: 157px;
  }

  .EntryDetail > .body .notice .rule .agreement{
    padding: 20px;
  }

  .EntryDetail > .body .notice .rule .agreement h1{
    margin: -8px 0;
    font-size: 16px;
    line-height: 32px;
  }

  .EntryDetail > .body .notice .rule .agreement h2{
    margin-top: 22.5px;
    margin-bottom: -7.5px;
    font-size: 13px;
    line-height: 28px;
  }

  .EntryDetail > .body .notice .rule .agreement p{
    margin-top: 8.5px;
    margin-bottom: -7.5px;
    font-size: 13px;
    line-height: 28px;
  }

  .EntryDetail > .body .notice .subBody{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .EntryDetail > .body .notice .subBody .subSec{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 2px;
    padding: 30px;
    width: 50%;
  }

  .EntryDetail > .body .notice .subBody .subSec:first-child{
    margin-right: 2px;
  }

  .EntryDetail > .body .notice .subBody .subSec > .title{
    margin: -9px 0;
    font-size: 14px;
    line-height: 32px;
  }

  .EntryDetail > .body .notice .subBody .subSec > .text{
    margin-top: 16.5px;
    margin-bottom: -7.5px;
    font-size: 13px;
    line-height: 28px;
  }

  .EntryDetail > .body .notice .subBody .subSec .send > .title{
    margin-top: 24px;
    font-size: 13px;
  }

  .EntryDetail > .body .notice .subBody .subSec .send .address{
    margin-top: 8.5px;
    margin-bottom: -7.5px;
    font-size: 13px;
    line-height: 28px;
  }

  .EntryProcess{
    margin-top: 40px;
  }

  .EntryProcess > .body{
    margin-top: 50px;
    padding-bottom: 70px;
  }

  .EntryProcess > .body .column{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .EntryProcess > .body .column .process{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: auto;
  }

  .EntryProcess > .body .column .process > .title{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 40px;
  }

  .EntryProcess > .body .column .process > .body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 26px;
  }

  .EntryProcess > .body .column .process > .body .item:first-child{
    margin-top: -6.5px;
  }

  .EntryProcess > .body .column .process > .body .item:last-child{
    margin-bottom: -6.5px;
  }

  .EntryProcess > .body .column .process > .body .text{
    margin: -6.5px 0;
  }

  .EntryProcess > .body .column .process > .body .text br{
    display: inline;
  }

  .EntryProcess > .body .column .sep{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52px;
  }

  .EntryProcess > .body .column .sep .image{
    margin: auto;
    width: 26px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (min-width: 1080px){
  /* Do not delete this comment */
}
@media (min-width: 737px) and (min-width: 737px){

  .PageNav.is-open .nav{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media not all and (min-width: 737px){

  .TopHeroHeader .intro .bird1{
    width: 82.8px;
  }

  .TopHeroHeader .intro .bird2{
    width: 64.8px;
    top: calc(40% + 19.2px);
  }

  .TopHeroHeader .intro .tree{
    width: 138px;
  }

  .TopHeroHeader .intro .logo > .solo{
    width: 168.48px;
    top: -25px;
  }

  .android .TopHeroHeader .intro .logo > .solo{
    height: 61.92px;
  }

  .TopHeroHeader .intro .logo p{
    font-size: 12px;
  }

  .TopHeroHeader .intro .logo .opening{
    top: -60px;
  }

  .TopHeroHeader .intro .logo .opening .main{
    font-size: 14.4px;
  }

  .TopHeroHeader .intro .logo .opening .solo{
    font-size: 7.2px;
    left: 165px;
  }

  .TopHeroHeader .intro .logo .opening .team{
    font-size: 7.2px;
    left: 202px;
  }

  .TopHeroHeader .intro .logo .opening .seraku{
    font-size: 7.2px;
    top: 37px;
    left: 142px;
  }

  .TopHeroHeader .intro .logo .lead{
    top: -60px;
  }

  .TopHeroHeader .intro .logo .lead .lead-en{
    width: 240px;
  }

  .TopHeroHeader .intro.end .bird1{
    top: calc(100% - 405px);
    right: 255px;
  }

  .TopHeroHeader .intro.end .bird2{
    top: calc(100% - 260px + 16px);
    right: 0;
  }

  .TopHeroHeader .intro.end .tree{
    top: calc(100% - 260px);
    right: 0;
  }

  .TopHeroHeader .intro.end .logo{
    top: calc(100% - 280px);
    right: 180px;
  }

  .TopHeroHeader .video{
    display: none;
  }

  .TopHeroHeader .image{
    width: 100%;
  }

  .TopHeroHeader .image .person{
    right: 25%;
  }

  .TopHeroHeader .slide{

    background-color: #FFFFFF;
    width: calc(100% - 54px);
    left: 0;
    top: auto;
    bottom: calc(0vh + 80px);
    padding: 10px 24px 10px 30px;
    z-index: 0;
    opacity: 0.8;
    margin: -70% 0;
  }

  .TopHeroHeader .slide .lead p{
    font-size: 12px;
  }

  .TopHeroHeader .slide .link .NavLink{
    font-size: 10px;
  }

  .FBTopics{
    min-width: inherit;
    height: 80px;
  }

  .FBTopics{
    top: 560px;
  }

  .show .FBTopics{
    top: calc(560px - 80px);
  }

  .ios.show .FBTopics, .cssvhunit.show .FBTopics{
   top: calc(100vh - 80px);
  }
	
  .min-height .FBTopics{
    top: 560px;
  }

  .min-height.show .FBTopics{
    top: calc(560px - 80px);
  }

  .FBTopics h2{
    width: 100%;
  }

  .FBTopics .topics{
    width: calc(100% - 60px);
    margin: 0 30px;
  }

  .HomeCardGroup-company .SvgAnimation{
    left: -100px;
  }

  .HomeCardGroup-team .SvgAnimation{
    right: -50px;
  }

  .HomeCardGroup-study .SvgAnimation{
    left: -40px;
  }

  .SubpageHeader-solo .SvgAnimation{
    right: -80px;
  }

  .SubpageHeader-team .SvgAnimation{
    right: -90px;
    top: -100px;
  }

  .CardGroup-solo .SvgAnimation{
    left: -300px;
  }

  .CardGroup-team .SvgAnimation{
    top: -90px;
    left: -240px;
  }

  .ProductsMenuBlock .SvgAnimation{
    height: auto;
    width: 110%;
  }

  .android .ProductsMenuBlock .SvgAnimation{
    height: 600px;
  }

  .ProductsMenuBlock .SvgAnimation svg *{
    stroke-width: 2px;
  }
}
@media (min-width: 737px) and (orientation: landscape){

  .ios .TopHeroHeader .image .person, .android .TopHeroHeader .image .person{
    z-index: 1;
  }
}
@media print{

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line{
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
}

@media screen and (min-width: 737px){
.sub-content{
    position:relative;
    padding:60px 0 0 34%;
    }
.sub-content .title {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    width: 1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    display: inline-block;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 0.2em;
    white-space: nowrap;
    vertical-align:middle;
}

.Card  .sub-content .Badge{
    top:60px;
    background:#e98b38;
    }
.sub-content .body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align:middle;
}

.sub-content .description {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 1.25em;
    margin-top: 0.75em;
}
.sub-content .text {
    background-color: inherit;
    margin:0;
    padding:0;
    position: relative;
}
.Card .sub-content .text::after{
    display:none
    }
.sub-content .obj{
    position:absolute;
    left:-190px;
    bottom:-10px;
    }
.sub-content .obj2{
    position:absolute;
    left:-84%;
    top:55px;
    height:auto
    }

}
@media screen and (max-width: 737px){
.sub-content{
    position:relative;
   padding:40px 0 0;
   text-align:center;
   margin-bottom:30px;
    }
.sub-content .title {
    display: inline-block;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 0.2em;
    white-space: nowrap;
}

.Card  .sub-content .Badge{}
.sub-content .body {
    text-align: center;
}

.sub-content .description {
font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 1.25em;
    margin-top: 0.75em;
}

.sub-content .text {
    background-color: inherit;
    margin:0;
    padding:0;
    position: relative;
}
.Card .sub-content .text::after{
    display:none
    }
#solo .Card .Badge{
    position:relative;
    background:#e98b38;
    }
#company .Card .Badge{
    position:inherit;
    }
#team .Card .text .Badge-team{
    position: relative;
    top: -9px;
    background: #e98b38;
    }
#company .Card .Badge-company{
    background: #e98b38;
    }
#study .Card .Badge{
    position: relative;
    background: #e98b38;
    }
.sub-content .obj{
    position:absolute;
    right:15px;
    width:40%;
    bottom:0;
    height:auto
    }
.sub-content .obj2{
    width:90%;
    height:auto;
    display:block;
    margin:0 auto;
    }


}

/* 20170904 アイコン追加 採用ページ
   ========================================================================== */
@media screen and (max-width: 737px){
	.Badge-it,
	.Badge-smt,
	.Badge-web,
  .Badge-bi,
	.Badge-busi,
	.Badge-mana{
		left: 27%;
	}

	/* 20170427 小笠原追加 トップページ
   ========================================================================== */
@media screen and (max-width: 737px){
	.sub-content.occupation {
		padding-top: 70px;
	}
	.sub-content.occupation > a{
		display: block;
		margin: 20px auto 0;
		max-width: 90%;
	}
	.Card .sub-content.occupation .Badge {
		background: #10b9bf;
	}

/* 20170428 白石追加 学びページ
   ========================================================================== */
@media screen and (max-width: 737px){
	.StudyProgram .about-indivisual{
		letter-spacing: 1.92px;
	}
	.StudyProgram .linkBanner{
		background-image: url(/recruit_site/assets/img/bg-yellow.png);
		  margin: 0;
		  border-radius: 2px;
		  padding: 12px 0;
		  color: white;
		  font-size: 12px;
		letter-spacing: -0.1em;
		  font-weight: bold;
		  line-height: 1;
		  text-align: center;
		position: relative;
		margin-top: 20px;
	}
	.StudyProgram .linkBanner .text{
		margin-left: -30px;
	}
	.StudyProgram .linkBanner a:link,
	.StudyProgram .linkBanner a:visited{
		text-decoration: none;
		color: #fff;
	}
	.StudyProgram .linkBanner .text a:hover,
	.StudyProgram .linkBanner .text a:active{
		text-decoration: none;
		color: #fff;
	}
	.StudyProgram .linkBanner .text:after{
		background: url(/recruit_site/assets/img/icon-arrow-white.png) 50% 50% no-repeat;
		background-size: 8px auto;
		border: 1px solid #fff;
		border-radius: 99em;
		content: "";
		width: 18px;
		height: 18px;
		-webkit-transition: -webkit-transform 0.25s;
		transition: transform 0.25s;
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	.StudyProgram .linkBanner a:hover .text:after{
		  background-image: url("/recruit_site/assets/img/icon-arrow-white-acute.png");
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
	}
}