/* Theme Name: Yellowtails Inc. */

/* ---------------------------------------------------------------- */
/* reset */
/* ---------------------------------------------------------------- */

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

/* ---------------------------------------------------------------- */
/* font */
/* ---------------------------------------------------------------- */

@font-face {
    font-family: "avenir-heavy";
    src: url("./font/avenir-heavy.eot?") format('eot'),
         url("./font/avenir-heavy.woff") format('woff');
         url("./font/avenir-heavy.tff") format('ttf');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    src: url('./font/noto-sans-jp-v28-japanese-100.eot?#iefix') format('embedded-opentype'), /* IE 6-8 */
         url('./font/noto-sans-jp-v28-japanese-100.eot'),  /* IE9 Compat Modes */
         url('./font/noto-sans-jp-v28-japanese-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-100.woff') format('woff'), /* Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./font/noto-sans-jp-v28-japanese-100.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 300;
    src: url('./font/noto-sans-jp-v28-japanese-300.eot?#iefix') format('embedded-opentype'), /* IE 6-8 */
         url('./font/noto-sans-jp-v28-japanese-300.eot'), /* IE9 Compat Modes */
         url('./font/noto-sans-jp-v28-japanese-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-300.woff') format('woff'), /* Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./font/noto-sans-jp-v28-japanese-300.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('./font/noto-sans-jp-v28-japanese-regular.eot?#iefix') format('embedded-opentype'), /* IE 6-8 */
         url('./font/noto-sans-jp-v28-japanese-regular.eot'), /* IE9 Compat Modes */
         url('./font/noto-sans-jp-v28-japanese-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-regular.woff') format('woff'), /* Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./font/noto-sans-jp-v28-japanese-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('./font/noto-sans-jp-v28-japanese-500.eot?#iefix') format('embedded-opentype'), /* IE 6-8 */
         url('./font/noto-sans-jp-v28-japanese-500.eot'), /* IE9 Compat Modes */
         url('./font/noto-sans-jp-v28-japanese-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-500.woff') format('woff'), /* Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./font/noto-sans-jp-v28-japanese-500.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('./font/noto-sans-jp-v28-japanese-700.eot?#iefix') format('embedded-opentype'), /* IE 6-8 */
         url('./font/noto-sans-jp-v28-japanese-700.eot'), /* IE9 Compat Modes */
         url('./font/noto-sans-jp-v28-japanese-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-700.woff') format('woff'), /* Modern Browsers */
         url('./font/noto-sans-jp-v28-japanese-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./font/noto-sans-jp-v28-japanese-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* ---------------------------------------------------------------- */
/* common */
/* ---------------------------------------------------------------- */

html {
    overflow:auto;
}

body {
    font-size: 16px;
    font-family:  'Noto Sans JP', Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: normal;
    line-height: 26px;
    word-break: break-all;
    /* text-size-adjust: none; */
    overflow: hidden!important;
    min-width: auto;
}

@media (min-width: 481px) {
  body {
    min-width: 1200px;
  }
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.center {
    display: block;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.clear {
    clear: both;
}

.block {
    display: block;
}

.of {
    overflow: hidden;
}

img, iframe {
    display: block;
}

a:hover img {
    opacity: 0.6;
}

a.bo {
    text-decoration: underline;
}

a.bo:hover {
    text-decoration: none;
}

a.no-bo {
    text-decoration: none;
}

a.no-bo:hover {
    text-decoration: underline;
}

span.none {
    display: none;
}

.full {
    height: auto;
    width: 100%;
}

.list {
    margin-bottom: 20px;
}

.list li {
    list-style: disc;
    margin-left: 23px;
}

.pc {
    display: block;
}

.mobi {
    display: none;
}

.first {
    margin-top: 0 !important;
}

.last {
    margin-bottom: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.no-mt20 {
    margin-top: -20px !important;
}

strong, b, .strong {
    font-weight: bold;
}

.red {
    color: #ff0000;
}

/* ---------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------- */

header.pc {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.head-menu nav {
    margin: 2px 0;
}

.head-menu nav ul li {
    float: left;
    margin-right: 20px;
}

.head-menu nav ul li:last-child {
    margin-right: 40px;
}

.head-menu nav ul li a {
    color: #000;
    display: inline-block;
    font-weight: bold;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

.head-menu nav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #ffcb08;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.head-menu nav ul li a:hover::after {
    width: 100%;
}

.head-menu nav ul li.now a {
    transition: none;
}

.head-menu nav ul li.now a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ffcb08;
    transition: none;
    -webkit-transform: none;
    transform: none;
}

.head-menu nav ul li.now a:hover::after {
    width: 100%;
}

.menu-icon {
    cursor: pointer;
    margin-top: 4px;
}

.head-pc-menu {
    background: #ffcb06;
    box-sizing: border-box;
    display: none;
    padding: 50px;
    position: fixed;
    width: 100%;
    z-index: 9990;
}

.head-pc-menu.top-pc-menu {
    margin-top: 71px;
}

.head-pc-menu-bg {
    background: url(../../uploads/img/bg-navi.png) no-repeat;
    height: 406px;
    margin: 0 auto;
    width: 1000px;
}

.head-pc-menu ul {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 86px;
    width: 1000px;
}

.head-pc-menu ul li {
    font-family: "avenir-heavy";
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.head-pc-menu ul li:last-child {
    margin-bottom: 0;
}

.head-pc-menu ul li a {
    color: #000;
    display: inline-block;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

.head-pc-menu ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #000;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.head-pc-menu ul li a:hover::after {
    width: 100%;
}

/* ---------------------------------------------------------------- */
/* top - kv */
/* ---------------------------------------------------------------- */

.kv {
    background-size: cover;
    height: 700px;
    margin-top: 71px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.kv-background {
    width: 100%;
    height: 100%;
}

.kv-background-animation {
    animation: background_animation 35s;
    -webkit-animation: background_animation 35s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes background_animation {
  from {
    transform: scale(1.0);
  }
  to {
    transform: scale(1.5);
  }
}

@-webkit-keyframes background_animation {
  from {
    transform: scale(1.0);
  }
  to {
    transform: scale(1.5);
  }
}

.kv-title-1 {
    color: #fff;
    font-family: "avenir-heavy";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 220px;
    width: 780px;
}

.kv-title-2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}

.kv-title-4 {
    width: 40px;
    display: flex;
}

.kv-title-4.mobi {
    display: none;
}

.kv-title-detail {
    opacity: 0;
    /* width: 40px; */
}

.kv-title-detail-animation {
    -webkit-animation-duration: 0.5s;
    -webkit-animation: show_letter 0.5s;
    animation-duration: 0.5s;
    animation: show_letter 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* width: 40px; */
}

@keyframes show_letter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes show_letter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* ---------------------------------------------------------------- */
/* top - base */
/* ---------------------------------------------------------------- */

.top-bg-1 {
    background: url(../../uploads/img/bg-1-top.png);
    background-size: contain;
    box-sizing: border-box;
    padding: 60px 0 0;
    position: relative;
    width: 100%;
}

.top-bg-1.top-page {
    padding: 133px 0 60px;
}

.top-bg-1.news-top {
    margin-bottom: -60px;
    padding-bottom: 0;
}

.top-bg-2 {
    background-image: url(../../uploads/img/bg-2-top.png),url(../../uploads/img/bg-2-bottom.png),url(../../uploads/img/bg-2-bottom.png);
    background-size: 100%;
    background-position: top,bottom,center;
    background-repeat: no-repeat,no-repeat,repeat-y;
    box-sizing: border-box;
    padding: 60px 0;
}

.content-info {
    margin-bottom: 60px;
}

.content-title {
    color: #ffcb08;
}

.content-title h2 {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 95px;
    line-height: 95px;
    letter-spacing: 5px;
}

.content-text {
    color: #373737;
    width: 700px;
    background-color: rgba(255,255,255,.95);
    padding: 30px 10px;
}

.content-text-service {
    color: #373737;
    width: 700px;
    padding: 15px 10px 30px 10px;
}

/* ---------------------------------------------------------------- */
/* top - latest */
/* ---------------------------------------------------------------- */

.top-latest {
    background: #ffca08;
    box-shadow: 8px 8px 8px 0 #666;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -53px;
    max-width: 1000px;
    width: 100%;
}

.latest-1 a {
    box-sizing: border-box;
    clear: both;
    display: block;
    color: #fff;
    font-weight: bold;
    float: left;
    padding: 20px 40px;
    position: relative;
    text-decoration: none;
    width: 181px;
}

.latest-1 a::after {
    background: url(../../uploads/img/link-icon-1.png) no-repeat;
    background-size: 100%;
    bottom: 5px;
    content: "";
    height: 9px;
    position: absolute;
    right: 50px;
    width: 27px;
}

.latest-2 {
    background: #fff;
    box-sizing: border-box;
    margin-left: 181px;
    min-height: 76px;
    padding: 40px 20px;
}

.latest-2 ul li {
    overflow: hidden;
}

.latest-date {
    margin-right: 20px;
}

.latest-cate {
    background: #242a3a;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 20px;
    padding: 0 20px;
    text-decoration: none;
}

.latest-link {
    color: #000;
    text-decoration: none;
}

.latest-link:hover {
    text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* top - slider */
/* ---------------------------------------------------------------- */

.top-service {
    margin-bottom: 0;
}

.service-slider li img {
    height: auto;
    width: 100%;
}

.service-slider .mobi {
    display: none !important;
}

.slick-slider {
    margin-left: 100px;
    width: 1000px;
}

.slick-prev, .slick-next {
    height: 69px !important;
    width: 69px !important;
    top: 0 !important;
}

.slick-prev {
    left: -100px !important;
    top: 119px !important;
}

.slick-prev:before {
    content: url(../../uploads/img/slider-prev.png) !important;
    height: 69px;
    width: 69px;
}

.slick-next {
    left: -100px !important;
    right: 0 !important;
    top: 30px !important;
}

.slick-next:before {
    content: url(../../uploads/img/slider-next.png) !important;
    height: 69px;
    width: 69px;
}

/* ---------------------------------------------------------------- */
/* top - news */
/* ---------------------------------------------------------------- */

.top-news-title {
    width: 220px;
}

.top-news-title h2 {
    color: #ffcb08;
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
}

.top-news-link {
    color: #fff;
    display: block;
    font-family: "avenir-heavy";
    font-weight: bold;
    height: 40px;
    position: relative;
    text-align: right;
    text-decoration: none;
}

.top-news-link::after {
    background: url(../../uploads/img/link-icon-1.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 9px;
    position: absolute;
    right: 0;
    width: 27px;
}

.top-news-list {
    width: 700px;
}

.top-news-list li {
    margin-bottom: 20px;
    overflow: hidden;
}

.top-news-list li:last-child {
    margin-bottom: 0;
}

.news-1 {
    clear: both;
    float: left;
    width: 150px;
}

.news-2 {
    margin-top: 25px;
    margin-left: 170px;
}

.news-cate {
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.news-company {
    background: #242a3a;
    color: #fff;
}

.news-recruit {
    background: #ffcb08;
    color: #000;
}

.news-2 a {
    color: #000;
    text-decoration: none;
}

.news-2 a:hover {
    text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* top - company */
/* ---------------------------------------------------------------- */

.top-company {
    height: 800px;
    position: relative;
}

.company-info {
    position: relative;
}

.company-in {
    background: url(../../uploads/img/bg-company.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    height: 417px;
    padding: 65px;
    position: absolute;
    width: 614px;
    top: 150px;
    z-index: 10;
}

.company-title {
    text-align: center;
}

.company-title h2 {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 55px;
    line-height: 55px;
}

.company-in ul {
    margin: 90px auto 0;
    overflow: hidden;
    width: 380px;
}

.company-in ul li {
    float: left;
    margin-right: 25px;
    position: relative;
}

.company-in ul li:last-child {
    margin-right: 0;
}

.company-in ul li::after {
    content: "/";
    position: absolute;
    right: -18px;
}

.company-in ul li:last-child::after {
    content: none;
}

.company-in ul li a {
    color: #000;
    text-decoration: none;
}

.company-in ul li a:hover {
    text-decoration: underline;
}

.company-map {
    position: absolute;
    right: 0;
    width: 65%;
}

.access-link {
    color: #000;
    display: block;
    font-weight: bold;
    left: -35px;
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    top: 580px;
}

.access-map-btn img {
    bottom: 40px;
    position: absolute;
    right: 40px;
    z-index: 10;
}

#company-map-in {
    height: 800px;
    margin-top: -98px;
    width: 100%;
}

/* ---------------------------------------------------------------- */
/* top - greeting */
/* ---------------------------------------------------------------- */

.top-greeting {
    background: url(../../uploads/img/bg-greeting.png);
    background-position: center;
    box-sizing: border-box;
    height: 547px;
    padding: 15px 0;
    width: 100%;
}

.top-greeting img {
    width: 30%;
}

.greeting-text {
    margin-top: 5px;
    /* width: 830px; */
    width: 70%;
}

.greeting-text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
}

.greeting-text-in {
    color: #fff;
}

/* ---------------------------------------------------------------- */
/* top - recruit */
/* ---------------------------------------------------------------- */

.top-recruit {
    background: url(../../uploads/img/bg-recruit.png);
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
    height: 418px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-recruit-in {
    background: url(../../uploads/img/recruit-main.png);
    background-position: center;
    box-sizing: border-box;
    height: 468px;
    margin: 15px auto;
    /* width: 1200px; */
    max-width: 1200px;
    width: 100%;
}

.top-recruit-bg {
    box-sizing: border-box;
    left: 0;
    height: 241px;
    margin: 0 auto;
    padding: 10px 40px 20px;
    position: absolute;
    right: 0;
    top: 150px;
    width: 555px;
}

.top-recruit-bg-text {
    font-weight: bold;
    font-size: 23px;
    line-height: 43px;
    text-align: center;
}

.top-recruit-btn {
    background: #282828;
    bottom: 85px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 10px 40px;
    right: 0;
    text-decoration: none;
    position: absolute;
    width: 220px;
    z-index: 1;
}

.top-recruit-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffcb08;
    top: 0;
    left: 0;
    transform: scale(0,1);
    opacity: .2;
    transform-origin: top left;
    z-index: 1;
    transition: all .3s;
}

.top-recruit-btn:hover::before {
    transform-origin: top left;
    transform: scale(1,1);
    opacity: 1;
}

.top-recruit-btn::after {
    background: url(../../uploads/img/link-icon-1.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 9px;
    position: absolute;
    right: 25px;
    top: 16px;
    width: 27px;
    z-index: 5;
}

.top-recruit-btn span {
    position: relative;
    font: inherit;
    z-index: 5;
}

.top-recruit-text {
    margin-top: -100px;
    text-align: center;
}

/* ---------------------------------------------------------------- */
/* footer - entry */
/* ---------------------------------------------------------------- */

.foot-entry {
    background: #fff;
    box-sizing: border-box;
    clear: both;
    padding: 30px 0;
}

.foot-entry-btn::after {
    background: url(../../uploads/img/link-icon-2.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 0;
    width: 28px;
}

.entry-link {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin-right: 20px;
}

.entry-mini {
    line-height: 60px;
}

.foot-entry.color-bg {
    background: #fecb0a; /* old browsers */
    background: -moz-linear-gradient(left, #fecb0a 0%, #c2fef6 100%); /* FF 3.6-15 */
    background: -webkit-linear-gradient(left, #fecb0a 0%,#c2fef6 100%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fecb0a 0%,#c2fef6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb0a', endColorstr='#c2fef6',GradientType=1 ); /* IE 6-9 */
}

.foot-entry-btn {
    color: #000;
    display: block;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 340px;
}

/* ---------------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------------- */

.foot-main {
    background: #282828;
    box-sizing: border-box;
    color: #fff;
    padding: 30px 0;
}

.foot-logo {
    margin-top: 15px;
    margin-right: 20px;
}

.foot-copy {
    font-size: 12px;
}

.foot-menu ul li {
    float: left;
    margin-right: 10px;
}

.foot-menu ul li:last-child {
    margin-right: 20px;
}

.foot-menu ul li a {
    color: #fff;
    font-weight: bold;
    line-height: 100px;
    text-decoration: none;
}

.foot-address {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    width: 400px;
    height: 100px;
}

.pagetop img {
    bottom: 20px;
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 20;
}

@media only screen and (min-width: 481px) {
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .foot-logo {
        width: 230px;
    }

    .foot-menu {
        width: 550px;
    }

    .foot-menu ul.flex {
        height: 100px;
    }

    .foot-menu ul.flex li a {
        white-space: nowrap;
        line-height: 1;
    }
}

/* ---------------------------------------------------------------- */
/* breadcrumbs */
/* ---------------------------------------------------------------- */

.breadcrumbs {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 0;
}

.breadcrumbs .topic-path a {
    color: #000;
    text-decoration: none;
    border-bottom: solid 3px #ffcb08;
}

.breadcrumbs .topic-path span {
    margin: 0px 5px;
}

.breadcrumbs .post-share {
    margin-right: 66px;
    text-align: center;
}

.breadcrumbs .post-share a {
    color: #646464;
    margin-left: 2px;
    padding: 0px 4px;
    display: inline-block;
    text-decoration: none;
    /* border: 1px solid #e5e5e5; */
    display: inline-block;
}

.breadcrumbs .post-share a:hover {
    color: #ccc;
}

/* ---------------------------------------------------------------- */
/* fadein */
/* ---------------------------------------------------------------- */

.fadein {
    opacity : 0;
    transition : opacity 1s!important;
}

.fadein_b {
    opacity : 0;
    transform : translate(0, 50px);
    transition : opacity 500ms, transform 500ms!important;
}

.fadein_l {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : opacity 500ms, transform 500ms!important;
}

.fadein_r {
    opacity : 0;
    transform : translate(50px, 0);
    transition : opacity 500ms, transform 500ms!important;
}

.fadein_t {
    opacity : 0;
    transform : translate(0, -50px);
    transition : opacity 500ms, transform 500ms!important;
}

.fadein.scrollin, .fadein_b.scrollin, .fadein_l.scrollin, .fadein_r.scrollin, .fadein_t.scrollin {
    opacity : 1!important;
    transform : translate(0, 0);
}

/* ---------------------------------------------------------------- */
/* title-kv */
/* ---------------------------------------------------------------- */

.title-kv {
    text-align: center;
}

.title-kv-in {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 66px;
    letter-spacing: 5px;
    line-height: 76px;
}

.title-kv-in.animate span {
    display: inline-block;
    letter-spacing: -.3em;
}

/* ---------------------------------------------------------------- */
/* vision */
/* ---------------------------------------------------------------- */

.vision-kv {
    background: url(../../uploads/img/vision/vision-kv.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
    margin-top: 71px;
    padding: 150px 0;
    width: 100%;
}

.vision-in {
    margin-top: 60px;
    text-align: center;
}

.vision-in h2 {
    font-weight: bold;
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 60px;
}

.mission-con {
    background: #fff;
    box-sizing: border-box;
    height: 500px;
    position: relative;
}

.mission-con img.right {
    height: 500px;
    position: absolute;
    right: 0;
    top: 60px;
    width: auto;
    z-index: 10;
}

.mission-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.mission-title h2 {
    color: #ffcb08;
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 20px;
    position: relative;
}

.mission-title h2::after {
    border-bottom: 3px solid #ffcb08;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    width: 150px;
}

.mission-text {
    margin-top: 120px;
    position: relative;
    width: 500px;
    z-index: 20;
}

.vision-con {
    background: #f3f3f3;
    box-sizing: border-box;
    height: 700px;
    margin-top: -120px;
    position: relative;
}

.vision-con img.left {
    height: 500px;
    left: 0;
    position: absolute;
    top: 180px;
    width: auto;
}

.vision-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.vision-title h2 {
    color: #ffcb08;
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 20px;
    position: relative;
}

.vision-title h2::after {
    border-bottom: 3px solid #ffcb08;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    width: 150px;
}

.vision-text {
    margin-top: 180px;
    position: relative;
    width: 500px;
    z-index: 10;
}

.value-img {
    background: url(../../uploads/img/vision/value-img.png);
    background-position: center;
    box-sizing: border-box;
    height: 356px;
    width: 100%;
}

.value-text {
    background: #fff;
    box-sizing: border-box;
    padding: 60px 0;
}

.value-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
}

.value-title h2 {
    color: #ffcb08;
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 65px;
    line-height: 75px;
    margin: 0 auto 20px;
    position: relative;
    width: 240px;
}

.value-title h2::after {
    border-bottom: 3px solid #ffcb08;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    width: 240px;
}

/* ---------------------------------------------------------------- */
/* company */
/* ---------------------------------------------------------------- */

.company-kv {
    background: url(../../uploads/img/company-kv.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 500px;
    margin-top: 71px;
    padding-top: 150px;
    width: 100%;
}

.company-main {
    background: #fff;
    box-shadow: 8px 8px 8px 0 #666;
    margin: -180px 0 60px;
}

.company-main-in {
    box-sizing: border-box;
    padding: 40px;
}

.company-main-in h2 {
    color: #ffcb08;
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 65px;
    line-height: 75px;
    letter-spacing: 5px;
}

.table-info.company-t {
    margin: 60px auto 0;
    width: 570px;
}

.table-info li {
    margin-bottom: 10px;
    overflow: hidden;
}

.table-info li:last-child {
    margin-bottom: 0;
}

.table-1 {
    box-sizing: border-box;
    clear: both;
    float: left;
    padding: 5px 20px;
    width: 150px;
}

.table-2 {
    box-sizing: border-box;
    border-left: 1px solid #ffcb08;
    margin-left: 150px;
    padding: 5px 20px;
}

.company-main .top-news {
    background: url(../../uploads/img/bg-2-bottom.png);
    background-size: contain;
    box-sizing: border-box;
    padding: 40px;
}

.company-main .top-news-list {
    width: 672px;
}

.officer {
    margin-top: 40px;
}

.officer-list {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 40px 0;
}

.officer-list:first-child {
    padding-top: 0;
}

.officer-text {
    width: 869px;
}

.officer-text h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.officer-list ul li {
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.officer-list ul li strong {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}

.content-mini-title {
}

.content-mini-title h2 {
    color: #ffcb08;
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 5px;
}

.content-mini-text {
    color: #373737;
    width: 700px;
}

.group {
    margin-bottom: 40px;
}

.group:last-child {
    margin-bottom: 0;
}

.group-title {
    color: #ffcb08;
    font-family: "avenir-heavy";
    font-weight: bold;
}

.group-text {
    margin: 20px 0;
    background-color: #fff;
}

.group-text h3 {
    margin-bottom: 20px;
}

.group-link {
    color: #000;
    display: block;
    font-family: "avenir-heavy";
    font-weight: bold;
    letter-spacing: 5px;
    height: 35px;
    margin-top: 20px;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
    width: 180px;
}

.group-link::before {
    background: url(../../uploads/img/link-icon-3.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 13px;
}

.group-link::after {
    background: url(../../uploads/img/link-icon-2.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 9px;
    position: absolute;
    right: 0;
    width: 28px;
}

.banner-link:hover img {
    opacity: 1;
}

.banner-link {
    display: inline-block;
    outline: none;
    position: relative;
    transition: all .3s;
}

.banner-link::before,
.banner-link::after,
.banner-link span::before,
.banner-link span::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
    transition: all .3s;
}

.banner-link::before {
    top: -1px;
    left: 0;
    border-left-color: #ccc;
}

.banner-link::after {
    bottom: -1px;
    right: -1px;
    border-right-color: #ccc;
}

.banner-link span::before {
    bottom: -1px;
    left: -1px;
    border-bottom-color: #ccc;
}

.banner-link span::after {
    top: -1px;
    right: -1px;
    border-top-color: #ccc;
}

.banner-link:hover::before,
.banner-link:hover::after {
    height: 100%;
    visibility: visible;
}

.banner-link:hover span::before,
.banner-link:hover span::after {
    width: 100%;
    visibility: visible;
}

.access-main {
    position: relative;
}

.access-main-in {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 0;
}

.access-main-in strong {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 34px;
    margin-right: 20px;
}

#access-map {
    height: 400px;
    position: relative;
    width: 100%;
}

/* ---------------------------------------------------------------- */
/* news */
/* ---------------------------------------------------------------- */

.news-kv {
    background: url(../../uploads/img/news-kv.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 500px;
    margin-top: 71px;
    padding-top: 150px;
    width: 100%;
}

.news-itiran {
    background: #fff;
    box-shadow: 8px -8px 8px 0 #666;
    box-sizing: border-box;
    margin: -180px 0 60px;
    padding: 40px 0;
}

.news-cate-link {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.news-cate-link ul {
    margin: 0 auto;
    width: 355px;
}

.news-cate-link li {
    font-family: "avenir-heavy";
    float: left;
    letter-spacing: 5px;
    margin-right: 45px;
    position: relative;
}

.news-cate-link li:last-child {
    margin-right: 0;
}

.news-cate-link li::after {
    content: "/";
    position: absolute;
    right: -25px;
}

.news-cate-link li:last-child::after {
    content: none;
}

.news-cate-link li a {
    color: #000;
    display: inline-block;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

.news-cate-link li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #ffcb08;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-cate-link li a:hover::after {
    width: 100%;
}

.news-cate-link li.now-news a {
    transition: none;
}

.news-cate-link li.now-news a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ffcb08;
    transition: none;
    -webkit-transform: none;
    transform: none;
}

.news-list {
    margin: 0 40px;
}

.news-list li {
    float: left;
    margin: 0 40px 40px 0;
    width: 540px;
}

.news-list li:nth-child(2n) {
    margin-right: 0;
}

.news-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.news-list-info {
    margin-bottom: 20px;
}

.news-list-in {
    height: 231px;
    margin-right: 20px;
    position: relative;
    width: 140px;
}

.news-list-date {
    font-family: "avenir-heavy";
}

.news-list-date strong {
    font-size: 42px;
    line-height: 52px;
}

.news-list-cate {
    box-sizing: border-box;
    bottom: 0;
    display: block;
    font-family: "avenir-heavy";
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 140px;
}

.news-list-cate.cate-company {
    background: #242a3a;
    color: #fff;
}

.news-list-cate.cate-recruit {
    background: #ffcb08;
    color: #000;
}

.news-list-img {
    height: 231px;
    overflow: hidden;
    width: 380px;
}

.news-list-img img {
    height: auto;
    transition-duration: 0.3s;
    width: 100%;
}

.news-list-img img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.news-list-text a {
    color: #000;
    text-decoration: underline;
}

.news-list-text h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

/* ---------------------------------------------------------------- */
/* single */
/* ---------------------------------------------------------------- */

.single {
    background: #fff;
    box-shadow: 8px -8px 8px 0 #666;
    box-sizing: border-box;
    margin: -180px 0 60px;
    padding: 40px;
}

.single-info {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.single-date {
    font-family: "avenir-heavy";
    text-align: center;
}

.single-date strong {
    display: block;
    font-weight: bold;
    font-size: 55px;
    line-height: 65px;
}

.single-cate {
    box-sizing: border-box;
    bottom: 0;
    display: block;
    font-family: "avenir-heavy";
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.single-cate.single-company {
    background: #242a3a;
    color: #fff;
}

.single-cate.single-recruit {
    background: #ffcb08;
    color: #000;
}

.single h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.single-thumb img {
    height: auto;
    margin-bottom: 40px;
    width: 100%;
}

.single-text {
    margin: 0 auto 40px;
    width: 800px;
}

.single-text p {
    margin-bottom: 40px;
}

.single-text p:last-child {
    margin-bottom: 0;
}

.single-text img {
    height: auto;
    margin-bottom: 40px;
    width: 100%;
}

.single-text h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.single-text a,
.single-text a::after {
    color: #000;
}

.single-pager {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.single-pager li a {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: "avenir-heavy";
    letter-spacing: 5px;
    padding: 40px 0 70px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.single-pager li {
    float: left;
    width: 33%;
}

.single-pager li:nth-child(2) {
    margin-left: 33%;
    width: 34%;
}

.single-pager li.prev-in {
    margin-left: 0;
}

.single-pager li:nth-child(2) a {
    background: #f4f4f4;
}

.single-pager li a:hover {
    background: #f2f2f2;
}

.single-pager li.single-prev a::after {
    background: url(../../uploads/img/link-icon-4.png) no-repeat;
    background-size: 100%;
    bottom: 45px;
    content: "";
    height: 9px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 27px;
}

.single-pager li.single-list a::after {
    background: url(../../uploads/img/link-icon-5.png) no-repeat;
    background-size: 100%;
    bottom: 35px;
    content: "";
    height: 27px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 9px;
}

.single-pager li.single-next a::after {
    background: url(../../uploads/img/link-icon-2.png) no-repeat;
    background-size: 100%;
    bottom: 45px;
    content: "";
    height: 9px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 28px;
}

.single-pager li.single-prev a,
.single-pager li.single-next a {
    padding: 50px 0 60px;
}

.youtube {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* ---------------------------------------------------------------- */
/* service */
/* ---------------------------------------------------------------- */

.service-kv {
    background: url(../../uploads/img/service-kv.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 500px;
    margin-top: 71px;
    width: 100%;
}

.service-top {
    margin-top: -40px;
    width: 100%;
    height: auto;
}

.service-text {
    background: #232939;
    box-sizing: border-box;
    color: #fff;
    padding: 30px 30px 30px 100px;
    width: 500px;
}

.service-in {
    background: #fff;
    box-sizing: border-box;
    padding: 0px 0 60px;
}

.service-in ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 60px;
}

.service-in ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-con {
    width: 580px;
}

.service-con-img {
    height: 344px;
}

.service-con-img img {
    height: auto;
    width: 100%;
}

/* ---------------------------------------------------------------- */
/* recruit */
/* ---------------------------------------------------------------- */

.recruit-kv {
    background: url(../../uploads/img/recruit-kv.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 500px;
    margin-top: 71px;
    padding: 60px 0;
    width: 100%;
}

.recruit-text {
    margin-top: 60px;
}

.recruit-top {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(247,247,247,0) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 80%, rgba(35,41,57,1) 80%, rgba(35,41,57,1) 100%); /* FF 3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(247,247,247,0) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(35,41,57,1) 80%,rgba(35,41,57,1) 100%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(247,247,247,0) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(35,41,57,1) 80%,rgba(35,41,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232939',GradientType=0 ); /* IE 6-9 */
    box-sizing: border-box;
    margin-top: -180px;
}

.recruit-info {
    box-sizing: border-box;
    box-shadow: 8px 8px 8px 0 #666;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.recruit-link-in {
    background: #232939;
    box-sizing: border-box;
    padding: 20px;
}

.recruit-link-in ul {
    margin: 0 auto;
    width: 235px;
}

.recruit-link-in ul li {
    float: left;
    margin-right: 45px;
    position: relative;
}

.recruit-link-in ul li:last-child {
    margin-right: 0;
}

.recruit-link-in ul li::after {
    content: "/";
    color: #fff;
    position: absolute;
    right: -25px;
}

.recruit-link-in ul li:last-child::after {
    content: none;
}

.recruit-link-in ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

.recruit-link-in ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #ffcb08;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.recruit-link-in ul li a:hover::after {
    width: 100%;
}

.recruit-base {
    background: #fff;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
}

.recruit-sec-1-1 {
    left: 40px;
    position: absolute;
    width: 850px;
    z-index: 4;
}

.recruit-sec-1-title {
    margin-bottom: 40px;
}

.recruit-sec-1-title h2 {
    color: #232939;
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 95px;
    line-height: 95px;
    letter-spacing: 5px;
}

.recruit-sec-1-2 {
    position: relative;
    width: 550px;
    z-index: 3;
}

.recruit-sec-1-2 img {
    height: auto;
    width: 100%;
}

.recruit-sec-2 {
    box-sizing: border-box;
    margin-bottom: 60px;
    padding: 0 40px;
}

.recruit-sec-title {
    margin-bottom: 20px;
}

.recruit-sec-title h2 {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 5px;
    margin-right: 20px;
}

.recruit-sec-bg {
    background: #ffcb08;
    box-sizing: border-box;
    line-height: 30px;
    padding: 5px 20px;
}

.recruit-state {
    margin: 0 auto 60px;
    max-width: 920px;
    width: 100%;
}

.recruit-state li {
    float: left;
    margin: 0 40px 40px 0;
    width: 440px;
}

.recruit-state li:nth-child(2n) {
    margin-right: 0;
}

.recruit-state li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.recruit-state li img {
    height: auto;
    width: 100%;
}

.recruit-state-text {
    margin-top: 10px;
}

.recruit-apply {
    margin: 0 40px;
}

.staff-itiran {
    background: #232939;
    box-sizing: border-box;
    padding: 60px 0 0;
}

.staff-title {
    color: #ffcb08;
    margin-bottom: 40px;
    text-align: center;
}

.staff-title-in {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 5px;
}

.staff-list li {
    float: left;
    margin: 0 30px 60px 0;
    position: relative;
    width: 380px;
}

.staff-list li:nth-child(3n) {
    margin-right: 0;
}

.staff-list li:hover .staff-text-in {
    opacity: 1;
}

.staff-list a:hover img {
    opacity: 1;
}

.staff-img {
    height: 387px;
    overflow: hidden;
    width: 380px;
}

.staff-img img {
    height: auto;
    width: 100%;
}

.staff-cate {
    box-sizing: border-box;
    color: #000;
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

.staff-engineer {
    background: #ffcb08;
}

.staff-sm {
    background: #65b2e6;
}

.staff-bc {
    background: #f092a4;
}

.staff-text-in {
    background: rgba(255, 203, 8, 0.8);
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 23px;
    line-height: 33px;
    left: 0;
    height: 423px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-decoration: none;
    top: 0;
    transition: .7s;
    -webkit-transition: .7s;
    width: 100%;
}

.recruit-bg-1 {
    background: url(../../uploads/img/bg-3.png);
    background-size: 100%;
    box-sizing: border-box;
    height: 755px;
    position: relative;
}

.recruit-bg-2 {
    background: url(../../uploads/img/bg-4.png);
    background-size: 100%;
    bottom: 0;
    box-sizing: border-box;
    height: 60%;
    position: absolute;
    width: 100%;
}

.recruit-bg-1 .wrapper {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    max-width: 1200px;
    width: 100%;
}

.recruit-main {
    width: 500px;
}

.recruit-main-title {
    color: #ffcb08;
    position: relative;
}

.recruit-main-title::after {
    bottom: 15px;
    border-top: 5px solid #ffcb08;
    content: "";
    position: absolute;
    right: 0;
    width: 70%;
}

.recruit-main-title-in {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 5px;
}

.recruit-main img {
    height: auto;
    width: 100%;
}

.recruit-flow {
    width: 660px;
}

.recruit-flow ul {
    margin: 40px 0;
}

.recruit-flow ul li {
    margin-bottom: 40px;
}

.recruit-flow-title {
    margin-bottom: 10px;
}

.recruit-flow-title-in {
    font-family: "avenir-heavy";
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 5px;
}

.recruit-flow-title h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}

/* ---------------------------------------------------------------- */
/* staff */
/* ---------------------------------------------------------------- */

.staff-kv {
    background: url(../../uploads/img/staff-kv.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 500px;
    margin-top: 71px;
    padding: 40px 0 0;
    width: 100%;
}

.staff-kv .title-kv {
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 1200px;
}

.staff-kv .title-kv-in {
    float: left;
    margin-right: 20px;
}

.staff-kv h1 {
    float: left;
    line-height: 76px;
}

.staff-top {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(247,247,247,0) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 80%, rgba(35,41,57,1) 80%, rgba(35,41,57,1) 100%); /* FF 3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(247,247,247,0) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(35,41,57,1) 80%,rgba(35,41,57,1) 100%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(247,247,247,0) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(35,41,57,1) 80%,rgba(35,41,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232939',GradientType=0 ); /* IE 6-9 */
    box-sizing: border-box;
    margin-top: -340px;
}

.staff-in {
    box-sizing: border-box;
    box-shadow: 8px 8px 8px 0 #666;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.staff-main-img {
    position: relative;
}

.staff-main-img img {
    height: auto;
    width: 100%;
}

.staff-main-info {
    background: rgba(255, 203, 8, 0.8);
    box-sizing: border-box;
    bottom: 20px;
    left: 20px;
    padding: 20px;
    position: absolute;
    width: 610px;
}

.staff-main-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}

.staff-main-info-in {
    border-left: 5px solid #fff;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 20px;
}

.staff-name {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

.staff-in .staff-text {
    box-sizing: border-box;
    padding: 40px;
}

.staff-in .bg-w {
    background: #fff;
}

.staff-in .bg-g {
    background: #f4f4f4;
}

.staff-in .bg-db {
    background: #232939;
    color: #fff;
}

.staff-in h3 {
    border-bottom: 5px solid #ffcb08;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px;
}

.staff-in h3.bg-y {
    background: #ffcb08;
    border-bottom: 0;
    padding: 5px 20px;
}

.interview-text.left,
.interview-text.right {
    width: 680px;
}

.interview-text p {
    margin-bottom: 20px;
}

.interview-text p:last-child {
    margin-bottom: 0;
}

.interview img {
    height: auto;
    width: 400px;
}

/* ---------------------------------------------------------------- */
/* contact, entry, 404 */
/* ---------------------------------------------------------------- */

.contact-kv {
    background: url(../../uploads/img/contact-kv.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 500px;
    margin-top: 71px;
    padding-top: 60px;
    width: 100%;
}

.entry-kv {
    background: url(../../uploads/img/entry-kv.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 500px;
    margin-top: 71px;
    padding-top: 60px;
    width: 100%;
}

.pnf-kv {
    background: #fff;
    box-sizing: border-box;
    height: 700px;
    margin-top: 71px;
    padding-top: 60px;
    width: 100%;
}

.title-pnf {
    margin: 0 auto;
    background: url(../../uploads/img/bg-404.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    width: 1000px;
    height: 545px;
}

.pnf-main {
    margin-top: 71px;
    color: #373737;
    font-size: 22px;
    width: 580px;
}

.pnf-main p {
    margin-top: 20px;
}

.pnf-main a,
.pnf-main a::after {
    color: #373737;
}

.form-top {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(32,37,52,0) 10%, rgba(35,41,57,1) 10%, rgba(35,41,57,1) 100%); /* FF 3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(32,37,52,0) 10%,rgba(35,41,57,1) 10%,rgba(35,41,57,1) 100%); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(32,37,52,0) 10%,rgba(35,41,57,1) 10%,rgba(35,41,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232939',GradientType=0 ); /* IE 6-9 */
    box-sizing: border-box;
    margin-top: -180px;
    position: relative;
    z-index: 2;
}

.form-top .wrapper {
    background: #fff;
    box-shadow: 8px -8px 8px 0 #666;
    box-sizing: border-box;
    padding: 40px 0 100px;
}

.form-list {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.entry-top .form-list {
    border-bottom: 1px solid #ffcb08;
}

.form-list ul {
    margin: 0 auto;
    width: 270px;
}

.form-list ul li {
    float: left;
    margin-right: 40px;
}

.form-list ul li:last-child {
    margin-right: 0;
}

.form-list ul li.act-now {
    border-bottom: 3px solid #ffcb08;
}

.form-text-1 {
    margin-bottom: 40px;
    text-align: center;
}

.form-text-2 {
    margin: 0 150px;
}

.form-base {
    position: relative;
}

.form-base .form-btn {
    bottom: -100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.form-base .form-policy {
    margin: 40px 150px 100px;
}

.form-table {
    margin: 0 150px;
}

.form-table li {
    margin-bottom: 20px;
}

.form-table li:last-child {
    margin-bottom: 0;
}

.form-1 .red {
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    background: red;
    font-size: 10px;
    vertical-align: top;
}

.form-2 input[type="radio"] {
    display: none;
}

.form-2 input[type="radio"] + .mwform-radio-field-text::before {
    padding-right: 5px;
    content: "○";
    color: #ccc;
    font-size: 22px;
    /* left: 0; */
    /* position: absolute; */
    /* top: 0; */
}

.form-2 input[type="radio"]:checked + .mwform-radio-field-text::before {
    content: "●";
    color: #ffcb08;
}

.form-2 input[type="text"], input[type="email"], select {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    font-size: 17px;
    line-height: 27px;
    padding: 5px 10px;
    width: 100%;
    -webkit-appearance: none;
}

.form-2 div.select {
    position: relative;
}

.form-2 div.select::after {
    display: block;
    content: "";
    position: absolute;
    width: 9px;
    height: 8px;
    top: 50%;
    right: 1em;
    margin-top: -2px;
    z-index: 2;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(102,102,102)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;
    pointer-events: none;
}

.form-2 span.label {
    padding: 5px 10px;
    background-color: #f4f4f4;
    cursor: pointer;
    display: block;
}

.form-2 textarea {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    height: 200px;
    font-size: 17px;
    line-height: 27px;
    padding: 5px 10px;
    width: 100%;
    -webkit-appearance: none;
}

.form-2 input[type="text"]:focus,
.form-2 input[type="email"]:focus,
.form-2 textarea:focus {
    background: #fff;
}

.form-btn {
    margin: 40px auto 0;
    position: relative;
    width: 300px;
}

.form-btn input[type="submit"] {
    background: #282828;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    line-height: 27px;
    padding: 20px 10px;
    width: 100%;
    -webkit-appearance: none;
}

.form-btn::after {
    background: url(../../uploads/img/link-icon-1.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 30px;
    width: 28px;
}

.form-policy {
    margin: 40px 150px;
}

.form-policy-text {
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 300px;
    margin-bottom: 10px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.form-policy-text::-webkit-scrollbar {
    display: none;
}

.simplebar-scrollbar::before {
    border-radius: 5px;
    background-color: #ffcb08;
}

.form-policy-text p {
    margin-bottom: 20px;
}

.form-policy-text p:last-child {
    margin-bottom: 0;
}

/* ---------------------------------------------------------------- */
/* Safari only */
/* ---------------------------------------------------------------- */

_::-webkit-full-page-media, _:future, :root .form-2 input[type="radio"] + .mwform-radio-field-text::before {
    font-size: 35px;
    top: -7px;
}

_::-webkit-full-page-media, _:future, :root .group-link {
    width: 185px;
}

/* ---------------------------------------------------------------- */
/* loading */
/* ---------------------------------------------------------------- */

.loading-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background: transparent;
    overflow: hidden;
}

.loading-wrap::before,
.loading-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 100vh;
    /* background: #ffcb08; */
    background: #fff;
    content: '';
    animation: loadingWrapBgToLeft 1s 6s linear forwards;
}

.loading-wrap::after {
    right: 0;
    left: auto;
    animation: loadingWrapBgToRight 1s 6s linear forwards;
    z-index: 0;
}

.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: bold;
    font-size: 52px;
    font-family: 'YuGothic',sans-serif;
    z-index: 1;
    animation: logo_animation 3.5s, displayOff .5s 3.5s;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}

@keyframes loadingWrapBgToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loadingWrapBgToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes logo_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes logo_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayOff {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

path {
    fill-opacity: 0;
    transition: fill-opacity 0.5s;
}

.done .cls-1 {
    fill: #feca09;
    fill-opacity: 1;
}

.done .cls-2 {
    fill: #010101;
    fill-opacity: 1;
}

.done path {
    stroke: none;
}
