@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */

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


/* HTML5 display-role reset for older browsers */

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

html {
    width: 100%;
    height: 100%;
}

body {
    line-height: 1;
    width: 100%;
    height: 100% !important;
}

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;
}

.clearfix:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

a {
    outline: none;
}

a:focus {
    outline: none;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}


/* reset */

a,
a:link,
a:visited,
a:active,
a:hover {
    color: #fff;
}

p {
    display: block;
    font-size: 1.4rem;
}

@media(max-width:768px) {
    p {
        font-size: 1.2rem;
    }
}


/* common */

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2.0;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    color: #32485a;
    font-weight: 400;
    min-width: 1160px;
    position: relative;
    -webkit-text-size-adjust: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}

img {
    display: block;
}

.sp {
    display: none;
}

@media(max-width:768px) {
    body {
        min-width: 100%;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}


/* header */

.pageHeader {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 1000;
}

.pageHeaderIn {
    min-width: 1160px;
    margin: 0 auto;
}

.pageHeader-Logo {
    float: left;
    padding-top: 15px;
    padding-left: 24px;
    padding-bottom: 14px;
}

.btn-link {
    position: fixed;
    right: 0;
}

.btnHigh {
    width: 80px;
    height: 70px;
    background-color: #126437;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #126437, 0 0 1px transparent;
}
.btnHigh:hover{
    box-shadow: inset 0 0 0 4px #fff, 0 0 1px transparent;
}

.btnFirst {
    width: 80px;
    height: 70px;
    background-color: #eb5c01;
    line-height: 70px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #F35C22, 0 0 1px transparent;
}

.btnFirst:hover{
    box-shadow: inset 0 0 0 4px #fff, 0 0 1px transparent;
}

.btnFirst span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.btnSecond {
    width: 80px;
    height: 70px;
    line-height: 70px;
    background-color: #0b2a44;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 25px;
    height: 21px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 6px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 6px;
}

.menu-trigger::after {
    position: absolute;
    left: -6px;
    bottom: -42px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
}

.menu-trigger.active::after {
    content: 'CLOSE';
    left: -9px;
    bottom: -42px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.pageHeader .btn-link>* {
    float: left;
    text-align: center;
}

:root #global-nav {
    display: none;
}

:root #global-nav.active {
    display: block;
}

#global-nav {
    position: fixed;
    top: 70px;
    z-index: 999;
    width: 100%;
    min-width: 960px;
}

#global-nav.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}

.global-nav-main {
    background-color: rgba(11, 42, 68, .9);
    padding: 30px 0;
}

.global-nav-main-inner {
    max-width: 980px;
    margin: 0 auto;
}

.category-wrap {
    overflow: hidden;
}

.category-wrap a:hover{
    color: #E95C1E;
}

.category {
    float: left;
    margin-right: 15px;
}

.headerLi {
    font-weight: 700;
    color: #fff;
}

#global-nav .category:nth-child(1) .category-head {
    background-image: url(../images/gnav01.png);
}

#global-nav .category:nth-child(2) .category-head {
    background-image: url(../images/gnav02.png);
}

#global-nav .category:nth-child(3) .category-head {
    background-image: url(../images/gnav03.png);
}

#global-nav .category:nth-child(4) .category-head {
    background-image: url(../images/gnav04.png);
}

#global-nav .category-head {
    width: 230px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.category .categoryM{
    margin-top: 20px;
}

@media screen and ( max-width:768px) {
    .pageHeaderIn {
        min-width: 100%;
        width: 100%;
    }
    .pageHeader {
        width: 100%;
    }
    .pageHeader-Logo {
        float: none;
        display: inline-block;
        width: 49%;
        text-align: left;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    .pageHeader-Logo img.sp {
        height: 30px;
        width: 187px;
    }
    .btn-link {
        display: inline-block;
    }
    .btnHigh {
        width: 50px;
        height: 50px;
        font-size: 8px;
    }
    .btnFirst {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
    .btnSecond {
        height: 50px;
        width: 53px;
    }
}


/*---HambugurMenu---*/

.wrap {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    font-size: 1.4rem;
}

.line {
    border-bottom: 1px solid #eb5c01;
    padding-top: 20px;
}

.lineUnder {
    border-bottom: 1px solid #eb5c01;
    padding-top: 20px;
}

h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
}

.in980 {
    max-width: 980px;
    margin: 0 auto;
}

@media(max-width:768px) {
    .wrap {
        padding: 0 15px;
        font-size: 1.2rem;
    }
    .line {
        padding-top: 20px;
    }
}


/*--footer--*/

footer {
    position: relative;
}

.footerDesign {
    padding: 44px 0 55px 0;
    background-color: rgba(89, 107, 122, .3);
}

.footerMenuAll {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 150px;
}

.footerMenuAll a:hover{
    color: #F35C22;
}

#footerLogo {
    width: 118px;
    height: 41px;
    float: left;
    margin-right: 70px;
}

.footerMenu {
    font-size: 1.4rem;
    float: left;
    margin-right: 50px;
}

.footerMenu a {
    color: #0b2a44;
}

.footerLi {
    font-weight: 700;
}

.footerMenu #last-margin {
    margin-bottom: 30px;
}

a.footerHighschoolBtn{
    width: 170px;
    height: 60px;
    background-color: #126437;
    float: right;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: all;
    transition-property: all;
    box-shadow: inset 0 0 0 4px #126437, 0 0 1px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

a.footerHighschoolBtn:hover{
    box-shadow: inset 0 0 0 4px #fff, 0 0 1px transparent;
    color: #fff;
}

.footerBtn {
    width: 170px;
    height: 60px;
    background-color: #eb5c01;
    float: right;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #F35C22, 0 0 1px transparent;
}

.footerBtn:hover{
    box-shadow: inset 0 0 0 4px #fff, 0 0 1px transparent;
}

.copyright {
    height: 80px;
    background-color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 30px;
}

@media screen and ( max-width:768px) {
    .pageHeaderIn {
        min-width: 100%;
        width: 100%;
    }
    .pageHeader {
        width: 100%;
    }
    .pageHeader-Logo {
        float: none;
        display: inline-block;
        width: 49%;
        text-align: left;
    }
    .btn-link {
        display: inline-block;
    }
    .btnFirst span {
        font-size: 0.8rem;
    }
    .menu-trigger {
        width: 24px;
        height: 24px;
    }
    .menu-trigger span {
        height: 2px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: -8px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 0px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 14px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
    .menu-trigger::after {
        font-size: 0.8rem;
        bottom: -30px;
        left: -3px;
    }
    .menu-trigger.active::after {
        content: 'CLOSE';
        left: -5px;
        bottom: -30px;
    }
    .category-wrap ul {
        font-size: 0;
    }
    .category-wrap li {
        font-size: 1rem;
    }
    #global-nav {
        top: 50px;
        min-width: 320px;
    }
    .global-nav-main {
        padding: 0;
    }
    .p15 {
        padding-left: 15px;
    }
    .menuTitle {
        width: 100%;
        height: 25px;
        background-color: #32485a;
        padding-top: 3px;
    }
    .boldy {
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
    }
    .button {
        height: 45px;
        width: 50%;
        display: inline-block;
        padding-top: 12px;
    }
    .buttonRight {
        border-left: 1px solid #d6dade;
    }
    .lastBtn{
        background-color: #eb5c01;
    }
    .forLine {
        border-bottom: 1px solid #d6dade;
    }
    /*--footer--*/
    footer div.category-wrap {
        background-color: #fff;
    }
    footer div.footerforLine {
        border-top: 2px solid #32485a;
    }
    footer a.boldy {
        color: #32485a;
    }
    footer li.button {
        color: #32485a;
    }
    footer li.menuTitle {
        background-color: #d6dade;
    }
    footer li.forLine {
        border-bottom: 1px solid #d6dade;
    }
    footer li.lastBtn {
        color: #fff;
        background-color: #ce3a2c;
    }
}


/*--industry--*/

.topVisualUnder {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
    height: 600px;
    overflow: hidden;
}

.visualAreaUnder {
    background-color: #0b2a44;
    width: 100%;
    min-width: 1160px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.first-boxUnder {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -20%);
    z-index: 100;
}

.first-boxUnder h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
}

#areaBottom01 {
    background: url(../images/industry/kvUpper01.png);
    /*    background-attachment: fixed;*/
    width: 2100px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

#areaTop01 {
    position: absolute;
    animation-name: areaTopAni;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-name: areaTopAni;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    background-image: url(../images/industry/kvDown01.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}

@keyframes areaTopAni {
    from {
        -ms-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    to {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media screen and ( max-width:768px) {
    .visualAreaUnder {
        min-width: 320px;
        height: 300px;
    }
    #areaTop01 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/industry/sp_kvDown01.png) 32% top no-repeat;
        background-size: cover;
    }
    #areaBottom01 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/industry/sp_kvUpper01.png) center top no-repeat;
        background-size: cover;
        left: 90px;
    }
    .topVisualUnder {
        margin-left: -500px;
        left: 64%;
    }
    @keyframes areaTopAni {
        from {
            -ms-transform: translateX(-20px);
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        to {
            -ms-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    .first-boxUnder {
        left: 25%;
    }
    .first-boxUnder h2 {
        font-size: 1.8rem;
    }
}


/*--business--*/
#areaBottom02 {
    background: url(../images/business/kvUpper02.png);
    /*    background-attachment: fixed;*/
    width: 2100px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

#areaTop02 {
    position: absolute;
    animation-name: areaTopAni;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-name: areaTopAni;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    background-image: url(../images/business/kvDown02.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}

@keyframes areaTopAni {
    from {
        -ms-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    to {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


/*--recruit--*/

#areaBottom03 {
    background: url(../images/infographic/infographic.png);
    /*    background-attachment: fixed;*/
    width: 2100px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}


/*--recruit--*/

.first-boxUnder3 {
    background-image: url(../images/kvLogo.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 496px;
    height: 506px;
}

.areaBottomUnder9 {
    background: url(../images/recruit/kvUpper07.png);
    /*    background-attachment: fixed;*/
    width: 2100px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.areaTopUnder9 {
    position: absolute;
    animation-name: areaTopAni;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-name: areaTopAni;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    background-image: url(../images/recruit/kvDown07.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}

@keyframes areaTopAni {
    from {
        -ms-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    to {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*--interviewIndex--*/

.first-boxUnder4 {
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -20%);
    z-index: 100;
}

#human01 {
    background-image: url(../images/interviewIndex/human01.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 2000px;
    height: 600px;
    bottom: 0;
    z-index: 100;
    left: 40%;
    transform: translateX(-20%);
}

.kvLogoUnder {
    background-image: url(../images/interviewIndex/kvDown03.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
    width: 161px;
    height: 161px;
    top: 45%;
    right: 20%;
    transform: translate(45%, -20%);
}

.areaBottomUnder4 {
    background: url(../images/interviewIndex/kvUpper03.png);
    /*    background-attachment: fixed;*/
    width: 2000px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.areaTopUnder4 {
    position: absolute;
    animation-name: areaTopAni;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-name: areaTopAni;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    background-image: url(../images/interviewIndex/kvDown03.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}

@keyframes areaTopAni {
    from {
        -ms-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    to {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.areaTopUnder6 {
    position: absolute;
    background-image: url(../images/infographic/kv.png);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}


/*--interview01--*/

.first-boxUnder5 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -20%);
    z-index: 100;
}

.human01 {
    background-image: url(../images/interview01/human02.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 2000px;
    height: 523px;
    bottom: 0;
    z-index: 100;
    left: 90%;
    transform: translateX(-30%);
}

.areaBottomUnder5 {
    background: url(../images/interview01/kvUpper.png);
    /*    background-attachment: fixed;*/
    width: 2000px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.areaTopUnder5 {
    position: absolute;
    animation-name: areaTopAni;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-name: areaTopAni;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    background-image: url(../images/interview01/kvDown.png);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}

@keyframes areaTopAni {
    from {
        -ms-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    to {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*--interview02--*/

.first-boxUnder5 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -20%);
    z-index: 100;
}

.human {
    background-image: url(../images/interview02/human.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 2000px;
    height: 525px;
    bottom: 0;
    z-index: 100;
    left: 90%;
    transform: translateX(-30%);
}

.areaBottomUnder6 {
    background: url(../images/interview02/kvUpper05.png);
    /*    background-attachment: fixed;*/
    width: 2000px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.areaTopUnder6 {
    position: absolute;
    animation-name: areaTopAni;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-name: areaTopAni;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    background-image: url(../images/interview02/kvDown05.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}

@keyframes areaTopAni {
    from {
        -ms-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    to {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*--interview03--*/

.first-boxUnder5 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -20%);
    z-index: 100;
    color: #fff;
}

.black {
    color: #32485a;
}

.human02 {
    background-image: url(../images/interview03/human_02.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 2000px;
    height: 515px;
    bottom: 0;
    z-index: 100;
    left: 90%;
    transform: translateX(-30%);
}

.areaBottomUnder8 {
    background: url(../images/interview03/kvUpper06.png);
    /*    background-attachment: fixed;*/
    width: 2000px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.areaTopUnder8 {
    position: absolute;
    animation-name: areaTopAni;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -webkit-animation-name: areaTopAni;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    background-image: url(../images/interview03/kvDown06.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    top: 0;
    left: 0;
    background-position: left top;
    width: 2100px;
    height: 600px;
}

@keyframes areaTopAni {
    from {
        -ms-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    to {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*--強調--*/

.red {
    color: #eb5c01;
}

@media(max-width:768px) {
    .kvLogoUnder {
        right: 16%;
        width: 80px;
        height: 80px;
        background-size: cover;
    }
    /*--業界--*/
    .visualAreaUnder {
        min-width: 320px;
        height: 300px;
    }
    .first-box {
        width: 248px;
        height: 253px;
    }
    .sp_first-boxI {
        background-image: url(../images/sp/sp_kvlogo.png);
        background-repeat: no-repeat;
        max-width: 100%;
        max-height: 100%;
    }
    #areaTop02 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/business/b1_kvDown.png) 32% top no-repeat;
        background-size: cover;
    }
    #areaBottom02 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/business/b1_kvUpper.png) center top no-repeat;
        background-size: cover;
        left: 90px;
    }
    .topVisualUnder {
        margin-left: -492px;
        left: 64%;
    }
    @keyframes areaTopAni {
        from {
            -ms-transform: translateX(-20px);
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        to {
            -ms-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    /*--interviewIndex--*/
    #human01 {
        width: 400px;
        height: 253px;
        background: url(../images/sp/interviewIndex/c1_human.png) top no-repeat;
        background-size: cover;
        left: 0%;
    }
    .sp_first-boxI {
        background-image: url(../images/sp/sp_kvlogo.png);
        background-repeat: no-repeat;
        max-width: 100%;
        max-height: 100%;
    }
    .areaTopUnder4 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interviewIndex/c1_kvDown.png) 32% top no-repeat;
        background-size: cover;
    }
    .areaBottomUnder4 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interviewIndex/c1_kvUpper.png) center top no-repeat;
        background-size: cover;
        left: 90px;
    }
    @keyframes areaTopAni {
        from {
            -ms-transform: translateX(-20px);
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        to {
            -ms-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    .first-boxUnder4 {
        transform: translate(-40%, -45%);
    }
    .first-boxUnder4 h2 {
        font-size: 1.8rem;
        color: #fff;
    }
    /*--interview01--*/
    .human01 {
        width: 117px;
        height: 262px;
        background: url(../images/sp/interview01/c11_human.png) top no-repeat;
        background-size: cover;
        left: 50%;
    }
    .sp_first-boxI {
        background-image: url(../images/sp/sp_kvlogo.png);
        background-repeat: no-repeat;
        max-width: 100%;
        max-height: 100%;
    }
    .areaTopUnder5 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interview01/c11_kvDown.png) 32% top no-repeat;
        background-size: cover;
    }
    .areaBottomUnder5 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interview01/c11_kvUpper.png) center top no-repeat;
        background-size: cover;
        left: 90px;
    }
    @keyframes areaTopAni {
        from {
            -ms-transform: translateX(-20px);
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        to {
            -ms-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    .first-boxUnder5 {
        transform: translate(-22%, -45%);
        color: #fff;
        text-shadow:
    #0b2a44 2px 2px 3px, #0b2a44 -2px 2px 3px,
    #0b2a44 2px -2px 3px, #0b2a44 -2px -2px 3px;
        
    }
    .black{
        color: #32485a;
        text-shadow:
    #fff 2px 2px 3px, #fff -2px 2px 3px,
    #fff 2px -2px 3px, #fff -2px -2px 3px;
    }
    .first-boxUnder5 h2 {
        font-size: 1.8rem;
    }
    .first-boxUnder5 p {
        font-size: 1.1rem;
    }
    .txtRight h2 {
        font-size: 1.5rem;
    }
    .LRcontents h2 {
        font-size: 1.5rem;
    }
    .interviewContents h2 {
        font-size: 1.5rem;
        padding: 0 15px;
    }
    /*--interview02--*/
    .human {
        width: 117px;
        height: 262px;
        background: url(../images/sp/interview02/c12_human.png) top no-repeat;
        background-size: cover;
        left: 70%;
    }
    .sp_first-boxI {
        background-image: url(../images/sp/sp_kvlogo.png);
        background-repeat: no-repeat;
        max-width: 100%;
        max-height: 100%;
    }
    .areaTopUnder6 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interview02/c12_kvDown.png) 32% top no-repeat;
        background-size: cover;
    }
    .areaBottomUnder6 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interview02/c12_kvUpper.png) center top no-repeat;
        background-size: cover;
        left: 90px;
    }
    @keyframes areaTopAni {
        from {
            -ms-transform: translateX(-20px);
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        to {
            -ms-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    /*--interview03--*/
    .human02 {
        width: 156px;
        height: 262px;
        background: url(../images/sp/interview03/c13_human.png) top no-repeat;
        background-size: cover;
        left: 40%;
    }
    .sp_first-boxI {
        background-image: url(../images/sp/sp_kvlogo.png);
        background-repeat: no-repeat;
        max-width: 100%;
        max-height: 100%;
    }
    .areaTopUnder8 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interview03/c13_kvDown.png) 32% top no-repeat;
        background-size: cover;
    }
    .areaBottomUnder8 {
        width: 768px;
        height: 300px;
        background: url(../images/sp/interview03/c13_kvUpper.png) center top no-repeat;
        background-size: cover;
        left: 90px;
    }
    @keyframes areaTopAni {
        from {
            -ms-transform: translateX(-20px);
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
        to {
            -ms-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    /*--recruit--*/
    @media(max-width:768px) {
        .visualArea {
            min-width: 320px;
            height: 300px;
        }
        .first-box {
            background-image: url(../images/sp/sp_kvlogo.png);
            width: 248px;
            height: 253px;
            background-size: cover;
        }
        .areaTopUnder9 {
            width: 768px;
            height: 300px;
            background: url(../images/sp/recruit/e1_kvDown.png) 32% top no-repeat;
            background-size: cover;
        }
        .areaBottomUnder9 {
            width: 768px;
            height: 300px;
            background: url(../images/sp/recruit/e1_kvUpper.png) center top no-repeat;
            background-size: cover;
            left: 90px;
        }
        .topVisual {
            margin-left: -480px;
            left: 64%;
        }
        @keyframes areaTopAni {
            from {
                -ms-transform: translateX(-20px);
                -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
            }
            to {
                -ms-transform: translateX(0px);
                -webkit-transform: translateX(0px);
                transform: translateX(0px);
            }
        }
    }
}
