@charset 'UTF-8';
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* =============================================== */
/** The root element */
/* ----------------------------------------------- */
html {
  font-family: sans-serif;
  height: 100%; 
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/* =============================================== */
/** Sections */
/* ----------------------------------------------- */
body {
  *font: x-small;
  *font-size: small;
  background-color: #f2f2f2; 
  font: 13px/1.231 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
}
body:before {
  content: '';
  float: left;
  height: 100%;
  margin-top: -32767px; 
  width: 0;
}

html > body {
  font-size: small\10;
}

body,h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

/* =============================================== */
/** HTML5 display definitions */
/* ----------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary {
  display: block;
  margin: 0;
}

audio,canvas,video,progress {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

/* =============================================== */
/** Grouping content */
/* ----------------------------------------------- */
p,dl,dd,blockquote,figure,pre,ol,ul,li {
  margin: 0;
  padding: 0;
}

ul,li {
  list-style-type: none;
}

pre {
  white-space: pre-wrap;
  white-space: pre;
  word-wrap: break-word;
}

iframe {
  vertical-align: middle;
}

/* =============================================== */
/** Text-level semantics */
/* ----------------------------------------------- */
a {
  background: transparent;
}
a:active,a:hover {
  outline: 0;
}

b,strong {
  font-weight: bold;
}

small {
  font-size: 92%;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

abbr[title] {
  border-bottom: 1px dotted; 
  cursor: pointer;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  *font-size: 108%;
  font-family: monospace, 'ＭＳ Ｐ ゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 100%;
}

mark {
  background: #fff;
  color: #000;
}

sub,sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* =============================================== */
/** Embedded content */
/* ----------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* =============================================== */
/** Tabular data */
/* ----------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%; 
  font-size: inherit;
}

td,th {
  padding: 0;
}

/* =============================================== */
/** Forms */
/* ----------------------------------------------- */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button,input,select,textarea,optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,input {
  line-height: normal;
}

button,html input[type='button'],input[type='reset'],input[type='submit'] {
  -webkit-appearance: button;
  background-color: transparent; 
  cursor: pointer;
}

button[disabled],input[disabled] {
  cursor: default;
}

input[type='checkbox'],input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

.l-header__inner:after,.contentDetail__block:after,.contentList__list:after,.contentNav__list:after,.contentTag:after,.entries:after,.entries--card:after,.entries--cardHead:after,.globalNav__list:after,.interviewBlock:after,.pager__list:after,.snsList__list:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0; 
  height: 0;
  visibility: hidden;
}

/* =============================================== */
/** footer */
/* ----------------------------------------------- */
.l-footer {
  background: #313131;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .l-footer {
    padding: 30px 0;
  }
}
.l-footer__logo {
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .l-footer__logo {
    margin-bottom: 15px;
  }
}
.l-footer__logo a {
  background-image: url(shared/img/sprite.png);
  background-position: 0 -253px;
  background-size: 87px 314px;
  display: block;
  height: 0;
  margin: 0 auto; 
  overflow: hidden;
  padding-top: 20px;
  width: 56px;
}
@media screen and (min-width: 40em) {
  .l-footer__logo a {
    background-image: url(shared/img/sprite.png);
    background-position: 0 -456px;
    background-size: auto;
    display: block; 
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    width: 84px;
  }
}
.l-footer__copyright {
  color: #fff;
  font-size: .625rem; 
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  .l-footer__copyright {
    font-size: .75rem;
  }
}

/* =============================================== */
/** header */
/* ----------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;

  background: #fff;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 40em) {
  .l-header {
    position: relative;
  }
}
.l-header .logo {
  float: left;
}
.l-header .logo a {
  background-image: url(shared/img/sprite.png);
  background-position: 0 -283px;
  background-size: 87px 314px;
  display: block; 
  height: 0;
  overflow: hidden;
  padding-top: 31px;
  width: 87px;
}
@media screen and (min-width: 40em) {
  .l-header .logo a {
    background-image: url(shared/img/sprite.png);
    background-position: 0 -386px;
    background-size: auto;
    display: block; 
    height: 0;
    overflow: hidden;
    padding-top: 50px;
    width: 142px;
  }
}
.l-header__inner {
  position: relative;

  padding: 9px 15px 10px;
}
@media screen and (min-width: 40em) {
  .l-header__inner {
    margin: 0 auto;
    padding: 25px 0 0; 
    width: 1080px;
  }
}
.l-header__title {
  position: absolute;
  top: 16px;
  left: 90px;

  font-size: .625rem;
  font-size: 10px;
  line-height: 1.5; 
  -webkit-transform: scale(.7);
      -ms-transform: scale(.7);
          transform: scale(.7);
  width: 130px;
}
@media screen and (min-width: 40em) {
  .l-header__title {
    right: 0;
    left: auto;

    color: #02428c;
    font-size: .75rem;
    font-weight: bold; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
  }
}
.l-header__menu {
  float: right;
}
.l-header__menu a {
  position: relative;

  color: #000;
  display: block;
  height: 30px; 
  width: 30px;
}
@media screen and (min-width: 40em) {
  .l-header__menu {
    display: none;
  }
}

a {
  color: #2f2f2f;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

/* =============================================== */
/** container */
/* ----------------------------------------------- */
.l-container {
  background: #ededed;
  font-size: 100%;
  line-height: 150%;
  padding-top: 50px; 
  width: 100%;
}
@media screen and (min-width: 40em) {
  .l-container {
    min-width: 1120px;
    padding-top: 0;
  }
}
.l-container__overlay {
  position: fixed;
  top: 0;
  left: 0;

  background: rgba(0, 0, 0, .6);
  display: none; 
  height: 100%;
  width: 100%;
  z-index: 2;
}
.l-container__overlay.is-open {
  display: block;
}

.l-main {
  line-height: 1;
}
.l-main__inner {
  padding: 3.12% 3.12% 6.25%;
}
@media screen and (min-width: 40em) {
  .l-main__inner {
    display: block;
    margin: 0 auto; 
    padding: 40px 0 60px;
    width: 1080px;
  }
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
}
.btn-more {
  position: relative;

  background: #fff;
  font-size: .75rem; 
  font-size: 12px;
  padding: 15px;
}
@media screen and (min-width: 40em) {
  .btn-more {
    font-size: .875rem;
    padding: 20px;
  }
}
.btn-more i {
  margin-right: 10px;
}
.btn-primary {
  position: relative;

  background: #f4f4f4;
  border: 1px #c8c8c8 solid;
  border-radius: 2px;
  color: #2f2f2f;
  font-size: .625rem; 
  font-size: 10px;
  font-weight: bold;
  padding: 5px 20px;
}
@media screen and (min-width: 40em) {
  .btn-primary {
    border-radius: 4px;
    font-size: .875rem;
  }
}
.btn-primary--arrow {
  position: relative; 

  padding-right: 32px;
}
@media screen and (min-width: 40em) {
  .btn-primary--arrow {
    padding: 10px 0; 
    width: 300px;
  }
}
.btn-primary--arrow i {
  position: absolute;
  top: 50%;
  left: 50%;

  margin-left: 15px;
  margin-top: -3px;
}
@media screen and (min-width: 40em) {
  .btn-primary--arrow i {
    margin-left: 25px;
    margin-top: -4px;
  }
}

.contentArchive__heading {
  position: relative;
}
.contentArchive__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;

  display: none; 
  margin-left: -11px;
}
@media screen and (min-width: 40em) {
  .contentArchive__scroll {
    display: block;
  }
}

.contentDetail__thumb img {
  height: auto; 
  max-width: 100%;
}
.contentDetail__inner {
  background: #fff; 
  padding: 15px;
}
@media screen and (min-width: 40em) {
  .contentDetail__inner {
    padding: 40px;
  }
}
.contentDetail__heading {
  position: relative;

  margin-bottom: 22px;
}
@media screen and (min-width: 40em) {
  .contentDetail__heading {
    margin-bottom: 19px;
  }
}
.contentDetail__meta {
  margin-bottom: 12px;
}
@media screen and (min-width: 40em) {
  .contentDetail__meta {
    margin-bottom: 16px;
  }
}
.contentDetail__date {
  font-size: .625rem; 
  font-size: 10px;
}
@media screen and (min-width: 40em) {
  .contentDetail__date {
    font-size: .75rem;
  }
}
.contentDetail__more {
  position: absolute;
  top: 0;
  right: 0;
}
.contentDetail__title {
  font-size: 1.125rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; 
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .contentDetail__title {
    font-size: 1.5rem;
  }
}
.contentDetail__subTitle {
  font-size: .875rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 40em) {
  .contentDetail__subTitle {
    font-size: 1.25rem;
  }
}
.contentDetail__description {
  line-height: 1.5;
}
.contentDetail__description p {
  font-size: .75rem; 
  font-size: 12px;
  margin-bottom: 26px;
}
@media screen and (min-width: 40em) {
  .contentDetail__description p {
    font-size: 1rem; 
    margin-bottom: 28px;
    width: 660px;
  }
}
.contentDetail__description h2 {
  font-size: .8125rem; 
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .contentDetail__description h2 {
    font-size: 1.25rem; 
    margin-bottom: 14px;
  }
}
.contentDetail__description img {
  height: auto; 
  max-width: 100%;
}
.contentDetail__description hr {
  border: 0;
  border-top: 1px #e8e8e8 solid; 
  margin-bottom: 20px;
}
.contentDetail__description .contentDetail__section {
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .contentDetail__description .contentDetail__text {
    float: left; 
    width: 660px;
  }
}
@media screen and (min-width: 40em) {
  .contentDetail__description .contentDetailThumb {
    box-sizing: border-box;
    float: left; 
    padding-left: 30px;
    width: 330px;
  }
}
.contentDetail__description .contentDetailThumb__caption {
  font-size: .75rem; 
  font-size: 12px;
}
@media screen and (min-width: 40em) {
  .contentDetail__description .contentDetailThumb__caption {
    font-size: .875rem;
  }
}
.contentDetail__highlight h2 {
  font-size: .8125rem; 
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .contentDetail__highlight h2 {
    font-size: 1.25rem; 
    margin-bottom: 20px;
  }
}
.contentDetail__highlight img {
  height: auto; 
  max-width: 100%;
}

.is-hidden {
  display: none;
}

.contentDetailThumb {
  margin-bottom: 38px;
}
.contentDetailThumb img {
  display: block;
  margin-bottom: 18px;
}
.contentDetailThumb__caption {
  font-size: .875rem;
  font-size: 14px;
  line-height: 1.4;
}

.contentImage {
  margin-top: 20px;
}
.contentImage img {
  height: auto; 
  width: 100%;
}
@media screen and (min-width: 40em) {
  .contentImage {
    margin-top: 40px;
  }
}

.contentList--card {
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .contentList--card .contentList__list {
    position: relative;

    margin-bottom: -30px; 
    margin-right: -30px;
  }
}
.contentList--card .contentList__item {
  transition: ease .5s;
}
@media screen and (min-width: 40em) {
  .contentList--card .contentList__item {
    float: left;
    margin-bottom: 30px; 
    margin-right: 30px;
    width: 340px;
  }
}
.contentList--cardHead {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0; 
  width: 1080px;
}
@media screen and (min-width: 40em) {
  .contentList--cardHead .contentList__list {
    position: relative;

    margin-bottom: -20px; 
    margin-right: -20px;
  }
}
@media screen and (min-width: 40em) {
  .contentList--cardHead .contentList__item {
    float: left;
    margin-bottom: 20px; 
    margin-right: 20px;
    width: 250px;
  }
}
.contentList__item {
  border-bottom: 1px #ededed solid;
}
.contentList__item:last-child {
  border: none;
}
.contentList__item:hover .entries__thumb img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)'; 
  opacity: .6;
}
.contentList__item:hover .entries__title {
  color: #1d85c0;
}
.contentList__more {
  margin-top: 20px;
}
.contentList__pager {
  margin-top: 15px;
}
@media screen and (min-width: 40em) {
  .contentList__pager {
    margin-top: 30px;
  }
}

.is-nonView {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; 
  opacity: 0;
}

.contentNav {
  background: url(shared/img/site/bg_dot.png) repeat;
  padding: 4.68% 2.34% 0;
}
@media screen and (min-width: 40em) {
  .contentNav {
    padding: 40px 20px 20px;
  }
}
.contentNav .row {
  margin: 0 2.34% 4.68% 2.34%; 
  width: 45.32%;
}
@media screen and (min-width: 40em) {
  .contentNav .row {
    float: left; 
    margin: 0 20px 20px;
    width: 240px;
  }
}
.contentNav__list {
  display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .contentNav__list {
    display: block;
    margin: 0 auto;
    width: 1120px;
  }
}
.contentNav__thumb img {
  height: auto; 
  max-width: 100%;
}
.contentNav__caption {
  color: #fff; 
  font-size: .75rem;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 40em) {
  .contentNav__caption {
    font-size: 1.125rem; 
    margin-top: 20px;
  }
}

.contentTag {
  margin-bottom: 3px;
}
.contentTag__item {
  color: #fff; 
  float: left;
  font-size: .5rem;
  font-size: 8px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.contentTag__item:last-child {
  margin-right: 0;
}

.entries,.entries--card,.entries--cardHead {
  position: relative;

  background: #fff;
  padding: 3.12%;
}
@media screen and (min-width: 40em) {
  .entries,.entries--card,.entries--cardHead {
    padding: 20px;
  }
}
@media screen and (min-width: 40em) {
  .entries--card {
    padding: 0;
  }
}
@media screen and (min-width: 40em) {
  .entries--card .entries__thumb {
    display: block;
    margin-right: 0;
    max-width: 100%;
    padding: 0; 
    width: auto;
  }
}
@media screen and (min-width: 40em) {
  .entries--card .entries__content {
    display: block; 
    padding: 20px;
  }
}
@media screen and (min-width: 40em) {
  .entries--card .entries__title {
    font-size: 1rem;
  }
}
.entries--card:hover .entries__thumb img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)'; 
  opacity: .6;
}
.entries--card:hover .entries__title {
  color: #1d85c0;
}
@media screen and (min-width: 40em) {
  .entries--cardHead {
    padding: 0;
  }
}
@media screen and (min-width: 40em) {
  .entries--cardHead .entries__thumb {
    display: block;
    margin-right: 0;
    max-width: 100%;
    padding: 0; 
    width: auto;
  }
  .headerList .entries--cardHead .entries__thumb {
    width: 250px;
  }
}
@media screen and (min-width: 40em) {
  .entries--cardHead .entries__content {
    display: block; 
    padding: 10px;
  }
}
@media screen and (min-width: 40em) {
  .entries--cardHead .entries__title {
    font-size: .75rem;
    margin-top: 10px;
  }
}
.entries--cardHead:hover .entries__thumb img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)'; 
  opacity: .6;
}
.entries--cardHead:hover .entries__title {
  color: #1d85c0;
}
.entries a,.entries--card a,.entries--cardHead a {
  display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .entries a,.entries--card a,.entries--cardHead a {
    display: table;
  }
}
.entries__thumb {
  position: relative;

  margin-right: 3.12%;
  max-width: 33.59%;
  min-width: 107px;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .entries__thumb {
    display: table-cell;
    margin-right: 0;
    max-width: 100%;
    padding-right: 20px;
    width: 240px;
  }
}
.entries__thumb img {
  height: auto;
  max-width: 100%;
  transition: ease .4s;
}
.entries__thumb.is-new:after {
  position: absolute;
  top: 0;
  left: 0;

  background-image: url(shared/img/sprite.png);
  background-position: 0 -63px;
  background-size: 87px 314px;
  content: '';
  display: block; 
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  width: 30px;
}
@media screen and (min-width: 40em) {
  .entries__thumb.is-new:after {
    background-image: url(shared/img/sprite.png);
    background-position: 0 -126px;
    background-size: auto;
    display: block; 
    height: 0;
    overflow: hidden;
    padding-top: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 40em) {
  .entries__content {
    display: table-cell;
    vertical-align: top;
  }
}
.entries__meta {
  -webkit-align-items: center;
          align-items: center;
  display: block;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .entries__meta {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 40em) {
  .entries__metaItem {
    margin: 0 0 10px 0;
  }
}
.entries__date {
  font-size: .5rem; 
  font-size: 8px;
}
@media screen and (min-width: 40em) {
  .entries__date {
    font-size: .75rem;
  }
}
.entries__title {
  font-size: .75rem;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 40em) {
  .entries__title {
    font-size: 1.125rem;
    transition: ease .4s;
  }
}
.entries__description {
  display: none; 
  margin-top: 20px;
}
@media screen and (min-width: 40em) {
  .entries__description {
    display: block; 
    margin-top: 10px;
  }
}
.entries__description p {
  font-size: .75rem;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 40em) {
  .entries__description p {
    font-size: .875rem;
  }
}

.globalNav {
  position: absolute;
  top: 50px;
  left: 0;

  background: #fff;
  display: none; 
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 40em) {
  .globalNav {
    position: static;

    display: block;
    float: right;
    padding-top: 20px; 
    width: 895px;
  }
}
.globalNav.is-open {
  display: block;
}
.globalNav__item,.globalNav__item--vision,.globalNav__item--environment,.globalNav__item--internship,.globalNav__item--newgraduates,.globalNav__item--career,.globalNav__item--technology,.globalNav__item--staff,.globalNav__item--education {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .globalNav__item,.globalNav__item--vision,.globalNav__item--environment,.globalNav__item--internship,.globalNav__item--newgraduates,.globalNav__item--career,.globalNav__item--technology,.globalNav__item--staff,.globalNav__item--education {
    float: left;
    padding: 10px 15px 26px; 
    text-align: left;
  }
  .globalNav__item:last-child,.globalNav__item--vision:last-child,.globalNav__item--environment:last-child,.globalNav__item--internship:last-child,.globalNav__item--newgraduates:last-child,.globalNav__item--career:last-child,.globalNav__item--technology:last-child,.globalNav__item--staff:last-child,.globalNav__item--education:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--vision a.is-current,.globalNav__item--vision a:hover {
    color: #1d85c0;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--environment a.is-current,.globalNav__item--environment a:hover {
    color: #ff8827;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--internship a.is-current,.globalNav__item--internship a:hover {
    color: #1db767;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--newgraduates a.is-current,.globalNav__item--newgraduates a:hover {
    color: #6ebaff;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--career a.is-current,.globalNav__item--career a:hover {
    color: #c48e41;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--technology a.is-current,.globalNav__item--technology a:hover {
    color: #cc3939;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--staff a.is-current,.globalNav__item--staff a:hover {
    color: #ce3392;
  }
}
@media screen and (min-width: 40em) {
  .globalNav__item--education a.is-current,.globalNav__item--education a:hover {
    color: #8033d0;
  }
}
.globalNav__item a,.globalNav__item--vision a,.globalNav__item--environment a,.globalNav__item--internship a,.globalNav__item--newgraduates a,.globalNav__item--career a,.globalNav__item--technology a,.globalNav__item--staff a,.globalNav__item--education a {
  display: block;
  font-size: 1rem;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (min-width: 40em) {
  .globalNav__item a,.globalNav__item--vision a,.globalNav__item--environment a,.globalNav__item--internship a,.globalNav__item--newgraduates a,.globalNav__item--career a,.globalNav__item--technology a,.globalNav__item--staff a,.globalNav__item--education a {
    position: relative;

    font-size: .9375rem;
    padding: 0;
  }
}

.headerList {
  display: none;
}
@media screen and (min-width: 40em) {
  .headerList {
    position: absolute;
    top: 100px;
    left: 0;

    background: #e8e8e8; 
    display: block;
    width: 100%;
  }
}
.headerList__item {
  display: none;
}
.headerList__item.is-current {
  display: block;
}

.icon,.icon-angle-down,.icon-arrow-right {
  position: relative; 

  display: inline-block;
}
.icon-angle-down:before {
  position: absolute;
  top: 50%;
  left: 50%;

  border-right: #2f2f2f 1px solid;
  border-top: #2f2f2f 1px solid;
  content: '';
  display: block;
  height: 10px;
  margin-left: -13px;
  margin-top: -13px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); 
  width: 10px;
}
.icon-arrow-right:before {
  border-right: #2f2f2f 1px solid;
  border-top: #2f2f2f 1px solid;
  content: '';
  display: block;
  height: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); 
  width: 5px;
}
@media screen and (min-width: 40em) {
  .icon-arrow-right:before {
    height: 6px;
    width: 6px;
  }
}
.icon-facebook-share {
  background-image: url(shared/img/sprite.png);
  background-position: 0 0;
  background-size: 87px 314px;
  content: '';
  display: block; 
  height: 0;
  overflow: hidden;
  padding-top: 53px;
  width: 52px;
}
.icon-menu {
  position: absolute;
  top: 50%;
  left: 50%;

  background: #02428c;
  display: block;
  height: 1px;
  margin-left: -12px; 
  transition: .2s;
  width: 25px;
}
.icon-menu:before,.icon-menu:after {
  position: absolute;
  top: 50%;
  left: 0;

  background: #02428c;
  content: '';
  display: block;
  height: 1px;
  transition: .2s; 
  width: 25px;
}
.icon-menu:before {
  margin-top: -9px;
}
.icon-menu:after {
  margin-top: 8px;
}
.icon-menu.is-open {
  background: transparent;
}
.icon-menu.is-open:before,.icon-menu.is-open:after {
  margin-top: 0;
}
.icon-menu.is-open:before {
  -webkit-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.icon-menu.is-open:after {
  -webkit-transform: rotate(-135deg); 
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.interviewBlock__thumb {
  float: left;
  height: 60px;
  margin-right: 14px; 
  width: 60px;
}
@media screen and (min-width: 40em) {
  .interviewBlock__thumb {
    height: 100px;
    margin-right: 20px; 
    width: 100px;
  }
}
.interviewBlock__thumb img {
  border-radius: 50%;
}
@media screen and (min-width: 40em) {
  .interviewBlock p {
    width: auto;
  }
}
@media screen and (min-width: 40em) {
  .interviewBlock p.interviewBlock__description {
    width: 660px;
  }
}

.mainVisual {
  position: relative;
}
.mainVisual__image img {
  height: auto; 
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .mainVisual__image img {
    width: 100%;
  }
}
.mainVisual__image.is-pc {
  display: none;
}
@media screen and (min-width: 40em) {
  .mainVisual__image.is-pc {
    display: block;
  }
}
.mainVisual__image.is-sp {
  display: block;
}
@media screen and (min-width: 40em) {
  .mainVisual__image.is-sp {
    display: none;
  }
}
.mainVisual__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;

  display: none; 
  margin-left: -11px;
}
@media screen and (min-width: 40em) {
  .mainVisual__scroll {
    display: block;
  }
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;

  z-index: 1;
}
@media screen and (min-width: 40em) {
  .pageTop {
    right: 30px;
    bottom: 30px;
  }
}
.pageTop a {
  background-image: url(shared/img/sprite.png);
  background-position: 0 -143px;
  background-size: 87px 314px;
  display: block; 
  height: 0;
  overflow: hidden;
  padding-top: 40px;
  width: 40px;
}
@media screen and (min-width: 40em) {
  .pageTop a {
    background-image: url(shared/img/sprite.png);
    background-position: 0 -206px;
    background-size: auto;
    display: block; 
    height: 0;
    overflow: hidden;
    padding-top: 60px;
    width: 60px;
  }
}

.pager {
  line-height: 1;
  text-align: center;
}
.pager__list {
  display: inline-block;
  font-weight: bold;
}
.pager li {
  float: left;
  margin-right: 10px;
}
.pager li a,.pager li span {
  background: #fff; 
  display: block;
  padding: 7px 9px;
}
.pager li.is-current {
  background: #e8e8e8;
  border: 1px #bebebe solid;
}
.pager li .sr-only {
  display: none;
}
.pager li.my-disabled-class {
  display: none;
}

.pagerBlock {
  padding: 20px 15px;
}
@media screen and (min-width: 40em) {
  .pagerBlock {
    display: none;
  }
}
.pagerBlock__title {
  font-size: .75rem;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.recommendList__title {
  background: #636363;
  color: #fff; 
  font-size: .75rem;
  font-size: 12px;
  font-weight: bold;
  margin: 0 -15px 15px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .recommendList__title {
    margin: 30px 0 15px;
  }
}

.snsList {
  margin-bottom: 30px;
}
@media screen and (min-width: 40em) {
  .snsList {
    display: none;
  }
}
.snsList__list {
  display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.snsList__item {
  margin-right: 5px;
}
.snsList__item .twitter-share-widget {
  position: relative;

  background: transparent;
  background: #fff; 
  border: 1px solid #ccc;
  border-radius: 3px;
  color: inherit;
  height: 31px;
  line-height: 31px;
  margin-bottom: 9px;
  padding: 0 15px;
  text-align: center;
  z-index: 0;
}
.snsList__item .twitter-share-widget a {
  text-decoration: underline;
}
.snsList__item .twitter-share-widget:before {
  position: absolute;
  bottom: -5px;
  left: 50%;

  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  content: '';
  height: 0;
  margin-left: -6px;
  width: 0;
  z-index: 0;
}
.snsList__item .twitter-share-widget:after {
  position: absolute;
  bottom: -6px;
  left: 50%;

  border-color: #ccc transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: '';
  height: 0;
  margin-left: -6px;
  width: 0;
  z-index: -1;
}

.tag,.tag-vision,.tag-environment,.tag-internship,.tag-newgraduates,.tag-career,.tag-technology,.tag-staff,.tag-education,.tag-01,.tag-02,.tag-03,.tag-04,.tag-05,.tag-business {
  display: inline-block;
  font-size: .375rem; 
  font-size: 6px;
  line-height: 1;
  padding: 5px;
}
@media screen and (min-width: 40em) {
  .tag,.tag-vision,.tag-environment,.tag-internship,.tag-newgraduates,.tag-career,.tag-technology,.tag-staff,.tag-education,.tag-01,.tag-02,.tag-03,.tag-04,.tag-05,.tag-business {
    font-size: .625rem;
  }
}
.tag-vision {
  background: #1d85c0; 
  color: #fff;
}
.tag-environment {
  background: #ff8827; 
  color: #fff;
}
.tag-internship {
  background: #1db767; 
  color: #fff;
}
.tag-newgraduates {
  background: #6ebaff; 
  color: #fff;
}
.tag-career {
  background: #c48e41; 
  color: #fff;
}
.tag-technology {
  background: #cc3939; 
  color: #fff;
}
.tag-staff {
  background: #ce3392; 
  color: #fff;
}
.tag-education {
  background: #8033d0; 
  color: #fff;
}
.tag-01 {
  background: #f9c900; 
  color: #fff;
}
.tag-02 {
  background: #c1c03a; 
  color: #fff;
}
.tag-03 {
  background: #1e2678; 
  color: #fff;
}
.tag-04 {
  background: #087239; 
  color: #fff;
}
.tag-05 {
  background: #93311e; 
  color: #fff;
}
.tag-business {
  background: #1d85c0; 
  color: #fff;
}