@charset "UTF-8";
/* ============================================================
	reset
============================================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, a, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
}

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

img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 5em 0 0;
  padding: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 100% !important;
}

a:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

input::-ms-clear {
  visibility: hidden;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

/* ============================================================
	icon
============================================================ */
@font-face {
  font-family: "tribeck-recruit";
  src: url("../icon/tribeck-recruit.eot?j7wdme");
  src: url("../icon/tribeck-recruit.eot?j7wdme#iefix") format("embedded-opentype"), url("../icon/tribeck-recruit.ttf?j7wdme") format("truetype"), url("../icon/tribeck-recruit.woff?j7wdme") format("woff"), url("../icon/tribeck-recruit.svg?j7wdme#tribeck-recruit") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tribeck-recruit" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank::before {
  content: "";
}

.icon-arrow-left::before {
  content: "";
}

.icon-arrow-right::before {
  content: "";
}

.icon-arrow-up::before {
  content: "";
}

.icon-arrow-down::before {
  content: "";
}

.icon-plus::before {
  content: "";
}

.icon-minus::before {
  content: "";
}

/* ============================================================
	header
============================================================ */
header {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 90;
}

@media print, screen and (max-width: 1100px) {
  header {
    padding: 0;
    height: 74px;
  }
}

header > .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media print, screen and (min-width: 1101px) {
  header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 10px;
  }
}

header > .inner .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header > .inner .site-title .logo {
  line-height: 0;
}

@media print, screen and (max-width: 1100px) {
  header > .inner .site-title .logo {
    z-index: 110;
    position: relative;
    padding: 22px 20px 20px;
    height: 74px;
    background-color: #fff;
  }
}

header > .inner .site-title .logo > a {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header > .inner .site-title .logo > a > img {
  width: inherit;
  width: 171px;
}

@media print, screen and (max-width: 1100px) {
  header > .inner .site-title .logo > a > img {
    width: 81px;
  }
}

header > .inner .site-title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 116px;
  color: #062079;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

@media print, screen and (max-width: 1100px) {
  header > .inner .site-title__text {
    font-size: 1.2rem;
  }
}

header > .inner .site-title__text:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 47px;
  margin-right: 20px;
  margin-left: 15px;
  background-color: #00227C;
}

@media print, screen and (max-width: 1100px) {
  header > .inner .site-title__text:before {
    height: 22px;
    margin-right: 6px;
    margin-left: 6px;
  }
}

header .entry-btn.-engineer {
  margin-left: 26px;
}

header .entry-btn.-engineer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 194px;
  padding: 7px 0 8px;
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#062079), color-stop(47.46%, #1b4bcf), to(#376cf9));
  background: linear-gradient(90deg, #062079 0%, #1b4bcf 47.46%, #376cf9 100%);
  color: #fff;
  font-size: 1.6rem;
  font-family: "Cabin", sans-serif;
  line-height: 1;
}

@media print, screen and (max-width: 1100px) {
  header .entry-btn.-engineer a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 97px;
    height: 74px;
    padding-right: 0;
    padding-left: 12px;
    border-radius: unset;
    background: linear-gradient(135deg, #062079 0%, #1b4bcf 47.46%, #376cf9 100%);
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

@media print, screen and (max-width: 1100px) {
  header .entry-btn.-engineer a::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url(/recruit/assets/images/btn_recruit_engineer_sp.png);
    background-size: contain;
  }
}

header .entry-btn.-engineer a::after {
  content: '';
  width: 11px;
  height: 11px;
  margin-left: 18px;
  background: url(/recruit/assets/icon/icon_window_white.svg) no-repeat left top;
}

@media print, screen and (max-width: 1100px) {
  header .entry-btn.-engineer a::after {
    position: absolute;
    left: 75px;
    top: 41px;
    margin-left: 3px;
    line-height: 1.3;
  }
}

header .entry-btn.-engineer a img {
  width: 128px;
  height: 21px;
}

@media print, screen and (max-width: 1100px) {
  header .entry-btn.-engineer a img {
    display: none;
  }
}

@media print, screen and (max-width: 1100px) {
  header .entry-btn.-engineer {
    position: absolute;
    top: 0;
    right: 74px;
    width: 97px;
    height: 74px;
    z-index: 121;
  }
}

@media print, screen and (min-width: 1101px) {
  .index header {
    background-color: transparent;
  }
}

header.smaller {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
}

@media print, screen and (min-width: 1101px) {
  /* ============================================================
	header-pc
============================================================ */
  .header-entrysp, .header-entrybox, .header-navsp {
    display: none;
  }
  header > .inner > .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  header > .inner > .header-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header > .inner > .header-nav .menu > .first {
    display: inline-block;
    position: relative;
    margin-left: 50px;
  }
  header > .inner > .header-nav .menu > .first > .ctg {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    cursor: pointer;
  }
  header > .inner > .header-nav .menu > .first > .ctg::after, header > .inner > .header-nav .menu > .first > .ctg::before {
    content: '';
    position: absolute;
    top: 150%;
    width: 0;
    height: 4px;
    background: #F25C05;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header > .inner > .header-nav .menu > .first > .ctg::after {
    right: 50%;
  }
  header > .inner > .header-nav .menu > .first > .ctg::before {
    left: 50%;
  }
  header > .inner > .header-nav .menu > .first > .ctg.hover {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  header > .inner > .header-nav .menu > .first > .ctg.hover > .ttl {
    color: #033E8C;
  }
  header > .inner > .header-nav .menu > .first > .ctg.hover::after, header > .inner > .header-nav .menu > .first > .ctg.hover::before {
    width: 20px;
  }
}

@media print, screen and (min-width: 1101px) and (min-width: 769px) {
  header > .inner > .header-nav .menu > .first > .ctg:hover > .ttl {
    color: #033E8C;
  }
  header > .inner > .header-nav .menu > .first > .ctg:hover::after, header > .inner > .header-nav .menu > .first > .ctg:hover::before {
    width: 20px;
  }
}

@media print, screen and (min-width: 1101px) {
  header > .inner > .header-nav .menu > .first > .ctg.-active > .ttl {
    color: #033E8C;
  }
  header > .inner > .header-nav .menu > .first > .ctg.-active::after, header > .inner > .header-nav .menu > .first > .ctg.-active::before {
    width: 20px;
  }
  header > .inner > .header-nav .menu > .first > .ctg.-current {
    color: #F25C05;
  }
  header > .inner > .header-nav .menu > .first > .ctg.-current > .ttl {
    color: #033E8C;
  }
  header > .inner > .header-nav .menu > .first > .ctg.-current::after, header > .inner > .header-nav .menu > .first > .ctg.-current::before {
    width: 20px;
  }
  header > .inner > .header-nav .menu > .first > .second {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 62px;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
            box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  header > .inner > .header-nav .menu > .first > .second::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -13px;
    content: "";
    border-bottom: 13px solid #D5D5D5;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
  }
  header > .inner > .header-nav .menu > .first > .second::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -12px;
    content: "";
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    text-decoration: none;
  }
  header > .inner > .header-nav .menu > .first > .second a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    margin: 32px 0;
    width: 100%;
    text-align: left;
    color: #333;
  }
  header > .inner > .header-nav .menu > .first > .second a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    color: #0455BF;
    right: 0;
    font-size: 1.2rem;
  }
  header > .inner > .header-nav .menu > .first > .second a > .ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
  header > .inner > .header-nav .menu > .first > .second a.blank::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    color: #0455BF;
    right: 0;
    font-size: 1.5rem;
  }
  header > .inner > .header-nav .menu > .first > .second a.comingsoon {
    pointer-events: none;
  }
  header > .inner > .header-nav .menu > .first > .second a.comingsoon::after {
    display: none;
  }
  header > .inner > .header-nav .menu > .first > .second a.comingsoon .no-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: rgba(141, 141, 141, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
  }
  header > .inner > .header-nav .menu > .first.-entry > .entry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    width: 120px;
    height: 80px;
    text-align: center;
    background-color: #F23005;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header > .inner > .header-nav .menu > .first.-entry > .entry-btn.hover {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 4px solid #F23005;
    background-color: #fff;
    color: #F23005;
  }
}

@media print, screen and (min-width: 1101px) and (min-width: 769px) {
  header > .inner > .header-nav .menu > .first.-entry > .entry-btn:hover {
    border: 4px solid #F23005;
    background-color: #fff;
    color: #F23005;
  }
}

@media print, screen and (min-width: 1101px) {
  header > .inner > .header-nav .menu > .first.-entry > .entry-btn.-active {
    border: 4px solid #F23005;
    background-color: #fff;
    color: #F23005;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second {
    display: none;
    position: absolute;
    left: -50px;
    top: 94px;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
            box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
    padding: 10px 30px 15px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second::before {
    position: absolute;
    left: 270px;
    top: -13px;
    content: "";
    border-bottom: 13px solid #D5D5D5;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second::after {
    position: absolute;
    left: 270px;
    top: -12px;
    content: "";
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    text-decoration: none;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second > .sbttl {
    margin-top: 38px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second > .sbttl + a {
    margin: 28px 0 12px 10px;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second > .sbttl:nth-of-type(1) {
    margin-top: 22px;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second > .indent {
    font-size: 1.2rem;
  }
  header > .inner > .header-nav .menu > .first.-entry > .second > a::after {
    color: #F23005;
  }
  /* ========================================================= */
}

@media print, screen and (max-width: 1100px) {
  /* ============================================================
	header-sp
============================================================ */
  header > .inner > .header-entrysp {
    display: none;
    z-index: 120;
    position: absolute;
    top: 0;
    right: 74px;
    width: 94px;
    height: 74px;
    text-align: center;
    background-color: #F23005;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header > .inner > .header-entrysp > .trigger {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
  }
  header > .inner > .header-entrysp.-clicked {
    border: 4px solid #F23005;
    background-color: #fff;
  }
  header > .inner > .header-entrysp.-clicked > .trigger {
    color: #F23005;
  }
  header > .inner > .header-entrysp.-none {
    pointer-events: none;
    opacity: .2;
  }
  header > .inner > .header-entrysp.-none > .trigger {
    opacity: .2;
  }
  header > .inner > .header-entrybox {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 94px 20px 20px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  header > .inner > .header-entrybox > .sbttl {
    padding: 15px 20px 0;
    color: #033E8C;
    font-weight: 700;
  }
  header > .inner > .header-entrybox > .indent {
    padding: 5px 20px 15px 2.5em;
    color: #333;
  }
  header > .inner > .header-entrybox > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding: 8px 20px;
    width: 100%;
    text-align: left;
    color: #333;
  }
  header > .inner > .header-entrybox > a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    color: #F23005;
    right: 20px;
    font-size: 1.4rem;
  }
  header > .inner > .header-entrybox > a > .ttl {
    margin: 0 10px;
    font-size: 1.6rem;
  }
  header > .inner > .header-entrybox > a > img {
    width: 48px;
    height: 48px;
  }
  header > .inner > .header-entrybox.-open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  /* ------------------------------------------------------------
	header-nav
------------------------------------------------------------ */
  header > .inner > .header-nav {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding-top: 74px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  header > .inner > .header-nav.-open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  /* ------------------------------------------------------------
	header-navsp
------------------------------------------------------------ */
  .header-navsp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 74px;
  }
  .header-navsp > .trigger-nav {
    position: absolute;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    height: 74px;
    line-height: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 130;
  }
  .header-navsp > .trigger-nav .hamburger {
    display: inline-block;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 18px;
    left: auto;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    width: 34px;
    height: 2px;
    background-color: #1A5788;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header-navsp > .trigger-nav .hamburger::before, .header-navsp > .trigger-nav .hamburger::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #1A5788;
    right: 0;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
  }
  .header-navsp > .trigger-nav .hamburger::before {
    top: -10px;
  }
  .header-navsp > .trigger-nav .hamburger::after {
    top: 10px;
  }
  .header-navsp > .trigger-nav .hamburger.-clicked {
    background-color: rgba(255, 255, 255, 0);
  }
  .header-navsp > .trigger-nav .hamburger.-clicked::before, .header-navsp > .trigger-nav .hamburger.-clicked::after {
    background-color: #1A5788;
  }
  .header-navsp > .trigger-nav .hamburger.-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header-navsp > .trigger-nav .hamburger.-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  /* ============================================================
	menu
============================================================ */
  .header-nav > .menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px 32px;
    width: 100%;
  }
  .header-nav > .menu:last-child {
    margin-top: 20px;
    padding: 0;
    color: #fff;
  }
  .header-nav > .menu .first {
    width: 100%;
    border-top: 1px solid #D5E7FF;
  }
  .header-nav > .menu .first:last-child {
    border-bottom: 1px solid #D5E7FF;
  }
  .header-nav > .menu .first > .ctg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 8px;
    padding: 20px 20px 20px 0;
    color: #0455BF;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    text-align: left;
  }
  .header-nav > .menu .first > .ctg::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    right: 20px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .header-nav > .menu .first > .ctg.-active::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    right: 20px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .header-nav > .menu .first > .second {
    display: none;
    position: relative;
    padding: 0 0 8px;
    width: 100%;
    text-align: left;
    cursor: default !important;
  }
  .header-nav > .menu .first > .second a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    width: 100%;
    margin-top: 4px;
    padding: 18px 20px 18px 0;
    text-align: left;
    color: #333;
  }
  .header-nav > .menu .first > .second a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    color: #0455BF;
    right: 20px;
    font-size: 1.4rem;
  }
  .header-nav > .menu .first > .second a > .ttl {
    font-size: 1.6rem;
  }
  .header-nav > .menu .first > .second a > img {
    width: 48px;
    height: 48px;
  }
  .header-nav > .menu > .first > .second a.blank::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    color: #0455BF;
    right: 20px;
    font-size: 1.4rem;
  }
  .header-nav > .menu > .first > .second a.comingsoon {
    pointer-events: none;
  }
  .header-nav > .menu > .first > .second a.comingsoon::after {
    display: none;
  }
  .header-nav > .menu > .first > .second a.comingsoon .no-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: rgba(141, 141, 141, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
  }
  .header-nav > .menu > .first.-entry {
    border: none !important;
  }
  .header-nav > .menu > .first.-entry > .entry-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 40px;
    background-color: #F23005;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    text-align: left;
  }
  .header-nav > .menu > .first.-entry > .entry-btn::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    right: 40px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .header-nav > .menu > .first.-entry > .entry-btn.-active::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    right: 40px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .header-nav > .menu > .first.-entry > .second {
    padding: 0 20px;
  }
  .header-nav > .menu > .first.-entry > .second > .sbttl {
    padding: 15px 20px 0;
    color: #033E8C;
    font-weight: 700;
  }
  .header-nav > .menu > .first.-entry > .second > .indent {
    padding: 5px 20px 15px 2.5em;
    color: #333;
  }
  .header-nav > .menu > .first.-entry > .second a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding: 8px 20px;
    width: 100%;
    text-align: left;
    color: #333;
  }
  .header-nav > .menu > .first.-entry > .second a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: "tribeck-recruit" !important;
    display: inline-block;
    right: 15px;
    font-size: 1rem;
    content: "";
    color: #F23005;
    right: 20px;
    font-size: 1.4rem;
  }
  .header-nav > .menu > .first.-entry > .second a > .ttl {
    margin: 0 10px;
    font-size: 1.6rem;
  }
  .header-nav > .menu > .first.-entry > .second a > img {
    width: 48px;
    height: 48px;
  }
  /* ========================================================= */
}

@media screen and (max-width: 320px) {
  header > .inner > .header-entrysp > .trigger {
    font-size: 1.8rem;
  }
}

/* ============================================================
	footer
============================================================ */
footer {
  background-color: #fff;
  padding: 90px 0 50px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 80px 20px 56px;
  }
}

footer > .wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  footer > .wrap {
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  footer > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  footer > .wrap {
    margin: 0;
    width: 100%;
  }
}

footer > .wrap > .logo {
  width: 250px;
  height: 24px;
}

@media print, screen and (min-width: 769px) {
  footer > .wrap > .logo img {
    width: 250px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  footer > .wrap > .logo {
    margin-bottom: 10px;
    width: 220px;
    height: auto;
  }
}

footer > .wrap > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  footer > .wrap > nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  footer > .wrap > nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer > .wrap > nav > a {
  margin-left: 30px;
  color: #333;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  footer > .wrap > nav > a {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer > .wrap > nav > a {
    display: block;
    margin-top: 10px;
    line-height: 2;
  }
}

footer > .wrap > nav > a.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #F25C05;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  footer > .wrap > nav > a:hover {
    opacity: 1;
    color: #F25C05;
    text-decoration: none;
  }
}

footer > .wrap > nav > a.nav01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

footer > .wrap > nav > a.nav02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

footer > .wrap > nav > a.nav03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

footer > .wrap > nav > a.nav04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 768px) {
  footer > .wrap > nav > a.nav04 {
    margin-top: 20px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

footer > .wrap > nav > a.nav04 > img {
  width: 28px;
  height: 28px;
}

footer > .wrap > nav > a.nav05 {
  margin-top: 15px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  footer > .wrap > nav > a.nav05 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
}

footer > .wrap > nav > a.nav05 > img {
  width: 234px;
  height: 60px;
}

footer address {
  margin-top: 30px;
  width: 100%;
  color: #8D8D8D;
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  font-style: normal;
}

/* ============================================================
	pagetop
============================================================ */
.pagetop {
  z-index: 80;
  position: fixed;
  bottom: 80px;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 52px;
    right: 5px;
  }
}

.pagetop a {
  position: absolute;
  top: 0;
  right: 10px;
  padding-top: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #0455BF;
  background-color: #0455BF;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-family: 'Cabin', sans-serif;
  cursor: pointer;
}

.pagetop a::before {
  font-family: 'tribeck-recruit' !important;
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 8px;
  font-size: 1.2rem;
}

.pagetop a.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #fff;
  color: #0455BF;
}

@media print, screen and (min-width: 769px) {
  .pagetop a:hover {
    opacity: 1;
    background-color: #fff;
    color: #0455BF;
  }
}

/* ============================================================
	base
============================================================ */
html {
  font-size: 62.5%;
  min-width: 320px;
}

body {
  position: relative;
  background-color: #F4F4F4;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
}

body.is-fixed {
  overflow: hidden;
}

a {
  color: #0455BF;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:visited {
  color: #0455BF;
}

a.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  color: #F25C05;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    color: #F25C05;
    text-decoration: none;
  }
}

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

img.no-resize {
  width: auto !important;
  height: auto;
}

.txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.eng {
  font-family: 'Cabin', sans-serif;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

.txt + .txt {
  margin-top: 10px;
}

.txt + .indent {
  margin-top: 5px;
}

.indent + .txt {
  margin-top: 15px;
}

.indent-list > li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-top: 5px;
  line-height: 1.5;
}

.indent-list > li:first-of-type {
  margin-top: 0;
}

.icon-blank {
  margin-left: 4px;
  font-size: 1.4rem;
  color: #0455BF;
}

.icon-blank::before {
  font-size: 1.2rem;
}

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

@media screen and (max-width: 768px) {
  .btn-box {
    margin-top: 20px;
  }
}

.btn-box > .btn {
  display: inline-block;
  position: relative;
  padding: 12px 60px 12px 50px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #0455BF;
  border: 2px solid #0455BF;
}

.btn-box > .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #fff;
}

.btn-box > .btn:visited {
  color: #fff;
}

.btn-box > .btn.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #fff;
  color: #0455BF;
  text-decoration: none !important;
}

.btn-box > .btn.hover::before {
  color: #0455BF;
}

@media print, screen and (min-width: 769px) {
  .btn-box > .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #0455BF;
    text-decoration: none !important;
  }
  .btn-box > .btn:hover::before {
    color: #0455BF;
  }
}

.btn-box > .btn.-blank::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
}

.btn-box > .btn.-comingsoon {
  pointer-events: none;
  padding-right: 50px;
  background-color: #8D8D8D;
  border: 2px solid #8D8D8D;
  font-family: 'Cabin', sans-serif;
}

.btn-box > .btn.-comingsoon::before {
  display: none;
}

/* ============================================================
	pc-sp change
============================================================ */
/* PC時表示 */
.size-pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .size-pc {
    display: none !important;
  }
}

/* SP時表示 */
.size-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .size-sp {
    display: inline-block !important;
  }
}

/* 600px以下表示 */
.size-Xpe {
  display: none;
}

@media screen and (max-width: 600px) {
  .size-Xpe {
    display: inline-block !important;
  }
}

/* iPhone時表示 */
.size-iPh {
  display: none;
}

@media screen and (max-width: 375px) {
  .size-iPh {
    display: inline-block !important;
  }
}

/* iPhoneSE時表示 */
.size-se {
  display: none;
}

@media screen and (max-width: 320px) {
  .size-se {
    display: inline-block !important;
  }
}

/* ============================================================
	bc-area
============================================================ */
.bc-area {
  margin: 0 auto;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 1200px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .bc-area {
    width: 100%;
  }
}

.bc-area::-webkit-scrollbar {
  height: 1px;
}

.bc-area::-webkit-scrollbar-track {
  background: #fff;
}

.bc-area::-webkit-scrollbar-track {
  background: #fff;
}

.bc-list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 10px;
  font-size: 0;
}

.bc-list > li {
  display: table-cell;
  font-size: 1.2rem;
  white-space: nowrap;
}

.bc-list > li a {
  color: #333;
}

.bc-list > li a.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #F25C05;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .bc-list > li a:hover {
    opacity: 1;
    color: #F25C05;
    text-decoration: none;
  }
}

.bc-list > li:not(:last-child)::after {
  content: "/";
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .bc-list > li {
    font-size: 1rem;
  }
}

/* ============================================================
	main-area
============================================================ */
.main-area {
  width: 100%;
  overflow: hidden;
  width: 100%;
  height: 654px;
}

@media screen and (max-width: 768px) {
  .main-area {
    height: 560px;
  }
}

.main-area > .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1000px;
  height: 654px;
}

@media screen and (max-width: 768px) {
  .main-area > .wrap {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-area > .wrap {
    margin: 0 4% 0;
    width: 92%;
    height: 560px;
  }
}

.main-area > .wrap > .box {
  position: absolute;
  bottom: 80px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  padding: 26px;
  text-align: right;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .main-area > .wrap > .box {
    bottom: 60px;
    padding: 20px;
    font-size: 1.6rem;
  }
}

.main-area > .wrap > .box > .corp {
  line-height: 1.5;
}

.main-area > .wrap > .box > .corp > span {
  display: inline-block;
}

.main-area > .wrap > .box > .president {
  margin: 6px 0 30px;
}

@media screen and (max-width: 768px) {
  .main-area > .wrap > .box > .president {
    margin: 6px 0 20px;
  }
}

.main-area > .wrap > .box > .position {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .main-area > .wrap > .box > .position {
    margin-bottom: 20px;
  }
}

.main-area > .wrap > .box > .department {
  line-height: 1.7;
}

.main-area > .wrap > .box > .name {
  margin-top: 10px;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .main-area > .wrap > .box > .name {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

.main-area > .wrap.-left > .box {
  left: 10px;
}

@media screen and (max-width: 768px) {
  .main-area > .wrap.-left > .box {
    left: auto;
    right: 0;
  }
}

.main-area > .wrap.-right > .box {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .main-area > .wrap.-right > .box {
    right: 0;
  }
}

/* ============================================================
	title-area
============================================================ */
.title-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff !important;
  margin-bottom: 50px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .title-area {
    margin-bottom: 30px;
    height: 140px;
  }
}

.title-area::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -30px;
  font-size: 180px;
  color: #D5E7FF;
  display: block;
  text-align: center;
  width: 100%;
  opacity: .3;
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .title-area::before {
    bottom: -18px;
    font-size: 120px;
  }
}

.title-area > .title {
  color: #033E8C;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .title-area > .title {
    font-size: 2.8rem;
  }
}

.title-area.-people::before {
  content: "People";
  bottom: 0;
}

.title-area.-worklife::before {
  content: "TRIBECK Life";
}

.title-area.-trstagram::before {
  content: "TRIBECK Life";
}

.title-area.-faq::before {
  content: "Recruit Info";
}

.title-area.-guideline::before {
  content: "Recruit Info";
}

.title-area.-guideline_detail::before {
  content: "Recruit Info";
}

.title-area.-movie::before {
  content: "Movie";
}

.title-area.-download::before {
  content: "Download";
}

/* ============================================================
	content-area
============================================================ */
.content-area {
  margin-top: 80px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .content-area {
    margin-top: 74px;
    width: 100%;
  }
}

.content-area > .main-lead {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .content-area > .main-lead {
    margin: 0 4% 30px;
    width: 92%;
  }
}

.content-area .main-lead + .base-wrap {
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  .content-area .main-lead + .base-wrap {
    margin: 60px auto;
  }
}

.content-area > .base-wrap {
  margin: 0 auto 80px;
  padding: 0 10px;
  width: 100%;
  max-width: 1000px;
}

.content-area > .base-wrap:last-child {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap {
    margin: 0 4% 60px;
    width: 92%;
  }
  .content-area > .base-wrap:last-child {
    margin-bottom: 100px;
  }
}

.content-area > .base-wrap > h3 {
  margin: 0 auto 30px;
  padding-top: 20px;
  color: #0455BF;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > h3 {
    margin: 0 auto 20px;
    font-size: 2.6rem;
  }
}

.content-area > .base-wrap > .lead {
  margin: 30px auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .lead {
    margin: 30px 4%;
  }
}

.content-area > .base-wrap > .box {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  padding: 72px;
  width: 100%;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box {
    padding: 52px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box {
    padding: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.content-area > .base-wrap > .box.-nav h3 {
  margin: 0;
  width: 200px;
}

.content-area > .base-wrap > .box.-nav > .btn-box {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-nav > .btn-box {
    margin-top: 20px;
  }
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn {
  display: inline-block;
  position: relative;
  padding: 12px 60px 12px 50px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #0455BF;
  border: 2px solid #0455BF;
  width: 320px;
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #fff;
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn:visited {
  color: #fff;
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #fff;
  color: #0455BF;
  text-decoration: none !important;
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn.hover::before {
  color: #0455BF;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-nav > .btn-box > .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #0455BF;
    text-decoration: none !important;
  }
  .content-area > .base-wrap > .box.-nav > .btn-box > .btn:hover::before {
    color: #0455BF;
  }
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn.-blank::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn.-comingsoon {
  pointer-events: none;
  padding-right: 50px;
  background-color: #8D8D8D;
  border: 2px solid #8D8D8D;
  font-family: 'Cabin', sans-serif;
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn.-comingsoon::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-nav > .btn-box > .btn {
    width: 100%;
    max-width: 248px;
  }
}

.content-area > .base-wrap.-full {
  padding: 0;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-full {
    margin: 0;
    width: 100%;
  }
}

/* ============================================================
	list
============================================================ */
/* ------------------------------------------------------------
	tablist
------------------------------------------------------------ */
.tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .tablist {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .tablist > li {
    margin-top: 15px;
  }
}

.tablist > li > .tab {
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 15px 35px 15px 25px;
  color: #0455BF;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #fff;
  width: 100%;
}

.tablist > li > .tab:visited {
  color: #0455BF;
}

.tablist > li > .tab.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #0455BF;
  color: #fff;
  text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {
  .tablist > li > .tab:hover {
    opacity: 1;
    background-color: #0455BF;
    color: #fff;
    text-decoration: none !important;
  }
}

.tablist > li > .tab-anker {
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 15px 35px 15px 25px;
  color: #0455BF;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #fff;
  width: 100%;
}

.tablist > li > .tab-anker:visited {
  color: #0455BF;
}

.tablist > li > .tab-anker.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #0455BF;
  color: #fff;
  text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {
  .tablist > li > .tab-anker:hover {
    opacity: 1;
    background-color: #0455BF;
    color: #fff;
    text-decoration: none !important;
  }
}

.tablist > li > .tab-anker::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 20px;
  font-size: 1.4rem;
  content: "";
}

.tablist.-col2 > li {
  width: 49%;
}

@media screen and (max-width: 600px) {
  .tablist.-col2 > li {
    width: 100%;
  }
}

.tablist.-col3 > li {
  width: 32%;
}

@media screen and (max-width: 600px) {
  .tablist.-col3 > li {
    width: 100%;
  }
}

.tablist.-col4 > li {
  width: 24%;
}

@media screen and (max-width: 600px) {
  .tablist.-col4 > li {
    width: 100%;
  }
}

/* ------------------------------------------------------------
	tablist2
------------------------------------------------------------ */
.tablist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .tablist2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .tablist2 > li {
    margin-top: 10px;
  }
  .tablist2 > li:nth-of-type(1), .tablist2 > li:nth-of-type(2) {
    margin-top: 0;
  }
}

.tablist2 > li > .tab {
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 15px 35px 15px 25px;
  color: #0455BF;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #fff;
  width: 100%;
}

.tablist2 > li > .tab:visited {
  color: #0455BF;
}

.tablist2 > li > .tab.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #0455BF;
  color: #fff;
  text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {
  .tablist2 > li > .tab:hover {
    opacity: 1;
    background-color: #0455BF;
    color: #fff;
    text-decoration: none !important;
  }
}

.tablist2 > li > .tab-anker {
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 15px 35px 15px 25px;
  color: #0455BF;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #fff;
  width: 100%;
}

.tablist2 > li > .tab-anker:visited {
  color: #0455BF;
}

.tablist2 > li > .tab-anker.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #0455BF;
  color: #fff;
  text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {
  .tablist2 > li > .tab-anker:hover {
    opacity: 1;
    background-color: #0455BF;
    color: #fff;
    text-decoration: none !important;
  }
}

.tablist2 > li > .tab-anker::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 20px;
  font-size: 1.4rem;
  content: "";
}

.tablist2.-col2 > li {
  width: 49%;
}

.tablist2.-col4 > li {
  width: 24%;
}

@media screen and (max-width: 600px) {
  .tablist2.-col4 > li {
    width: 49%;
  }
}

@media screen and (max-width: 425px) {
  .tablist2.-col4 > li {
    width: 48%;
  }
}

/* ------------------------------------------------------------
	tilelist
------------------------------------------------------------ */
.tilelist {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .tilelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .tilelist {
    display: block;
    width: 100%;
  }
}

.tilelist > li {
  position: relative;
  margin: 22px 22px 0 0;
  padding: 32px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .tilelist > li {
    margin: 2% 2% 0 0;
    padding: 32px 22px;
  }
}

@media screen and (max-width: 768px) {
  .tilelist > li {
    padding: 22px;
  }
}

.tilelist > li > h4 {
  margin: 0 -1.3em;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}

.tilelist > li > h4 > span {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .tilelist > li > h4 {
    margin: 0;
  }
}

.tilelist > li .txt {
  margin-top: 20px;
}

.tilelist > li .txt.-link {
  text-align: right;
}

.tilelist > li .-link + .-link {
  margin-top: 8px;
}

.tilelist > li > .btn-box {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .tilelist > li > .btn-box {
    position: absolute;
    bottom: 32px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .tilelist > li > .btn-box {
    position: relative;
    margin-top: 30px;
  }
}

.tilelist > li > .btn-box > .btn {
  padding: 12px 30px 12px 20px;
  width: 78%;
}

@media screen and (max-width: 768px) {
  .tilelist > li > .btn-box > .btn {
    width: 100%;
    max-width: 248px;
  }
}

.tilelist > li > .new {
  position: absolute;
  top: 12px;
  left: 32px;
  font-family: 'Cabin', sans-serif;
  font-size: 1.6rem;
  color: #F23005;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .tilelist > li > .new {
    left: 22px;
  }
}

@media screen and (max-width: 768px) {
  .tilelist > li > .new {
    top: 8px;
    left: 22px;
  }
}

.tilelist.-col3 > li {
  width: 312px;
}

.tilelist.-col3 > li:nth-child(3n) {
  margin-right: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .tilelist.-col3 > li:nth-of-type(1), .tilelist.-col3 > li:nth-of-type(2), .tilelist.-col3 > li:nth-of-type(3) {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .tilelist.-col3 > li {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .tilelist.-col3 > li {
    width: 100%;
    height: auto;
  }
}

.tilelist.-col3b > li {
  padding: 32px 32px 100px;
  width: 312px;
}

.tilelist.-col3b > li:nth-child(3n) {
  margin-right: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .tilelist.-col3b > li:nth-of-type(1), .tilelist.-col3b > li:nth-of-type(2), .tilelist.-col3b > li:nth-of-type(3) {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .tilelist.-col3b > li {
    padding: 32px 22px 100px;
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .tilelist.-col3b > li {
    padding: 22px;
  }
}

@media screen and (max-width: 768px) {
  .tilelist.-col3b > li {
    width: 100%;
    height: auto;
  }
}

/* ============================================================
	entry-area
============================================================ */
.entry-area {
  margin: 130px 0 0;
  padding: 80px 0;
  background-color: #B7B7B7;
}

@media screen and (max-width: 768px) {
  .entry-area {
    margin: 100px 0 0;
    padding: 50px 0 30px;
  }
}

.entry-area > .wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .entry-area > .wrap {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .entry-area > .wrap {
    margin: 0 4% 0;
    width: 92%;
  }
}

.entry-area > .wrap > h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .entry-area > .wrap > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .entry-area > .wrap > .list {
    margin-top: 30px;
  }
}

.entry-area > .wrap > .list > li {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .entry-area > .wrap > .list > li {
    margin: 0;
    padding: 0;
  }
}

.entry-area > .wrap > .list > li > .lead {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.entry-area > .wrap > .list > li > .btn-box {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.entry-area > .wrap > .list > li > .btn-box > .btn {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .entry-area > .wrap > .list > li > .btn-box > .btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ============================================================
	Helper
============================================================ */
._ta-c {
  text-align: center !important;
}

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

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

.u-liner-blue {
  display: inline;
  padding: 0 5px 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-4%, transparent), color-stop(5%, #D5E7FF));
  background: linear-gradient(transparent -4%, #D5E7FF 5%);
}

/* ============================================================
	top
============================================================ */
body.index .hero-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 80px;
}

@media print, screen and (max-width: 1100px) {
  body.index .hero-area {
    margin-top: 74px;
  }
}

@media screen and (max-width: 768px) {
  body.index .hero-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 38px;
    background: -webkit-gradient(linear, left top, right top, from(#0455bf), to(#132c8d));
    background: linear-gradient(90deg, #0455bf 0%, #132c8d 100%);
  }
}

@media screen and (max-width: 600px) {
  body.index .hero-area {
    padding-bottom: calc((38 / 375)*100vw);
  }
}

body.index .hero-area h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 5;
  padding-right: calc((40 / 1920)*100vw);
  width: calc((960 / 1920)*100vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#0455bf), to(#132c8d));
  background: linear-gradient(180deg, #0455bf 0%, #132c8d 100%);
}

@media screen and (max-width: 768px) {
  body.index .hero-area h1 {
    width: 100%;
    padding-top: 35px;
    padding-right: 0;
    padding-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#0455bf), to(#132c8d));
    background: linear-gradient(90deg, #0455bf 0%, #132c8d 100%);
  }
}

@media screen and (max-width: 600px) {
  body.index .hero-area h1 {
    padding-top: calc((35 / 375)*100vw);
    padding-bottom: calc((20 / 375)*100vw);
  }
}

body.index .hero-area h1 img {
  width: calc((846 / 1920)*100vw);
  max-width: 846px;
  height: calc((432 / 1920)*100vw);
  margin-top: calc((-10 / 1920)*100vw);
}

@media screen and (max-width: 768px) {
  body.index .hero-area h1 img {
    width: calc((320 / 375)*100vw);
    height: auto;
    max-width: 320px;
    margin-top: 0;
  }
}

body.index .hero-area .hero-movie {
  position: relative;
  z-index: 1;
  width: calc(((1920 - 960) / 1920)*100vw);
  max-height: 534px;
  padding-top: calc((534 / 1920)*100vw);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body.index .hero-area .hero-movie {
    width: 100%;
    max-height: unset;
    padding-top: 0;
    overflow: unset;
  }
}

body.index .hero-area .hero-movie::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 10;
  width: calc((92 / 1920)*100vw);
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0455bf), to(#132c8d));
  background: linear-gradient(180deg, #0455bf 0%, #132c8d 100%);
}

@media screen and (max-width: 768px) {
  body.index .hero-area .hero-movie::before {
    top: -1px;
    left: unset;
    width: 100%;
    height: calc((30 / 375)*100vw);
    background: -webkit-gradient(linear, left top, right top, from(#0455bf), to(#132c8d));
    background: linear-gradient(90deg, #0455bf 0%, #132c8d 100%);
  }
}

body.index .hero-area .hero-movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  outline: none;
  border: 0;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

@media screen and (max-width: 768px) {
  body.index .hero-area .hero-movie video {
    position: relative;
    top: unset;
    right: unset;
  }
}

body.index .hero-area .hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: calc((67 / 1920)*100vw);
  z-index: 5;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body.index .hero-area .hero-btn {
    bottom: -20px;
  }
}

@media screen and (max-width: 600px) {
  body.index .hero-area .hero-btn {
    bottom: calc((-20 / 375)*100vw);
  }
}

body.index .hero-area .hero-btn a {
  padding-top: 15px;
  padding-right: calc((40 / 1920)*100vw);
  padding-bottom: 15px;
  padding-left: calc((40 / 1920)*100vw);
  border-radius: 50px;
  background-color: white;
  color: #132c8d;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  body.index .hero-area .hero-btn a {
    width: calc((254 / 375)*100vw);
    padding: 12px 25px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  body.index .hero-area .hero-btn a {
    width: unset;
    padding-right: calc((25 / 375)*100vw);
    padding-left: calc((25 / 375)*100vw);
  }
}

body.index .hero-area .hero-btn a::after {
  content: url(/recruit/assets/icon/icon_arrow_right.svg);
  display: inline-block;
  margin-left: 5px;
  font-family: "tribeck-recruit" !important;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  body.index .hero-area .hero-btn a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/recruit/assets/icon/icon_arrow_right.svg) no-repeat left center;
    background-size: contain;
  }
}

@media print, screen and (min-width: 769px) {
  body.index .hero-area .hero-btn a:hover {
    opacity: unset;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* ------------------------------------------------------------
	section
------------------------------------------------------------ */
body.index section > .wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  body.index section > .wrap {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  body.index section > .wrap {
    margin: 0 4% 0;
    width: 92%;
  }
}

body.index section > .wrap > h2 {
  margin: 0 auto 30px;
  font-family: 'Cabin', sans-serif;
  color: #033E8C;
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body.index section > .wrap > h2 {
    margin: 0 auto 20px;
    font-size: 4.8rem;
  }
}

/* ------------------------------------------------------------
	guideline-area
------------------------------------------------------------ */
body.index .guideline-area {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  body.index .guideline-area {
    margin-top: 35px;
  }
}

body.index .guideline-area > .wrap > .list {
  margin: 0 -6px;
}

@media print, screen and (min-width: 769px) {
  body.index .guideline-area > .wrap > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  body.index .guideline-area > .wrap > .list {
    margin-top: 13px;
  }
}

body.index .guideline-area > .wrap > .list > li {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body.index .guideline-area > .wrap > .list > li {
    margin: 0;
    padding: 0;
  }
}

body.index .guideline-area > .wrap > .list > li > .lead {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

body.index .guideline-area > .wrap > .list > li > .btn-box {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

body.index .guideline-area > .wrap > .list > li > .btn-box > .btn {
  width: 320px;
}

@media screen and (max-width: 768px) {
  body.index .guideline-area > .wrap > .list > li > .btn-box > .btn {
    width: 100%;
    max-width: 216px;
    padding: 12px 25px 12px 20px;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
	about-area
------------------------------------------------------------ */
body.index .about-area {
  width: 100%;
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  body.index .about-area {
    margin-top: 65px;
  }
}

body.index .about-area .list {
  margin: 60px auto 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  body.index .about-area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .about-area .list {
    width: 740px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about-area .list {
    margin: 25px auto 0;
  }
}

body.index .about-area .list > li {
  width: 470px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .about-area .list > li {
    width: 358px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li {
    margin-top: 25px;
    width: 100%;
  }
}

body.index .about-area .list > li > .linkarea {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  z-index: 1;
  width: 470px;
  height: 220px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .about-area .list > li > .linkarea {
    width: 100%;
    height: 190px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea {
    width: 100%;
    height: auto;
  }
}

body.index .about-area .list > li > .linkarea > div {
  position: relative;
  z-index: 2;
  padding: 0 26px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea > div {
    padding: 30px 20px;
  }
}

body.index .about-area .list > li > .linkarea > div > h3 {
  padding: 0 0 30px;
  min-height: 64px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea > div > h3 {
    padding: 0 0 20px;
    min-height: auto;
    font-size: 2.4rem;
  }
}

body.index .about-area .list > li > .linkarea > div > h3 > .size-oth {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  body.index .about-area .list > li > .linkarea > div > h3 > .size-oth {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  body.index .about-area .list > li > .linkarea > div > h3 > .size-oth {
    display: inline-block !important;
  }
}

body.index .about-area .list > li > .linkarea > div > .btn {
  display: inline-block;
  position: relative;
  padding: 12px 60px 12px 50px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #0455BF;
  border: 2px solid #0455BF;
  padding: 10px 50px 10px 40px;
}

body.index .about-area .list > li > .linkarea > div > .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #fff;
}

body.index .about-area .list > li > .linkarea > div > .btn:visited {
  color: #fff;
}

body.index .about-area .list > li > .linkarea > div > .btn.-blank::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea > div > .btn {
    padding: 10px 35px 10px 20px;
    width: 155px;
  }
}

body.index .about-area .list > li > .linkarea > div.about01 {
  padding: 30px 20px 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  body.index .about-area .list > li > .linkarea > div.about01 > h3 {
    padding: 20px 0 30px;
  }
}

body.index .about-area .list > li > .linkarea > div.about01 > .btn {
  padding: 10px 24px 10px;
  width: 216px;
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea > div.about01 > .btn {
    padding: 10px 25px 10px 20px;
  }
}

body.index .about-area .list > li > .linkarea.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

body.index .about-area .list > li > .linkarea.hover > div > .btn {
  background-color: #fff;
  color: #0455BF;
  text-decoration: none !important;
}

body.index .about-area .list > li > .linkarea.hover > div > .btn::before {
  color: #0455BF;
}

@media print, screen and (min-width: 769px) {
  body.index .about-area .list > li > .linkarea:hover {
    opacity: 1;
  }
  body.index .about-area .list > li > .linkarea:hover > div > .btn {
    background-color: #fff;
    color: #0455BF;
    text-decoration: none !important;
  }
  body.index .about-area .list > li > .linkarea:hover > div > .btn::before {
    color: #0455BF;
  }
}

body.index .about-area .list > li > .linkarea.-about01 {
  height: 480px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .about-area .list > li > .linkarea.-about01 {
    height: 420px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea.-about01 {
    height: auto;
    padding-bottom: 62vw;
  }
}

@media screen and (max-width: 600px) {
  body.index .about-area .list > li > .linkarea.-about01 {
    padding-bottom: 63vw;
  }
}

body.index .about-area .list > li > .linkarea.-about01::before {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  bottom: 0;
  background: url(/recruit/assets/images/top_about01_big.png) bottom no-repeat;
  background-size: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.index .about-area .list > li > .linkarea.-about01.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

body.index .about-area .list > li > .linkarea.-about01.hover::before {
  opacity: .6;
}

@media print, screen and (min-width: 769px) {
  body.index .about-area .list > li > .linkarea.-about01:hover {
    background-color: #fff;
  }
  body.index .about-area .list > li > .linkarea.-about01:hover::before {
    opacity: .6;
  }
}

body.index .about-area .list > li > .linkarea.-about02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
}

body.index .about-area .list > li > .linkarea.-about02::before {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/recruit/assets/images/top_about02.jpg) right center no-repeat;
  background-size: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.index .about-area .list > li > .linkarea.-about02.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

body.index .about-area .list > li > .linkarea.-about02.hover::before {
  opacity: .6;
}

@media print, screen and (min-width: 769px) {
  body.index .about-area .list > li > .linkarea.-about02:hover {
    background-color: #fff;
  }
  body.index .about-area .list > li > .linkarea.-about02:hover::before {
    opacity: .6;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .about-area .list > li > .linkarea.-about02::before {
    background: url(/recruit/assets/images/top_about02_sp.jpg) right center no-repeat;
    background-size: 138px 190px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea.-about02 {
    margin-top: 0;
    background: #fff url(/recruit/assets/images/top_about02_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
  body.index .about-area .list > li > .linkarea.-about02::before {
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
  }
  body.index .about-area .list > li > .linkarea.-about02.hover {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
  }
  body.index .about-area .list > li > .linkarea.-about02.hover::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  body.index .about-area .list > li > .linkarea.-about02:hover {
    background-color: #fff;
  }
  body.index .about-area .list > li > .linkarea.-about02:hover::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 600px) {
  body.index .about-area .list > li > .linkarea.-about02 {
    background: #fff url(/recruit/assets/images/top_about02.jpg) right center no-repeat;
    background-size: 194px 182px;
  }
}

@media screen and (max-width: 425px) {
  body.index .about-area .list > li > .linkarea.-about02 {
    background: #fff url(/recruit/assets/images/top_about02_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

body.index .about-area .list > li > .linkarea.-about03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

body.index .about-area .list > li > .linkarea.-about03::before {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/recruit/assets/images/top_about03.jpg) right center no-repeat;
  background-size: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.index .about-area .list > li > .linkarea.-about03.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

body.index .about-area .list > li > .linkarea.-about03.hover::before {
  opacity: .6;
}

@media print, screen and (min-width: 769px) {
  body.index .about-area .list > li > .linkarea.-about03:hover {
    background-color: #fff;
  }
  body.index .about-area .list > li > .linkarea.-about03:hover::before {
    opacity: .6;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .about-area .list > li > .linkarea.-about03::before {
    background: url(/recruit/assets/images/top_about03_sp.jpg) right center no-repeat;
    background-size: 138px 190px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li > .linkarea.-about03 {
    margin-top: 0;
    background: #fff url(/recruit/assets/images/top_about03_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
  body.index .about-area .list > li > .linkarea.-about03::before {
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
  }
  body.index .about-area .list > li > .linkarea.-about03.hover {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
  }
  body.index .about-area .list > li > .linkarea.-about03.hover::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  body.index .about-area .list > li > .linkarea.-about03:hover {
    background-color: #fff;
  }
  body.index .about-area .list > li > .linkarea.-about03:hover::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 600px) {
  body.index .about-area .list > li > .linkarea.-about03 {
    background: #fff url(/recruit/assets/images/top_about03.jpg) right center no-repeat;
    background-size: 194px 182px;
  }
}

@media screen and (max-width: 425px) {
  body.index .about-area .list > li > .linkarea.-about03 {
    background: #fff url(/recruit/assets/images/top_about03_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about-area .list > li:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body.index .about-area .list > li:last-of-type > .linkarea {
    width: 48%;
    height: 182px;
  }
}

@media screen and (max-width: 600px) {
  body.index .about-area .list > li:last-of-type {
    display: block;
  }
  body.index .about-area .list > li:last-of-type > .linkarea {
    width: 100%;
  }
  body.index .about-area .list > li:last-of-type > .linkarea:last-child {
    margin-top: 20px;
  }
}

/* ------------------------------------------------------------
	movie-area
------------------------------------------------------------ */
body.index .movie-area {
  width: 100%;
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  body.index .movie-area {
    margin-top: 65px;
  }
}

body.index .movie-area .list {
  margin: 60px auto 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  body.index .movie-area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  body.index .movie-area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  body.index .movie-area .list {
    display: unset;
  }
}

body.index .movie-area .list > li {
  position: relative;
  width: 470px;
  height: 380px;
}

@media screen and (max-width: 768px) {
  body.index .movie-area .list > li {
    margin-top: 25px;
    width: 48%;
    height: 38vw;
  }
}

@media screen and (max-width: 600px) {
  body.index .movie-area .list > li {
    width: 100%;
    height: calc((285 / 375)*100vw);
  }
}

@media screen and (max-width: 320px) {
  body.index .movie-area .list > li {
    height: calc((315 / 375)*100vw);
  }
}

body.index .movie-area .list > li > .linkarea {
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  z-index: 1;
  width: 470px;
  height: 380px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .movie-area .list > li > .linkarea {
    width: 100%;
    height: 190px;
  }
}

@media screen and (max-width: 768px) {
  body.index .movie-area .list > li > .linkarea {
    width: 100%;
    height: 38vw;
    padding-bottom: 38vw;
  }
}

@media screen and (max-width: 600px) {
  body.index .movie-area .list > li > .linkarea {
    height: calc((285 / 375)*100vw);
    padding-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  body.index .movie-area .list > li > .linkarea {
    height: calc((315 / 375)*100vw);
  }
}

body.index .movie-area .list > li > .linkarea::before {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.index .movie-area .list > li > .linkarea.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

body.index .movie-area .list > li > .linkarea.hover::before {
  opacity: .6;
}

@media print, screen and (min-width: 769px) {
  body.index .movie-area .list > li > .linkarea:hover {
    background-color: #fff;
  }
  body.index .movie-area .list > li > .linkarea:hover::before {
    opacity: .6;
  }
}

body.index .movie-area .list > li > .linkarea > div {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body.index .movie-area .list > li > .linkarea > div {
    padding: 30px 20px;
  }
}

body.index .movie-area .list > li > .linkarea > div > h3 {
  padding: 0 0 30px;
  min-height: 64px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  body.index .movie-area .list > li > .linkarea > div > h3 {
    padding: 0 0 20px;
    min-height: auto;
    font-size: 1.8rem;
  }
}

body.index .movie-area .list > li > .linkarea > div > h3 > .size-oth {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  body.index .movie-area .list > li > .linkarea > div > h3 > .size-oth {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  body.index .movie-area .list > li > .linkarea > div > h3 > .size-oth {
    display: inline-block !important;
  }
}

body.index .movie-area .list > li > .linkarea > div > .btn {
  display: inline-block;
  position: relative;
  padding: 12px 60px 12px 50px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #0455BF;
  border: 2px solid #0455BF;
  padding: 10px 50px 10px 40px;
}

body.index .movie-area .list > li > .linkarea > div > .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #fff;
}

body.index .movie-area .list > li > .linkarea > div > .btn:visited {
  color: #fff;
}

body.index .movie-area .list > li > .linkarea > div > .btn.-blank::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
}

@media screen and (max-width: 768px) {
  body.index .movie-area .list > li > .linkarea > div > .btn {
    padding: 10px 35px 10px 20px;
    width: 155px;
  }
}

body.index .movie-area .list > li > .linkarea.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

body.index .movie-area .list > li > .linkarea.hover > div > .btn {
  background-color: #fff;
  color: #0455BF;
  text-decoration: none !important;
}

body.index .movie-area .list > li > .linkarea.hover > div > .btn::before {
  color: #0455BF;
}

@media print, screen and (min-width: 769px) {
  body.index .movie-area .list > li > .linkarea:hover {
    opacity: 1;
  }
  body.index .movie-area .list > li > .linkarea:hover > div > .btn {
    background-color: #fff;
    color: #0455BF;
    text-decoration: none !important;
  }
  body.index .movie-area .list > li > .linkarea:hover > div > .btn::before {
    color: #0455BF;
  }
}

body.index .movie-area .list > li > .linkarea.-movie01::before {
  background: url(/recruit/assets/images/top_movie01.png) top no-repeat;
  background-size: 100%;
}

body.index .movie-area .list > li > .linkarea.-movie02::before {
  background: url(/recruit/assets/images/top_movie02.png) top no-repeat;
  background-size: 100%;
}

body.index .movie-area .list > li > .linkarea.-movie03::before {
  background: url(/recruit/assets/images/top_movie03.png) top no-repeat;
  background-size: 100%;
}

/* ------------------------------------------------------------
	crosstalk-area
------------------------------------------------------------ */
body.index .crosstalk-area {
  margin-top: 90px;
  margin-bottom: 70px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area {
    margin-top: 65px;
  }
}

body.index .crosstalk-area .swiper-area {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 0 0;
  width: 840px;
  height: 460px;
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .crosstalk-area .swiper-area {
    width: 680px;
    height: 490px;
  }
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-area {
    padding: 25px 8% 80px;
    width: 100%;
    height: auto;
    background-size: 40vw;
  }
}

body.index .crosstalk-area .swiper-area > h3 {
  font-family: 'Cabin', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-area > h3 {
    font-size: 2.4rem;
  }
}

body.index .crosstalk-area .swiper-area > .lead {
  margin: 30px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-area > .lead {
    margin: 20px 0;
    text-align: left;
  }
}

body.index .crosstalk-area .swiper-area .swiper-button-next {
  background-image: none;
}

body.index .crosstalk-area .swiper-area .swiper-button-next::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: -40px;
  font-size: 5.5rem;
  content: "";
  color: #0455BF;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-area .swiper-button-next::before {
    right: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

body.index .crosstalk-area .swiper-area .swiper-button-prev {
  background-image: none;
}

body.index .crosstalk-area .swiper-area .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 40px;
  font-size: 5.5rem;
  content: "";
  color: #0455BF;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-area .swiper-button-prev::before {
    right: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

@media print, screen and (min-width: 769px) {
  body.index .crosstalk-area .swiper-area .swiper-button-next {
    top: 50%;
    right: -40px;
    width: 40px;
  }
  body.index .crosstalk-area .swiper-area .swiper-button-prev {
    top: 50%;
    left: -40px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-area .swiper-button-next {
    top: auto;
    bottom: 30px;
    right: 25px;
    width: 17px;
    height: 22px;
  }
  body.index .crosstalk-area .swiper-area .swiper-button-prev {
    top: auto;
    bottom: 30px;
    left: 25px;
    width: 17px;
    height: 22px;
  }
}

@media print, screen and (min-width: 769px) {
  body.index .crosstalk-area .swiper-container {
    margin: 0 40px;
  }
}

@media print, screen and (min-width: 769px) {
  body.index .crosstalk-area .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

body.index .crosstalk-area .swiper-slide > .photo {
  width: 478px;
  height: auto;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .crosstalk-area .swiper-slide > .photo {
    width: 328px;
  }
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-slide > .photo {
    margin-bottom: 15px;
    width: 100%;
  }
}

body.index .crosstalk-area .swiper-slide > .photo.-comingsoon {
  background-color: #133F87;
}

body.index .crosstalk-area .swiper-slide > .photo.-comingsoon img {
  opacity: 0.3;
}

body.index .crosstalk-area .swiper-slide > .txt-box {
  width: 250px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-slide > .txt-box {
    width: 100%;
  }
}

body.index .crosstalk-area .swiper-slide > .txt-box > .number {
  margin-bottom: 10px;
  color: #F25C05;
}

body.index .crosstalk-area .swiper-slide > .txt-box > .title {
  margin-bottom: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-slide > .txt-box > .title {
    margin-bottom: 20px;
  }
}

body.index .crosstalk-area .swiper-slide > .txt-box > .btn-box {
  text-align: left;
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-slide > .txt-box > .btn-box {
    text-align: center;
  }
}

body.index .crosstalk-area .swiper-slide > .txt-box > .btn-box .btn {
  width: 216px;
  padding: 10px 60px 10px 50px;
  font-size: 1.4rem;
}

body.index .crosstalk-area .swiper-pagination {
  bottom: 50px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .crosstalk-area .swiper-pagination {
    bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  body.index .crosstalk-area .swiper-pagination {
    bottom: 35px !important;
    min-width: 200px;
  }
}

body.index .crosstalk-area .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #8D8D8D;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.index .crosstalk-area .swiper-pagination-bullet.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: .2;
}

@media print, screen and (min-width: 769px) {
  body.index .crosstalk-area .swiper-pagination-bullet:hover {
    opacity: .2;
  }
}

body.index .crosstalk-area .swiper-pagination-bullet-active {
  background: #0455BF;
}

/* ------------------------------------------------------------
	people-area
------------------------------------------------------------ */
body.index .people-area {
  margin: 0;
  width: 100%;
  height: 280px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  body.index .people-area {
    height: auto;
  }
}

body.index .people-area > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 280px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body.index .people-area > .wrap {
    height: auto;
    padding: 32px 0;
  }
}

@media screen and (max-width: 600px) {
  body.index .people-area > .wrap {
    padding: 30px 0;
  }
}

body.index .people-area > .wrap > div > h3 {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body.index .people-area > .wrap > div > h3 {
    font-size: 2.4rem;
  }
}

body.index .people-area > .wrap > div > .lead {
  margin: 30px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

body.index .people-area > .wrap > div > .btn-box .btn {
  width: 216px;
  padding: 10px 60px 10px 50px;
  font-size: 1.4rem;
}

/* ------------------------------------------------------------
	life-area
------------------------------------------------------------ */
body.index .life-area {
  width: 100%;
  margin-top: 130px;
  padding: 90px 0 80px;
  background: url(/recruit/assets/images/top_life.png) center no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media print, screen and (min-width: 769px) {
  body.index .life-area {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  body.index .life-area {
    margin-top: 70px;
    padding: 50px 0 55px;
  }
}

body.index .life-area > .wrap {
  text-align: center;
}

body.index .life-area > .wrap .worklife-area {
  margin: 0 auto;
  padding: 50px;
  width: 730px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .worklife-area {
    padding: 30px;
    width: 100%;
  }
}

body.index .life-area > .wrap .worklife-area > h3 {
  font-family: 'Cabin', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .worklife-area > h3 {
    font-size: 2.4rem;
  }
}

body.index .life-area > .wrap .worklife-area > .lead {
  margin: 30px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .worklife-area > .lead {
    margin: 20px 0;
  }
}

body.index .life-area > .wrap .worklife-area > .btn-box .btn {
  width: 216px;
  padding: 10px 60px 10px 50px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .worklife-area > .btn-box .btn {
    margin-top: 32px;
  }
}

body.index .life-area > .wrap .worklife-area > .pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 769px) {
  body.index .life-area > .wrap .worklife-area > .pict {
    margin-bottom: 40px;
  }
}

body.index .life-area > .wrap .worklife-area > .pict > li {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .worklife-area > .pict > li {
    padding: 0 2vw;
    max-width: 128px;
  }
}

body.index .life-area > .wrap .worklife-area > .pict > li > p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.2;
}

body.index .life-area > .wrap .worklife-area > .pict > li > img {
  width: 128px;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .worklife-area > .pict > li > img {
    width: 100%;
    max-width: 128px;
  }
}

body.index .life-area > .wrap .trstagram-area {
  position: relative;
  margin: 70px auto 0;
  padding: 50px 20px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area {
    margin: 55px auto 0;
    padding: 30px 20px;
  }
}

body.index .life-area > .wrap .trstagram-area > h3 {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > h3 {
    font-size: 2.4rem;
  }
}

body.index .life-area > .wrap .trstagram-area > .lead {
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .life-area > .wrap .trstagram-area > .lead {
    margin: 20px auto;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > .lead {
    margin: 20px 0 16px;
    font-size: 1.4rem;
  }
}

body.index .life-area > .wrap .trstagram-area > .photo {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  body.index .life-area > .wrap .trstagram-area > .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
  }
}

body.index .life-area > .wrap .trstagram-area > .photo > li {
  position: relative;
  overflow: hidden;
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > .photo > li {
    margin: 0;
    padding: 4px;
    width: 50%;
  }
}

body.index .life-area > .wrap .trstagram-area > .photo > li > .txt {
  position: absolute;
  top: 70%;
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 30%;
  text-align: left;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(4, 85, 191, 0.8);
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > .photo > li > .txt {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  body.index .life-area > .wrap .trstagram-area > .photo > li > img {
    max-width: 220px;
  }
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > .photo > li > img {
    width: 100%;
  }
}

body.index .life-area > .wrap .trstagram-area > .photo > li.-new::after {
  content: 'NEW';
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  background-color: #F2301E;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 31px;
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > .photo > li.-new::after {
    top: 4px;
    left: 4px;
    width: 54px;
    font-size: 1.5rem;
    line-height: 26px;
  }
}

body.index .life-area > .wrap .trstagram-area .photo li:hover .txt {
  opacity: 0.8;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  body.index .life-area > .wrap .trstagram-area > .btn-box {
    margin-top: 30px;
  }
}

body.index .life-area > .wrap .trstagram-area > .btn-box .btn {
  width: 216px;
  padding: 10px 60px 10px 50px;
  font-size: 1.4rem;
}

/* ------------------------------------------------------------
	info-area
------------------------------------------------------------ */
body.index .info-area {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  body.index .info-area {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  body.index .info-area {
    margin-top: 75px;
  }
}

body.index .info-area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 60px auto 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body.index .info-area .list {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 600px) {
  body.index .info-area .list {
    display: block;
  }
}

body.index .info-area .list > li {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  padding-left: 200px;
  width: 470px;
  height: 192px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  body.index .info-area .list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  body.index .info-area .list > li {
    padding-left: 20vw;
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  body.index .info-area .list > li {
    padding: 30px 20px;
    width: 48%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  body.index .info-area .list > li {
    margin: 30px auto 0;
    width: 100%;
    max-width: 285px;
  }
}

body.index .info-area .list > li > div > h3 {
  padding: 0 0 20px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  body.index .info-area .list > li > div > h3 {
    padding: 0 0 20px;
  }
}

body.index .info-area .list > li > div > .pict {
  display: none;
}

@media screen and (max-width: 768px) {
  body.index .info-area .list > li > div > .pict {
    margin: 0 auto;
    display: block;
    width: 128px;
  }
}

body.index .info-area .list > li > div > .btn-box .btn {
  width: 216px;
  padding: 10px 60px 10px 50px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  body.index .info-area .list > li.info01 {
    background: #fff url(/recruit/assets/images/top_faq.png) 40px center no-repeat;
    background-size: 30%;
  }
  body.index .info-area .list > li.info02 {
    background: #fff url(/recruit/assets/images/top_guideline.png) 40px center no-repeat;
    background-size: 30%;
  }
}

/* ------------------------------------------------------------
	entry-area
------------------------------------------------------------ */
body.index .entry-area {
  margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
  body.index .entry-area {
    margin-top: 70px;
  }
}

body.index .entry-area > .wrap > h2 {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

/* ============================================================
	about
============================================================ */
/* ------------------------------------------------------------
	main-area
------------------------------------------------------------ */
.main-area.-president {
  background: url(/recruit/about/images/president_main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-president {
    background: url(/recruit/about/images/president_main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-president {
    background: url(/recruit/about/images/president_main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-president .size-oth {
  display: none;
}

@media screen and (max-width: 425px) {
  .main-area.-president .size-oth {
    display: inline-block !important;
  }
}

.main-area.-recruitment {
  background: url(/recruit/about/images/recruitment_main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-recruitment {
    background: url(/recruit/about/images/recruitment_main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-recruitment {
    background: url(/recruit/about/images/recruitment_main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

/* ------------------------------------------------------------
	content-area
------------------------------------------------------------ */
.content-area > .base-wrap.-about {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-about {
    margin-top: -30px;
  }
}

.content-area > .base-wrap.-about > .box > h2 {
  margin-bottom: 2em;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-about > .box > h2 {
    margin-bottom: 1.5em;
    font-size: 2.2rem;
  }
}

.content-area > .base-wrap.-about > .box > .txt {
  line-height: 1.7;
  margin-top: 25px;
}

.content-area > .base-wrap.-about > .box > .txt:first-child {
  margin-top: 0;
}

.content-area > .base-wrap.-about > .box > .txt + h2 {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-about > .box > .txt + h2 {
    margin-top: 1.5em;
  }
}

.content-area > .base-wrap.-about > .box > .corp {
  margin-top: 60px;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}

.content-area > .base-wrap.-about > .box > .corp > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-about > .box > .corp {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

.content-area > .base-wrap.-about > .box > .president {
  margin-top: 6px;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}

.content-area > .base-wrap.-about > .box > .position {
  margin-top: 60px;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-about > .box > .position {
    margin-top: 40px;
  }
}

.content-area > .base-wrap.-about > .box > .name-sign {
  margin-top: 25px;
  text-align: right;
}

.content-area > .base-wrap.-about > .box > .name-sign img {
  width: 175px;
  height: 64px;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-about > .box > .name-sign {
    margin-top: 20px;
  }
  .content-area > .base-wrap.-about > .box > .name-sign img {
    width: 136px;
    height: auto;
  }
}

.content-area > .base-wrap.-about > .box > blockquote {
  margin-top: 25px;
  padding: 32px;
  border-radius: 10px;
  background-color: #D5E7FF;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-about > .box > blockquote {
    padding: 22px;
  }
}

.content-area > .base-wrap.-about > .box > blockquote .txt {
  line-height: 1.7;
}

/* ------------------------------------------------------------
	menu-about
------------------------------------------------------------ */
.content-area > .base-wrap > .menu-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .menu-about {
    display: block;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  z-index: 1;
  width: 470px;
  height: 220px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content-area > .base-wrap > .menu-about > .linkarea::before {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255, 255, 255, 0);
}

.content-area > .base-wrap > .menu-about > .linkarea.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.content-area > .base-wrap > .menu-about > .linkarea.hover::before {
  background-color: rgba(255, 255, 255, 0.6);
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .menu-about > .linkarea:hover::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .menu-about > .linkarea {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .menu-about > .linkarea {
    width: 48%;
    height: 182px;
  }
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .menu-about > .linkarea {
    width: 100%;
  }
  .content-area > .base-wrap > .menu-about > .linkarea:last-child {
    margin-top: 20px;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea > div {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  text-align: left;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .menu-about > .linkarea > div {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .menu-about > .linkarea > div {
    padding: 0 20px;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea > div > h4 {
  padding: 0 0 30px;
  min-height: 96px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .menu-about > .linkarea > div > h4 {
    padding: 0 0 20px;
    min-height: auto;
    font-size: 2.4rem;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea > div > h4 > .size-oth {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .menu-about > .linkarea > div > h4 > .size-oth {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .content-area > .base-wrap > .menu-about > .linkarea > div > h4 > .size-oth {
    display: inline-block !important;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea > div > .btn {
  display: inline-block;
  position: relative;
  padding: 12px 60px 12px 50px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #0455BF;
  border: 2px solid #0455BF;
  padding: 12px 50px 12px 40px;
}

.content-area > .base-wrap > .menu-about > .linkarea > div > .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #fff;
}

.content-area > .base-wrap > .menu-about > .linkarea > div > .btn:visited {
  color: #fff;
}

.content-area > .base-wrap > .menu-about > .linkarea > div > .btn.-blank::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .menu-about > .linkarea > div > .btn {
    padding: 10px 35px 10px 20px;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #fff;
}

.content-area > .base-wrap > .menu-about > .linkarea.hover::before {
  opacity: .6;
}

.content-area > .base-wrap > .menu-about > .linkarea.hover > div > .btn {
  background-color: #fff;
  color: #0455BF;
  text-decoration: none !important;
}

.content-area > .base-wrap > .menu-about > .linkarea.hover > div > .btn::before {
  color: #0455BF;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .menu-about > .linkarea:hover {
    opacity: 1;
    background-color: #fff;
  }
  .content-area > .base-wrap > .menu-about > .linkarea:hover::before {
    opacity: .6;
  }
  .content-area > .base-wrap > .menu-about > .linkarea:hover > div > .btn {
    background-color: #fff;
    color: #0455BF;
    text-decoration: none !important;
  }
  .content-area > .base-wrap > .menu-about > .linkarea:hover > div > .btn::before {
    color: #0455BF;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea::before {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content-area > .base-wrap > .menu-about > .linkarea.-about01 {
  background: #fff url(/recruit/assets/images/top_about01.jpg) right center no-repeat;
  background-size: 50%;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about01 {
    background: #fff url(/recruit/assets/images/top_about01_sp.jpg) right center no-repeat;
    background-size: 160px 220px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about01 {
    background: #fff url(/recruit/assets/images/top_about01_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about01 {
    background: #fff url(/recruit/assets/images/top_about01.jpg) right center no-repeat;
    background-size: 194px 182px;
  }
}

@media screen and (max-width: 425px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about01 {
    background: #fff url(/recruit/assets/images/top_about01_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea.-about02 {
  background: #fff url(/recruit/assets/images/top_about02.jpg) right center no-repeat;
  background-size: 50%;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about02 {
    background: #fff url(/recruit/assets/images/top_about02_sp.jpg) right center no-repeat;
    background-size: 160px 220px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about02 {
    background: #fff url(/recruit/assets/images/top_about02_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about02 {
    background: #fff url(/recruit/assets/images/top_about02.jpg) right center no-repeat;
    background-size: 194px 182px;
  }
}

@media screen and (max-width: 425px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about02 {
    background: #fff url(/recruit/assets/images/top_about02_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

.content-area > .base-wrap > .menu-about > .linkarea.-about03 {
  background: #fff url(/recruit/assets/images/top_about03.jpg) right center no-repeat;
  background-size: 50%;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about03 {
    background: #fff url(/recruit/assets/images/top_about03_sp.jpg) right center no-repeat;
    background-size: 160px 220px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about03 {
    background: #fff url(/recruit/assets/images/top_about03_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about03 {
    background: #fff url(/recruit/assets/images/top_about03.jpg) right center no-repeat;
    background-size: 194px 182px;
  }
}

@media screen and (max-width: 425px) {
  .content-area > .base-wrap > .menu-about > .linkarea.-about03 {
    background: #fff url(/recruit/assets/images/top_about03_sp.jpg) right center no-repeat;
    background-size: 132px 182px;
  }
}

/* ------------------------------------------------------------
	tilelist
------------------------------------------------------------ */
.tilelist-people {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tilelist-people > li {
  position: relative;
  margin-right: 22px;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  z-index: 1;
  width: 312px;
}

.tilelist-people > li:nth-child(3n) {
  margin-right: 0 !important;
}

.tilelist-people > li:nth-of-type(4) {
  margin-top: 22px !important;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .tilelist-people > li {
    margin: 2% 2% 0 0;
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .tilelist-people > li {
    margin: 2% 2% 0 0;
    width: 32%;
  }
}

@media screen and (max-width: 600px) {
  .tilelist-people > li {
    margin: 22px 0 0 0;
    width: 100%;
    height: auto;
  }
  .tilelist-people > li:nth-of-type(1) {
    margin-top: 0 !important;
  }
}

.tilelist-people > li > .linkarea {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
}

.tilelist-people > li > .linkarea > h4 {
  padding: 24px 28px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tilelist-people > li > .linkarea > h4 {
    padding: 12px 14px 0;
  }
}

.tilelist-people > li > .linkarea > .department {
  display: block;
  padding: 10px 28px 28px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .tilelist-people > li > .linkarea > .department {
    padding: 10px 14px 20px;
  }
}

.tilelist-people > li > .linkarea > .department > p:last-child {
  text-align: right;
  margin-top: 10px;
}

/* ------------------------------------------------------------
	main-area
------------------------------------------------------------ */
.main-area.-people01 {
  background: url(/recruit/people/images/01/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people01 {
    background: url(/recruit/people/images/01/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people01 {
    background: url(/recruit/people/images/01/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people02 {
  background: url(/recruit/people/images/02/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people02 {
    background: url(/recruit/people/images/02/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people02 {
    background: url(/recruit/people/images/02/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people03 {
  background: url(/recruit/people/images/03/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people03 {
    background: url(/recruit/people/images/03/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people03 {
    background: url(/recruit/people/images/03/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people04 {
  background: url(/recruit/people/images/04/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people04 {
    background: url(/recruit/people/images/04/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people04 {
    background: url(/recruit/people/images/04/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people05 {
  background: url(/recruit/people/images/05/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people05 {
    background: url(/recruit/people/images/05/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people05 {
    background: url(/recruit/people/images/05/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people06 {
  background: url(/recruit/people/images/06/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people06 {
    background: url(/recruit/people/images/06/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people06 {
    background: url(/recruit/people/images/06/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people07 {
  background: url(/recruit/people/images/07/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people07 {
    background: url(/recruit/people/images/07/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people07 {
    background: url(/recruit/people/images/07/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people08 {
  background: url(/recruit/people/images/08/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people08 {
    background: url(/recruit/people/images/08/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people08 {
    background: url(/recruit/people/images/08/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people09 {
  background: url(/recruit/people/images/09/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people09 {
    background: url(/recruit/people/images/09/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people09 {
    background: url(/recruit/people/images/09/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people10 {
  background: url(/recruit/people/images/10/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people10 {
    background: url(/recruit/people/images/10/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people10 {
    background: url(/recruit/people/images/10/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people11 {
  background: url(/recruit/people/images/11/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people11 {
    background: url(/recruit/people/images/11/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people11 {
    background: url(/recruit/people/images/11/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people12 {
  background: url(/recruit/people/images/12/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people12 {
    background: url(/recruit/people/images/12/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people12 {
    background: url(/recruit/people/images/12/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people13 {
  background: url(/recruit/people/images/13/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people13 {
    background: url(/recruit/people/images/13/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people13 {
    background: url(/recruit/people/images/13/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people14 {
  background: url(/recruit/people/images/14/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people14 {
    background: url(/recruit/people/images/14/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people14 {
    background: url(/recruit/people/images/14/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people15 {
  background: url(/recruit/people/images/15/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people15 {
    background: url(/recruit/people/images/15/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people15 {
    background: url(/recruit/people/images/15/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people16 {
  background: url(/recruit/people/images/16/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people16 {
    background: url(/recruit/people/images/16/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people16 {
    background: url(/recruit/people/images/16/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people21 {
  background: url(/recruit/people/images/21/main.png) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people21 {
    background: url(/recruit/people/images/21/main.png) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people21 {
    background: url(/recruit/people/images/21/main_sp.png) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people22 {
  background: url(/recruit/people/images/22/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people22 {
    background: url(/recruit/people/images/22/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people22 {
    background: url(/recruit/people/images/22/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people23 {
  background: url(/recruit/people/images/23/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people23 {
    background: url(/recruit/people/images/23/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people23 {
    background: url(/recruit/people/images/23/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

.main-area.-people24 {
  background: url(/recruit/people/images/24/main.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-area.-people24 {
    background: url(/recruit/people/images/24/main.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .main-area.-people24 {
    background: url(/recruit/people/images/24/main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}

/* ------------------------------------------------------------
	base-wrap
------------------------------------------------------------ */
.content-area > .base-wrap.-people {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people {
    margin-top: -30px;
  }
}

.content-area > .base-wrap.-people > .box {
  padding: 72px 0;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap.-people > .box {
    padding: 52px 0;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box {
    padding: 25px 0;
  }
}

.content-area > .base-wrap.-people > .box h4 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #8D8D8D;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box h4 {
    margin-bottom: 10px;
  }
}

.content-area > .base-wrap.-people > .box > .txt-col1 {
  margin: 40px 72px;
}

.content-area > .base-wrap.-people > .box > .txt-col1:first-of-type {
  margin-top: 0;
}

.content-area > .base-wrap.-people > .box > .txt-col1:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap.-people > .box > .txt-col1 {
    margin: 30px 52px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box > .txt-col1 {
    margin: 25px;
  }
}

.content-area > .base-wrap.-people > .box > .txt-col2 {
  margin: 40px 72px;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 {
    margin: 30px 52px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 {
    display: block;
    margin: 25px;
  }
}

.content-area > .base-wrap.-people > .box > .txt-col2 > li:first-child {
  margin-right: 30px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 > li:first-child {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 > li:first-child {
    margin-right: 0;
  }
}

.content-area > .base-wrap.-people > .box > .txt-col2 > li:first-child span {
  font-size: 1.4rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 > li:last-child {
    margin-top: 15px;
    text-align: center;
  }
}

.content-area > .base-wrap.-people > .box > .txt-col2 > li:last-child > img {
  width: 398px;
  height: 268px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 > li:last-child > img {
    width: 296px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box > .txt-col2 > li:last-child > img {
    width: 100%;
    max-width: 398px;
    height: auto;
  }
}

.content-area > .base-wrap.-people > .box .txt.-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.content-area > .base-wrap.-people > .box .txt.-talk .-name {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 3em;
  font-weight: bold;
  color: #8D8D8D;
}

.content-area > .base-wrap.-people > .box .txt.-talk .-body {
  width: calc(100% - 3em);
}

.content-area > .base-wrap.-people > .box > .img-wrap {
  margin: 56px 0;
}

.content-area > .base-wrap.-people > .box > .img-wrap.-auto {
  text-align: center;
}

.content-area > .base-wrap.-people > .box > .img-wrap.-auto img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box > .img-wrap.-auto img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap.-people > .box > .img-wrap {
    margin: 46px 0;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-people > .box > .img-wrap {
    margin: 25px 0;
  }
}

/* ------------------------------------------------------------
	crosstalk-box
------------------------------------------------------------ */
.crosstalk-box {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  margin-top: 120px;
  padding: 62px 7.2% 62px 40%;
  background: #fff url(/recruit/tribecklife/images/bg_crosstalk.png) 10% 50% no-repeat;
  background-size: 237px auto;
}

@media print, screen and (min-width: 769px) {
  .crosstalk-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .crosstalk-box {
    padding: 32px 32px 190px 32px;
    background: #fff url(/recruit/tribecklife/images/bg_crosstalk.png) center 90% no-repeat;
    background-size: 237px auto;
  }
}

.crosstalk-box h3 {
  font-size: 3rem;
  color: #0455BF;
  font-family: 'Cabin', sans-serif;
}

@media screen and (max-width: 768px) {
  .crosstalk-box h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}

.crosstalk-box .btn-box .btn {
  padding: 10px 60px 10px 50px;
  font-size: 1.4rem;
}

/* ------------------------------------------------------------
	menu-slide
------------------------------------------------------------ */
.people-menu .swiper-area {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 980px;
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .people-menu .swiper-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .people-menu .swiper-area {
    width: 100%;
  }
}

.people-menu .swiper-area .swiper-button-next {
  background-image: none;
}

.people-menu .swiper-area .swiper-button-next::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 0;
  font-size: 4rem;
  content: "";
  color: #0455BF;
}

@media screen and (max-width: 768px) {
  .people-menu .swiper-area .swiper-button-next::before {
    font-size: 2rem;
  }
}

.people-menu .swiper-area .swiper-button-prev {
  background-image: none;
}

.people-menu .swiper-area .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 0;
  font-size: 4rem;
  content: "";
  color: #0455BF;
}

@media screen and (max-width: 768px) {
  .people-menu .swiper-area .swiper-button-prev::before {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .people-menu .swiper-area .swiper-button-next {
    top: 50%;
    right: 0;
    width: 40px;
  }
  .people-menu .swiper-area .swiper-button-prev {
    top: 50%;
    left: 0;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .people-menu .swiper-area .swiper-button-next {
    top: auto;
    bottom: 14px;
    right: 12vw;
    width: 17px;
    height: 22px;
  }
  .people-menu .swiper-area .swiper-button-prev {
    top: auto;
    bottom: 14px;
    left: 12vw;
    width: 17px;
    height: 22px;
  }
}

.people-menu .swiper-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.people-menu .swiper-wrapper > .swiper-slide {
  position: relative;
  margin-right: 22px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  z-index: 1;
  width: 312px;
  height: auto;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .people-menu .swiper-wrapper > .swiper-slide {
    margin-right: 2%;
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .people-menu .swiper-wrapper > .swiper-slide {
    margin-right: 2%;
    width: 32%;
  }
}

@media screen and (max-width: 600px) {
  .people-menu .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: auto;
  }
}

.people-menu .swiper-wrapper > .swiper-slide > .linkarea {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
}

.people-menu .swiper-wrapper > .swiper-slide > .linkarea > h4 {
  padding: 24px 28px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .people-menu .swiper-wrapper > .swiper-slide > .linkarea > h4 {
    padding: 12px 14px 0;
  }
}

.people-menu .swiper-wrapper > .swiper-slide > .linkarea > .txtbox {
  padding: 2px 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .people-menu .swiper-wrapper > .swiper-slide > .linkarea > .txtbox {
    padding: 2px 14px 20px;
  }
}

.people-menu .swiper-wrapper > .swiper-slide > .linkarea > .txtbox > p.name {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.people-menu .swiper-pagination {
  bottom: 20px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.people-menu .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #8D8D8D;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.people-menu .swiper-pagination-bullet.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: .2;
}

@media print, screen and (min-width: 769px) {
  .people-menu .swiper-pagination-bullet:hover {
    opacity: .2;
  }
}

.people-menu .swiper-pagination-bullet-active {
  background: #0455BF;
}

/* ============================================================
	worklife
============================================================ */
.office-area {
  margin-bottom: 60px;
  width: 100%;
  background-color: #fff;
}

.office-area .swiper-area {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 38px 0 68px;
  width: 980px;
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .office-area .swiper-area {
    padding: 38px 0 38px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .office-area .swiper-area {
    padding: 25px 0 65px;
    width: 100%;
  }
}

.office-area .swiper-area .swiper-button-next {
  background-image: none;
}

.office-area .swiper-area .swiper-button-next::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 0;
  font-size: 4rem;
  content: "";
  color: #0455BF;
}

@media screen and (max-width: 768px) {
  .office-area .swiper-area .swiper-button-next::before {
    font-size: 2rem;
  }
}

.office-area .swiper-area .swiper-button-prev {
  background-image: none;
}

.office-area .swiper-area .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 0;
  font-size: 4rem;
  content: "";
  color: #0455BF;
}

@media screen and (max-width: 768px) {
  .office-area .swiper-area .swiper-button-prev::before {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .office-area .swiper-area .swiper-button-next {
    top: 50%;
    right: 10px;
    width: 40px;
  }
  .office-area .swiper-area .swiper-button-prev {
    top: 50%;
    left: 10px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .office-area .swiper-area .swiper-button-next {
    top: auto;
    bottom: 20px;
    right: 24vw;
    width: 17px;
    height: 22px;
  }
  .office-area .swiper-area .swiper-button-prev {
    top: auto;
    bottom: 20px;
    left: 24vw;
    width: 17px;
    height: 22px;
  }
}

@media print, screen and (min-width: 769px) {
  .office-area .swiper-container {
    margin: 0 80px;
  }
}

.office-area .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .office-area .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .office-area .swiper-slide {
    padding: 0 8%;
  }
}

.office-area .swiper-slide > .title {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .office-area .swiper-slide > .title {
    text-align: left;
  }
}

.office-area .swiper-slide > .txt {
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .office-area .swiper-slide > .txt {
    margin: 0;
    width: 48%;
    text-align: left;
  }
}

.office-area .swiper-slide > .map {
  width: 312px;
  height: 263px;
}

@media print, screen and (min-width: 769px) {
  .office-area .swiper-slide > .map {
    margin-right: 48px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .office-area .swiper-slide > .map {
    margin-right: 6%;
    width: 38%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .office-area .swiper-slide > .map {
    margin-top: 5px;
    margin-left: 4%;
    width: 48%;
    height: auto;
  }
  .office-area .swiper-slide > .map img {
    max-width: 212px;
  }
}

.office-area .swiper-slide > .photo {
  width: 460px;
  height: 232px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .office-area .swiper-slide > .photo {
    width: 56%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .office-area .swiper-slide > .photo {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .office-area .swiper-slide > .photo img {
    max-width: 460px;
  }
}

.office-area .swiper-pagination {
  bottom: 38px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .office-area .swiper-pagination {
    bottom: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .office-area .swiper-pagination {
    bottom: 25px !important;
  }
}

.office-area .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #8D8D8D;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.office-area .swiper-pagination-bullet.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: .2;
}

@media print, screen and (min-width: 769px) {
  .office-area .swiper-pagination-bullet:hover {
    opacity: .2;
  }
}

.office-area .swiper-pagination-bullet-active {
  background: #0455BF;
}

/* ============================================================
	trstagram
============================================================ */
.trstagram-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trstagram-photo > li {
  position: relative;
  overflow: hidden;
  margin: 0 12px 12px 0;
  cursor: pointer;
}

.trstagram-photo > li:nth-child(4n) {
  margin: 0 0 12px 0;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .trstagram-photo > li {
    margin: 0 1% 1% 0;
    width: 24%;
  }
  .trstagram-photo > li:nth-child(4n) {
    margin: 0 0 1% 0;
  }
}

@media screen and (max-width: 768px) {
  .trstagram-photo > li {
    margin: 0;
    padding: 4px;
    width: 50%;
  }
  .trstagram-photo > li:nth-child(4n) {
    margin: 0;
  }
}

.trstagram-photo > li > .txt {
  position: absolute;
  top: 70%;
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 30%;
  text-align: left;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(4, 85, 191, 0.8);
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .trstagram-photo > li > .txt {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .trstagram-photo > li > .txt {
    display: none;
  }
}

.trstagram-photo > li > .txt.-long {
  top: 60%;
  height: 40%;
}

.trstagram-photo > li > .txt > span {
  margin-left: 10px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .trstagram-photo > li > .txt > span {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .trstagram-photo > li > img {
    width: 236px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .trstagram-photo > li > img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .trstagram-photo > li > img {
    width: 100%;
  }
}

.trstagram-photo > li.-new::after {
  content: 'NEW';
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  background-color: #F2301E;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 31px;
}

@media screen and (max-width: 768px) {
  .trstagram-photo > li.-new::after {
    top: 4px;
    left: 4px;
    width: 54px;
    font-size: 1.5rem;
    line-height: 26px;
  }
}

.trstagram-photo li:hover .txt {
  opacity: 0.8;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ------------------------------------------------------------
	tribecklife-box
------------------------------------------------------------ */
.tribecklife-box {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
  margin-top: 120px;
  padding: 62px 7.2% 62px 40%;
  background: #fff url(/recruit/tribecklife/images/bg_trstagram.png) 10% 50% no-repeat;
  background-size: 237px auto;
}

@media print, screen and (min-width: 769px) {
  .tribecklife-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .tribecklife-box {
    display: block;
    padding: 32px 32px 190px 32px;
    background: #fff url(/recruit/tribecklife/images/bg_trstagram.png) center 90% no-repeat;
    background-size: 237px auto;
  }
}

.tribecklife-box h3 {
  font-size: 2.6rem;
  color: #0455BF;
}

@media screen and (max-width: 768px) {
  .tribecklife-box h3 {
    margin-bottom: 25px;
    text-align: center;
  }
}

.tribecklife-box .btn-box .btn {
  padding: 10px 60px 10px 50px;
  font-size: 1.4rem;
}

/* ============================================================
	trstagram-modal
============================================================ */
.trstagram-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 140;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  width: 552px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 15px;
    width: 90%;
    max-width: 552px;
  }
}

.modal-content > .txtbox {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .modal-content > .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .modal-content > .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 425px) {
  .modal-content > .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.modal-content > .txtbox > span {
  display: inline-block;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .modal-content > .txtbox > span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 425px) {
  .modal-content > .txtbox > span {
    width: 100%;
  }
}

.modal-content > .txtbox > span:last-of-type {
  text-align: right;
}

@media screen and (max-width: 425px) {
  .modal-content > .txtbox > span:last-of-type {
    margin-top: 5px;
  }
}

.modal-content > .note {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 425px) {
  .modal-content > .note {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .modal-content > .note {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.5px;
  }
}

.modal-close {
  cursor: pointer;
}

.modal-closebtn {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  color: #0455BF;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-closebtn {
    top: -30px;
    padding: 1.5px;
    width: 25px;
    height: 25px;
    font-size: 1.6rem;
  }
}

.modal-closebtn.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #fff;
  color: #0455BF;
}

@media print, screen and (min-width: 769px) {
  .modal-closebtn:hover {
    opacity: 1;
    background-color: #fff;
    color: #0455BF;
  }
}

/* ============================================================
	tablist-faq
============================================================ */
.tablist-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.tablist-faq > li {
  width: 32%;
}

.tablist-faq > li > .tab-faq {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 15px 35px 15px 25px;
  color: #0455BF;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #fff;
  padding: 15px 25px;
  width: 100%;
}

.tablist-faq > li > .tab-faq:visited {
  color: #0455BF;
}

.tablist-faq > li > .tab-faq.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #0455BF;
  color: #fff;
  text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {
  .tablist-faq > li > .tab-faq:hover {
    opacity: 1;
    background-color: #0455BF;
    color: #fff;
    text-decoration: none !important;
  }
}

.tablist-faq > li > .tab-faq.current {
  color: #fff;
  background-color: #F25C05;
}

.tablist-faq > li > .tab-faq.current::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 98%;
  content: "";
  border-top: 15px solid #F25C05;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* ============================================================
	faq
============================================================ */
.content-area > .base-wrap.-faq > .faq-set {
  margin: 0 auto 20px;
  width: 100%;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
          box-shadow: 0px 3px 20px rgba(117, 142, 163, 0.16);
}

.content-area > .base-wrap.-faq > .faq-set > a {
  position: relative;
  display: block;
  padding: 16px 50px 16px 32px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-faq > .faq-set > a {
    padding: 16px 35px 16px 12px;
  }
}

.content-area > .base-wrap.-faq > .faq-set > a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #84D0FF;
  right: 30px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-faq > .faq-set > a::before {
    right: 15px;
  }
}

.content-area > .base-wrap.-faq > .faq-set > a > .item {
  display: block;
  position: relative;
  padding: 6px 0 5px 60px;
  color: #0455BF;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-faq > .faq-set > a > .item {
    padding: 6px 0 7px 45px;
    font-size: 1.6rem;
  }
}

.content-area > .base-wrap.-faq > .faq-set > a > .item .question {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #0455BF;
  background-color: #fff;
  color: #0455BF;
  font-family: 'Cabin', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.content-area > .base-wrap.-faq > .faq-set > a.active::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #84D0FF;
  right: 30px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-faq > .faq-set > a.active::before {
    right: 15px;
  }
}

.content-area > .base-wrap.-faq > .faq-set > div {
  margin: 0 50px 15px 30px;
  display: none;
  position: relative;
  padding: 0 0 5px 60px;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-faq > .faq-set > div {
    margin: 0 35px 15px 12px;
    padding: 0 0 5px 45px;
  }
}

.content-area > .base-wrap.-faq > .faq-set > div .answer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #F25C05;
  background-color: #fff;
  color: #F25C05;
  font-family: 'Cabin', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.content-area > .base-wrap.-faq > .faq-set > div .txt {
  padding-top: 6px;
}

.content-area > .base-wrap.-faq > .faq-set > div p + p {
  margin-top: 10px;
}

.content-area > .base-wrap.-faq > .faq-set > div .-link + .-link {
  margin-top: 0;
}

.content-area > .base-wrap.-faq.hide {
  display: none;
}

.content-area > .base-wrap.-faq.-last {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap.-faq.-last {
    margin-bottom: 100px;
  }
}

/* ============================================================
	guideline
============================================================ */
/* ------------------------------------------------------------
	detail
------------------------------------------------------------ */
.content-area > .base-wrap > .box.-detail {
  padding: 56px 72px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-detail {
    padding: 25px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-detail {
    text-align: left;
    padding: 25px;
  }
}

.content-area > .base-wrap > .box.-detail > h4 {
  margin: 40px 0 10px;
  font-size: 2rem;
  font-weight: 700;
}

.content-area > .base-wrap > .box.-detail > h4:first-child {
  margin-top: 0;
}

.content-area > .base-wrap > .box.-detail .txt {
  line-height: 1.6;
}

.content-area > .base-wrap > .box.-detail .indent-list + .txt {
  margin-top: 15px;
}

.content-area > .base-wrap > .box.-detail .indent-list + .indent {
  margin-top: 15px;
}

.content-area > .base-wrap > .box.-detail .txt + .indent-list {
  margin-top: 5px;
}

/* ------------------------------------------------------------
	guideline
------------------------------------------------------------ */
.content-area > .base-wrap > .box.-guideline {
  padding: 56px 72px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-guideline {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-guideline {
    padding: 25px;
  }
}

.content-area > .base-wrap > .box.-guideline .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #D5E7FF;
}

.content-area > .base-wrap > .box.-guideline .table > li {
  padding: 15px 20px;
  border-bottom: 1px solid #D5E7FF;
  border-right: 1px solid #D5E7FF;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-guideline .table > li {
    padding: 6px 10px;
  }
}

.content-area > .base-wrap > .box.-guideline .table > li:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  background: #D5E7FF;
  border-left: 1px solid #D5E7FF;
  width: 150px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-guideline .table > li:nth-child(odd) {
    padding: 6px 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-guideline .table > li:nth-child(odd) {
    border-bottom: 1px solid #fff;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-guideline .table > li:nth-child(odd) {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-guideline .table > li:nth-child(odd) {
    width: 100%;
  }
}

.content-area > .base-wrap > .box.-guideline .table > li:nth-child(even) {
  background: #fff;
  width: 686px;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-guideline .table > li:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-guideline .table > li:nth-child(even) {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-guideline .table > li:nth-child(even) {
    width: 100%;
    border-left: 1px solid #D5E7FF;
    padding: 15px 10px;
  }
}

.content-area > .base-wrap > .box.-guideline .table > li:nth-last-of-type(2) {
  border-bottom: 1px solid #D5E7FF;
}

.content-area > .base-wrap > .box.-guideline .table + .table {
  margin-top: 30px;
}

.content-area > .base-wrap > .box.-guideline ul + p {
  margin-top: 15px;
}

.content-area > .base-wrap.-career-handicapped .tilelist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-area > .btn-area.-guideline_detail > .btn-box > .btn {
  width: 320px;
}

.content-area .section.-guideline_detail {
  margin-top: 30px;
}

.content-area .section.-guideline_detail > h5 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.content-area .section.-guideline_detail > h5 + .-lead {
  padding-left: 1rem;
}

.content-area .section.-guideline_detail .indent-list {
  margin-left: 1em;
}

.content-area .section.-guideline_detail dl.indent-list {
  margin-top: 10px;
}

.content-area .section.-guideline_detail dl.indent-list dt, .content-area .section.-guideline_detail dl.indent-list dd {
  line-height: 1.5;
}

.content-area .section.-guideline_detail dl.indent-list dd {
  padding-left: 1em;
}

/* ------------------------------------------------------------
	flow
------------------------------------------------------------ */
.content-area > .base-wrap > .box.-flow {
  padding: 56px 72px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-flow {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-flow {
    padding: 25px;
  }
}

.content-area > .base-wrap > .box.-flow .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F0F8FF;
}

.content-area > .base-wrap > .box.-flow .step > dt, .content-area > .base-wrap > .box.-flow .step dd {
  padding: 20px;
  line-height: 1.4;
}

.content-area > .base-wrap > .box.-flow .step > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 150px;
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-flow .step > dt {
    border-right: 4px solid #fff;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-flow .step > dt {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-flow .step > dt {
    width: 100%;
    padding: 15px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-bottom: 4px solid #fff;
  }
}

.content-area > .base-wrap > .box.-flow .step > dt > p {
  text-align: center;
}

.content-area > .base-wrap > .box.-flow .step > dt > p > span:first-child {
  display: block;
  font-size: 2rem;
  color: #F25C05;
  font-family: 'Cabin', sans-serif;
}

.content-area > .base-wrap > .box.-flow .step > dt > p > span:last-child {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
  color: #033E8C;
}

.content-area > .base-wrap > .box.-flow .step > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 686px;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-flow .step > dd {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-flow .step > dd {
    width: 100%;
    padding: 20px 15px;
  }
}

.content-area > .base-wrap > .box.-flow .step > dd > div {
  width: 100%;
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box {
    margin-top: 20px;
  }
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn {
  display: inline-block;
  position: relative;
  padding: 16px 30px 16px 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #F23005;
  border: 2px solid #F23005;
  width: 252px;
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
  color: #fff;
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn:visited {
  color: #fff;
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  background-color: #fff;
  color: #F23005;
  text-decoration: none !important;
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.hover::before {
  color: #F23005;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #F23005;
    text-decoration: none !important;
  }
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn:hover::before {
    color: #F23005;
  }
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.-blank::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.-comingsoon {
  pointer-events: none;
  padding-right: 50px;
  background-color: #8D8D8D;
  border: 2px solid #8D8D8D;
  font-family: 'Cabin', sans-serif;
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.-comingsoon::before {
  display: none;
}

@media print, screen and (min-width: 769px) and (max-width: 999px) {
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn {
    max-width: 232px;
  }
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn {
    width: 100%;
    max-width: 280px;
  }
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.-blank::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "tribeck-recruit" !important;
  display: inline-block;
  right: 15px;
  font-size: 1rem;
  content: "";
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.-blank.hover {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box > .btn.-blank:hover {
    background-color: #fff;
  }
}

.content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .content-area > .base-wrap > .box.-flow .step > dd > div > ul > .btn-box:last-child {
    margin-left: 0;
  }
}

.content-area > .base-wrap > .box.-flow .step + .step {
  margin-top: 10px;
}

/* ------------------------------------------------------------
	nav
------------------------------------------------------------ */
.content-area > .base-wrap > .box.-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 36px 72px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .box.-nav {
    display: block;
    padding: 25px;
  }
}

.content-area > .base-wrap > .box.-nav > .btn-box {
  text-align: center;
  margin: 0 20px;
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .box.-nav > .btn-box {
    margin: 20px 0 0;
  }
  .content-area > .base-wrap > .box.-nav > .btn-box:first-child {
    margin-top: 0;
  }
}

.content-area > .base-wrap > .box.-nav > .btn-box > .btn {
  width: 320px;
  padding: 16px 25px 16px 15px;
}

@media screen and (max-width: 600px) {
  .content-area > .base-wrap > .box.-nav > .btn-box > .btn {
    width: 100%;
    max-width: 280px;
  }
}

/* ------------------------------------------------------------
	movie
------------------------------------------------------------ */
.movie-content iframe {
  width: 100%;
  max-width: 836px;
  height: calc((472 / 1280)* 100vw);
  max-height: 472px;
}

.movie-content.-youtube iframe {
  height: calc((430 / 764)* 100vw);
}

.movie-content .description {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .movie-content .description {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
	download
------------------------------------------------------------ */
.base-wrap.-download .txt.-link {
  margin-bottom: 30px;
  text-align: center;
}

.base-wrap.-download .icon-pdf::before {
  content: "";
  display: inline-block;
  margin: 0 0.4em;
  width: 16px;
  height: 16px;
  background: url(/recruit/assets/icon/icon_pdf.svg) no-repeat left center;
  line-height: 1;
  vertical-align: text-bottom;
}
