/* ==========================================================================
   Reset
============================================================================= */

html,
body {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* ==========================================================================
   Base
============================================================================= */

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  min-width: 1060px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #181818;
  background-color: #fff;
}

body.is-print {
  max-width: 1060px;
}

input,
textarea {
  box-sizing: border-box;
  line-height: 2;
  border: 0;
  border-radius: 0;
  outline: none;
}

a {
  color: #2692ff;
}

a:visited {
  color: #5c1a86;
}

a:focus {
  color: #2692ff;
}

a:hover {
  color: #2692ff;
}

a:active {
  color: #2692ff;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.plus_white{text-shadow:0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff;}

.globalHeader_inner,
.globalHeader_navigation,
.globalFooter_inner,
.carousel_inner,
.listBox,
.profiles,
.memberWrapper,
.section-member,
.stage-develop_inner,
.officeWrapper,
.tab-sitory,
.year,
.year-02 {
  *zoom: 1;
}

.globalHeader_inner:before,
.globalHeader_navigation:before,
.globalFooter_inner:before,
.carousel_inner:before,
.listBox:before,
.profiles:before,
.memberWrapper:before,
.section-member:before,
.stage-develop_inner:before,
.officeWrapper:before,
.tab-sitory:before,
.year:before,
.year-02:before,
.globalHeader_inner:after,
.globalHeader_navigation:after,
.globalFooter_inner:after,
.carousel_inner:after,
.listBox:after,
.profiles:after,
.memberWrapper:after,
.section-member:after,
.stage-develop_inner:after,
.officeWrapper:after,
.tab-sitory:after,
.year:after,
.year-02:after {
  content: ' ';
  display: table;
}

.globalHeader_inner:after,
.globalHeader_navigation:after,
.globalFooter_inner:after,
.carousel_inner:after,
.listBox:after,
.profiles:after,
.memberWrapper:after,
.section-member:after,
.stage-develop_inner:after,
.officeWrapper:after,
.tab-sitory:after,
.year:after,
.year-02:after {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 100%;
  vertical-align: super;
}

@font-face {
  font-family: 'blanch caps';
  font-weight: 500;
  font-style: normal;

  src: url('/recruit/graduate/common/font/blanch_caps.eot');
  src: url('/recruit/graduate/common/font/blanch_caps.eot') format('eot'), url('/recruit/graduate/common/font/blanch_caps.woff') format('woff'), url('/recruit/graduate/common/font/blanch_caps.otf') format('opentype');
}

/* ==========================================================================
   Helper
============================================================================= */

/* clearfix
--------------------------------------------------------- */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfixImg {
  clear: both;
  height:70px;
}

.clearfix2 {
  clear: both;
}

/* display
--------------------------------------------------------- */

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

/* position
--------------------------------------------------------- */

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

/* font-weight
--------------------------------------------------------- */

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* float
--------------------------------------------------------- */

.float-none {
  float: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

/* text-align
--------------------------------------------------------- */

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

/* vertical-align
--------------------------------------------------------- */

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.valign-baseline {
  vertical-align: baseline !important;
}

/* margin
--------------------------------------------------------- */

.mgn {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px  !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px  !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px  !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px  !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px  !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px  !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mla {
  margin-left: auto !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px  !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px  !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px  !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mra {
  margin-right: auto !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px  !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px  !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px  !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

/* border
--------------------------------------------------------- */

.border-none {
  border: 0 !important;
}

.border-top-none {
  border-top: 0 !important;
}

.border-right-none {
  border-right: 0 !important;
}

.border-bottom-none {
  border-bottom: 0 !important;
}

.border-left-none {
  border-left: 0 !important;
}

/* font-size
--------------------------------------------------------- */

.font-size-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-normal {
  font-size: 14px;
  font-size: 1.4rem;
}

.font-size-large {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ==========================================================================
   Layout
============================================================================= */

body {
  padding-top: 100px;
  -webkit-transition: padding .5s cubic-bezier(.39, .575, .565, 1);
          transition: padding .5s cubic-bezier(.39, .575, .565, 1);
}

body.is-home {
  padding-top: 0;
  -webkit-transition: padding .5s cubic-bezier(.47, 0, .745, .715);
          transition: padding .5s cubic-bezier(.47, 0, .745, .715);
}

/*
   Header
============================================================================= */

.globalHeader {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  min-width: 1060px;
  height: 100px;
  line-height: 1.6;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.globalHeader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #c00;
  background-color: #fff;
  -webkit-transition: top .5s cubic-bezier(.47, 0, .745, .715);
          transition: top .5s cubic-bezier(.47, 0, .745, .715);
}

.is-home .globalHeader:before {
  top: -100px;
  -webkit-transition: top .3s cubic-bezier(.215, .61, .355, 1);
          transition: top .3s cubic-bezier(.215, .61, .355, 1);
}

.is-home.is-headerMin .globalHeader:before {
  top: 0;
  -webkit-transition: top .3s cubic-bezier(.215, .61, .355, 1);
          transition: top .3s cubic-bezier(.215, .61, .355, 1);
}

.is-home.is-ddShow .globalHeader:before {
  top: 0;
  -webkit-transition: top .3s cubic-bezier(.55, .055, .675, .19);
          transition: top .3s cubic-bezier(.55, .055, .675, .19);
}

.is-home.is-headerMin.is-ddShow .globalHeader:before {
  top: 0;
  -webkit-transition: top .5s cubic-bezier(.47, 0, .745, .715);
          transition: top .5s cubic-bezier(.47, 0, .745, .715);
}

.is-home.is-changing .globalHeader:before {
  top: -100px;
  -webkit-transition: top .5s cubic-bezier(.47, 0, .745, .715) !important;
          transition: top .5s cubic-bezier(.47, 0, .745, .715) !important;
}

.is-home.is-ddMove .globalHeader:before {
  -webkit-transition: top .3s cubic-bezier(.215, .61, .355, 1);
          transition: top .3s cubic-bezier(.215, .61, .355, 1);
}

.globalHeader:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 4px solid #c00;
  -webkit-transition: bottom .5s cubic-bezier(.47, 0, .745, .715);
          transition: bottom .5s cubic-bezier(.47, 0, .745, .715);
}

.is-home .globalHeader:after {
  bottom: -100px;
  -webkit-transition: bottom .3s cubic-bezier(.55, .055, .675, .19);
          transition: bottom .3s cubic-bezier(.55, .055, .675, .19);
}

.is-home.is-headerMin .globalHeader:after {
  bottom: 0;
  -webkit-transition: bottom .3s cubic-bezier(.215, .61, .355, 1);
          transition: bottom .3s cubic-bezier(.215, .61, .355, 1);
}

.is-home.is-ddShow .globalHeader:after {
  bottom: 0;
}

.is-home.is-headerMin.is-ddShow .globalHeader:after {
  bottom: 0;
  -webkit-transition: bottom .5s cubic-bezier(.47, 0, .745, .715);
          transition: bottom .5s cubic-bezier(.47, 0, .745, .715);
}

.is-home.is-changing .globalHeader:after {
  bottom: -100px;
  -webkit-transition: bottom .5s cubic-bezier(.47, 0, .745, .715) !important;
          transition: bottom .5s cubic-bezier(.47, 0, .745, .715) !important;
}

.is-home.is-ddMove .globalHeader:after {
  -webkit-transition: bottom .3s cubic-bezier(.215, .61, .355, 1);
          transition: bottom .3s cubic-bezier(.215, .61, .355, 1);
}

.globalHeader_inner {
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 31px 40px;
}

.globalHeader_navigation {
  float: right;
}

.siteTitle {
  display: block;
  position: relative;
  float: left;
  height: 39px;
  margin: -2px 0 -3px;
}

.siteTitle img {
  width: auto;
  height: 100%;
  vertical-align: top;
}

.siteTitle a {
  margin-right: 15px;
}

.siteTitle a:last-child {
  margin-right: 0;
}

/* .globalNavigation -------------------------------------------------------- */

.btnSpGnav {
  display: none;
}

.globalNavigation_list_item > a,
.globalNavigation_detail_ttl > a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #181818;
}

.globalNavigation_list_item > a:visited,
.globalNavigation_detail_ttl > a:visited {
  color: #181818;
}

.globalNavigation_list_item > a:focus,
.globalNavigation_detail_ttl > a:focus {
  color: #181818;
}

.globalNavigation_list_item > a:hover,
.globalNavigation_detail_ttl > a:hover {
  color: #181818;
}

.globalNavigation_list_item > a:active,
.globalNavigation_detail_ttl > a:active {
  color: #181818;
}

.globalNavigation_list_item > a:link,
.globalNavigation_detail_ttl > a:link,
.globalNavigation_list_item > a:visited,
.globalNavigation_detail_ttl > a:visited,
.globalNavigation_list_item > a:hover,
.globalNavigation_detail_ttl > a:hover,
.globalNavigation_list_item > a:active,
.globalNavigation_detail_ttl > a:active,
.globalNavigation_list_item > a:focus,
.globalNavigation_detail_ttl > a:focus {
  text-decoration: none;
}

.globalNavigation_list_item > a.is-current,
.globalNavigation_detail_ttl > a.is-current {
  color: #c00;
}

.globalNavigation {
  float: left;
  padding-top: 4px;
}

.globalNavigation_list {
  overflow: hidden;
}

.globalNavigation_list_item {
  float: left;
  margin-left: 22px;
}

.globalNavigation_list_item > a {
  position: relative;
}

.globalNavigation_detail_ttl {
  position: relative;
}

.globalNavigation_detail_dropdown {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  background-color: #faf4ed;
}

.dropdown {
  display: table;
  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-right: 40px;
  table-layout: fixed;
}

.dropdown_top {
  display: table-cell;
  box-sizing: border-box;
  width: 25%;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
  color: #c00;
  border: 40px solid #faf4ed;
  border-radius: 54px;
  background-color: #fff;
}

.dropdown_top > span {
  display: block;
}

.dropdown_top_en {
  margin-bottom: 10px;
  font-family: 'Robot', sans-serif;
  font-size: 42px;
  font-size: 2.0rem;
  line-height: 1;
}

.dropdown_top_ja {
  margin-bottom: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #181818;
}

.dropdown_top_btn {
  display: inline-block;
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  padding-top: 5px;
  font-family: 'Robot', sans-serif;
  font-size: 22px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  color: #c00;
  border: 3px solid #c00;
  border-radius: 20px;
}

.dropdown_top_btn:visited {
  color: #c00;
}

.dropdown_top_btn:focus {
  color: #c00;
}

.dropdown_top_btn:hover {
  color: #fff;
}

.dropdown_top_btn:active {
  color: #fff;
}

.dropdown_top_btn:link,
.dropdown_top_btn:visited,
.dropdown_top_btn:hover,
.dropdown_top_btn:active,
.dropdown_top_btn:focus {
  text-decoration: none;
}

.dropdown_lower {
  display: table-cell;
  width: 75%;
  border-left: 1px solid #e3e3e3;
}

.gnLowerList {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.gnLowerList:first-child:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.gnLowerList_item {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #e3e3e3;
}

.gnLowerList_item-member {
  width: 20%;
}

.gnLowerList_item-member-comming {
  display: table;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}

.gnLowerList_item-member-comming > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.gnLowerList_item-member-comming_ttl {
  font-family: 'blanch caps', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 1px;
  color: #c00;
}

.gnLowerList_item-member-comming_text {
  font-size: 13px;
  font-size: 1.3rem;
  color: #aaa;
}

.gnLowerList_item > a {
  display: block;
  position: relative;
  padding: 20px;
  text-align: center;
  color: #2692ff;
}

.gnLowerList_item > a:visited {
  color: #2692ff;
}

.gnLowerList_item > a:focus {
  color: #2692ff;
}

.gnLowerList_item > a:hover {
  color: #2692ff;
}

.gnLowerList_item > a:active {
  color: #2692ff;
}

.gnLowerList_item > a:link,
.gnLowerList_item > a:visited,
.gnLowerList_item > a:hover,
.gnLowerList_item > a:active,
.gnLowerList_item > a:focus {
  text-decoration: none;
}

.gnLowerList_item > a.comingsoon {
  color: #aaa;
}

.gnLowerList_item > a.comingsoon:after {
  content: normal;
}

.gnLowerList_item_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 14px;
}

.gnLowerList_item_img img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: -webkit-transform .3s;
          transition:         transform .3s;
}

.gnLowerList_item_img-coming:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .45;
  background-color: #000;
}

.gnLowerList_item_img-interview {
  width: 160px;
  height: 160px;
  margin: 0 auto 18px;
  border-radius: 50%;
}

.gnLowerList_item_img-member {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
}

.gnLowerList_item_job {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.gnLowerList_item_text {
  font-size: 13px;
  font-size: 1.3rem;
}

.gnLowerList_item_talk {
  display: inline-block;
}

.gnLowerList_item_cross {
  margin: 0 3px;
}

.gnLower-member {
  width: 100%;
}

.gnLower-member .carousel_wrap {
  overflow: hidden;
}

.gnLower-member .carousel_inner {
  margin: 0;
}

.gnLower-member .carousel_item {
  padding: 0;
}

/* .logins-globalHeader -------------------------------------------------------- */

.logins-globalHeader {
  position: relative;
  float: left;
  margin-left: 10px;
}

.logins-globalHeader_item {
  float: left;
  margin-left: 14px;
}

.btnLogin-small,
.btnEntry-small {
  display: inline-block;
  width: 120px;
  height: 34px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border-radius: 17px;
}

.btnLogin-small:visited,
.btnEntry-small:visited {
  color: #fff;
}

.btnLogin-small:focus,
.btnEntry-small:focus {
  color: #fff;
}

.btnLogin-small:hover,
.btnEntry-small:hover {
  color: #fff;
}

.btnLogin-small:active,
.btnEntry-small:active {
  color: #fff;
}

.btnLogin-small:link,
.btnEntry-small:link,
.btnLogin-small:visited,
.btnEntry-small:visited,
.btnLogin-small:hover,
.btnEntry-small:hover,
.btnLogin-small:active,
.btnEntry-small:active,
.btnLogin-small:focus,
.btnEntry-small:focus {
  text-decoration: none;
}

.btnLogin-small {
  background-color: #000;
}

.btnLogin-small:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('/recruit/graduate/common/img/icon_login.png');
  background-size: 100%;
}

.btnEntry-small {
  background-color: #c00;
}

.btnEntry-small:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('/recruit/graduate/common/img/icon_entry.png');
  background-size: 100%;
}

/* loading
--------------------------------------------------------- */

.loading {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.loading img {
  width: 100%;
  height: auto;
}

.content {
  overflow: hidden;
}

.is-loading .content {
  opacity: 0;
}

/*
   Footer
============================================================================= */

/* .logins-footer -------------------------------------------------------- */

.logins-footer {
  position: relative;
  z-index: 0;
  padding: 60px 0;
  font-size: 0;
  font-size: 0rem;
  text-align: center;
  background-color: #faf4ed;
}

.logins-footer_item {
  display: inline-block;
  margin: 0 20px;
}

.btnLogin-large,
.btnEntry-large {
  display: inline-block;
  width: 290px;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
}

.btnLogin-large:visited,
.btnEntry-large:visited {
  color: #fff;
}

.btnLogin-large:focus,
.btnEntry-large:focus {
  color: #fff;
}

.btnLogin-large:hover,
.btnEntry-large:hover {
  color: #fff;
}

.btnLogin-large:active,
.btnEntry-large:active {
  color: #fff;
}

.btnLogin-large:link,
.btnEntry-large:link,
.btnLogin-large:visited,
.btnEntry-large:visited,
.btnLogin-large:hover,
.btnEntry-large:hover,
.btnLogin-large:active,
.btnEntry-large:active,
.btnLogin-large:focus,
.btnEntry-large:focus {
  text-decoration: none;
}

.btnLogin-large {
  background-color: #000;
}

.btnLogin-large:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  margin-right: 17px;
  vertical-align: middle;
  background-image: url('/recruit/graduate/common/img/icon_login.png');
  background-size: 100%;
}

.btnEntry-large {
  background-color: #c00;
}

.btnEntry-large:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 23px;
  height: 23px;
  margin-right: 17px;
  vertical-align: middle;
  background-image: url('/recruit/graduate/common/img/icon_entry.png');
  background-size: 100%;
}

.anchorLink-top {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  left: 0;
  width: 100%;
  min-width: 320px;
  -webkit-transition: bottom .4s;
          transition: bottom .4s;
}

.anchorLink-top.is-hide {
  position: fixed;
  bottom: -60px;
}

.anchorLink-top_inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.anchorLink-top_inner > a {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  font-family: 'blanch caps', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #c00;
}

.anchorLink-top_inner > a:visited {
  color: #c00;
}

.anchorLink-top_inner > a:focus {
  color: #c00;
}

.anchorLink-top_inner > a:hover {
  color: #c00;
}

.anchorLink-top_inner > a:active {
  color: #c00;
}

.anchorLink-top_inner > a:link,
.anchorLink-top_inner > a:visited,
.anchorLink-top_inner > a:hover,
.anchorLink-top_inner > a:active,
.anchorLink-top_inner > a:focus {
  text-decoration: none;
}

.anchorLink-top_inner > a img {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
}

/* .globalFooter -------------------------------------------------------- */

.globalFooter {
  line-height: 1.6;
  background-color: #600;
}

.globalFooter_inner {
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 26px 40px;
}

.globalFooter_logo {
  float: left;
}

.globalFooter_logo > img {
  vertical-align: top;
}

.globalFooter_copyright {
  float: right;
  padding-top: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
}

.footerNavigation {
  position: relative;
  border-bottom: 1px solid #7f2d2d;
}

.footerNavigation_list {
  position: relative;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 32px 40px;
  font-size: 0;
  font-size: 0rem;
  text-align: center;
}

.footerNavigation_list_item {
  display: inline-block;
  padding: 0 23px;
  line-height: 1.4;
  text-align: center;
  border-right: 1px solid #7f2d2d;
}

.footerNavigation_list_item:first-child {
  border-left: 1px solid #7f2d2d;
}

.footerNavigation_list_item > a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* ==========================================================================
   Component
============================================================================= */

/*
   carousel
============================================================================= */

.wrapper-carousel {
  max-width: 1180px;
  margin: 0 auto;
}

.carousel {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel_inner {
  position: relative;
  left: 0;
  margin: 0 -20px;
}

.carousel_item {
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}

.carousel .carousel_content {
  max-width: 9999999px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

.carousel .carousel_content img {
  pointer-events: none;
}

.carousel_dots {
  position: absolute;
  bottom: 45px;
  width: 100%;
  height: 12px;
  padding-top: 0;
  text-align: center;
}

.carousel_dots > li {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  vertical-align: top;
}

.carousel_dots > li > a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  -webkit-transition: all .3s;
          transition: all .3s;
}

.carousel_dots > li > a:hover {
  border: 2px solid #c00;
}

.carousel_dots > li > a.is-current {
  border: 2px solid #c00;
  background-color: rgba(255, 255, 255, 0);
}

.carousel_prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/icon_prev.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

.carousel_next {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/icon_next.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

/*
   Modal
============================================================================= */

.bg-modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .7;
  background-color: #faf4ed;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  overflow: visible !important;
}

.modal img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.modal_inner {
  position: absolute;
  z-index: 0;
  overflow: visible !important;
  padding-bottom: 60px;
  padding-bottom: calc(2em + 30px);
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}

.modal_inner > .is-prev-left {
  position: absolute;
  top: 0;
  left: -40px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.modal_inner > .is-prev-right {
  position: absolute;
  top: 0;
  right: -40px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.modal_inner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.modal_inner:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.modal_text {
  padding: 17px 30px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  background-color: #fff;
}

.btn-modal-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -25px;
  overflow: hidden;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/icon_prev.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

.btn-modal-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -25px;
  overflow: hidden;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/icon_next.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

.btn-modal-close {
  display: block;
  position: absolute;
  z-index: 1;
  top: -25px;
  right: -25px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/common/img/icon_close.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

/*
   page_top
============================================================================= */

.headingLv2-top {
  margin-bottom: 85px;
  padding-top: 70px;
  font-family: 'blanch caps', sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  color: #c00;
}

.headingLv2-top span {
  display: block;
  margin-top: 12px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #181818;
}

.carousel-top img {
  vertical-align: top;
}

.carousel-top .carousel_wrap {
  overflow: visible;
  margin: 0 -160px;
}

.carousel-top .carousel_inner {
  margin: 0;
}

.carousel-top .carousel_item {
  padding: 0;
}

.carousel-top .carousel_item a {
  display: block;
}

.section-top-hero,
.section-top-crosstalk {
  overflow: hidden;
}

.section-top-interview {
  padding: 120px 0 20px;
  /*background-color: #faf4ed;
  background-image: url('/recruit/graduate/img/bg_01.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.header-top-interview {
  position: relative;
  margin: 0 -20px;
}

.headingLv2-top-interview {
  position: relative;
  z-index: 1;
  font-family: 'blanch caps', sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #c00;
}

.headingLv2-top-interview:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77.8%;
  height: 0;
  padding-top: 77.8%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 15px #eee;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.headingLv2-top-interview > span {
  position: absolute;
  top: 0;
  right: 0;
  right: 20px;
  padding-top: 30%;
}

.headingLv2-top-interview > span span {
  display: block;
  color: #181818;
}

.headingLv2-top-interview > span span:first-child {
  margin-bottom: -10px;
}

.headingLv2-top-interview_ja {
  display: block;
  margin-top: 12px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #181818;
}

.box-top-interview {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.box-top-interview:visited {
  color: #fff;
}

.box-top-interview:focus {
  color: #fff;
}

.box-top-interview:hover {
  color: #fff;
}

.box-top-interview:active {
  color: #fff;
}

.box-top-interview:link,
.box-top-interview:visited,
.box-top-interview:hover,
.box-top-interview:active,
.box-top-interview:focus {
  text-decoration: none;
}

.box-top-interview_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}

.box-top-interview_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.box-top-interview_img > img {
  width: 100%;
  vertical-align: top;
}

.box-top-interview_job {
  margin-top: -52px;
  padding-top: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.box-top-interview_name-en {
  margin-bottom: 3px;
  font-family: 'blanch caps', sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 1px;
}

.box-top-interview_name-ja {
  font-size: 18px;
  font-size: 1.8rem;
}

.section-top-member {
  padding: 120px 0;
  /*background-color: #faf4ed;
  background-image: url('/recruit/graduate/img/bg_02.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  border-bottom: dotted 1px #ccc;
}

.header-top-member {
  position: relative;
  margin: 0 -20px;
}

.headingLv2-top-member {
  position: relative;
  z-index: 1;
  font-family: 'blanch caps', sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #c00;
}

.headingLv2-top-member:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77.8%;
  height: 0;
  padding-top: 77.8%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 15px #eee;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.headingLv2-top-member > span {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 36%;
}

.headingLv2-top-member > span span {
  display: block;
  margin-top: 12px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #181818;
}

.box-top-member {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.box-top-member:visited {
  color: #fff;
}

.box-top-member:focus {
  color: #fff;
}

.box-top-member:hover {
  color: #fff;
}

.box-top-member:active {
  color: #fff;
}

.box-top-member:link,
.box-top-member:visited,
.box-top-member:hover,
.box-top-member:active,
.box-top-member:focus {
  text-decoration: none;
}

.box-top-member:hover .box-top-member_inner {
  opacity: 1;
}

.box-top-member_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}

.box-top-member_inner-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #2692ff;
  border-radius: 50%;
  -webkit-transition: opacity .3s;
  -webkit-transition: color .3s;
          transition: opacity .3s;
          transition: color .3s;
}

.box-top-member_inner-index p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -.5em;
  line-height: 1;
}

.box-top-member_inner-index:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #2692ff;
  border-radius: 50%;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform: scale(.88889);
      -ms-transform: scale(.88889);
          transform: scale(.88889);
}

.box-top-member_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.box-top-member_img > img {
  width: 100%;
  vertical-align: top;
}

.box-top-member_job {
  margin-top: -25px;
  padding-top: 50%;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.box-top-member_name {
  font-size: 15px;
  font-size: 1.5rem;
}

.companyList-top {
  display: table;
  width: 100%;
}

.companyList-top_item {
  display: table-cell;
  vertical-align: top;
  background-position: center;
  background-size: cover;
}

.companyList-top_item > a {
  display: table;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 250px;
  table-layout: fixed;
  color: #fff;
}

.companyList-top_item > a:visited {
  color: #fff;
}

.companyList-top_item > a:focus {
  color: #fff;
}

.companyList-top_item > a:hover {
  color: #fff;
}

.companyList-top_item > a:active {
  color: #fff;
}

.companyList-top_item > a:link,
.companyList-top_item > a:visited,
.companyList-top_item > a:hover,
.companyList-top_item > a:active,
.companyList-top_item > a:focus {
  text-decoration: none;
}

.companyList-top_item > a.is-pre {
  height: 500px;
}

.companyList-top_item-01 {
  background-image: url('/recruit/graduate/img/company_01.jpg');
}

.companyList-top_item-02 {
  background-image: url('/recruit/graduate/img/company_02.jpg');
}

.companyList-top_item-03 {
  background-image: url('/recruit/graduate/img/company_03.jpg');
}

.companyList-top_item-04 {
  background-image: url('/recruit/graduate/img/company_04.jpg');
}

.companyList-top_item-05 {
  background-image: url('/recruit/graduate/img/company_05.jpg');
}

.companyList-top_item-06 {
  background-image: url('/recruit/graduate/img/company_06.jpg');
}

.companyList-top_item_inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  -webkit-transition: background .3s;
          transition: background .3s;
}

.companyList-top_en {
  font-family: 'blanch caps', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 1px;
}

.section-top-recruit {
  padding-bottom: 110px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #faf4ed;
}

.box-top-recruit {
  color: #2692ff;
}

.box-top-recruit:visited {
  color: #2692ff;
}

.box-top-recruit:focus {
  color: #2692ff;
}

.box-top-recruit:hover {
  color: #2692ff;
}

.box-top-recruit:active {
  color: #2692ff;
}

.box-top-recruit:link,
.box-top-recruit:visited {
  text-decoration: none;
}

.box-top-recruit:hover,
.box-top-recruit:active,
.box-top-recruit:focus {
  text-decoration: underline;
}

.box-top-recruit_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: box-shadow .4s, -webkit-transform .4s;
          transition: box-shadow .4s, transform .4s;
}

.box-top-recruit_img img {
  vertical-align: top;
}

.box-top-recruit_txt {
  text-align: center;
}

/*
   temp common
============================================================================= */

.header-categoryTop {
  position: relative;
  box-sizing: border-box;
  height: 250px;
  margin-bottom: 120px;
  border-bottom: 1px solid #e3e3e3;
}

.headingLv1-categoryTop {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -60px;
  font-family: 'Roboto', sans-serif;
  font-size: 69px;
  font-size: 4.3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #c00;
}

.headingLv1-categoryTop span {
  display: block;
  margin-top: 12px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #181818;
}

.blockLead {
  width: 840px;
  margin: 0 auto 110px;
  padding-top: 110px;
}

.blockLead p {
  margin-bottom: 40px;
}

.blockLead p:last-child {
  margin-bottom: 0;
}

.section-common {
  margin: 0 auto 110px;
}

.section-common-l {
  margin: 0 auto 120px;
}

.section_inner,
.header_inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.listBox {
  margin: 0 -20px;
}

.listBox_box {
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}

.listBox-2 > .listBox_box {
  width: 50%;
  margin-top: 40px;
}

.listBox-2 > .listBox_box:nth-child(-n+2) {
  margin-top: 0;
}

.listBox-4 > .listBox_box {
  width: 25%;
  margin-top: 40px;
}

.listBox-4 > .listBox_box:nth-child(-n+4) {
  margin-top: 0;
}

.listBox-3 > .listBox_box {
  width: 33.33333%;
  margin-top: 40px;
}

.listBox-3 > .listBox_box:nth-child(-n+3) {
  margin-top: 0;
}

.box {
  display: block;
}

.box-categoryTop {
  color: #181818;
}

.box-categoryTop:visited {
  color: #181818;
}

.box-categoryTop:focus {
  color: #181818;
}

.box-categoryTop:hover {
  color: #181818;
}

.box-categoryTop:active {
  color: #181818;
}

.box-categoryTop:link,
.box-categoryTop:visited,
.box-categoryTop:hover,
.box-categoryTop:active,
.box-categoryTop:focus {
  text-decoration: none;
}

.thumb-categoryTop {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 14px;
}

.thumb-categoryTop img {
  vertical-align: top;
}

.name-categoryTop {
  text-align: center;
}

.name-categoryTop_job {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.name-categoryTop_en {
  margin-bottom: 10px;
  font-family: 'Robot', sans-serif;
  font-size: 42px;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #c00;
  font-weight: 500;
}

.name-categoryTop_en span {
  color: #181818;
}

.name-categoryTop_jp {
  letter-spacing: 1px;
}

.headingLv3-common {
  clear: both;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.7;
}

.figure-common {
  margin-top: 110px;
}

.figure-common img {
  vertical-align: top;
  border-radius: 14px;
}

.imgcap{ display:block; font-size: 85%; color: #666; padding-top: 5px;}
.imgcap span{ font-size:130%; color:#000; font-weight:500;}

.profile_thumb {
  margin-bottom: 25px;
  text-align: center;
}

.profile_thumb img {
  vertical-align: top;
  border-radius: 50%;
}

.profile_content_name {
  margin-bottom: 23px;
  font-weight: 500;
  text-align: center;
}

.profile_content_content {
  font-size: 12px;
  font-size: 1.2rem;
}

.profile_content_content p {
  margin-bottom: 20px;
}

.profile_content_content p:first-child {
  text-align: center;
}

.profile_content_content p:last-child {
  margin-bottom: 0;
}

.categoryNavigation-crosstalk .name-catNav{ font-size:110%!important;}

.categoryNavigation {
  border-top: 1px solid #e3e3e3;
}

.categoryNavigation_inner {
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.categoryNavigation_list {
  display: table;
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.categoryNavigation_list:first-child {
  border-top: 0;
}

.categoryNavigation_list_item {
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #e3e3e3;
}

.categoryNavigation_list_item > a {
  display: table;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  font-weight: 500;
  color: #2692ff;
  border-bottom: 0 solid #c00;
}

.categoryNavigation_list_item > a:visited {
  color: #2692ff;
}

.categoryNavigation_list_item > a:focus {
  color: #2692ff;
}

.categoryNavigation_list_item > a:hover {
  color: #2692ff;
}

.categoryNavigation_list_item > a:active {
  color: #2692ff;
}

.categoryNavigation_list_item > a:link,
.categoryNavigation_list_item > a:visited,
.categoryNavigation_list_item > a:hover,
.categoryNavigation_list_item > a:active,
.categoryNavigation_list_item > a:focus {
  text-decoration: none;
}

.categoryNavigation_list_item > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #c00;
  -webkit-transition: height .3s ease;
          transition: height .3s ease;
}

.categoryNavigation_list_item > a.comingsoon {
  color: #aaa;
}

.categoryNavigation_list_item > a.comingsoon:after {
  content: normal;
}

.categoryNavigation_list_item > a.is-current {
  color: #181818;
}

.categoryNavigation_list_item > a.is-current:visited {
  color: #181818;
}

.categoryNavigation_list_item > a.is-current:focus {
  color: #181818;
}

.categoryNavigation_list_item > a.is-current:hover {
  color: #181818;
}

.categoryNavigation_list_item > a.is-current:active {
  color: #181818;
}

.categoryNavigation_list_item > a.is-current:after {
  height: 6px;
}

.categoryNavigation_list_item > a > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.categoryNavigation_box {
  display: table-cell;
  padding: 0 8%;
  vertical-align: middle;
}

.thumb-catNav {
  vertical-align: middle;
  border-radius: 14px;
}

.content-catNav {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.name-catNav {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 200;
}

.job-catNav {
  font-size: 12px;
  font-size: 1.2rem;
  line-height:1.5;
}

.wrapperTabelFull {
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
}

.tabelFull {
  width: 100%;
  table-layout: fixed;
}

.tabelFull th {
  box-sizing: border-box;
  width: 25%;
  padding: 25px 40px;
  font-weight: 500;
  text-align: right;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  background-color: #faf4ed;
}

.tabelFull th span {
  display: block;
  margin-bottom: -15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.tabelFull th span:last-child {
  margin-bottom: 0;
}

.tabelFull td {
  box-sizing: border-box;
  width: 75%;
  padding: 25px 40px;
  border-top: 1px solid #e3e3e3;
}

.tabelFull tr:first-child th,
.tabelFull tr:first-child td {
  border-top: 0;
}

.tabelFull td h3{ font-weight:500; font-size:110%;}
.tabelFull td h5{ border-bottom: dotted 1px #ccc; padding-bottom: 30px; margin-bottom: 30px; font-size:90%;}

.tabelFull-thL th {
  width: 40%;
}

.tabelFull-thL td {
  width: 60%;
}

.tabelFull a.senpai{ border: solid 1px #f00; border-radius: 30px; padding: 0 10px; color: #f00; display: inline-block; line-height: 1.5;}
.tabelFull a:hover.senpai{ background-color: #f00; color: #fff; text-decoration: none;}

.captionTable {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
}

.footnote {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.footnote:before {
  content: '※';
  margin-left: -1em;
}

.listDisc {
  margin-bottom: 10px;
  padding-left: 1.3em;
  list-style-type: disc;
}

.listDisc:last-child {
  margin-bottom: 0;
}

.listFootnote {
  font-size: 12px;
  font-size: 1.2rem;
}

.link-blank:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  background-image: url('/recruit/graduate/common/img/icon_blank.png');
  background-size: 100%;
}

/*
   page_interview-top
============================================================================= */

.section-interviewTop {
  position: relative;
  z-index: 0;
  height: 500px;
  background-color: #e6e6e6;
}

.section-interviewTop_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section-interviewTop_img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: 9999px;
  height: 100%;
  vertical-align: top;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


.childside .headingLv1-interviewTop {
  position: absolute;
  top: 10px;
  left: 28px;
  line-height: 1;
  letter-spacing: 1px;
}
.childside .job-interviewTop {
  position: absolute;
  top: 146px;
  left: 28px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.childside .btn-interviewTop {
  position: absolute;
  top: 216px;
  left: 26px;
}

.headingLv1-interviewTop {
  position: absolute;
  top: 110px;
  left: 80px;
  line-height: 1;
  letter-spacing: 1px;
}

.headingLv1-interviewTop-right {
  right: 370px;
  left: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.headingLv1-interviewTop_en {
  display: block;
  margin-bottom: 5px;
  font-family: 'blanch caps', sans-serif;
  font-size: 69px;
  font-size: 6.9rem;
  letter-spacing: 2px;
}

.headingLv1-interviewTop_en span {
  color: #c00;
}

.headingLv1-interviewTop_ja {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200;
  letter-spacing: 2px;
}

.job-interviewTop {
  position: absolute;
  top: 246px;
  left: 80px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.job-interviewTop-right {
  right: 370px;
  left: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.btn-interviewTop {
  position: absolute;
  top: 328px;
  left: 80px;
}

.btn-interviewTop > a {
  display: inline-block;
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  padding-top: 5px;
  font-family: 'Robot', sans-serif;
  font-size: 22px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  color: #c00;
  border: 3px solid #c00;
  border-radius: 20px;
}

.btn-interviewTop > a:visited {
  color: #c00;
}

.btn-interviewTop > a:focus {
  color: #c00;
}

.btn-interviewTop > a:hover {
  color: #c00;
}

.btn-interviewTop > a:active {
  color: #c00;
}

.btn-interviewTop > a:link,
.btn-interviewTop > a:visited,
.btn-interviewTop > a:hover,
.btn-interviewTop > a:active,
.btn-interviewTop > a:focus {
  text-decoration: none;
}

.btn-interviewTop-right {
  right: 370px;
  left: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/*
   page_interview
============================================================================= */

.article-interview {
  position: relative;
}

.header-interview {
  position: relative;
  z-index: 0;
  height: 500px;
  margin-bottom: 110px;
  background-color: #e6e6e6;
}

.header-interview_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header-interview_img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: 9999px;
  height: 100%;
  vertical-align: top;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.categoryName-interview {
  position: absolute;
  top: 40px;
  left: 80px;
  font-family: 'Robot', sans-serif;
  font-size: 42px;
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0px;
  color: #c00;
}

.categoryName-interview_base {
  color: #181818;
}

.categoryName-interview_ja {
  display: block;
  margin-top: 12px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #181818;
}

.headingLv1-interview {
  position: absolute;
  top: 187px;
  left: 80px;
  line-height: 1;
  letter-spacing: 1px;
}

.headingLv1-interview-right {
  right: 370px;
  left: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.headingLv1-interview_en {
  display: block;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 69px;
  font-size: 3.7rem;
  letter-spacing: 1px;
}

.headingLv1-interview_en span {
  color: #c00;
}

.headingLv1-interview_ja {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200;
  letter-spacing: 2px;
}

.job-interview {
  position: absolute;
  top: 323px;
  left: 80px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.job-interview-right {
  right: 370px;
  left: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.headingLv2-office {
  position: relative;
    max-width: 840px;
    margin: 0 auto 60px;
    font-family: serif;
    font-size: 250%;
    color: #880000;
	line-height:1.5;
    text-align: center;
}

.headingLv2-interview {
  position: relative;
    max-width: 840px;
    margin: 0 auto 60px;
    font-family: serif;
    font-size: 250%;
    color: #880000;
	line-height:1.5;
}

.headingLv2-interview > img {
  position: absolute;
  top: -420px;
  right: 80px;
  display: none;
}

.section-interview {
  width: 840px;
  margin: 0 auto 80px;
}

.section-interview-last {
  margin-bottom: 50px;
}

.section-interview p {
  margin-bottom: 50px;
}
.section-interview .figure-common{ margin-top:30px;}
.section-interview .clearfixImg { clear: both; height: 30px;}
.section-interview .headingLv3-common {
    clear: both;
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.7;}

.categoryNavigation-interview .thumb-catNav {
  vertical-align: middle;
  border-radius: 50%;
}

.categoryNavigation-interview a {
  height: 180px;
}

.section-interview-profile {
  box-sizing: border-box;
  width: 840px;
  margin: 0 auto 110px;
  padding: 35px 40px;
  border: 8px solid #800;
  border-radius: 14px;
}

.job-interview-profile {
  font-size: 13px;
  font-size: 1.3rem;
}

.headingLv3-interview-profile {
  margin-bottom: 25px;
  font-size: 17px;
  font-size: 1.7rem;
}

/*
   page_crosstalk-top
============================================================================= */

.header_inner-crosstalk {
  height: 100%;
}

.categoryName-crosstalkTop {
  position: absolute;
  top: 95px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  color: #c00;
}

.categoryName-crosstalkTop-02 {
  top: 125px;
}

.categoryName-crosstalkTop span {
  color: #181818;
}

.categoryName-crosstalkTop_en {
  margin-bottom: 7px;
  font-family: 'Robot', sans-serif;
  font-size: 42px;
  font-size: 2.2rem;
}

.headingLv1-crosstalkTop {
  position: absolute;
  top: 167px;
  width: 100%;
  font-family: 'Robot', sans-serif;
  font-size: 69px;
  font-size: 3.2rem;
  line-height: 1.8;
  white-space: nowrap;
  letter-spacing: 0px;
  font-weight: 500;
}

.headingLv1-crosstalkTop-02 {
  top: 197px;
}

.headingLv1-crosstalkTop_line00 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headingLv1-crosstalkTop_line00 .headingLv1-crosstalkTop_job-left {
  bottom: -10px;
  left: 0;
}

.headingLv1-crosstalkTop_line00 .headingLv1-crosstalkTop_job-right {
  right: 0;
  bottom: -10px;
}

.headingLv1-crosstalkTop_line01 {
  position: absolute;
  left: 50%;
  margin-left: -280px;
}

.headingLv1-crosstalkTop_line01 .headingLv1-crosstalkTop_job {
  bottom: -10px;
  left: 0;
}

.headingLv1-crosstalkTop_line02 {
  position: absolute;
  right: 50%;
  margin-top: 1.4em;
  margin-right: -280px;
}

.headingLv1-crosstalkTop_line02 .headingLv1-crosstalkTop_job {
  right: 0;
  bottom: -10px;
}

.headingLv1-crosstalkTop_job {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
}

.headingLv1-crosstalkTop_cross {
  margin: 0 16px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  vertical-align: middle;
}

.headingLv1-crosstalkTop_last {
  color: #c00;
}

.btn-crosstalkTop {
  position: absolute;
  top: 342px;
  left: 50%;
  margin-left: -60px;
  font-size: 22px;
  font-size: 1.5rem;
}

.btn-crosstalkTop > a {
  display: inline-block;
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  padding-top: 5px;
  font-family: 'Robot', sans-serif;
  line-height: 1.7;
  text-align: center;
  color: #c00;
  border: 3px solid #c00;
  border-radius: 20px;
}

.btn-crosstalkTop > a:visited {
  color: #c00;
}

.btn-crosstalkTop > a:focus {
  color: #c00;
}

.btn-crosstalkTop > a:hover {
  color: #fff;
}

.btn-crosstalkTop > a:active {
  color: #fff;
}

.btn-crosstalkTop > a:link,
.btn-crosstalkTop > a:visited,
.btn-crosstalkTop > a:hover,
.btn-crosstalkTop > a:active,
.btn-crosstalkTop > a:focus {
  text-decoration: none;
}

.btn-crosstalkTop-02 {
  top: 325px;
}

/*
   page_crosstalk
============================================================================= */

.header-crosstalk {
  position: relative;
  z-index: 0;
  height: 500px;
  background-color: #e6e6e6;
}

.header-crosstalk .header_inner {
  padding: 0;
}

.header-crosstalk_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header-crosstalk_img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: 9999px;
  height: 100%;
  vertical-align: top;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.categoryName-crosstalk {
  position: absolute;
  top: 118px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  color: #c00;
}

.categoryName-crosstalk-02 {
  top: 138px;
}

.categoryName-crosstalk span {
  color: #181818;
}

.categoryName-crosstalk_en {
  margin-bottom: 7px;
  font-family: 'Robot', sans-serif;
  font-size: 42px;
  font-size: 2.2rem;
}

.headingLv1-crosstalk {
  position: absolute;
  top: 216px;
  width: 100%;
  font-family: 'Robot', sans-serif;
  font-size: 69px;
  font-size: 3.2rem;
  line-height: 1.8;
  white-space: nowrap;
  letter-spacing: 0px;
  font-weight: 500;
}

.headingLv1-crosstalk-02 {
  top: 210px;
}

.headingLv1-crosstalk_line00 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headingLv1-crosstalk_line00 .headingLv1-crosstalk_job-left {
  bottom: -1.3em;
  left: 0;
}

.headingLv1-crosstalk_line00 .headingLv1-crosstalk_job-right {
  right: 0;
  bottom: -1.3em;
}

.headingLv1-crosstalk_line01 {
  position: absolute;
  left: 50%;
  margin-left: -280px;
}

.headingLv1-crosstalk_line01 .headingLv1-crosstalk_job {
  bottom: -1.3em;
  left: 0;
}

.headingLv1-crosstalk_line02 {
  position: absolute;
  right: 50%;
  margin-top: .8em;
  margin-right: -280px;
}

.headingLv1-crosstalk_line02 .headingLv1-crosstalk_job {
  right: 0;
  bottom: -1.3em;
}

.headingLv1-crosstalk_line03 {
  position: absolute;
  left: 50%;
  margin-left: -280px;
}

.headingLv1-crosstalk_line03 .headingLv1-crosstalk_job {
  bottom: -1.3em;
  left: 0;
}

.headingLv1-crosstalk_line04 {
  position: absolute;
  right: 50%;
  margin-top: 1.4em;
  margin-right: -280px;
}

.headingLv1-crosstalk_line04 .headingLv1-crosstalk_job {
  right: 0;
  bottom: -1.3em;
}

.headingLv1-crosstalk_job {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
}

.headingLv1-crosstalk_cross {
  margin: 0 16px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  vertical-align: middle;
}

.headingLv1-crosstalk_last {
  color: #c00;
}

.profiles {
  position: relative;
  margin: 0 -20px;
}

.profile-crosstalk-left,
.profile-crosstalk-right {
  position: absolute;
  top: -90px;
  box-sizing: border-box;
  width: 25%;
  padding: 0 20px;
}

.profile-crosstalk-left {
  left: 0;
}

.profile-crosstalk-right {
  right: 0;
}

.profile-crosstalk-family{ position: absolute; top: -90px; }
.profile-crosstalk-four{ box-sizing: border-box; width: 25%; padding: 0 20px; float:left;}
.family_review{ padding-top:400px!important;}

.review {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  margin: 0 auto;
  padding: 120px 20px 0;
}

.review_enclosure {
  box-sizing: border-box;
  padding: 70px 40px;
  border: 8px solid #800;
  border-radius: 14px;
  background-color: #fff;
}

.review_title {
  margin-bottom: 65px;
  text-align: center;
}

.review_title img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.review_note {
  position: absolute;
  right: 20px;
  bottom: -3rem;
  font-size: 1.2rem;
  text-align: right;
}

.talkWrapper {
  padding: 120px 0 110px;
}

.talkWrapper:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background-color: #e3e3e3;
}

.talkQuestion {
  box-sizing: border-box;
  width: 50%;
  margin: 110px auto;
  padding: 0 20px;
}

.talkQuestion_inner {
  padding: 35px 40px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  background-color: #800;
}

.talkQuestion:first-child {
  margin-top: 0;
}

.talkQuestion:last-child {
  margin-bottom: 0;
}

.talk_thumb {
  position: absolute;
}

.talk_thumb img {
  vertical-align: top;
  border-radius: 50%;
}

.talk_name {
  color: #800;
}

.talk-right {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  margin-top: 65px;
  margin-left: 50%;
  padding-left: 120px;
}

.talk-right:first-child {
  margin-top: 0;
}

.talk-right .talk_thumb {
  top: 0;
  left: -40px;
}

.talk-right p {
  text-align: justify;
}

.talk-left {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  margin-top: 65px;
  padding-right: 120px;
}

.talk-left:first-child {
  margin-top: 0;
}

.talk-left .talk_thumb {
  top: 0;
  right: -40px;
}

.talk-left p {
  text-align: justify;
}

.categoryNavigation-crosstalk .categoryNavigation_box {
  vertical-align: top;
}

.categoryNavigation-crosstalk .thumb-catNav {
  position: relative;
  overflow: hidden;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 10px;
  vertical-align: top;
}

.categoryNavigation-crosstalk .thumb-catNav img {
  vertical-align: top;
  border-radius: 14px;
}

.categoryNavigation-crosstalk .content-catNav {
  display: block;
  padding-left: 0;
}

.categoryNavigation-crosstalk .name-catNav {
  text-align: center;
}

.categoryNavigation-crosstalk .job-catNav {
  text-align: center;
}

.categoryNavigation-crosstalk a {
  height: 260px;
  padding: 40px 20px 40px;
  text-align: center;
  vertical-align: top;
}

.categoryNavigation-crosstalk a.comingsoon .thumb-catNav:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .45;
  background-color: #000;
}

.thumb-catNav-message {
  vertical-align: middle;
  border-radius: 50%;
}

/*
   page_member-top
============================================================================= */

.thumb-memberTop {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.thumb-memberTop img {
  vertical-align: top;
}

/*
   page_member
============================================================================= */

.header-member {
  position: relative;
  box-sizing: border-box;
  height: 725px;
  padding-top: 40px;
  border-bottom: 1px solid #e3e3e3;
}

.categoryName-member {
  position: absolute;
  z-index: 1;
  right: 40px;
  padding-right: calc((100% - 980px)/7.5);
  font-family: 'Robot', sans-serif;
  font-size: 42px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0px;
  color: #c00;
}

.categoryName-member span {
  display: block;
  margin-top: 12px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  color: #181818;
}

.job-member {
  position: absolute;
  z-index: 1;
  top: 115px;
  right: 40px;
  padding-right: calc((100% - 980px)/7.5);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.headingLv1-member {
  position: absolute;
  z-index: 1;
  top: 150px;
  right: 40px;
  padding-right: calc((100% - 980px)/7.5);
  font-family: 'Robot', sans-serif;
  font-size: 69px;
  font-size: 4.3rem;
  line-height: 1.8;
  letter-spacing: 0px;
  font-weight: 500;
}

.headingLv1-member span {
  color: #c00;
}

.heroImg-member img {
  vertical-align: top;
  border-radius: 14px;
}

.headingLv2-member {
  position: relative;
  max-width: 840px;
  margin: 0 auto 60px;
  font-family: serif;
  font-size: 250%;
  color: #880000;
  line-height: 1.5;
}

.memberWrapper {
  margin: 0 -20px;
}

.profile-member {
  float: left;
  box-sizing: border-box;
  width: 25%;
  margin-top: -90px;
  padding: 0 20px;
}

.textRight-member {
  float: right;
  box-sizing: border-box;
  width: 75%;
  max-width: 880px;
  padding: 110px 20px 0;
}

.section-member {
  margin: 0 -20px 110px;
}

.section-member > .section-member_block {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px;
  text-align: justify;
}

.section-member > .section-member_block_notice {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  text-align: justify;
  font-size:85%;
  color:#666;
}

.coming-memberTop {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
  color: #fff;
  border-radius: 50%;
  background-color: #c00;
}

.coming-memberTop_inner {
  position: absolute;
  top: 0;
  top: -52px;
  left: 0;
  width: 100%;
  padding-top: 50%;
  text-align: center;
}

.coming-memberTop_inner p:first-child {
  margin-bottom: 7px;
  font-family: 'blanch caps', sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
}

.coming-memberTop_inner p:last-child {
  font-weight: 200;
}

.categoryNavigation-member {
  border-top: 1px solid #e3e3e3;
}

.categoryNavigation-member_inner {
  display: table;
  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  height: 180px;
  margin: 0 auto;
  padding: 0 40px;
}

.categoryNavigation-member_prev {
  display: table-cell;
  width: 45%;
  text-align: left;
  vertical-align: middle;
}

.categoryNavigation-member_prev img {
  margin-right: 20px;
  vertical-align: middle;
  border-radius: 50%;
}

.categoryNavigation-member_next {
  display: table-cell;
  width: 45%;
  text-align: right;
  vertical-align: middle;
}

.categoryNavigation-member_next img {
  margin-left: 20px;
  vertical-align: middle;
  border-radius: 50%;
}

.categoryNavigation-member_top {
  display: table-cell;
  width: 10%;
  text-align: center;
  vertical-align: middle;
}

.categoryNavigation-member_top > a {
  display: inline-block;
}

.categoryNavigation-member_top > a img {
  vertical-align: top;
}

.categoryNavigation-member_top .tip {
  display: none;
}

.categoryNavigation-member_btn {
  color: #2692ff;
}

.categoryNavigation-member_btn:visited {
  color: #2692ff;
}

.categoryNavigation-member_btn:focus {
  color: #2692ff;
}

.categoryNavigation-member_btn:hover {
  color: #2692ff;
}

.categoryNavigation-member_btn:active {
  color: #2692ff;
}

.categoryNavigation-member_btn:link,
.categoryNavigation-member_btn:visited,
.categoryNavigation-member_btn:hover,
.categoryNavigation-member_btn:active,
.categoryNavigation-member_btn:focus {
  text-decoration: none;
}

.categoryNavigation-member_btn.commingsoon {
  color: #aaa;
}

.categoryNavigation-member_btn.commingsoon:hover p:last-child {
  text-decoration: none;
}

.categoryNavigation-member_btn_text {
  display: inline-block;
  vertical-align: middle;
}

.categoryNavigation-member_btn_text p {
  margin-bottom: 3px;
  font-family: 'Robot', sans-serif;
  font-size: 22px;
  font-size: 1.2rem;
  line-height: 1;
}

.categoryNavigation-member_btn_text p:first-child {
  color: #c00;
}

.categoryNavigation-member_btn_text p:last-child {
  margin-bottom: 0;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.categoryNavigation-member_btn_text p:last-child span {
  display: block;
}

.categoryNavigation-member_btn_text p:last-child span.dot {
  display: inline;
}

/*
   temp company
============================================================================= */

.header-company {
  position: relative;
  z-index: 0;
  height: 250px;
}

.header-company_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header-company_img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: 9999px;
  height: 100%;
  vertical-align: top;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.categoryName-company {
  margin-bottom: 3px;
  padding-top: 62px;
  font-family: 'Robot', sans-serif;
  font-size: 28px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #c00;
}

.categoryName-company span {
  margin-left: 10px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #181818;
}

.headingLv1-company {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: ;
  letter-spacing: 2px;
}

/*
   page_philosophy
============================================================================= */

.section-philosophy {
  margin-bottom: 110px;
  padding: 100px 0;
  background-color: #faf4ed;
  background-image: url('/recruit/graduate/company/philosophy/img/bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.section-philosophy-color {
  padding: 1px 0 110px;
  background-color: #faf4ed;
}

.text-philosophy {
  margin-bottom: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}

.text-philosophy:last-child {
  margin-bottom: 0;
}

.headingLv2-philosophy {
  margin-bottom: 75px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200;
  text-align: center;
  color: #c00;
}

.headingLv2-philosophy-top {
  margin-bottom: 40px;
}

.headingLv2-philosophy-secondary {
  margin-top: 110px;
  margin-bottom: 45px;
  text-align: left;
}

.headingLv3-philosophy {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid #c00;
}

.box-philosophy {
  margin-bottom: 35px;
}

.box-philosophy:last-child {
  margin-bottom: 0;
}

/*
   page_develop
============================================================================= */

.developWrapper {
  position: relative;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 76px 40px 0;
}

.developWrapper:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background-color: #e3e3e3;
}

.stage-develop {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 195px;
  padding: 103px 70px 65px;
  border: 8px solid #800;
  border-radius: 14px;
  background-color: #fff;
}

.stage-develop-last {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 100px 70px 65px;
  border: 8px solid #134077;
  border-radius: 14px;
  background-color: #fff;
}

.stage-develop:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 18px;
  height: 14px;
  margin-left: -9px;
  background-image: url('/recruit/graduate/common/img/arrow_down.png');
  background-size: 100%;
}

.stage-develop_content {
  float: right;
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px;
}

.stage-develop_image {
  float: right;
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px;
}

.stage-develop_image img {
  border-radius: 14px;
}

.headerLv2-development,
.headerLv2-development-last {
  display: table;
  position: absolute;
  top: -84px;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}

.headerLv2-development {
  color: #c00;
  background-color: #faf4ed;
}

.headerLv2-development-last {
  background-color: #e5f8ff;
}

.headingLv2-development {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.headingLv2-development span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.box-develop {
  max-width: 840px;
  margin: 0 auto 20px;
}

.box-develop:last-child {
  margin-bottom: 0;
}

.box-develop_ttl {
  margin-bottom: 5px;
  color: #c00;
}

.box-develop_ttl span {
  display: inline-block;
  position: relative;
  top: -2px;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding-top: 4px;
  font-family: 'blanch caps', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
  background-color: #c00;
}

.box-develop_ttl-last {
  color: #1d5eac;
}

.box-develop_ttl-last span {
  background-color: #1d5eac;
}

.box-develop_content {
  text-align: justify;
  text-align-last: left;
}

.text-develop {
  margin-bottom: 25px;
}

/*
   page_office
============================================================================= */

.section-office {
  margin-bottom: 120px;
  padding-top: 120px;
}

.officeWrapper {
  padding: 0 20px;
}

.officeWrapper a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 61.7241379%;
  box-sizing: border-box;
  margin: 0.2vw!important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.officeWrapper a.imgLarge-office {
  padding-top: 64.1935484%;
}

.officeWrapper img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  min-width: 100%;
  max-width: 10000px;
  min-height: 100%;
  max-height: 100%;
  margin: auto;
}

.officeWrapper .listBox {
  margin: 0 !important;
}

.officeWrapper .listBox_box {
  margin: 0 !important;
  padding: 0 !important;
}

/*
   page_business
============================================================================= */

.section-business {
  padding-top: 120px;
  border-top: 1px solid #e3e3e3;
}

.headingLv2-business {
  margin-bottom: 95px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200;
  text-align: center;
  color: #c00;
}

.headingLv2-business_icon {
  display: block;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 0 auto 40px;
  line-height: 160px;
  text-align: center;
  border-radius: 50%;
  background-color: #c00;
}

.headingLv2-business_icon img {
  vertical-align: top;
}

.headingLv3-business {
  margin-bottom: 40px;
  padding-bottom: 18px;
  font-size: 24px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  border-bottom: 2px solid #c00;
}

.box-business {
  margin-top: 40px;
}

.box-business_thumb {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 14px;
}

.box-business_thumb img {
  width: 100%;
  vertical-align: top;
}

.box-business_content_title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 140%;
  line-height: 1.3;
}

.carousel-business .carousel_prev {
  top: -13px;
  margin-top: 14.286%;
}

.carousel-business .carousel_next {
  top: -13px;
  margin-top: 14.286%;
}

/*
   page_history
============================================================================= */

.blockLead-history {
  padding: 110px 0;
  font-size: 28px;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  color: #c00;
  background-color: #faf4ed;
}

.wrapper-history-01 {
  margin-top: 120px;
}

.wrapper-history-02 {
  padding-bottom: 90px;
  background-color: #faf4ed;
}

.inner-history-01 {
  position: relative;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px 1px;
}

.inner-history-01:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background-color: #e3e3e3;
}

.inner-history-02 {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 60px 40px 0;
  padding-bottom: 1px;
}

.inner-history-02:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background-color: #e3e3e3;
}

.tab-sitory {
  max-width: 1360px;
  margin: 0 auto 28px;
}

.tab-sitory img {
  vertical-align: top;
}

.tab-sitory_koei {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 120px 0 40px;
  text-align: center;
}

.tab-sitory_koei:after {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin: 24px auto 0;
  background-image: url('/recruit/graduate/company/history/img/arrow_koei.png');
  background-size: 100%;
}

.tab-sitory_tecmo {
  float: right;
  box-sizing: border-box;
  width: 50%;
  padding: 0 40px 0 120px;
  text-align: center;
}

.tab-sitory_tecmo:after {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin: 24px auto 0;
  background-image: url('/recruit/graduate/company/history/img/arrow_tecmo.png');
  background-size: 100%;
}

.year {
  position: relative;
  margin-bottom: 60px;
}

.year_num {
  position: absolute;
  top: 0;
  left: 48.3%;
  width: 120px;
  height: 120px;
  margin-left: -40px;
  font-weight:bold;
  font-size: 32px;
  font-size: 5.2rem;
  line-height: 110px;
  text-align: center;
  color: #c00;
  border-radius: 50%;
  background-color: #faf4ed;
}

.year_num-02 {
  position: absolute;
  top: -65px;
  left: 48.3%;
  width: 120px;
  height: 120px;
  margin-left: -40px;
  font-weight:bold;
  font-size: 32px;
  font-size: 5.2rem;
  line-height: 110px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #c00;
}

.year_koei {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 120px;
}

.year_koei_enclosure {
  padding: 20px 40px;
  border: 4px solid #e3e0e0;
  border-radius: 14px;
  font-size: 110%;
}

.year_koei_enclosure span, .year_tecmo_enclosure span, .year-02 span {
  font-weight: bold;
    color: #cc0200;
    font-size: 130%;
    line-height: 1.2;
}

.year_tecmo {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 50%;
  padding-left: 120px;
}

.year_tecmo_enclosure {
  padding: 20px 40px;
  border: 4px solid #f3d6d6;
  border-radius: 14px;
  font-size: 110%;
}

.year_image {
  overflow: hidden;
  margin: 40px 40px 0;
}

.year_image img {
  vertical-align: top;
  border-radius: 14px;
}

.year_image-abs {
  position: absolute;
  width: calc(100% - 80px - 120px);
}

.year-wrapper {
  position: relative;
  margin-bottom: 100px;
}

.year-wrapper:last-child {
  margin-bottom: 0;
  background-color: #faf4ed;
}

.year-02 {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 70px 40px 35px;
  border-radius: 14px;
  background-color: #fff;
}

.year-02:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  pointer-events: none;
  border: 4px solid #181818;
  border-right: 0;
  border-radius: 14px 0 0 14px;
}

.year-02:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  pointer-events: none;
  border: 4px solid #c00;
  border-left: 0;
  border-radius: 0 14px 14px 0;
}

.year-02:last-child {
  margin-bottom: 0;
}

.year-02_image {
  font-size: 0;
  text-align: center;
}

.year-02_image > li {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
}

.year-02_image img {
  vertical-align: top;
  border-radius: 14px;
}

.year-02_text {
  float: right;
  box-sizing: border-box;
  width: 63.33333%;
  padding-left: 40px;
}

.year-02_text p.footnote-history-01 {
  text-align: left;
}

.year-02 p {
  max-width: 840px;
  margin: 0 auto 10px;
}

.year-02 p:last-child {
  margin-bottom: 0;
}

.year-02 p.text-center {
  text-align: center;
  font-size: 110%;
}

.year-02 p.emphasis {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

.year-02 .footnote-history-01 {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.year-02 .footnote-history-02 {
  position: absolute;
  right: 0;
  bottom: -2em;
  font-size: 12px;
  font-size: 1.2rem;
}

.logo-history {
  margin-bottom: 10px;
}

.logo-history-center {
  text-align: center;
}

/*
   page_feature
============================================================================= */

.section-feature {
  margin-bottom: 110px;
  padding-top: 80px;
}

.listBox-feature {
  font-size: 0;
  font-size: 0rem;
  text-align: center;
}

.listBox-feature_item {
  display: inline-block;
  box-sizing: border-box;
  width: 33.33333%;
  margin-top: 40px;
  padding: 0 20px;
  vertical-align: top;
}

.box-feature {
  overflow: hidden;
  padding: 42px;
  border-radius: 14px;
  background-color: #faf4ed;
}

.box-feature_icon {
  margin-bottom: 25px;
}

.box-feature p {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: justify;
  text-align-last: left;
}

.headingLv2-feature {
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200;
  text-align: center;
  color: #c00;
}

/*
   temp recruit
============================================================================= */

.thumb-categoryTop-recruit {
  background-color: #fff;
}

.header-recruit {
  box-sizing: border-box;
  height: 250px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #faf4ed;
}

.categoryName-recruit {
  margin-bottom: 3px;
  padding-top: 62px;
  font-family: 'Robot', sans-serif;
  font-size: 28px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #c00;
}

.categoryName-recruit img {
  vertical-align: middle;
}

.categoryName-recruit span {
  margin-left: 10px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #181818;
}

.headingLv1-recruit {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: ;
  letter-spacing: 2px;
}

.headingLv1-recruit span {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.headingLv2-recruit {
  margin-bottom: 40px;
  padding-bottom: 18px;
  font-size: 24px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  border-bottom: 2px solid #c00;
  color: #7a2528;
}

.headingLv2-recruit span {
  font-size: 15px;
  font-size: 1.5rem;
}

.headingLv2-recruit-data {
    margin-bottom: 20px;
    padding: 15px 0 35px;
    font-size: 500%;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background-color: #c00;
    border-radius: 20px;
}

.headingLv2-recruit-data span{
font-size: 150%;
}

.headingLv2-recruit-data2{
    font-size: 190%;
    color: #000;
    border-bottom: 2px solid #c00;
    padding-bottom: 25px;
    text-align: center;
}

.headingLv2-recruit-emphasis {
  margin-bottom: 55px;
  font-size: 28px;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  color: #c00;
}

.headingLv3-training,
.headingLv3-welfare {
  margin-bottom: 16px;
  font-weight: 500;
}

.section-recruit {
  margin-top: 120px;
}

.section-recruit-color {
  padding-bottom: 1px;
  background-color: #faf4ed;
}

.photo,
.graph {
  overflow: hidden;
  border-radius: 14px;
}

.photo img,
.graph img {
  width: 100%;
  vertical-align: top;
}

.photo-recruit {
  margin-bottom: 25px;
}

.photo-recruit img {
  width: 100%;
  vertical-align: top;
  border-radius: 14px;
}

.captionGraph {
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}

.readGraph {
  margin-top: 12px; line-height: 1.7;}

.text-center {
  text-align: center;
}

/* googlemap
--------------------------------------------------------- */

.gmap {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 50.8%;
}

.gmap-text {
  font-size: 12px;
  font-size: 1.2rem;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
   page_personality
============================================================================= */

.section-personality-top {
  padding-top: 120px;
}

.headingLv2-personality {
  margin-bottom: 50px;
  text-align: center;
}

.stage-personality {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 70px 35px 65px;
  border: 8px solid #800;
  border-radius: 14px;
  background-color: #fff;
}

.stage-personality:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 18px;
  height: 14px;
  margin-left: -7px;
  background-image: url('/recruit/graduate/common/img/arrow_down.png');
  background-size: 100%;
}

.stage-personality p {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.section-personality {
  margin-bottom: 120px;
}

.box-personality {
  display: table;
  width: 100%;
  min-height: 145px;
  border-radius: 14px;
  background-color: #faf4ed;
}

.box-personality > p {
  display: table-cell;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.box-personality > p span{ font-size:85%; line-height:1.3; color:#999; display:block;}

/*
   page_training
============================================================================= */

.section-training-color {
  padding-bottom: 40px;
  background-color: #faf4ed;
}

.trainingWrapper {
  position: relative;
  box-sizing: border-box;
  max-width: 1360px;
  margin: -80px auto 0;
  padding: 0 40px 0;
}

.trainingWrapper:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background-color: #e3e3e3;
}

.circle-training {
  display: table;
  position: relative;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  margin: 0 auto 115px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #c00;
}

.circle-training_inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.circle-training_inner span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

.circle-training_inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 18px;
  height: 14px;
  margin-left: -9px;
  background-image: url('/recruit/graduate/common/img/arrow_down_02.png');
  background-size: 100%;
}

.stage-training {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 115px;
  padding: 80px 40px 75px;
  border-radius: 14px;
  background-color: #faf4ed;
}

.stage-training:last-child {
  margin-bottom: 0;
}

.stage-training:last-child:after {
  content: normal;
}

.stage-training:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 18px;
  height: 14px;
  margin-left: -9px;
  background-image: url('/recruit/graduate/common/img/arrow_down_02.png');
  background-size: 100%;
}

/*
   page_welfare
============================================================================= */

.photo-welfare {
  margin-bottom: 25px;
  position:relative;
}

.photo-welfare img.grass{ position:absolute; width:25px; right:1%; bottom:2%;}

.text-welfare {
  max-width: 850px;
  margin: 0 auto 50px;
  font-size: 118%;
}

.text-welfare span{
    font-weight: bold;
    color: #cc0200;
    font-size: 130%;
	line-height: 1.2;
}
.text-welfare span.big{
    font-size: 200%;
	line-height: 0.7;
}
.text2{ max-width: 950px;}
.text-welfare_photo{
    width: 100%;
    max-width: 340px;
    float: left;
    padding-right: 40px;
}
.text-welfare_photo img{
border-radius: 14px;
}

/*
   page_require
============================================================================= */

.headingLv2-require {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.headingLv3-require {
  margin-bottom: 75px;
  padding-top: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200;
  text-align: center;
  color: #c00;
}

.headingLv3-require_icon {
  display: block;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 0 auto 40px;
  line-height: 160px;
  text-align: center;
  border-radius: 50%;
  background-color: #c00;
}

.headingLv3-require_icon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.section-require {
  margin-bottom: 40px;
}

.section-require-target {
  padding: 80px 0;
  color: #fff;
  background-color: #800;
}

/*
   page_process
============================================================================= */

.processWrapper-color {
  padding: 45px 0 1px;
  background-color: #faf4ed;
}

.processWrapper {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 40px 0;
}

.processWrapper:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  background-color: #e3e3e3;
}

.stage-process-top {
  position: relative;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto 120px;
  padding: 120px 40px 0;
}

.enclosure-process-top {
  padding: 75px 40px;
  border: 8px solid #800;
  border-radius: 14px;
}

.enclosure-process-top p {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  padding-left: 82px;
}

.enclosure-process-top p:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background-color: #800;
  background-image: url('/recruit/graduate/recruit/process/img/icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 56.7%;
}

.stage-process {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 190px;
  padding: 110px 40px 75px;
  border-radius: 14px;
  background-color: #fff;
}

.stage-process-last {
  position: relative;
  margin: -80px 0 120px;
  padding: 0;
}

.stage-process p {
  max-width: 840px;
  margin: 0 auto;
}

.stage-process p.text-center {
  text-align: center;
}

.headerLv2-process,
.headerLv2-process-last {
  display: table;
  top: -80px;
  left: 50%;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}

.headerLv2-process {
  position: absolute;
  color: #fff;
  background-color: #c00;
}

.headerLv2-process-last {
  position: static;
  margin: 0 auto;
  color: #c00;
  border: 8px solid #c00;
  background-color: #fff;
}

.headingLv2-process {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.headingLv2-process span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

/*
   page_faq
============================================================================= */

.blockFaq_question:before,
.blockFaq_answer > p:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -100px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}

.blockFaq {
  margin-bottom: 45px;
}

.blockFaq_question {
  position: relative;
  margin-left: 100px;
  border-radius: 14px;
  background-color: #faf4ed;
  -webkit-transition: margin .4s;
          transition: margin .4s;
}

.is-open .blockFaq_question {
  margin-bottom: 40px;
}

.blockFaq_question:before {
  content: 'Q';
  box-sizing: border-box;
  padding-top: 5px;
  font-family: 'blanch caps', sans-serif;
  color: #fff;
  background-color: #800;
}

.blockFaq_question > a {
  display: block;
  padding: 25px 40px;
  color: #181818;
}

.blockFaq_question > a:visited {
  color: #181818;
}

.blockFaq_question > a:focus {
  color: #181818;
}

.blockFaq_question > a:hover {
  color: #181818;
}

.blockFaq_question > a:active {
  color: #181818;
}

.blockFaq_question > a:link,
.blockFaq_question > a:visited,
.blockFaq_question > a:hover,
.blockFaq_question > a:active,
.blockFaq_question > a:focus {
  text-decoration: none;
}

.blockFaq_question > a > span {
  display: inline-block;
  display: inline-block;
  padding-left: 29px;
  font-weight: 500;
}

.blockFaq_question > a > span:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 13px;
  margin-left: -29px;
  vertical-align: middle;
  background-image: url('/recruit/graduate/recruit/faq/img/icon_arrow_down.png');
  background-size: 100%;
}

.is-open .blockFaq_question > a > span:before {
  background-image: url('/recruit/graduate/recruit/faq/img/icon_arrow_up.png');
  background-size: 100%;
}

.blockFaq_answer > p {
  position: relative;
  margin-left: 140px;
  padding: 25px 40px;
  color: #fff;
  border-radius: 14px;
  background-color: #800;
}

.blockFaq_answer > p:before {
  content: 'A';
  box-sizing: border-box;
  padding-top: 3px;
  font-family: 'blanch caps', sans-serif;
  color: #800;
  border: 4px solid #800;
}

.text-faq {
  position: relative;
  padding-left: 82px;
}

.text-faq:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-image: url('/recruit/graduate/recruit/faq/img/icon_qa.png');
  background-size: 100%;
}

/*
   page_inquiry
============================================================================= */

.header-inquiry {
  box-sizing: border-box;
  height: 250px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #faf4ed;
}

.headingLv1-inquiry {
  padding-top: 95px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 200;
  letter-spacing: 2px;
}

.headingLv1-inquiry span {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}


/* YouTube -------------------------------------------------------- */

.youtube { position: relative; width: 100%; max-width: 902px; margin: 0 auto 60px; font-size: 13px;}
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
.stage { position: relative; width: 100%; padding-top: 56.25%;}
.stage iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
iframe[name="google_conversion_frame"] { position:absolute; bottom:0; display:none;}

/* club -------------------------------------------------------- */

.club dd{display: inline-block; border: solid 1.5px #fffdfd; padding:0.25em; border-radius: 10px; margin:0.5%; width: 29.9%; text-align:center; background-color: #fbfbfb; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.53);}
.actmov li{ width:48.8%; margin:0.5%; display: inline-block; text-align:center;}
.actmov li p{ font-size:130%; padding-bottom:10px;}		  

.fff li{width: 49.5%; display: inline-block;}

@media screen and (min-width: 641px) and (max-width: 1205px) {
.club dd{ width:29.5%; font-size:90%;}
}

@media screen and (max-width: 800px) {
.actmov li{ width:100%;}
.actmov li.right{ padding-top:30px;}
.fff li{width:100%; display: inline-block;}
.fff li img{width:100%;}
.headingLv2-recruit-data{ font-size: 300%; padding: 0px 0 20px;}
}

/* graff -------------------------------------------------------- */

.graffline{float: left; box-sizing: border-box; padding: 20px; width: 50%;}
.graffline.graff1{ border-right: dotted 1px #ccc; border-bottom: dotted 1px #ccc; }
.graffline.graff2{ border-bottom: dotted 1px #ccc;}
.graffline.graff3{ float: none; margin: 0 auto; display: table; width: 100%; border-bottom: dotted 1px #ccc;}
.graffline.graff4{ border-right: dotted 1px #ccc; border-top: dotted 1px #ccc; }
.graffline.graff5{ border-top: dotted 1px #ccc;}
@media screen and (max-width: 640px) {
.graffline{ width: 100%;}
.graffline.graff1,.graffline.graff2,.graffline.graff3,.graffline.graff4{border-bottom: dotted 1px #ccc; border-top:none; border-left:none; border-right:none;}
.graffline.graff5{border:none;}
}


/* ==========================================================================
   Media Queries
============================================================================= */

@media screen and (min-width: 801px) {
.childside{ width:50%; float:left;}
}

@media screen and (min-width: 641px) and (max-width: 800px) {

.childside{ float:none; width:100% !important;}

  .list-box-top-interview > li {
    display: inline-block;
    float: none;
    width: 33.33333% !important;
    margin-top: 30px;
    vertical-align: top;
  }

  .list-box-top-interview > li:nth-child(-n+3) {
    margin-top: 0;
  }

  .list-box-top-interview > li:nth-child(4) {
    margin-left: 0 !important;
  }

  .box-top-interview_inner {
    position: static;
    height: auto;
    opacity: 1;
    background-color: transparent;
  }

  .list-box-top-member > li {
    display: inline-block;
    float: none;
    width: 33.33333% !important;
    margin-top: 30px;
    vertical-align: top;
  }
  
  .list-box-top-member2 > li {
    display: inline-block;
    float: none;
    width: 33.33333% !important;
    margin-top: 30px;
    vertical-align: top;
  }

  .list-box-top-member > li:nth-child(-n+5) {
    margin-top: 30px;
  }

  .list-box-top-member > li:nth-child(-n+3) {
    margin-top: 0;
  }

  .list-box-top-member > li:nth-child(4) {
    margin-left: 0 !important;
  }

  .box-categoryTop {
    margin-bottom: 10px;
  }

  .headingLv2-office {
    margin: 0 auto 40px;
  }

  .headingLv2-interview {
    margin: 0 30px 40px;
  }

  .headingLv2-interview > img {
    position: static;
    width: auto;
  }

  .headingLv2-member {

  }

  .headingLv2-member img {
    width: auto;
  }

  .headingLv2-member-tab-lu {
    margin-top: -40%;
  }

  .headingLv2-member-tab-luL {
    margin-top: -53%;
  }

  .box-business {
    width: 33.33333% !important;
    margin-top: 30px;
  }

  .box-business:nth-child(-n+4) {
    margin-top: 30px;
  }

  .box-business:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 641px), print {

  .anchorLink-top {
    display: none;
  }

  .list-box-top-interview {
    font-size: 0;
    font-size: 0rem;
  }
  
  .readGraph { height: 9vh; width: 92%; margin: 0 auto;}

.companyList-top_item {
    border: 3px solid white;
    box-sizing: border-box;
}

  .carousel-top-interview .carousel_content:first-child,
  .carousel-top-interview .carousel_content:last-child,
  .carousel-top-member .carousel_content:first-child,
  .carousel-top-member .carousel_content:last-child {
    visibility: hidden;
  }

  .list-box-top-member {
    font-size: 0;
    font-size: 0rem;
  }

  .list-box-top-member2 {
    font-size: 0;
    font-size: 0rem;
  }


  .box-develop_content-center {
    text-align: center;
    text-align-last: center;
  }

  .carousel-business .carousel_content:first-child,
  .carousel-business .carousel_content:last-child {
    visibility: hidden;
  }
  .hidepc{ display:none;}
}

@media screen and (min-width: 801px), print {

  .dropdown_top_btn {
    -webkit-transition: color .2s, background .2s;
            transition: color .2s, background .2s;
  }

  .dropdown_top_btn:hover {
    background-color: #c00;
  }

  .gnLowerList_item > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #c00;
    -webkit-transition: height .3s;
            transition: height .3s;
  }

  .gnLowerList_item > a:hover:after {
    height: 4px;
  }

  .btnLogin-small,
  .btnEntry-small {
    -webkit-transition: opacity .2s;
            transition: opacity .2s;
  }

  .btnLogin-small:hover,
  .btnEntry-small:hover {
    opacity: .65;
  }

  .btnLogin-large,
  .btnEntry-large {
    -webkit-transition: opacity .2s;
            transition: opacity .2s;
  }

  .btnLogin-large:hover,
  .btnEntry-large:hover {
    opacity: .65;
  }

  .carousel_prev:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .carousel_next:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .btn-modal-prev:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .btn-modal-next:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .btn-modal-close:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .header-top-interview_inner {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 25% !important;
    height: 0;
    margin-left: 25%;
    padding: 0 20px;
  }

  .headingLv2-top-interview {
    height: 0;
    padding-top: 100%;
  }

  .list-box-top-interview {
    text-align: center;
  }

  .list-box-top-interview > li {
    display: inline-block;
    float: none;
    width: 25% !important;
    margin-top: 40px;
  }

  .list-box-top-interview > li:nth-child(-n+3) {
    margin-top: 0;
  }

  .list-box-top-interview > li:nth-child(2) {
    margin-left: 25% !important;
  }

  .box-top-interview {
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  .box-top-interview[href]:hover {
    box-shadow: 0 0 10px 4px rgba(206, 206, 206, .7);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .box-top-interview[href]:hover .box-top-interview_inner {
    opacity: 1;
  }

  .box-top-interview_inner-coming01 {
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    background-color: #c00;
  }

  .box-top-interview_inner-coming01:before {
    content: 'COMING SOON...';
    display: block;
    margin-top: -70px;
    margin-bottom: 5px;
    padding-top: 50%;
    font-family: 'blanch caps', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }

  .box-top-interview_inner-coming01 .box-top-interview_job,
  .box-top-interview_inner-coming01 .box-top-interview_name-en,
  .box-top-interview_inner-coming01 .box-top-interview_name-ja {
    opacity: .4;
  }

  .box-top-interview_inner-coming01 .box-top-interview_job {
    margin-top: 0;
    padding-top: 0;
  }

  .box-top-interview_inner-coming03 {
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    background-color: #181818;
  }

  .box-top-interview_inner-coming03:before {
    content: 'COMING SOON...';
    display: block;
    margin-top: -70px;
    margin-bottom: 5px;
    padding-top: 50%;
    font-family: 'blanch caps', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }

  .box-top-interview_inner-coming03 .box-top-interview_job,
  .box-top-interview_inner-coming03 .box-top-interview_name-en,
  .box-top-interview_inner-coming03 .box-top-interview_name-ja {
    opacity: .4;
  }

  .box-top-interview_inner-coming03 .box-top-interview_job {
    margin-top: 0;
    padding-top: 0;
  }

  .header-top-member_inner {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 20% !important;
    height: 0;
    margin-left: 60%;
    padding: 0 20px;
  }

  .headingLv2-top-member {
    height: 0;
    padding-top: 100%;
  }

  .list-box-top-member {
    text-align: center;
  }

  .list-box-top-member > li {
    display: inline-block;
    float: none;
    width: 20% !important;
    margin-top: 40px;
  }

  .list-box-top-member > li:nth-child(-n+5) {
    margin-top: 0;
  }

  .list-box-top-member > li:nth-child(4) {
    margin-left: 20% !important;
  }
  
    .list-box-top-member2 {
    text-align: center;
  }
  
    .list-box-top-member2 > li {
    display: inline-block;
    float: none;
    width: 21% !important;
    margin-top: 40px;
  }

  .box-top-member {
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  .box-top-member:hover {
    box-shadow: 0 0 10px 4px rgba(206, 206, 206, .7);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .box-top-member:hover .box-top-member_inner-index {
    color: #c00;
  }

  .box-top-member:hover .box-top-member_inner-index:before {
    border: 4px solid #c00;
  }

  .companyList-top_item:hover .companyList-top_item_inner {
    background-color: rgba(0, 0, 0, .4);
  }

  .box-top-recruit:hover .box-top-recruit_img {
    box-shadow: 0 0 10px 4px rgba(206, 206, 206, .7);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .box-categoryTop:hover .thumb-categoryTop {
    box-shadow: 0 0 10px 4px rgba(206, 206, 206, .7);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .thumb-categoryTop {
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  .categoryNavigation_list_item > a:not(.is-current):hover:after {
    height: 4px;
  }

  .btn-interviewTop > a {
    color: #c00;
    -webkit-transition: color .2s, background .2s;
            transition: color .2s, background .2s;
  }

  .btn-interviewTop > a:visited {
    color: #c00;
  }

  .btn-interviewTop > a:focus {
    color: #c00;
  }

  .btn-interviewTop > a:hover {
    color: #fff;
  }

  .btn-interviewTop > a:active {
    color: #fff;
  }

  .btn-interviewTop > a:hover {
    background-color: #c00;
  }

  .btn-crosstalkTop > a {
    -webkit-transition: color .2s, background .2s;
            transition: color .2s, background .2s;
  }

  .btn-crosstalkTop > a:hover {
    background-color: #c00;
  }

  .thumb-memberTop {
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  a:hover .thumb-memberTop {
    box-shadow: 0 0 10px 4px rgba(206, 206, 206, .7);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .header-member-pcL {
    height: 670px;
  }

  .headingLv2-member-pcL {
    top: -446px;
  }

  .headingLv2-member-pcLL {
    top: -476px;
  }

  .categoryNavigation-member_top > a {
    position: relative;
  }

  .categoryNavigation-member_top > a .tip {
    display: block;
    position: absolute;
    bottom: -44px;
    left: 50%;
    padding: 0 14px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
    border: 3px solid #2692ff;
    border-radius: 14px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .categoryNavigation-member_top > a .tip:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-width: 0 8px 6px 8px;
    border-style: solid;
    border-color: transparent transparent #2692ff transparent;
  }

  .categoryNavigation-member_top > a .tip:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-width: 0 8px 6px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }

  .categoryNavigation-member_btn:hover p:last-child {
    text-decoration: underline;
  }

  .section_inner-philosophy .listBox {
    margin: 0 -18px;
  }

  .section_inner-philosophy .listBox_box {
    padding: 0 18px;
  }

  .officeWrapper a {
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
  }

  .officeWrapper a:hover {
    opacity: .65;
  }

  .box-business {
    width: 25% !important;
	position: relative;
  }
   li.box-business .label{
   position: absolute;
    width: 18vw;
	max-width: 255px;
    top: -26px;
    left: 5px;
	transform: rotate(-5deg);
   }

  .box-business:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {

  .globalNavigation_list_item > a,
  .globalNavigation_detail_ttl > a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .globalNavigation_list_item {
    margin-left: 27px;
  }

  .logins-globalHeader {
    margin-left: 20px;
  }

  .logins-globalHeader_item {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1280px) {

  .box-top-interview_inner-coming01:before {
    font-size: 40px;
    font-size: 4rem;
  }

  .box-top-interview_inner-coming03:before {
    font-size: 40px;
    font-size: 4rem;
  }
}

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

  body {
    font-size: 1.4rem;
  }

  a:hover,
  a:active,
  a:focus {
    text-decoration: none;
  }

  body {
    min-width: 320px;
  }

  body.is-home {
    padding-top: 130px;
  }

  body {
    padding-top: 130px;
    -webkit-transition: padding 0s;
            transition: padding 0s;
  }

  .globalHeader {
    position: fixed;
    overflow: visible;
    width: 100%;
    min-width: 320px;
    height: 80px;
    background-color: #fff;
  }

  .globalHeader:before {
    content: normal;
  }

  .globalHeader:after {
    content: normal;
  }

  .globalHeader_inner {
    position: relative;
    padding: 20px 30px;
  }

  .globalHeader_navigation {
    position: absolute;
    top: 80px;
    left: 0;
    float: none;
    width: 100%;
  }

  .siteTitle {
    float: none;
    margin: 0;
  }

  .btnSpGnav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0;
    width: 80px;
    height: 80px;
  }

  .btnSpGnav span {
    display: inline-block;
    position: absolute;
    left: 30px;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #c00;
    -webkit-transition: all .5s;
            transition: all .5s;
  }

  .btnSpGnav_bar-top {
    top: 33px;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }

  .is-navOpen .btnSpGnav_bar-top {
    -webkit-transform: translateX(3px) translateY(-1px) rotate(45deg);
        -ms-transform: translateX(3px) translateY(-1px) rotate(45deg);
            transform: translateX(3px) translateY(-1px) rotate(45deg);
  }

  .btnSpGnav_bar-mid {
    top: 39px;
  }

  .is-navOpen .btnSpGnav_bar-mid {
    left: 40px;
    width: 0;
  }

  .btnSpGnav_bar-btm {
    top: 45px;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }

  .is-navOpen .btnSpGnav_bar-btm {
    -webkit-transform: translateX(3px) translateY(1px) rotate(-45deg);
        -ms-transform: translateX(3px) translateY(1px) rotate(-45deg);
            transform: translateX(3px) translateY(1px) rotate(-45deg);
  }

  .globalNavigation_list_item > a,
  .globalNavigation_detail_ttl > a {
    display: block;
    height: 60px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 60px;
    text-align: center;
  }

  .globalNavigation {
    float: none;
    padding-top: 0;
    background-color: #faf4ed;
  }

  .globalNavigation {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 0;
    border-top: 0 solid #e3e3e3;
    -webkit-transition: height .5s cubic-bezier(.39, .575, .565, 1), border 0s ease .5s;
            transition: height .5s cubic-bezier(.39, .575, .565, 1), border 0s ease .5s;
  }

  .is-navOpen .globalNavigation {
    border-top: 1px solid #e3e3e3;
    -webkit-transition: height .5s cubic-bezier(.39, .575, .565, 1), border 0s;
            transition: height .5s cubic-bezier(.39, .575, .565, 1), border 0s;
  }

  .globalNavigation_list {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
  }

  .globalNavigation_list_item {
    display: table-cell;
    float: none;
    margin: 0;
  }

  .logins-globalHeader {
    display: table;
    float: none;
    width: 100%;
    margin: 0;
    table-layout: fixed;
  }

  .logins-globalHeader_item {
    display: table-cell;
    float: none;
    width: 50%;
    margin: 0;
  }

  .btnLogin-small,
  .btnEntry-small {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
  }

  .btnLogin-small:before {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }

  .btnEntry-small:before {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }

  .loading {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }

  .logins-footer {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 20px;
    table-layout: fixed;
  }

  .logins-footer_item {
    display: table-cell;
    margin: 0;
    padding: 0 10px;
  }

  .btnLogin-large,
  .btnEntry-large {
    display: block;
    width: auto;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
    border-radius: 25px;
  }

  .btnLogin-large:before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }

  .btnEntry-large:before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }

  .globalFooter_inner {
    padding: 22px 30px;
  }

  .footerNavigation_list {
    padding: 26px 30px;
  }

  .footerNavigation_list_item {
    line-height: 1;
  }

  .footerNavigation_list_item > a {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .carousel_inner {
    margin: 0 -15px;
  }

  .carousel_item {
    padding: 0 15px;
  }

  .carousel_dots {
    bottom: 30px;
  }

  .carousel_prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .carousel_next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-right: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .modal_inner {
    background-size: 40px 40px;
  }

  .modal_inner > .is-prev-left {
    left: -30px;
  }

  .modal_inner > .is-prev-right {
    right: -30px;
  }

  .modal_inner:before {
    left: -30px;
    background-size: 40px 40px;
  }

  .modal_inner:after {
    right: -30px;
    background-size: 40px 40px;
  }

  .btn-modal-prev {
    left: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .btn-modal-next {
    right: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .btn-modal-close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .headingLv2-top {
    margin-bottom: 60px;
    padding-top: 55px;
    font-size: 40px;
    font-size: 4rem;
  }

  .headingLv2-top span {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .carousel-top .carousel_wrap {
    margin: 0 -130px;
  }

  .section-top-interview {
    padding: 60px 0 80px;
  }

  .header-top-interview {
    margin: 0 -15px;
  }

  .header-top-interview_inner {
    width: auto;
    padding: 0;
  }

  .headingLv2-top-interview {
    padding-bottom: 55px;
    font-size: 40px;
    font-size: 4rem;
  }

  .headingLv2-top-interview:before {
    content: normal;
  }

  .headingLv2-top-interview > span {
    display: block;
    position: static;
    padding: 0;
    text-align: center;
  }

  .headingLv2-top-interview > span span:first-child {
    display: inline;
  }

  .headingLv2-top-interview_ja {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .box-top-interview {
    border-radius: 0;
  }

  .box-top-interview_img {
    position: static;
    overflow: hidden;
    border-radius: 50%;
  }

  .box-top-interview_job {
    margin-top: 0;
    padding-top: 18px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #181818;
  }

  .box-top-interview_name-en {
    font-size: 38px;
    font-size: 3.8rem;
    color: #c00;
  }

  .box-top-interview_name-ja {
    font-size: 16px;
    font-size: 1.6rem;
    color: #181818;
  }

  .section-top-member {
    padding: 60px 0 80px;
  }

  .header-top-member {
    margin: 0 -15px;
  }

  .header-top-member_inner {
    width: auto;
    padding: 0;
  }

  .headingLv2-top-member {
    padding-bottom: 55px;
    font-size: 40px;
    font-size: 4rem;
  }

  .headingLv2-top-member:before {
    content: normal;
  }

  .headingLv2-top-member > span {
    display: block;
    position: static;
    padding: 0;
    text-align: center;
  }

  .headingLv2-top-member > span span {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .box-top-member {
    border-radius: 0;
  }

  .box-top-member_inner {
    position: static;
    opacity: 1;
    background-color: transparent;
  }

  .box-top-member_img {
    position: static;
    overflow: hidden;
    border-radius: 50%;
  }

  .box-top-member_job {
    margin-top: 0;
    padding-top: 18px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #800;
  }

  .box-top-member_name {
    color: #181818;
  }

  .companyList-top_item > a.is-pre {
    height: 400px;
  }

  .section-top-recruit {
    padding-bottom: 80px;
  }

  .box-top-recruit_img {
    margin-bottom: 18px;
  }

  .header-categoryTop {
    height: 200px;
    margin-bottom: 80px;
  }

  .headingLv1-categoryTop {
    margin-top: -40px;
    font-size: 52px;
    font-size: 3.5rem;
  }

  .headingLv1-categoryTop span {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .blockLead p {
    margin-bottom: 30px;
  }

  .blockLead {
    width: auto;
    margin: 0 30px 70px;
    padding-top: 70px;
  }

  .section-common {
    margin-bottom: 80px;
  }

  .section_inner,
  .header_inner {
    padding: 0 30px;
  }

  .listBox {
    margin: 0 -15px;
  }

  .listBox_box {
    padding: 0 15px;
  }

  .listBox-2 > .listBox_box {
    margin-top: 30px;
  }

  .listBox-4 > .listBox_box:nth-child(-n+4) {
    margin-top: 30px;
  }

  .listBox-4 > .listBox_box {
    width: 33.33333%;
    margin-top: 30px;
  }

  .listBox-4 > .listBox_box:nth-child(-n+3) {
    margin-top: 0;
  }

  .listBox-tab2 > .listBox_box {
    width: 50%;
    margin-top: 30px;
  }

  .listBox-tab2 > .listBox_box:nth-child(-n+3) {
    margin-top: 30px;
  }

  .listBox-tab2 > .listBox_box:nth-child(-n+2) {
    margin-top: 0;
  }

  .listBox-tab1 > .listBox_box {
    width: 100%;
    margin-top: 30px;
  }

  .listBox-tab1 > .listBox_box:nth-child(-n+2) {
    margin-top: 30px;
  }

  .listBox-tab1 > .listBox_box:first-child {
    margin-top: 0;
  }

  .thumb-categoryTop {
    margin-bottom: 18px;
  }

  .name-categoryTop_job {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .name-categoryTop_en {
    margin-bottom: 6px;
    font-size: 34px;
    font-size: 1.9rem;
  }

  .headingLv3-common {
    margin-bottom: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .figure-common {
    margin-top: 70px;
  }

  .profile_thumb img {
    width: 160px;
  }

  .profile_content_name {
    margin-bottom: 15px;
  }

  .profile_content_content {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .profile_content_content p {
    margin-bottom: 15px;
  }

  .profile_content_content p:first-child {
    text-align: left;
  }

  .categoryNavigation_inner {
    padding: 0;
  }

  .categoryNavigation_list {
    border-left: 0;
  }

  .categoryNavigation_list_item > a {
    height: 70px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .categoryNavigation_list_item > a.is-current:after {
    height: 4px;
  }

  .categoryNavigation_box {
    padding: 0;
    text-align: center;
  }

  .content-catNav {
    padding-left: 10px;
  }

  .name-catNav {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }

  .job-catNav {
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
  }

  .tabelFull th {
    width: 40%;
    padding: 18px 30px;
  }

  .tabelFull th span {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .tabelFull th span {
    font-size: 10px;
    font-size: 1rem;
  }

  .tabelFull td {
    width: 60%;
    padding: 18px 30px;
  }

  .tabelFull-thL th {
    width: 40%;
  }

  .tabelFull-thL td {
    width: 60%;
  }

  .captionTable {
    margin-top: 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .footnote {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .listFootnote {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .link-blank:after {
    width: 11px;
    height: 11px;
  }

  .section-interviewTop {
    height: 0;
    padding-top: 62.5%;
  }

  .section-interviewTop .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .headingLv1-interviewTop {
    top: -20px;
    left: 30px;
    padding-top: 28%;
  }

  .headingLv1-interviewTop-right {
    right: 325px;
  }

  .headingLv1-interviewTop_en {
    margin-bottom: 0;
    font-size: 58px;
    font-size: 5.8rem;
  }

  .headingLv1-interviewTop_ja {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .job-interviewTop {
    top: -20px;
    left: 30px;
    margin-top: 115px;
    padding-top: 28%;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .job-interviewTop-right {
    right: 325px;
  }

  .btn-interviewTop {
    top: 170px;
    left: 30px;
    padding-top: 28%;
  }

  .btn-interviewTop > a {
    font-size: 20px;
    font-size: 1.5rem;
  }

  .btn-interviewTop-right {
    right: 325px;
    left: auto;
  }

  .header-interview {
    height: 0;
    margin-bottom: 80px;
    padding-top: 62.5%;
  }

  .header-interview .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .categoryName-interview {
    top: 20px;
    left: 30px;
    font-size: 38px;
    font-size: 2rem;
  }

  .categoryName-interview_ja {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .headingLv1-interview-right {
    right: 325px;
  }

  .headingLv1-interview {
    top: 0;
    left: 30px;
    padding-top: 35%;
  }

  .headingLv1-interview_en {
    margin-bottom: 0;
    font-size: 58px;
    font-size: 3.2rem;
  }

  .headingLv1-interview_ja {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .job-interview {
    top: 0;
    left: 30px;
    margin-top: 115px;
    padding-top: 35%;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .job-interview-right {
    right: 325px;
  }

  .section-interview {
    width: auto;
    margin: 0 30px 70px;
  }

  .section-interview-last {
    margin-bottom: 40px;
  }

  .section-interview p {
    margin-bottom: 25px;
	font-size:120%;
  }

  .categoryNavigation-interview .thumb-catNav {
    margin-bottom: 10px;
    vertical-align: top;
  }

  .categoryNavigation-interview .content-catNav {
    display: block;
    padding-left: 0;
  }

  .categoryNavigation-interview .name-catNav {
    text-align: center;
  }

  .categoryNavigation-interview .job-catNav {
    text-align: center;
  }

  .categoryNavigation-interview a {
    height: 200px;
    padding: 0 30px;
    text-align: center;
  }

  .section-interview-profile {
    width: auto;
    margin: 0 30px 80px;
    padding: 25px 30px;
  }

  .job-interview-profile {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .job-interview-profile {
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv3-interview-profile {
    margin-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .categoryName-crosstalkTop {
    top: -5px;
    padding-top: 5%;
  }

  .categoryName-crosstalkTop-02 {
    top: 10px;
    padding-top: 5%;
  }

  .categoryName-crosstalkTop_en {
    margin-bottom: 6px;
    font-size: 38px;
    font-size: 3.8rem;
  }

  .categoryName-crosstalkTop_en {
    margin-bottom: 5px;
    font-size: 25px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .headingLv1-crosstalkTop {
    top: 60px;
    padding-top: 5%;
    font-size: 58px;
    font-size: 2.8rem;
  }

  .headingLv1-crosstalkTop-02 {
    top: 80px;
    padding-top: 7%;
    font-size: 58px;
    font-size: 2.8rem;
  }

  .headingLv1-crosstalkTop_line01 {
    margin-left: -240px;
  }

  .headingLv1-crosstalkTop_line02 {
    margin-right: -240px;
  }

  .headingLv1-crosstalkTop_cross {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .btn-crosstalkTop {
    top: 190px;
    padding-top: 5%;
  }

  .btn-crosstalkTop > a {
    font-size: 20px;
    font-size: 1.5rem;
    color: #c00;
  }

  .btn-crosstalkTop > a:visited {
    color: #c00;
  }

  .btn-crosstalkTop > a:focus {
    color: #c00;
  }

  .btn-crosstalkTop > a:hover {
    color: #c00;
  }

  .btn-crosstalkTop > a:active {
    color: #c00;
  }

  .btn-crosstalkTop-02 {
    top: 175px;
    padding-top: 7%;
  }

  .header-crosstalk {
    height: 0;
    padding-top: 47.2%;
  }

  .header-crosstalk .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
  }

  .categoryName-crosstalk {
    top: 0;
    padding-top: 5%;
  }

  .categoryName-crosstalk_en {
    margin-bottom: 6px;
    font-size: 38px;
    font-size: 3.8rem;
  }

  .categoryName-crosstalk_en {
    margin-bottom: 5px;
    font-size: 25px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .headingLv1-crosstalk {
    top: 60px;
    padding-top: 5%;
    font-size: 58px;
    font-size: 2.8rem;
  }

  .headingLv1-crosstalk_line01 {
    margin-left: -240px;
  }

  .headingLv1-crosstalk_line02 {
    margin-right: -240px;
  }

  .headingLv1-crosstalk_line03 {
    margin-left: -195px;
  }

  .headingLv1-crosstalk_line04 {
    margin-right: -200px;
  }
  
  .headingLv1-crosstalk_cross {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .profiles {
    margin: -80px -10px 0;
  }

  .profile-crosstalk-left,
  .profile-crosstalk-right {
    position: static;
    float: left;
    width: 50%;
  }

  .profile-crosstalk-left {
    padding: 0 30px 0 10px;
  }

  .profile-crosstalk-right {
    padding: 0 10px 0 30px;
  }

  .profile-crosstalk-family{ top:0;}

  .family_review{ padding-top: 460px!important;}

  .review {
    width: 100%;
    padding: 80px 0 0;
  }

  .review_enclosure {
    padding: 50px 30px;
  }

  .review_title {
    margin-bottom: 50px;
  }

  .review_note {
    right: 0;
    font-size: 1.1rem;
  }

  .talkWrapper {
    padding: 80px 0 70px;
  }

  .talkQuestion_inner {
    padding: 25px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .talkQuestion {
    width: 100%;
    margin: 80px auto;
    padding: 0;
  }

  .talkQuestion:first-child {
    margin-top: 0;
  }

  .talkQuestion:last-child {
    margin-bottom: 0;
  }

  .talk_thumb img {
    width: 60px;
    height: auto;
  }

  .talk-right {
    padding-left: 60px;
  }

  .talk-right .talk_thumb {
    left: -30px;
  }

  .talk-left {
    padding-right: 60px;
  }

  .talk-left .talk_thumb {
    right: -30px;
  }

  .categoryNavigation-crosstalk a {
    height: 240px;
    padding: 30px;
    text-align: center;
  }

  .thumb-catNav-message {
    width: 40px;
  }

  .thumb-memberTop {
    margin-bottom: 18px;
  }

  .header-member {
    height: 0;
    padding-top: 57%;
  }

  .header-member .header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header-member-tabL {
    padding-top: 83%;
  }

  .categoryName-member {
    top: 40px;
    right: 40px;
    padding-right: 0;
    font-size: 38px;
    font-size: 1.8rem;
  }

  .categoryName-member span {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .job-member {
    top: 0;
    margin-top: -25px;
    padding-top: 22%;
    padding-right: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .headingLv1-member {
    top: 0;
    padding-top: 22%;
    padding-right: 0;
    font-size: 58px;
    font-size: 3.5rem;
  }

  .heroImg-member {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
  }

  .memberWrapper {
    margin: 0;
    padding-top: 60px;
  }

  .profile-member {
    float: none;
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .profile-member .profile_thumb {
    float: left;
    margin-bottom: 0;
  }

  .profile-member .profile_content {
    overflow: hidden;
    padding-left: 20px;
  }

  .profile-member .profile_content_name {
    margin-bottom: 5px;
    text-align: left;
  }

  .textRight-member {
    float: none;
    width: auto;
    padding: 70px 0 0;
  }

  .section-member {
    margin: 0 0 80px;
  }

  .section-member > .section-member_block {
    float: none;
    width: auto;
    padding: 0;
  }

  .section-member > .section-member_block {
    margin-bottom: 25px;
  }

  .section-member > .section-member_block:last-child {
    margin-bottom: 0;
  }

  .coming-memberTop_inner {
    top: -47px;
  }

  .coming-memberTop_inner p:first-child {
    margin-bottom: 7px;
    font-size: 38px;
    font-size: 3.8rem;
  }

  .categoryNavigation-member_inner {
    height: 140px;
    padding: 0 30px;
  }

  .header-company {
    height: 200px;
  }

  .categoryName-company {
    margin-bottom: 0;
    padding-top: 44px;
    font-size: 26px;
    font-size: 1.6rem;
  }

  .categoryName-company span {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .headingLv1-company {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section-philosophy {
    margin-bottom: 80px;
    padding: 70px 0;
  }

  .section-philosophy-color {
    padding: 1px 0 80px;
  }

  .section-philosophy-color {
    padding: 1px 0 60px;
  }

  .text-philosophy {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .headingLv2-philosophy {
    margin-bottom: 55px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .headingLv2-philosophy-top {
    margin-bottom: 30px;
  }

  .headingLv2-philosophy-secondary {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .headingLv3-philosophy {
    margin-bottom: 18px;
    padding-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .developWrapper {
    padding: 66px 30px 0;
  }

  .stage-develop {
    margin-bottom: 160px;
    padding: 95px 30px 55px;
  }

  .stage-develop-last {
    margin-bottom: 80px;
    padding: 90px 30px 55px;
  }

  .stage-develop_content {
    float: none;
    width: auto;
    margin-bottom: 30px;
    padding: 0;
  }

  .stage-develop_image {
    float: none;
    width: auto;
    padding: 0;
    text-align: center;
  }

  .headerLv2-development,
  .headerLv2-development-last {
    top: -74px;
    width: 140px;
    height: 140px;
    margin-left: -70px;
  }

  .headingLv2-development span {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .box-develop_ttl span {
    width: 24px;
    height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }

  .section-office {
    margin-bottom: 80px;
    padding-top: 80px;
  }

  .officeWrapper {
    padding: 0 15px;
  }

  .section-business {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .headingLv2-business {
    margin-bottom: 70px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .headingLv2-business_icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
  }

  .headingLv3-business {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .box-business_thumb {
    margin-bottom: 18px;
  }

  .box-business_content_title {
    margin-bottom: 10px;
  }

  .box-business_content_data {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .blockLead-history {
    width: auto;
    padding: 70px 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .wrapper-history-01 {
    margin-top: 80px;
  }

  .wrapper-history-02 {
    padding-bottom: 70px;
  }

  .inner-history-01 {
    padding: 0 30px 1px;
  }

  .inner-history-02 {
    padding: 50px 30px 0;
  }

  .tab-sitory_koei {
    padding: 0 60px 0 30px;
  }

  .tab-sitory_tecmo {
    padding: 0 30px 0 60px;
  }

  .year {
    margin-bottom: 50px;
  }

  .year_num {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
  }

  .year_num-02 {
    top: -30px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
  }

  .year_koei {
    padding-right: 60px;
  }

  .year_koei_enclosure {
    padding: 18px 30px;
  }

  .year_tecmo {
    padding-left: 60px;
  }

  .year_tecmo_enclosure {
    padding: 18px 30px;
  }

  .year_image {
    margin: 30px 30px 0;
  }

  .year_image-abs {
    width: calc(100% - 60px - 60px);
  }

  .year-wrapper {
    margin-bottom: 80px;
  }

  .year-02 {
    margin-bottom: 30px;
    padding: 60px 30px 30px;
  }

  .year-02_image > li {
    max-width: 50%;
    padding: 0 15px;
  }

  .year-02_text {
    padding-left: 30px;
  }

  .year-02 p.emphasis {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .year-02 .footnote-history-01 {
    margin-top: 14px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .year-02 .footnote-history-02 {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .section-feature {
    margin-bottom: 80px;
    padding-top: 40px;
  }

  .listBox-feature_item {
    width: 50%;
    margin-top: 30px;
    padding: 0 15px;
  }

  .box-feature {
    padding: 30px;
  }

  .box-feature p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .headingLv2-feature {
    margin-bottom: 22px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .header-recruit {
    height: 200px;
  }

  .categoryName-recruit {
    margin-bottom: 0;
    padding-top: 44px;
    font-size: 26px;
    font-size: 1.6rem;
  }

  .categoryName-recruit span {
    margin-top: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .headingLv1-recruit {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .headingLv1-recruit span {
    margin-right: 13px;
  }

  .headingLv1-recruit span img {
    width: auto;
    height: 28px;
  }

  .headingLv2-recruit span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .headingLv2-recruit {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .headingLv2-recruit-emphasis {
    margin-bottom: 45px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .headingLv3-training,
  .headingLv3-welfare {
    margin-bottom: 14px;
  }

  .section-recruit {
    margin-top: 80px;
  }

  .photo-recruit {
    margin-bottom: 18px;
  }

  .captionGraph {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .gmap {
    margin-top: 18px;
  }

  .gmap-text {
    font-size: 10px;
    font-size: 1rem;
  }

  .section-personality-top {
    padding-top: 80px;
  }

  .headingLv2-personality {
    margin-bottom: 40px;
  }

  .headingLv2-personality {
    margin-bottom: 30px;
  }

  .stage-personality {
    margin-bottom: 30px;
    padding: 55px 30px 55px;
  }

  .section-personality {
    margin-bottom: 80px;
  }

  .box-personality {
    min-height: 120px;
  }

  .box-personality > p {
    padding: 10px 5px;
  }

  .section-training-color {
    padding-bottom: 30px;
  }

  .trainingWrapper {
    margin: -70px auto 0;
    padding: 0 30px 0;
  }

  .circle-training {
    width: 140px;
    height: 140px;
    margin-bottom: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .circle-training_inner span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .stage-training {
    margin-bottom: 80px;
    padding: 60px 30px 55px;
  }

  .photo-welfare {
    margin-bottom: 18px;
  }

  .text-welfare {
    margin-bottom: 40px;
  }

  .headingLv2-require {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .headingLv3-require {
    margin-bottom: 70px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .headingLv3-require_icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
  }

  .section-require {
    margin-bottom: 30px;
  }

  .section-require-target {
    padding: 60px 0;
  }

  .processWrapper {
    padding: 70px 30px 0;
  }

  .stage-process-top {
    margin-bottom: 80px;
    padding: 80px 30px 0;
  }

  .enclosure-process-top {
    padding: 55px 30px;
  }

  .enclosure-process-top p {
    padding-left: 72px;
  }

  .enclosure-process-top p:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .stage-process-last {
    margin: -70px 0 80px;
  }

  .stage-process {
    margin-bottom: 160px;
    padding: 95px 30px 55px;
  }

  .headerLv2-process,
  .headerLv2-process-last {
    top: -70px;
    width: 140px;
    height: 140px;
    margin-left: -70px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .headerLv2-process-last {
    margin: 0 auto;
  }

  .headingLv2-process span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .blockFaq_question:before,
  .blockFaq_answer > p:before {
    left: -80px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 38px;
    font-size: 3.8rem;
  }

  .blockFaq {
    margin-bottom: 40px;
  }

  .blockFaq_question {
    margin-left: 80px;
  }

  .is-open .blockFaq_question {
    margin-bottom: 30px;
  }

  .blockFaq_question > a {
    padding: 18px 30px;
  }

  .blockFaq_question > a > span {
    padding-left: 26px;
  }

  .blockFaq_question > a > span:before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }

  .blockFaq_answer > p {
    margin-left: 114px;
    padding: 18px 30px;
  }

  .blockFaq_answer > p:before {
    padding-top: 2px;
  }

  .text-faq {
    padding-left: 72px;
  }

  .text-faq:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .header-inquiry {
    height: 200px;
  }

  .headingLv1-inquiry {
    padding-top: 68px;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .headingLv1-inquiry span {
    margin-right: 13px;
  }

  .headingLv1-inquiry span img {
    width: auto;
    height: 28px;
  }
}

  .section-top-number {max-width: 1400px; margin: 0 auto; width:100%;}
  .section-top-number li { display: table-cell; border: solid 4px #fff;}
  .section-top-number li img{ width:100%;}
  .box-business_content_data{ line-height:1.5; font-size:108%;}

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

   .section-top-number li { display: block;}
   
  body {
    font-size: 1.2rem;
  }

  body.is-home {
    padding-top: 100px;
  }

  body {
    padding-top: 100px;
  }

  .globalHeader {
    height: 60px;
  }

  .globalHeader_inner {
    padding: 15px 20px;
  }

  .globalHeader_navigation {
    top: 60px;
  }

  .hidesp {
    display: none;
  }
  
  .siteTitle {
    height: 31px;
  }

  .btnSpGnav {
    top: -60px;
    width: 60px;
    height: 60px;
  }

  .btnSpGnav span {
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #c00;
  }

  .btnSpGnav_bar-top {
    top: 22px;
  }

  .btnSpGnav_bar-mid {
    top: 28px;
  }

  .is-navOpen .btnSpGnav_bar-mid {
    left: 30px;
    width: 0;
  }

  .btnSpGnav_bar-btm {
    top: 34px;
  }

  .globalNavigation_list_item > a,
  .globalNavigation_detail_ttl > a {
    height: auto;
    padding: 20px 0;
    line-height: 1;
  }

  .globalNavigation {
    overflow: hidden;

    -webkit-overflow-scrolling: touch;
  }

  .is-navOpen .globalNavigation {
    overflow: auto;
  }

  .globalNavigation_list {
    display: block;
    padding: 0 20px;
  }

  .globalNavigation_list_item {
    display: block;
    position: relative;
    padding-bottom: 1px;
    border-bottom: 1px solid #e3e3e3;
  }

  .globalNavigation_list_item:last-child {
    padding-bottom: 0;
  }

  .globalNavigation_list_item:last-child:after {
    content: normal;
  }

  .btnLogin-small,
  .btnEntry-small {
    height: 40px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 40px;
  }

  .btnLogin-small:before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  .btnEntry-small:before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  .loading {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .logins-footer {
    padding: 30px 10px;
  }

  .btnLogin-large,
  .btnEntry-large {
    height: 40px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 40px;
    border-radius: 20px;
  }

  .btnLogin-large:before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  .btnEntry-large:before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  .globalFooter_inner {
    padding: 13px 20px;
  }

  .globalFooter_logo {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }

  .globalFooter_logo > img {
    width: 195px;
  }

  .globalFooter_copyright {
    float: none;
    padding-top: 0;
    text-align: center;
  }

  .footerNavigation_list {
    padding: 10px 20px 20px;
  }

  .footerNavigation_list_item {
    margin-top: 10px;
    padding: 0 7px;
  }

  .footerNavigation_list_item > a {
    font-size: 10px;
    font-size: 1rem;
  }

  .carousel_inner {
    margin: 0 -10px;
  }

  .carousel_item {
    padding: 0 10px;
  }

  .carousel_dots {
    bottom: 10px;
  }

  .carousel_prev {
    width: 25px;
    height: 25px;
    margin-top: -13px;
    margin-left: -12px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .carousel_prev {
    display: none;
  }

  .carousel_next {
    width: 25px;
    height: 25px;
    margin-top: -13px;
    margin-right: -12px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .carousel_next {
    display: none;
  }

  .modal_inner {
    background-size: 25px 25px;
  }

  .modal_inner > .is-prev-left {
    left: -20px;
  }

  .modal_inner > .is-prev-right {
    right: -20px;
  }

  .modal_inner:before {
    left: -20px;
    background-size: 25px 25px;
  }

  .modal_inner:after {
    right: -20px;
    background-size: 25px 25px;
  }

  .btn-modal-prev {
    left: -12px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .btn-modal-next {
    right: -12px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .btn-modal-close {
    top: -13px;
    right: -12px;
    width: 25px;
    height: 25px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .headingLv2-top {
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 35px;
    font-size: 3.5rem;
  }

  .headingLv2-top span {
    margin-top: 7px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .carousel-top .carousel_wrap {
    margin: 0 -20px;
  }

  .headingLv2-top-interview {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .headingLv2-top-interview_ja {
    margin-top: 7px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .box-top-interview {
    height: auto;
  }

  .box-top-interview_inner {
    right: 0;
    left: auto;
    width: 51.79%;
    opacity: 1;
    border-radius: 50%;
    background-color: #c00;
  }

  .box-top-interview_img {
    width: 51.79%;
  }

  .box-top-interview_job {
    margin-top: -42px;
    padding-top: 50%;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
  }

  .box-top-interview_name-en {
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
  }

  .box-top-interview_name-ja {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .headingLv2-top-member {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .headingLv2-top-member > span span {
    margin-top: 7px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .box-top-member_job {
    padding-top: 12px;
    font-size: 10px;
    font-size: 1rem;
  }

  .companyList-top {
    display: block;
    overflow: hidden;
  }

  .companyList-top:nth-child(3) {
    margin-top: -100px;
  }

  .companyList-top:nth-child(3) .companyList-top_item:first-child {
    margin-left: 50%;
  }

  .companyList-top_item {
    display: block;
    float: left;
    width: 50%;
    background-size: cover;
  }

  .companyList-top_item > a {
    height: 100px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .companyList-top_item > a.is-pre {
    height: 100px;
  }

  .companyList-top_item-01 {
    background-image: url('/recruit/graduate/img/company_01_sp.jpg');
  }

  .companyList-top_item-02 {
    background-image: url('/recruit/graduate/img/company_02_sp.jpg');
  }

  .companyList-top_item-03 {
    background-image: url('/recruit/graduate/img/company_03_sp.jpg');
  }

  .companyList-top_item-04 {
    background-image: url('/recruit/graduate/img/company_04_sp.jpg');
  }

  .companyList-top_item-05 {
    background-image: url('/recruit/graduate/img/company_05_sp.jpg');
  }

  .companyList-top_item-06 {
    background-image: url('/recruit/graduate/img/company_06_sp.jpg');
  }

  .companyList-top_en {
    display: none;
  }

  .section-top-recruit {
    padding-bottom: 40px;
  }

  .box-top-recruit_img {
    margin-bottom: 12px;
  }

  .header-categoryTop {
    height: 100px;
    margin-bottom: 60px;
  }

  .headingLv1-categoryTop {
    margin-top: -25px;
    font-size: 35px;
    font-size: 2.2rem;
  }

  .headingLv1-categoryTop span {
    margin-top: 7px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .blockLead {
    width: auto;
    margin: 0 20px 55px;
    padding-top: 55px;
  }

  .section-common {
    margin-bottom: 60px;
  }
  
  .text-welfare_photo {
    width: 100%;
    max-width: 770px;
    float: none;
    padding-right: 0px;
    margin-bottom: 20px;
}

  .section_inner,
  .header_inner {
    padding: 0 20px;
  }

  .listBox {
    margin: 0 -10px;
  }

  .listBox_box {
    padding: 0 10px;
  }

  .listBox-2 > .listBox_box {
    margin-top: 20px;
  }

  .listBox-4 > .listBox_box:nth-child(-n+4) {
    margin-top: 20px;
  }

  .listBox-4 > .listBox_box {
    width: 50%;
    margin-top: 20px;
  }

  .listBox-4 > .listBox_box:nth-child(-n+3) {
    margin-top: 20px;
  }

  .listBox-4 > .listBox_box:nth-child(-n+2) {
    margin-top: 0;
  }

  .listBox-3 > .listBox_box:nth-child(-n+3) {
    margin-top: 20px;
  }

  .listBox-3 > .listBox_box {
    width: 50%;
    margin-top: 20px;
  }

  .listBox-3 > .listBox_box:nth-child(-n+3) {
    margin-top: 20px;
  }

  .listBox-3 > .listBox_box:nth-child(-n+2) {
    margin-top: 0;
  }

  .listBox-tab1 > .listBox_box {
    margin-top: 20px;
  }

  .listBox-tab1 > .listBox_box:nth-child(-n+2) {
    margin-top: 20px;
  }

  .listBox-tab1 > .listBox_box:first-child {
    margin-top: 0;
  }

  .listBox-sp1 > .listBox_box {
    width: 100%;
    margin-top: 20px;
  }

  .listBox-sp1 > .listBox_box:nth-child(-n+2) {
    margin-top: 20px;
  }

  .listBox-sp1 > .listBox_box:first-child {
    margin-top: 0;
  }

  .thumb-categoryTop {
    margin-bottom: 12px;
  }

  .name-categoryTop_job {
    font-size: 10px;
    font-size: 1rem;
  }

  .name-categoryTop_en {
    margin-bottom: 4px;
    font-size: 24px;
    font-size: 1.4rem;
  }

  .headingLv3-common {
    font-size: 15px;
    font-size: 1.9rem;
  }

  .figure-common {
    margin-top: 55px;
  }

  .profile_thumb {
    float: left;
    margin-bottom: 0;
  }

  .profile_thumb img {
    width: 80px;
  }

  .profile_content {
    overflow: hidden;
    padding-left: 20px;
  }

  .profile_content_name {
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }

  .profile_content_content {
    font-size: 10px;
    font-size: 1rem;
  }

  .profile_content_content p:last-child {
    display: none;
  }

  .categoryNavigation {
    margin-bottom: -1px;
  }

  .categoryNavigation_list {
    display: block;
    overflow: hidden;
    border-top: 0;
    border-top: 0;
    border-left: 0;
  }

  .categoryNavigation_list_item {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #e3e3e3;
  }

  .categoryNavigation_list_item:nth-child(2n) {
    border-right: 0;
  }

  .categoryNavigation_list_item > a {
    height: 64px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .categoryNavigation_list_item > a.is-current:after {
    width: 5px;
    height: 100%;
  }

  .categoryNavigation_box {
    padding: 0 20px;
    text-align: left;
  }

  .content-catNav {
    padding-left: 10px;
  }

  .name-catNav {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .tabelFull th {
    width: 50%;
    padding: 12px 20px;
  }

  .tabelFull td {
    width: 50%;
    padding: 12px 20px;
  }

  .tabelFull-thL th {
    width: 50%;
  }

  .tabelFull-thL td {
    width: 50%;
  }

  .captionTable {
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem;
  }

  .footnote {
    font-size: 10px;
    font-size: 1rem;
  }

  .listFootnote {
    font-size: 10px;
    font-size: 1rem;
  }

  .link-blank:after {
    width: 10px;
    height: 10px;
  }

  .section-interviewTop {
    margin-bottom: 0;
  }

  .section-interviewTop .header_inner {
    padding: 0;
  }
  
.childside{ float:none; width:100%;}

.childside .job-interviewTop {
  position: absolute;
  top: 10px;
    left: 20px;
    margin-top: 65px;
    padding-top: 13%;
    font-size: 10px;
    font-size: 1rem;
}

.childside .headingLv1-interviewTop {
    top: 10px;
    left: 20px;
    margin-top: -10px;
    padding-top: 13%;
  }

  .headingLv1-interviewTop {
    top: 10px;
    left: 20px;
    margin-top: -10px;
    padding-top: 13%;
  }

  .headingLv1-interviewTop-right {
    right: auto;
    left: 20px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .headingLv1-interviewTop_en {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 1px;
  }

  .headingLv1-interviewTop_ja {
    margin-top: -3px;
    font-size: 20px;
    font-size: 2rem;
  }

  .job-interviewTop {
    top: 10px;
    left: 20px;
    margin-top: 65px;
    padding-top: 13%;
    font-size: 10px;
    font-size: 1rem;
  }

  .job-interviewTop-right {
    right: auto;
    left: 20px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .btn-interviewTop {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    opacity: 0;
  }

  .btn-interviewTop > a {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    white-space: nowrap;
    text-indent: -100%;
    opacity: 0;
    border: 0;
  }

  .header-interview {
    margin-bottom: 0;
  }

  .header-interview .header_inner {
    padding: 0;
  }

  .categoryName-interview {
    top: 15px;
    left: 20px;
    font-size: 25px;
    font-size: 1.5rem;
  }

  .categoryName-interview_ja {
    margin-top: 7px;
    text-align: left;
  }

  .headingLv1-interview {
    left: 20px;
    margin-top: 30px;
    padding-top: 62.5%;
  }

  .headingLv1-interview_en {
    font-size: 35px;
    font-size: 2.1rem;
    letter-spacing: 1px;
  }

  .headingLv1-interview_ja {
    margin-top: -3px;
    font-size: 20px;
    font-size: 2rem;
  }

  .job-interview {
    left: 20px;
    margin-top: 105px;
    padding-top: 62.5%;
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv2-office {
    width: 94%;
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 200%;
  }
    .nonbr{ display:none;}

  .headingLv2-interview {
    width: 94%;
    margin-top: 175px;
    padding-top: 30px;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 200%;
  }

  .headingLv2-interview > img {
    top: 0;
    left: 20px;
    max-width: 40%;
    -webkit-transform: translateY(-121%);
        -ms-transform: translateY(-121%);
            transform: translateY(-121%);
  }

  .section-interview {
    width: auto;
    margin: 0 20px 55px;
  }

  .section-interview-last {
    margin-bottom: 30px;
  }

  .categoryNavigation-interview .categoryNavigation_list_item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
  }

  .categoryNavigation-interview .thumb-catNav {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
  }

  .categoryNavigation-interview .content-catNav {
    display: inline-block;
    padding-left: 20px;
  }

  .categoryNavigation-interview .name-catNav {
    text-align: left;
  }

  .categoryNavigation-interview .job-catNav {
    text-align: left;
  }

  .categoryNavigation-interview a {
    height: 90px;
    padding: 0;
  }

  .section-interview-profile {
    margin: 0 20px 60px;
    padding: 15px 20px;
    border: 4px solid #800;
  }

  .headingLv3-interview-profile {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .categoryName-crosstalkTop {
    top: 20px;
    padding-top: 0;
    font-size: 10px;
    font-size: 1rem;
  }

  .categoryName-crosstalkTop-02 {
    top: 20px;
    padding-top: 0;
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv1-crosstalkTop {
    top: auto;
    bottom: 90px;
    font-size: 35px;
    font-size: 1.8rem;
    letter-spacing: 0px;
  }

  .headingLv1-crosstalkTop-02 {
    top: auto;
    bottom: 63px;
    font-size: 35px;
    font-size: 1.8rem;
    letter-spacing: 0px;
  }

  .headingLv1-crosstalkTop_line01 {
    margin-left: -130px;
  }

  .headingLv1-crosstalkTop_line02 {
    margin-right: -130px;
  }

  .headingLv1-crosstalkTop_job {
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv1-crosstalkTop_cross {
    margin-left: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .btn-crosstalkTop {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    opacity: 0;
  }

  .btn-crosstalkTop > a {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    white-space: nowrap;
    text-indent: -100%;
    opacity: 0;
    border: 0;
  }

  .header-crosstalk {
    padding-top: 62.5%;
  }

  .categoryName-crosstalk {
    top: 15px;
    left: 20px;
    width: auto;
    padding-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }

  .headingLv1-crosstalk {
    top: 15px;
    padding-top: 62.5%;
    font-size: 35px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  .headingLv1-crosstalk_line01 {
    margin-left: -130px;
  }

  .headingLv1-crosstalk_line02 {
    margin-right: -130px;
  }
  
  .headingLv1-crosstalk_line03 {
    margin-left: -160px;
  }

  .headingLv1-crosstalk_line04 {
    margin-right: -80px;
  }

  .headingLv1-crosstalk_job {
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv1-crosstalk_cross {
    margin-left: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .profiles {
    margin: 0 -20px;
    padding: 140px 20px 30px;
    border-bottom: 1px solid #e3e3e3;
  }

  .profile-crosstalk-left,
  .profile-crosstalk-right {
    float: none;
    width: auto;
  }

  .profile-crosstalk-left {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 20px 0 10px;
    padding: 0;
  }

  .profile-crosstalk-right {
    overflow: hidden;
    padding: 0;
  }

  .profile-crosstalk-family{ position:relative;}  
  .profile-crosstalk-four{ width:100%; float:none; padding:0;}
  .family_review{ padding-top:60px!important;}

  .review {
    padding: 60px 0 0;
  }

  .review_enclosure {
    border: 4px solid #800;
  }

  .review_enclosure {
    padding: 40px 20px 35px;
  }

  .review_title {
    margin-bottom: 40px;
  }

  .review_note {
    bottom: -2.5rem;
    font-size: 1rem;
  }

  .talkWrapper {
    padding: 55px 0 55px;
  }

  .talkWrapper:before {
    content: normal;
  }

  .talkQuestion_inner {
    padding: 15px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

  .talkQuestion {
    margin: 60px auto;
  }

  .talkQuestion:first-child {
    margin-top: 0;
  }

  .talkQuestion:last-child {
    margin-bottom: 0;
  }

  .talk_thumb img {
    width: 40px;
  }

  .talk-right {
    width: auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .talk-right .talk_thumb {
    left: 0;
  }

  .talk-left {
    width: auto;
    margin-top: 30px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 60px;
  }

  .talk-left .talk_thumb {
    right: auto;
    left: 0;
  }

  .categoryNavigation-crosstalk .categoryNavigation_list_item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
  }

  .categoryNavigation-crosstalk .thumb-catNav {
    display: inline-block;
    max-width: 30%;
    vertical-align: middle;
  }

  .categoryNavigation-crosstalk .content-catNav {
    display: inline-block;
    box-sizing: border-box;
    max-width: 65%;
    padding-left: 20px;
  }

  .categoryNavigation-crosstalk .name-catNav {
    text-align: left;
  }

  .categoryNavigation-crosstalk .job-catNav {
    text-align: left;
  }

  .categoryNavigation-crosstalk a {
    height: 90px;
    padding: 20px 0 15px;
  }

  .thumb-memberTop {
    margin-bottom: 12px;
  }

  .header-member {
    padding-top: 62.5%;
    border-bottom: 0;
  }

  .header-member-tabL {
    padding-top: 62.5%;
  }

  .categoryName-member {
    top: 15px;
    left: 20px;
    font-size: 25px;
    font-size: 1.5rem;
  }

  .categoryName-member span {
    margin-top: 7px;
    text-align: left;
  }

  .job-member {
    top: 80px;
    right: auto;
    left: 20px;
    margin-top: -15px;
    padding-top: 62.5%;
    padding-right: 0;
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv1-member {
    top: 80px;
    right: auto;
    left: 20px;
    padding-top: 62.5%;
    padding-right: 0;
    font-size: 35px;
    font-size: 2.2rem;
  }

  .heroImg-member {
    padding: 0;
  }

  .heroImg-member img {
    border-radius: 0;
  }

  .headingLv2-member {
    font-size: 200%;
    width: 100%;
  }

  .headingLv2-member img {
    max-width: 45%;
  }

  .headingLv2-member-sp-lu {
    margin-top: -41.5%;
  }

  .headingLv2-member-sp-r {
    right: 0;
    left: auto;
    box-sizing: border-box;
    width: 100%;
    margin-top: -53.5%;
    padding-right: 20px;
    padding-left: 0;
    text-align: right;
  }

  .headingLv2-member-sp-r img {
    max-width: 47%;
  }

  .memberWrapper {
    padding-top: 120px;
  }

  .profile-member {
    margin: 0 -20px;
    padding: 0 20px 40px;
    border-bottom: 1px solid #e3e3e3;
  }

  .profile-member .profile_content_content p {
    margin-bottom: 0;
  }

  .textRight-member {
    padding: 55px 0 0;
  }

  .section-member {
    margin: 0 0 40px;
  }

  .coming-memberTop_inner {
    top: -39px;
  }

  .coming-memberTop_inner p:first-child {
    margin-bottom: 5px;
    font-size: 25px;
    font-size: 2.5rem;
  }

  .categoryNavigation-member_inner {
    height: 90px;
    padding: 0 20px;
  }

  .categoryNavigation-member_prev img {
    width: 40px;
    margin-right: 10px;
  }

  .categoryNavigation-member_next img {
    width: 40px;
    margin-left: 10px;
  }

  .categoryNavigation-member_btn_text p:first-child {
    font-size: 18px;
    font-size: 1.0rem;
  }

  .categoryNavigation-member_btn_text p:last-child {
    font-size: 10px;
    font-size: 1rem;
  }

  .categoryNavigation-member_btn_text p:last-child span {
    display: none;
  }

  .categoryNavigation-member_btn_text p:last-child span.dot {
    display: none;
  }

  .header-company {
    height: 100px;
  }

  .categoryName-company {
    padding-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .categoryName-company span {
    margin-top: 7px;
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv1-company {
    font-size: 20px;
    font-size: 2rem;
  }

  .categoryNavigation-company .categoryNavigation_list:nth-child(2n) {
    margin-top: auto;
    margin-top: -65px;
  }

  .categoryNavigation-company .categoryNavigation_list:nth-child(2n) .categoryNavigation_list_item:nth-child(2n) {
    border-right: 1px solid #e3e3e3;
  }

  .categoryNavigation-company .categoryNavigation_list:nth-child(2n) .categoryNavigation_list_item:first-child {
    margin-left: 50%;
  }

  .section-philosophy {
    margin-bottom: 60px;
    padding: 50px 0;
  }

  .text-philosophy {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .text-philosophy img {
    width: 120px;
  }

  .headingLv2-philosophy {
    margin-bottom: 40px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .headingLv2-philosophy-top {
    margin-bottom: 20px;
  }

  .headingLv2-philosophy-secondary {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .headingLv3-philosophy {
    margin-bottom: 18px;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .developWrapper {
    padding: 54px 20px 0;
  }

  .stage-develop {
    margin-bottom: 130px;
    padding: 80px 20px 40px;
    border: 4px solid #800;
  }

  .stage-develop-last {
    margin-bottom: 60px;
    padding: 80px 20px 40px;
    border: 4px solid #134077;
  }

  .stage-develop:after {
    bottom: -32px;
  }

  .stage-develop_content {
    margin-bottom: 20px;
  }

  .headerLv2-development,
  .headerLv2-development-last {
    top: -62px;
    width: 120px;
    height: 120px;
    margin-left: -60px;
  }

  .headingLv2-development span {
    font-size: 10px;
    font-size: 1rem;
  }

  .box-develop_ttl span {
    width: 22px;
    height: 22px;
    padding-top: 3px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 14px;
  }

  .text-develop {
    margin-bottom: 20px;
    text-align: left;
  }

  .section-office {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .officeWrapper {
    padding: 0 10px;
  }

  .section-business {
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .section-business .section-common {
    margin-bottom: 40px;
  }

  .headingLv2-business {
    margin-bottom: 50px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .headingLv2-business_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }

  .headingLv3-business {
    margin-bottom: 25px;
    padding-bottom: 7px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .box-business {
    margin-top: 0;
	position: relative;
  }
  
  li.box-business .label {
    position: absolute;
    width: 38vw;
    top: -20px;
    left: -1px;
	transform: rotate(-4deg);
	}

  .box-business_thumb {
    margin-bottom: 12px;
  }

  .box-business_content_title {
    margin-bottom: 5px;
  }

  .box-business_content_title {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .box-business_content_data {
    font-size: 10px;
    font-size: 1rem;
  }

  .blockLead-history {
    width: auto;
    padding: 55px 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .wrapper-history-01 {
    margin-top: 60px;
  }

  .wrapper-history-02 {
    padding-bottom: 50px;
  }

  .inner-history-01 {
    padding: 0 20px 1px;
  }

  .inner-history-01:before {
    content: normal;
  }

  .inner-history-02 {
    padding: 40px 20px 0;
  }

  .inner-history-02:before {
    content: normal;
  }

  .tab-sitory {
    margin-bottom: 75px;
    padding: 0 20px;
    border-bottom: 1px solid #e3e3e3;
  }

  .tab-sitory_koei {
    position: relative;
    padding: 0 0 33px 0;
    opacity: .2;
  }

  .tab-sitory_koei.is-current {
    opacity: 1;
  }

  .tab-sitory_koei.is-current:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #c00;
  }

  .tab-sitory_koei img {
    width: auto;
    height: 36px;
  }

  .tab-sitory_koei:after {
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -9px;
  }

  .tab-sitory_tecmo {
    position: relative;
    padding: 0 0 33px 0;
    opacity: .2;
  }

  .tab-sitory_tecmo.is-current {
    opacity: 1;
  }

  .tab-sitory_tecmo.is-current:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #c00;
  }

  .tab-sitory_tecmo img {
    width: auto;
    height: 36px;
  }

  .tab-sitory_tecmo:after {
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -9px;
  }

  .year {
    min-height: 40px;
    margin-bottom: 30px;
  }

  .year_num {
    left: 0;
    width: 40px;
    height: 40px;
    margin-left: 0;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 40px;
  }

  .year_num-02 {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin-left: 0;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 40px;
  }

  .year_koei {
    float: none;
    width: auto;
    padding: 0 0 0 50px;
  }

  .year_koei_enclosure {
    padding: 0;
    border: none;
  }

  .year_tecmo {
    float: none;
    width: auto;
    padding: 0 0 0 50px;
  }

  .year_tecmo_enclosure {
    padding: 0;
    border: none;
  }

  .year_image {
    margin: 20px 20px 0 0;
  }

  .year_image-abs {
    position: static;
    width: auto;
  }

  .year-wrapper {
    margin-bottom: 60px;
  }

  .year-02:after {
    content: normal;
  }

  .year-02:before {
    content: normal;
  }

  .year-02 {
    min-height: 20px;
    margin-bottom: 30px;
    padding: 0 0 0 50px;
    background-color: transparent;
  }

  .year-02_image {
    margin: 0 0 0 50px;
  }

  .year-02_image > li {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    padding: 0 20px 0 0;
    text-align: left;
  }

  .year-02_image > li:first-child {
    margin-top: 0;
  }

  .year-02_text {
    float: none;
    width: auto;
    padding-left: 0;
  }

  .year-02 p.text-center {
    text-align: left;
  }

  .year-02 p.emphasis {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .year-02 .footnote-history-01 {
    margin-top: 12px;
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
  }

  .year-02 .footnote-history-01 + .footnote-history-02 {
    margin-top: 0;
  }

  .year-02 .footnote-history-02 {
    position: static;
    margin-top: 12px;
    font-size: 10px;
    font-size: 1rem;
  }

  .logo-history-center {
    text-align: left;
  }

  .headingLv1-company-feature {
    padding-top: 6px;
    line-height: 1.2;
  }

  .section-feature {
    margin-bottom: 60px;
    padding-top: 30px;
  }

  .listBox-feature_item {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }

  .box-feature {
    padding: 20px;
  }

  .box-feature_icon {
    margin-bottom: 20px;
  }

  .box-feature p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .headingLv2-feature {
    margin-bottom: 16px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .header-recruit {
    height: 100px;
  }

  .categoryName-recruit {
    padding-top: 20px;
    font-size: 15px;
    font-size: 1.0rem;
  }

  .categoryName-recruit span {
    margin-top: 7px;
    font-size: 10px;
    font-size: 1rem;
  }

  .headingLv1-recruit {
    font-size: 20px;
    font-size: 2rem;
  }

  .headingLv1-recruit span {
    margin-right: 10px;
  }

  .headingLv1-recruit span img {
    width: auto;
    height: 20px;
  }

  .headingLv2-recruit span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .headingLv2-recruit {
    margin-bottom: 25px;
    padding-bottom: 7px;
    font-size: 15px;
    font-size: 2.5rem;
  }

  .headingLv2-recruit-emphasis {
    margin-bottom: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .headingLv3-training,
  .headingLv3-welfare {
    margin-bottom: 8px;
  }

  .section-recruit {
    margin-top: 60px;
  }

  .photo-recruit {
    margin-bottom: 12px;
  }

  .captionGraph {
    font-size: 10px;
    font-size: 1rem;
  }

  .text-center {
    text-align: left;
  }

  .gmap {
    margin-top: 12px;
  }

  .gmap-text {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .section-personality-top {
    padding-top: 60px;
  }

  .stage-personality {
    margin-bottom: 20px;
    padding: 40px 20px 40px;
    border: 4px solid #800;
  }

  .stage-personality:after {
    bottom: -32px;
  }

  .stage-personality p {
    text-align: left;
  }

  .section-personality {
    margin-bottom: 60px;
  }

  .box-personality {
    min-height: 83px;
    font-size: 10px;
    font-size: 1rem;
  }

  .section-training-color {
    padding-bottom: 20px;
  }

  .trainingWrapper {
    margin: -60px auto 0;
    padding: 0 20px 0;
  }

  .circle-training {
    width: 120px;
    height: 120px;
    margin-bottom: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .circle-training_inner span {
    font-size: 10px;
    font-size: 1rem;
  }

  .circle-training_inner:after {
    bottom: -32px;
  }

  .stage-training {
    margin-bottom: 60px;
    padding: 40px 20px 35px;
  }

  .stage-training:after {
    bottom: -32px;
  }

  .photo-welfare {
    margin-bottom: 12px;
  }

  .text-welfare {
    margin-bottom: 30px;
  }

  .headingLv2-require {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .headingLv3-require {
    margin-bottom: 50px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .headingLv3-require_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }

  .section-require {
    margin-bottom: 20px;
  }

  .section-require-target {
    padding: 40px 0;
  }

  .processWrapper {
    padding: 54px 20px 0;
  }

  .stage-process-top {
    margin-bottom: 60px;
    padding: 60px 20px 0;
  }

  .enclosure-process-top {
    padding: 40px 20px;
    border: 4px solid #800;
  }

  .enclosure-process-top p {
    padding-left: 60px;
  }

  .enclosure-process-top p:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .stage-process-last {
    margin: -60px 0 60px;
  }

  .stage-process {
    margin-bottom: 130px;
    padding: 80px 20px 40px;
  }

  .stage-process p.text-center {
    text-align: left;
  }

  .headerLv2-process,
  .headerLv2-process-last {
    top: -60px;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .headerLv2-process-last {
    margin: 0 auto;
    border: 4px solid #c00;
  }

  .headingLv2-process span {
    font-size: 10px;
    font-size: 1rem;
  }

  .blockFaq_question:before,
  .blockFaq_answer > p:before {
    left: -60px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 25px;
    font-size: 2.5rem;
  }

  .blockFaq {
    margin-bottom: 30px;
  }

  .blockFaq_question {
    margin-left: 60px;
  }

  .is-open .blockFaq_question {
    margin-bottom: 20px;
  }

  .blockFaq_question > a {
    padding: 12px 20px;
  }

  .blockFaq_question > a > span {
    padding-left: 22px;
  }

  .blockFaq_question > a > span:before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  .blockFaq_answer > p {
    margin-left: 80px;
    padding: 12px 20px;
  }

  .text-faq {
    padding-left: 52px;
  }

  .text-faq:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .header-inquiry {
    height: 100px;
  }

  .headingLv1-inquiry {
    padding-top: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .headingLv1-inquiry span {
    margin-right: 10px;
  }

  .headingLv1-inquiry span img {
    width: auto;
    height: 20px;
  }

  .tabelFull-inquiry th {
    width: 30%;
  }
  
  .club dd{ width:45.8%; }
  
  .section-member > .section-member_block_notice {
  padding: 0px;
}
}

#sb-loading-inner span{ color:#fff;}














/* 0903 */

/* common */
.section-202109{
  position: relative;
}
.section-202109 .container{
  padding:0 5%;
}
.section-202109 .headline{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(52 / 1400 * 100vw);
  font-weight: 800;
  color:#b8271a;
  line-height: 1.5;
  padding-bottom:2%;
}
.section-202109 .headline .subtext{
display: block;
}
.section-202109 .headline .subtext img{
  height: calc(20 / 1400 * 100vw);
  display: block;
}
.section-202109 .readtext{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: calc(18 / 1400 * 100vw);
  line-height: 1.8;
}
.readtext strong{
  color:#b8271a;
}
.section-202109 .thum{
  position:relative;
  overflow: hidden;
  /* background:#000; */
}
.section-202109 .thum img{
  display: block;
  width:100%;
  transition:all 0.5s;
}
.section-202109 .thum:hover img{
  transform: scale(1.05) ;
  filter: brightness(1.1);
}
.section-202109 .thum video{
  display: block;
  width:100%;
  transition:all 0.5s;
}
.section-202109 .thum:hover video{
  transform: scale(1.05) ;
  filter: brightness(1.1);
}
.section-202109 .thum-caption{
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  position:absolute;
  padding:0.4em 1.7em 0.4em 0.7em;
  bottom:-1px;
  left:0;
  z-index:1;
  color:#fff;
  font-size:calc(20 / 1400 * 100vw);
  transform: skew(20deg);
  transform-origin:left bottom;
  line-height:1.4;
}
.section-202109 .thum-caption__inner{
  display:block;
  transform: skew(-20deg);
  transform-origin:left bottom;
}
.section-202109 .thum-caption__inner .sub{
  color:#e84e40;
  font-size:calc(14 / 1400 * 100vw);
  display: block;
}
.swiper-button-next{
  width:60px!important;
  z-index:1;
}
.swiper-button-next:after{
  display:none;
}
.swiper-button-prev{
  width:60px!important;
  z-index:1;
}
.swiper-button-prev:after{
  display:none;
}
.swiper-button-disabled{
  opacity:0!important;
}


/* hero */
.section-top-hero-202109{
  padding-top:100px;
}
.section-top-hero-202109 .movie{
  display: block;
  width:100%;
}


/* work */
.section-top-works-202109 > .container{
  padding:4.5% 5% 1%;
  background-color: #f8e9de;
}
.section-top-works-202109 .image{
  position: absolute;
  display:block;
  width:calc(730 / 1400 *100%);
  top:0.5%;
  right:3%;
}
.section-top-works-202109 .subsection{
  background-color: #f9eadf;
  padding:3.5% 0;
}
.section-top-works-202109 .subsection .item-wrap{
  display: flex;
  justify-content: space-between;
}
.section-top-works-202109 .subsection .item-wrap li{
  display: block;
  width:32.2%;
  /*width:24.2%;*/
}
.section-top-works-202109 .subsection .item-wrap li img{
  display: block;
  width:100%;
}


/* interview */
.section-top-interview-202109{

}
.section-top-interview-202109 > .container{
  padding:8% 5% 13.2%;
}
.section-top-interview-202109 .carousel{
  position:absolute;
  width:69%;
  right:0;
  top:calc(78 / 1400 * 100vw );
  overflow: hidden;
}
.section-top-interview-202109 .chara-movie{
  width: 8.5%;
  position: absolute;
  top: 35%;
}

.section-top-interview-202109 .subsection{
  background-color: #f9eadf;
  padding:3.5% 0;
}
.section-top-interview-202109 .subsection-carousel{
  position:relative;
}
.section-top-interview-202109 .subsection-carousel img{
  display:block;
  width: 100%;
}
.section-top-interview-202109 .subsection-carousel .swiper-button-next{
  right:23%;
}
.section-top-interview-202109 .subsection-carousel .swiper-button-prev{
  left:23%;
}


/* topinterview */
.section-top-topinterview-202109{
}
.section-top-topinterview-202109 > .container{
  padding:8% 5% 8%;
}
.section-top-topinterview-202109 .headline{
  margin-left:-0.3em;
}
.section-top-topinterview-202109 .subtext{
  padding-left:0.3em;
}
.section-top-topinterview-202109 .topinterview-carousel{
  position: relative;
}
.section-top-topinterview-202109 .swiper-button-next{
  right:-40px!important;
}
.section-top-topinterview-202109 .swiper-button-prev{
  left:-40px!important;
}


/* company */
.section-top-company-202109 > .container{
  padding:5% 5% 25%;
}
.section-top-company-202109 .image-wrap{
  width:53%;
  position: absolute;
  top:0;
  right:0;
}
.section-top-company-202109 .image-wrap video{
  position:relative;
  z-index:1;
}
.section-top-company-202109 .image-wrap::after{
  content:'';
  width:107%;
  height:100%;
  background-color: #f9eadf;
  position: absolute;
  top:7%;
  right:0;
  z-index:0;
}

/* PC */
@media screen and (max-width:1060px) and (min-width:801px){

  .section-202109 .headline{
    font-size: calc(52 * 1060 / 1400 * 1px);
  }
  .section-202109 .headline .subtext img{
    height: calc(20 * 1060 / 1400 * 1px);
  }
  .section-202109 .readtext{
    font-size: calc(18 * 1060 / 1400 * 1px);
  }
  .section-202109 .thum-caption{
    font-size:calc(20 * 1060 / 1400 * 1px);
  }

}

/* SP */
@media screen and (max-width:800px){

  .swiper-button-next{
    width:40px!important;
    right:-20px!important;
  }
  .swiper-button-prev{
    width:40px!important;
    left:-20px!important;
  }
  
  /* common */
  .section-202109 .headline{
    font-size: calc(68 / 800 * 100vw);
    padding-bottom:4%;
    line-height: 1.9;
  }
  .section-202109 .headline .subtext img{
    height: calc(28 / 800 * 100vw);
  }
  .section-202109 .readtext{
    font-size: calc(26 / 800 * 100vw);
  }
  
  .section-202109 .thum-caption{
    font-size:calc(22 / 800 * 100vw);
  }
  .section-202109 .thum-caption__inner .sub{
    font-size:calc(14 / 800 * 100vw);
  }

  /* hero */
  .section-top-hero-202109{
    padding-top:0px;
  }

  /* work */
  .section-top-works-202109 > .container{
    padding:9.5% 5% 30%;
  }
  .section-top-works-202109 .image{
    width:calc(960 / 800 *100%);
    top:24vw;
    right:-16%;
    max-width: none;
  }
  .section-top-works-202109 .subsection{
    padding:5% 0;
  }
  .section-top-works-202109 .subsection .item-wrap{
    flex-wrap: wrap;
  }
  .section-top-works-202109 .subsection .item-wrap li{
    width:49%;
    margin-bottom:2%;
  }

  /* interview */
  .section-top-interview-202109 > .container{
    padding-bottom:0;
    margin-bottom:-4vw;
  }
  .section-top-interview-202109 .subsection{
    padding:10% 5% 5%;
  }
  .section-top-interview-202109 .readtext{
    padding-bottom: 8vw;
  }
  .section-top-interview-202109 .carousel{
    position:relative;
    overflow: visible;
    width:100%;
    top:auto;
  }
  .section-top-interview-202109 .chara-movie{
    width: 26%;
    top: 5%;
    right:5%;
  }

  /* topinterview */
  .section-top-topinterview-202109 .swiper-button-next{
    right:-20px!important;
  }
  .section-top-topinterview-202109 .swiper-button-prev{
    left:-20px!important;
  }

  /* company */
  .section-top-company-202109{
    padding-bottom:15vw;
  }
  .section-top-company-202109 > .container{
    padding:5% 5% 5%;
  }
  .section-top-company-202109 .image-wrap{
    position: relative;
    width:100%;
    background-color: #f9eadf;
    padding:5%;
    box-sizing: border-box;
  }
  .section-top-company-202109 .image-wrap video{
    width:100%;
  }
  .section-top-company-202109 .image-wrap::after{
    display:none;
  }

  .hide-sp{
    display:none;
  }
  

}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}