@charset "utf-8";

/* ****************************
    Font
**************************** */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* ==========================================


 ========================================== */

/* ****************************
    [] Base
**************************** */
* {
    box-sizing: border-box;
}
html {
    width: 100%;
    font-size : 62.5%;
}
body {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-size : 1.4rem;
    font-family: Noto Sans Japanese, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    color: #323232;
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}
a {
    text-decoration: none;
}
video {
    display: block;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.Meiryo{
    font-family: 'メイリオ', Meiryo, sans-serif;
}
.Raleway {
    font-family: 'Raleway', sans-serif;
}
.Montserrat {
    font-family: 'Montserrat', sans-serif;
}
.pcNone {
    display: none !important;
}
.spNone {
    display: block !important;
}

@media screen and (max-width: 736px) {
img {
    width: 100%;
    height: auto;
}
.pcNone {
    display: block !important;
}
.spNone {
    display: none !important;
}
}
.missionReadCopy.Filled{
    text-indent: -.5em;
}
/* ****************************
    [] Layout PC Style
**************************** */
.inner {
    width: 1140px;
    margin: 0 auto;
}
.innerGuidelines {
    width: 1140px;
}
.inner1000 {
    width: 1000px;
    margin: 0 auto;
}
.areaTop {
    /*min-width: 1200px;*/
    min-width: 100%;
/*    overflow: hidden;*/
}

.areaTop + .areaTop{
 margin-top: 10rem;
}

.areaTop.fullScreen {
    margin: -105px 0 0;
    padding: 0 0 0;
}
.areaTop.mvNoMagin {
    margin: 0 0 0;
}
.readBlock {
    margin: 0 0 85px;
}
.readBlock:last-of-type {
    margin: 0 0 0;
}
.anchorLinkBlock {
    width: 732px;
    margin: -48px auto 56px auto;
}
.anchorLinkBlock .anchorLinkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem {
    width: 224px;
    height: 32px;
    margin-right: 30px;
    line-height: 32px;
    text-align: center;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem:last-of-type {
    margin-right: 0;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a {
    height: 100%;
    background-color: #e3e3e3;
    border-radius: 4px;
    font-weight: normal;
    line-height: 2;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a::after {
    background-color: #e3e3e3;
    border-radius: 4px;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a::before {
    background-color: #e3e3e3;
    border-radius: 4px;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a:hover {
    background-color: #797979;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a .iconArrowDown {
    padding-left: 22px;
    background-image: url(/ja/career/resource/images/common/icon_arrow_down_03.png);
    background-position: top 9px left;
    background-repeat: no-repeat;
    background-size: 11px 6px;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a:hover .iconArrowDown {
    background-image: url(/ja/career/resource/images/common/icon_arrow_down_03_hover.png);
}

/* ****************************
    [] Layout SP Style
**************************** */
@media screen and (max-width: 736px) {
.inner {
    width: 100%;
}
.innerGuidelines {
    width: 100%;
}
.areaTop {
    min-width: auto;
}
.areaTop.fullScreen {
    margin: -60px 0 0;
    padding: 0 0 0;
}
.readBlock {
    margin: 0 0 58px;
    padding: 0 15px;
}
.anchorLinkBlock {
    width: 100%;
    margin: -24px 0 28px;
    padding: 0 20px;
}
.anchorLinkBlock .anchorLinkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem {
    width: 210px;
    height: 25px;
    margin-right: 10px;
    line-height: 25px;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a {
    border-radius: 2px;
    font-size: 1.2rem;
    overflow: hidden;
    color: #565656;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a:hover {
    opacity: 1;
    background-color: #e3e3e3;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a .iconArrowDown {
    padding-left: 12px;
    background-image: url(/ja/career/resource/images/common/icon_arrow_down_03.png);
    background-position: top 9px left;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
.anchorLinkBlock .anchorLinkBox .anchorLinkItem a:hover .iconArrowDown {
    background-image: url(/ja/career/resource/images/common/icon_arrow_down_03.png);
}
}
/* ****************************
    [] Block PC Style
**************************** */
.flexBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ****************************
    [] Block SP Style
**************************** */
@media screen and (max-width: 736px) {
}
/* ****************************
    [] Heading PC Style
**************************** */
.h1SectionHeading {
}
.h2SectionHeading {
}
.h3SectionHeading {
    margin: 0 0 42px;
    padding: 0 0 14px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ff6666;
}
.workplaceQaBlock .h3SectionHeading {
    margin: 0 0 10px;
    letter-spacing: 0px;
}
.h4SectionHeading {
    margin: 48px 0 10px;
    font-size: 1.7rem;
    font-weight: 700;
    color: inherit;
}
.h5SectionHeading {
}
.h6SectionHeading {
}

.h2JobSectionHeading {
    margin: 0 0 42px;
    padding: 0 0 14px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ff6666;
}

.h3JobSectionHeading {
    margin: 48px 0 10px;
    font-size: 1.7rem;
    font-weight: 700;
    color: inherit;
}

/* ****************************
    [] Heading SP Style
**************************** */
@media screen and (max-width: 736px) {
.h3SectionHeading {
    margin: 0 0 25px;
    padding: 0 0 12px;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
.workplaceQaBlock .h3SectionHeading {
    margin: 0 0 -6px;
    border-bottom: 1px solid #e6e6e6;
}
.h4SectionHeading {
    margin: 28px 0 8px;
    font-size: 1.4rem;
}
.h2JobSectionHeading {
    margin: 0 0 25px;
    padding: 0 0 12px;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
.h3JobSectionHeading {
    margin: 28px 0 8px;
    font-size: 1.4rem;
}
}
/* ****************************
    [] Button PC Style
**************************** */
.btn {
    position: relative;
    height: 50px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    color: #575757;
    outline: none;
    z-index: 2;
}
.btn::before {
    right: 0;
}
.btn::after {
    left: 0;
}
.btn::before, .btn::after {
    position: absolute;
    top: 0;
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: -1;
}
.btn:hover::before, .btn:hover::after {
    width: 0;
    background-color: #fff;
}
.btn, .btn::before, .btn::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.btn:hover {
    background-color: #797979;
    color: #fff;
}
.btn.btnForm {
    font-size: 2.4rem;
    color: #fff;
    background-color: #f39800;
    border: 2px solid #f39800;
}
.btn.btnForm:hover {
    background-color: #f25932;
    color: #fff;
    border: 2px solid #f25932;
}
.btn.btnForm::before, .btn.btnForm::after {
    background-color: #f39800;
}
.btn.btnBack {
    font-size: 1.8rem;
    color: #323232;
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
}
.btn.btnBack:hover {
    background-color: #565656;
    border: 2px solid #565656;
    color: #fff;
}
.btn.btnBack::before, .btn.btnBack::after {
    background-color: #e6e6e6;
}
.btnMedium {
    width: 350px;
    height: 80px;
    border: 2px solid #494949;
    font-size: 2.0rem;
    font-weight: 700;
    color: #565656;
}
.btn.btnLarge {
    width: 400px;
    height: 80px;
    border: 1px solid #666666;
    font-size: 2.2rem;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 80px;
    margin-bottom: 8rem;
}
.btn .iconArrowRight {
    padding-left: 25px;
    font-weight: bold;
}

.btn:hover .iconArrowRight {
    background-image: url(/ja/career/resource/images/common/icon_circle_arrow_white.png);
}
.btn .iconPlus {
    padding-right: 28px;
}
.btn:hover .iconPlus::before, .btn:hover .iconPlus::after {
    background-color: #fff;
}
.btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul.btnBox li {
    margin-right: 20px;
}
ul.btnBox li:last-of-type {
    margin-right: 0;
}
.btnBoxTop .btnLarge {
    padding: 24px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.btnBoxRight {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.btnBoxCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btnBoxLeft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.fadeinBtnBlock {
    display: none;
}


.job01 .btnJob01,
.job02 .btnJob02,
.job03 .btnJob03,
.job04 .btnJob04,
.job05 .btnJob05,
.job06 .btnJob06,
.job07 .btnJob07,
.job08 .btnJob08,
.job09 .btnJob09,
.job10 .btnJob10,
.job11 .btnJob11,
.job12 .btnJob12,
.job13 .btnJob13,
.job14 .btnJob14,
.job15 .btnJob15,
.job16 .btnJob16,
.job17 .btnJob17,
.job18 .btnJob18,
.job19 .btnJob19,
.job20 .btnJob20,
.job21 .btnJob21,
.job22 .btnJob22,
.job23 .btnJob23,
.job24 .btnJob24,
.job25 .btnJob25,
.job26 .btnJob26,
.job27 .btnJob27,
.job28 .btnJob28,
.job29 .btnJob29,
.job30 .btnJob30,
.job31 .btnJob31,
.job32 .btnJob32,
.job33 .btnJob33,
.job34 .btnJob34,
.job35 .btnJob35,
.job36 .btnJob36,
.job37 .btnJob37,
.job38 .btnJob38,
.job39 .btnJob39,
.job40 .btnJob40,
.job41 .btnJob41,
.job42 .btnJob42,
.job43 .btnJob43,
.job44 .btnJob44,
.job45 .btnJob45,
.job46 .btnJob46{
 background-color: #797979 !important;
 color: #fff !important;
 cursor: default !important;
}

.job01 .btnJob01 .iconArrowRight,
.job02 .btnJob02 .iconArrowRight,
.job03 .btnJob03 .iconArrowRight,
.job04 .btnJob04 .iconArrowRight,
.job05 .btnJob05 .iconArrowRight,
.job06 .btnJob06 .iconArrowRight,
.job07 .btnJob07 .iconArrowRight,
.job08 .btnJob08 .iconArrowRight,
.job09 .btnJob09 .iconArrowRight,
.job10 .btnJob10 .iconArrowRight,
.job11 .btnJob11 .iconArrowRight,
.job12 .btnJob12 .iconArrowRight,
.job13 .btnJob13 .iconArrowRight,
.job14 .btnJob14 .iconArrowRight,
.job15 .btnJob15 .iconArrowRight,
.job16 .btnJob16 .iconArrowRight,
.job17 .btnJob17 .iconArrowRight,
.job18 .btnJob18 .iconArrowRight,
.job19 .btnJob19 .iconArrowRight,
.job20 .btnJob20 .iconArrowRight,
.job21 .btnJob21 .iconArrowRight,
.job22 .btnJob22 .iconArrowRight,
.job23 .btnJob23 .iconArrowRight,
.job24 .btnJob24 .iconArrowRight,
.job25 .btnJob25 .iconArrowRight,
.job26 .btnJob26 .iconArrowRight,
.job27 .btnJob27 .iconArrowRight,
.job28 .btnJob28 .iconArrowRight,
.job29 .btnJob29 .iconArrowRight,
.job30 .btnJob30 .iconArrowRight,
.job31 .btnJob31 .iconArrowRight,
.job32 .btnJob32 .iconArrowRight,
.job33 .btnJob33 .iconArrowRight,
.job34 .btnJob34 .iconArrowRight,
.job35 .btnJob35 .iconArrowRight,
.job36 .btnJob36 .iconArrowRight,
.job37 .btnJob37 .iconArrowRight,
.job38 .btnJob38 .iconArrowRight,
.job39 .btnJob39 .iconArrowRight,
.job40 .btnJob40 .iconArrowRight,
.job41 .btnJob41 .iconArrowRight,
.job42 .btnJob42 .iconArrowRight,
.job43 .btnJob43 .iconArrowRight,
.job44 .btnJob44 .iconArrowRight,
.job45 .btnJob45 .iconArrowRight,
.job46 .btnJob46 .iconArrowRight {
 background-image: url(/ja/career/resource/images/common/icon_circle_arrow_white.png) !important;
}

.Current {
    background-color: #797979 !important;
    color: #fff !important;
    cursor: default !important;
}
.Current::before, .Current::after {
    content: none;
}
.Current .iconArrowRight {
    background-image: url(/ja/career/resource/images/common/icon_circle_arrow_white.png) !important;
}

/* ****************************
    [] Button SP Style
**************************** */


@media screen and (max-width: 736px) {
.btn {
    width: 100%;
}
.btn:hover {
    background: #fff;
    color: inherit;
}
.btn:hover .iconArrowRight {
    background-image: url(/ja/career/resource/images/common/icon_circle_arrow_gray.png);
}
.btn:hover::before, .btn:hover::after {
    content: none;
}
.btn:hover .iconPlus::before, .btn:hover .iconPlus::after {
    background-color: #2e2e2e;
}
.btnMedium {
    height: 50px;
    border: 1px solid #565656;
    font-size: 1.4rem;
    color: #565656;
}
.btnMedium:hover{
    color: #565656;
}
.btn.btnLarge {
    width: 100%;
    height: 60px;
    padding: 22px 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 6rem;
}
.btnBox {
    padding: 0 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.btnBox li {
    width: 100%;
    margin: 0 0 10px;
}
ul.btnBox li:last-of-type {
    margin: 0 0 0;
}
.btnBoxTop {
    padding: 0 40px;
}
.btnBoxTop .btnLarge {
    font-size: 1.8rem;
}
.btn .iconArrowRight {
    width: 100%;
    padding: 2px 0 2px 25px;
}
.btn.btnForm {
    font-size: 1.8rem;
    color: #fff;
    border: 2px solid #f39800;
}
.btn.btnForm:hover {
    background-color: #f39800;
    border: 2px solid #f39800;
}
.btn.btnBack {
    font-size: 1.4rem;
    color: #323232;
    border: 2px solid #e6e6e6;
}
.btn.btnBack:hover {
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    color: #323232;
}
}
/* ****************************
    [] Text
**************************** */

.textRead {
    line-height: 2;
}
.textRed {
}
.textBule {
}

@media screen and (max-width: 736px) {
.textRead {
    font-size: 1.5rem;
    line-height: 1.8;
}
}
/* ****************************
    [] List
**************************** */

.listBasic {
    margin: 12px 0 0;
    padding-left: 1em;
}
.listBasic li {
    position: relative;
    margin: 0 0 16px;
}
.listBasic li::before {
    position: absolute;
    top: 8px;
    left: -8px;
    content: "";
    width: 2px;
    height: 2px;
    margin: -1px 0 0;
    display: block;
    background-color: #323232;
    border-radius: 100%;
}
.tableConditions {
    width: 100%;
    margin: 0 0 100px;
}
.tableConditions tr:first-of-type th {
    border-top: 1px solid #c9c9c9;
}
.tableConditions th {
    width: 280px;
    vertical-align: middle;
    background-color: #eeeeee;
    border-bottom: 1px solid #c9c9c9;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}
.tableConditions tr:first-of-type td {
    border-top: 1px solid #c9c9c9;
}
.tableConditions td {
    padding: 26px 65px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
    border-right:  1px solid #c9c9c9;
    line-height: 2;
}

@media screen and (max-width: 736px) {
.listBasic li {
    margin: 0 0 6px;
    font-size: 1.2rem;
    line-height: 1.6;
}
.listBasic li::before {
    top: 10px;
}
.tableConditions {
    width: 100%;
    margin: 0 0 50px;
}
.tableConditions th {
    width: 100%;
    padding: 14px 0;
    display: block;
    font-size: 1.4rem;
}
.tableConditions tr:first-of-type th,
.tableConditions tr:first-of-type td {
    border-top: none;
}
.tableConditions td {
    width: 100%;
    padding: 14px 10px;
    display: block;
    border-bottom: none;
    font-size: 1.2rem;
    line-height: 1.6;
    border-right: none;
}
}
/* ****************************
    [] Icon PC Style
**************************** */
.iconArrowRight {
    background-image: url(/ja/career/resource/images/common/icon_circle_arrow_gray.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}
.iconEntry {
    background-image: url(/ja/career/resource/images/common/icon_entry_02.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px auto;
}
.iconPlus {
    position: relative;
}
.iconPlus::before {
    position: absolute;
    top: 50%;
    right: 8px;
    content: "";
    height: 18px;
    width: 2px;
    margin: -9px 0 0;
    display: block;
    background-color: #040404;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
}
.iconPlus::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 18px;
    height: 2px;
    margin: -1px 0 0;
    display: block;
    background-color: #040404;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
}
.iconCat {
    padding: 6px 16px;
    display: inline-block;
    border: 2px solid #ffcc00;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffcc00;
}
.iconRequired {
    width: 54px;
    height: 20px;
    margin-left: 13px;
    display: inline-block;
    background-color: #ff6666;
    font-size: 1.2rem;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.iconSelect {
    position: relative;
}
.iconSelect::after {
    content: url(/ja/career/resource/images/common/icon_select.png);
    position: absolute;
    top: 50%;
    right: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* ****************************
    [] Icon SP Style
**************************** */
@media screen and (max-width: 736px) {
.iconPlus::before {
    height: 14px;
    width: 2px;
    margin: -7px 0 0;
}
.iconPlus::after {
    width: 14px;
    height: 2px;
    margin: -1px 2px 0;
}
.iconSelect::after {
    right: 20px;
}
}
/* ****************************
    [] Header PC Style
**************************** */
.headerBlock::before {
    content: "";
    position: relative;
    display: block;
    padding: 105px 0 0;
}
.headerBlock > .inner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    z-index: 9999;
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.2);
    box-shadow: 1px 0 5px rgba(0,0,0,.2);
}
.headerBlock.thanksHeader > .inner {
    height: 106px;
    border-bottom: 1px solid #565656;
    box-shadow: none;
}
.headerLogo {
    padding: 22px 0 24px 24px;
    text-align: center;
}
.headerLogo a {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #535353;
}
.headerLogo a img {
    margin: 0 0 1px;
}
.headerGnav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* Gnav
=============================== */
.headerGnav .headerGnavList {
    width: 100%;
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width:736px) and ( max-width:1200px) {
/* IE10〜11 */
_:-ms-input-placeholder, :root .headerBlock {
 width: 1200px;
}
_:-ms-input-placeholder, :root .headerBlock > .inner {
 width: 1200px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
 .headerBlock {
 width: 1200px;
}
 .headerBlock > .inner {
 width: 1200px;
}
}
}
.headerGnav .headerGnavList .gnavListItem {
    text-align: center;
}
.headerGnav .headerGnavList .gnavListItem:first-of-type {
    margin-right: 9.525278274201012%;
}
.headerGnav .headerGnavList .gnavListItem.missionStyle {
    margin-right: 9.162410530421925%;
}
/*
.headerGnav .headerGnavList .gnavListItem.workPlace {
    margin-right: 9.162410530421925%;
}
*/
.headerGnav .headerGnavList .gnavListItem.missionStyle:hover > a::before,
.headerGnav .headerGnavList .gnavListItem.crossTalk:hover > a::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #33cccc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.headerGnav .headerGnavList .gnavListItem.missionStyle:hover > a::after,
.headerGnav .headerGnavList .gnavListItem.crossTalk:hover > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 5px;
    background-color: #33cccc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.headerGnav .headerGnavList .gnavListItem.Top:hover > a::before,
.headerGnav .headerGnavList .gnavListItem.workPlace:hover > a::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #ff6666;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.headerGnav .headerGnavList .gnavListItem.Top:hover > a::after,
.headerGnav .headerGnavList .gnavListItem.workPlace:hover > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 5px;
    background-color: #ff6666;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.headerGnav .headerGnavList .missionStyle.borderCurrent > a::after,
.headerGnav .headerGnavList .crossTalk.borderCurrent > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 5px;
    background-color: #33cccc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.headerGnav .headerGnavList .Top.borderCurrent > a::after,
.headerGnav .headerGnavList .workPlace.borderCurrent > a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 5px;
    background-color: #ff6666;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.headerGnav .headerGnavList .gnavListItem > a {
    position: relative;
    min-height: 100%;
    padding: 30px 0 21px;
    display: block;
    text-align: center;
    white-space: nowrap
}
.headerGnav .headerGnavList .gnavListItem > a .textNemu {
    margin: 0 0 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #323232;
    letter-spacing: 1px;
}
.headerGnav .headerGnavList .gnavListItem > a .textNemu + p {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}
.headerGnav .headerGnavList .gnavListItem:first-of-type > a .textNemu + p,
.headerGnav .headerGnavList .gnavListItem.workPlace > a .textNemu + p {
    color: #ff6666;
}
.headerGnav .headerGnavList .gnavListItem.missionStyle > a .textNemu + p,
.headerGnav .headerGnavList .gnavListItem.crossTalk > a .textNemu + p {
    color: #33cccc;
}
.spNavLink {
    display: none;
}
/* Gnav Megamenu
=============================== */
.megamenuBlock {
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .85);
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.megamenuBlock p {
    margin: 10px 0 0;
}
.megamenuBlock a {
    color: #313131;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.megamenuBlock a:hover {
    opacity: .7;
}
.gnavListItem:hover .megamenuBlock {
    height: 170px;
    opacity: 1;
}
.megamenuBlock .megamenuLinkBox {
    width: 200px;
    margin-right: 30px;
    padding: 30px 0 23px;
    text-align: left;
}
.megamenuBlock .megamenuLinkBox:last-of-type {
    margin-right: 0;
}
.megamenuBlock .megamenuLinkBox img {
    margin: 0 0 10px;
}
/* Header Entry Button
=============================== */
/* IE10〜11 */
_:-ms-input-placeholder, :root .headerBlock .entryBtn {
    margin-left: 30px;
    box-sizing: content-box;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
 .headerBlock .entryBtn {
    margin-left: 30px;
    box-sizing: content-box;
}
}
.headerBlock .entryBtn a {
    width: 150px;
    height: 105px;
    padding: 71px 5px 20px;
    display: block;
    background-color: #f39800;
    background-image: url(/ja/career/resource/images/common/icon_entry.png);
    background-size: 27px 36px;
    background-repeat: no-repeat;
    background-position: top 22px center;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.headerBlock .entryBtn a:hover {
    opacity: .7;
}
/* Header Sns List
=============================== */
.headerBlock .snsList {
    padding: 45px 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .headerBlock .snsList {
    min-width: 108px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
.headerBlock .snsList {
    min-width: 108px;
}
}
.headerBlock .snsList .snsListItem:nth-of-type(1) {
    padding-right: 24px;
}
.headerBlock .snsList .snsListItem:nth-of-type(2) {
    padding-right: 20px;
}
.headerBlock .snsList .snsListItem:nth-of-type(3) {
}
.headerBlock .snsList .snsListItem a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.headerBlock .snsList .snsListItem a:hover {
    opacity: .7;
}

/* ****************************
    [] Heading SP Style
**************************** */
@media screen and (max-width: 736px) {
.headerBlock::before {
    padding: 60px 0 0;
}
.headerBlock > .inner {
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.headerBlock.thanksHeader > .inner {
    height: 61px;
    border-bottom: 1px solid #565656;
}
.headerLogo {
    padding: 4px 0 0;
    text-align: center;
}
.headerLogo a {
    display: block;
    font-size: 1.25rem;
}
.headerLogo a img {
    width: 96px;
    margin: 0 0 2px;
    vertical-align: baseline;
}
.headerGnav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 0 0 150px;
    display: none;
    background-color: #fff;
    overflow-y: auto;
    z-index: 9999;
}
.headerGnav .headerGnavList {
    display: block;
    margin: 0 0 0;
    padding: 0 0 0;
}
.headerGnav .headerGnavList .gnavListItem {
    margin: 0 !important;
    padding: 0;
    background: none !important;
    border-bottom: 1px solid #565656;
}
.headerGnav .headerGnavList .gnavListItem:first-of-type {
    border-top: 1px solid #565656;
}
.headerGnav .headerGnavList .gnavListItem a {
    padding: 14px 40px;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    text-align: left;
    letter-spacing: 1px;
}
.headerGnav .headerGnavList .gnavListItem > a {
    padding: 16px 40px 14px;
}
.headerGnav .headerGnavList .gnavListItem > a .textNemu {
    margin: 0 0 8px;
}
.headerGnav .headerGnavList .gnavListItem > a {
    background-image: url(/ja/career/resource/images/common/icon_arrow_right_03.png);
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
.headerGnav .headerGnavList .gnavListItem > a:hover {
    position: static;
    background-image: url(/ja/career/resource/images/common/icon_arrow_right_03.png);
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
.headerGnav .headerGnavList .gnavListItem .spNavLink {
    display: block;
    border-top: 1px solid #ededed;
}
.headerGnav .headerGnavList .gnavListItem .spNavLink a {
    background-image: url(/ja/career/resource/images/common/icon_arrow_right_04.png);
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-size: 5px auto;
    font-weight: 400;
}
.headerGnav .headerGnavList .gnavListItem:hover > a::after,
.headerGnav .headerGnavList .gnavListItem:hover > a::after {
    content: none !important;
}
.headerGnav .headerGnavList .gnavListItem:hover > a::before,
.headerGnav .headerGnavList .gnavListItem:hover > a::before {
    content: none !important;
}
.headerGnav .headerGnavList .gnavListItem.borderCurrent > a::after {
    content: none !important;
}

/* Header Hamburger Menu
=============================== */
.menuTrigger, .menuTrigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.menuTrigger {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 22px;
    height: 22px;
}
.menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #323232;
}
.menuTrigger span:nth-of-type(1) {
    top: 0;
}
.menuTrigger span:nth-of-type(2) {
    top: 10px;
}
.menuTrigger span:nth-of-type(3) {
    bottom: 0;
}
.menuTrigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menuTrigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}
.megamenuBlock {
    display: none;
}
/* Header Entry Button
=============================== */
.headerBlock .entryBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.headerBlock .entryBtn {
    width: auto;
    margin-left: auto;
}
.headerBlock .entryBtn a {
    width: 60px;
    height: 60px;
    padding: 8px 6px 11px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: 22px auto;
    background-position: top 8px center;
    font-size: 9px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
}
/* Header Sns List
=============================== */
.headerBlock .snsList {
    display: none;
}
.headerBlock .entryBtn a:hover {
    opacity: 1;
}
.megamenuBlock a:hover {
    opacity: 1;
}

/* IE10〜11 */
_:-ms-input-placeholder, :root .headerBlock .entryBtn {
 margin-left: 0;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
 .headerBlock .entryBtn {
 margin-left: 0;
}
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .headerBlock .snsList {
    min-width: auto;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
.headerBlock .snsList {
    min-width: auto;
}
}
}
/* ****************************
    [] Main PC Style
**************************** */

/* Main Visual
=============================== */
.mainVisual {
    position: relative;
    margin: 0 0 100px;
    overflow: hidden;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .mainVisual {
 margin: -105px 0 100px
}
_:-ms-input-placeholder, :root .mainVisual.topVisual {
 margin: -105px 0 40px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
 .mainVisual {
 margin: -105px 0 100px
}
 .mainVisual.topVisual {
 margin: -105px 0 40px;
}
}
.mainVisual .mainVisualImg {
    width: 100vw;
    height: 100vh;
    background-position: top 105px center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: bottom;
}
/* 募集要項MV 各職種の画像 */
.bg2dDesigner {
    background-image: url(/ja/career/resource/images/job/bg_2d_designer_pc.jpg) !important;
}
.bg3dDesigner {
    background-image: url(/ja/career/resource/images/job/bg_3d_designer_pc.jpg) !important;
}
.bgAiEngineer {
    background-image: url(/ja/career/resource/images/job/bg_ai_engineer_pc.jpg) !important;
}
.bgBalancePlanner {
    background-image: url(/ja/career/resource/images/job/bg_balance_planner_pc.jpg) !important;
}
.bgBlockchain {
    background-image: url(/ja/career/resource/images/job/bg_blockchain_pc.jpg) !important;
}
.bgClientPg {
    background-image: url(/ja/career/resource/images/job/bg_client_pg_pc.jpg) !important;
}
.bgContentPlanner {
    background-image: url(/ja/career/resource/images/job/bg_content_planner_pc.jpg) !important;
}
.bgCorporatePlanning {
    background-image: url(/ja/career/resource/images/job/bg_corporate_planning_pc.jpg) !important;
}
.bgCsEnglish {
    background-image: url(/ja/career/resource/images/job/bg_cs_english_pc.jpg) !important;
}
.bgCsIndonesian {
    background-image: url(/ja/career/resource/images/job/bg_cs_indonesian_pc.jpg) !important;
}
.bgCsKorean {
    background-image: url(/ja/career/resource/images/job/bg_cs_korean_pc.jpg) !important;
}
.bgCsSimChinese {
    background-image: url(/ja/career/resource/images/job/bg_cs_sim_chinese_pc.jpg) !important;
}
.bgCsThai {
    background-image: url(/ja/career/resource/images/job/bg_cs_thai_pc.jpg) !important;
}
.bgCsTraChinese {
    background-image: url(/ja/career/resource/images/job/bg_cs_tra_chinese_pc.jpg) !important;
}
.bgCustomerSupport {
    background-image: url(/ja/career/resource/images/job/bg_customer_support_pc.jpg) !important;
}
.bgDataScientist {
    background-image: url(/ja/career/resource/images/job/bg_data_scientist_pc.jpg) !important;
}
.bgDebugging {
    background-image: url(/ja/career/resource/images/job/bg_debugging_pc.jpg) !important;
}
.bgDirector {
    background-image: url(/ja/career/resource/images/job/bg_director_pc.jpg) !important;
}
.bgEffectDesigner {
    background-image: url(/ja/career/resource/images/job/bg_effect_designer_pc.jpg) !important;
}
.bgFinanceAccounting {
    background-image: url(/ja/career/resource/images/job/bg_finance_accounting_pc.jpg) !important;
}
.bgGameAdministrator {
    background-image: url(/ja/career/resource/images/job/bg_game_administrator_pc.jpg) !important;
}
.bgGamePlanner {
    background-image: url(/ja/career/resource/images/job/bg_game_planner_pc.jpg) !important;
}
.bgGeneralAffairs {
    background-image: url(/ja/career/resource/images/job/bg_general_affairs_pc.jpg) !important;
}
.bgHumanResource {
    background-image: url(/ja/career/resource/images/job/bg_human_resource_pc.jpg) !important;
}
.bgIllustrator {
    background-image: url(/ja/career/resource/images/job/bg_illustrator_pc.jpg) !important;
}
.bgInfra {
    background-image: url(/ja/career/resource/images/job/bg_infra_pc.jpg) !important;
}
.bgInternalAudit {
    background-image: url(/ja/career/resource/images/job/bg_internal_audit_pc.jpg) !important;
}
.bgLevelDesigner {
    background-image: url(/ja/career/resource/images/job/bg_level_designer_pc.jpg) !important;
}
.bgMediaManagement {
    background-image: url(/ja/career/resource/images/job/bg_media_management_pc.jpg) !important;
}
.bgMotionDesigner {
    background-image: url(/ja/career/resource/images/job/bg_motion_designer_pc.jpg) !important;
}
.bgPr {
    background-image: url(/ja/career/resource/images/job/bg_pr_pc.jpg) !important;
}
.bgPromotion {
    background-image: url(/ja/career/resource/images/job/bg_promotion_pc.jpg) !important ;
}
.bgProducer {
    background-image: url(/ja/career/resource/images/job/bg_producer_pc.jpg) !important;
}
.bgPublicity {
    background-image: url(/ja/career/resource/images/job/bg_publicity_pc.jpg) !important;
}
.bgScenario {
    background-image: url(/ja/career/resource/images/job/bg_scenario_pc.jpg) !important;
}
.bgScripter {
    background-image: url(/ja/career/resource/images/job/bg_scripter_pc.jpg) !important;
}
.bgSecretary {
    background-image: url(/ja/career/resource/images/job/bg_secretary_pc.jpg) !important;
}
.bgServerSidePg {
    background-image: url(/ja/career/resource/images/job/bg_server_side_pg_pc.jpg) !important;
}
.bgSoundCreato {
    background-image: url(/ja/career/resource/images/job/bg_sound_creato_pc.jpg) !important;
}
.bgSystemPlanner {
    background-image: url(/ja/career/resource/images/job/bg_system_planner_pc.jpg) !important;
}
.bgTranslatorEnglish {
    background-image: url(/ja/career/resource/images/job/bg_translator_english_pc.jpg) !important;
}
.bgTranslatorIndonesian {
    background-image: url(/ja/career/resource/images/job/bg_translator_indonesian_pc.jpg) !important;
}
.bgTranslatorKorean {
    background-image: url(/ja/career/resource/images/job/bg_translator_korean_pc.jpg) !important;
}
.bgTranslatorSimChinese {
    background-image: url(/ja/career/resource/images/job/bg_translator_sim_chinese_pc.jpg) !important;
}
.bgTranslatorThai {
    background-image: url(/ja/career/resource/images/job/bg_translator_thai_pc.jpg) !important;
}
.bgTranslatorTraChinese {
    background-image: url(/ja/career/resource/images/job/bg_translator_tra_chinese_pc.jpg) !important;
}
.bgUiUx {
    background-image: url(/ja/career/resource/images/job/bg_ui_ux_pc.jpg) !important;
}
.bgWebDesigner {
    background-image: url(/ja/career/resource/images/job/bg_web_designer_pc.jpg) !important;
}
.bgWebPg {
    background-image: url(/ja/career/resource/images/job/bg_web_pg_pc.jpg) !important;
}
.bgWebAppPg {
    background-image: url(/ja/career/resource/images/job/bg_web_app_pg_pc.jpg) !important;
}
.bgWriter {
    background-image: url(/ja/career/resource/images/job/bg_writer_pc.jpg) !important;
}
.bgSpineDesigner {
    background-image: url(/ja/career/resource/images/job/bg_spine_designer_pc.jpg) !important;
}
.bgHackingGrowth{
    background-image: url(/ja/career/resource/images/job/bg_hacking_growth_pc.jpg) !important;
}

.bgAiEngineer {
    background-image: url(/ja/career/resource/images/job/bg_ai_pc.jpg) !important;
}

/* インタビューページMV 各インタビュアーの写真 */
.bgInterviewScenarioWriter {
    background-image: url(/ja/career/resource/images/job/scenario-writer/interview/interview_mv.jpg);
}
.bgInterviewFinanceAccounting {
    background-image: url(/ja/career/resource/images/job/finance-accounting/interview/interview_mv.jpg);
}
.bgInterviewGamePlanner {
    background-image: url(/ja/career/resource/images/job/game-planner/interview/interview_mv.jpg);
}
.bgInterviewGameProducer {
    background-image: url(/ja/career/resource/images/job/game-producer/interview/interview_mv.jpg);
}
.bgInterviewClientProgrammer {
    background-image: url(/ja/career/resource/images/job/client-programmer/interview/interview_mv.jpg);
}
.bgInterviewPr {
    background-image: url(/ja/career/resource/images/job/pr/interview/interview_mv.jpg);
}

.bgInterviewOnlineGameAdministrator {
    background-image: url(/ja/career/resource/images/job/online-game-administrator/interview/interview_mv.jpg);
}
.bgInterviewServerSideprogramer {
    background-image: url(/ja/career/resource/images/job/server-side-programer/interview/interview_mv.jpg);
}
.bgInterviewInfraEngineer {
    background-image: url(/ja/career/resource/images/job/infra-engineer/interview/interview_mv.jpg);
}
.bgInterviewWebProgrammer {
    background-image: url(/ja/career/resource/images/job/web-programmer/interview/interview_mv.jpg);
}
.bgInterview3dDesigner {
    background-image: url(/ja/career/resource/images/job/3d-designer/interview/interview_mv.jpg);
}
.bgInterviewMotionDesigner {
    background-image: url(/ja/career/resource/images/job/motion-designer/interview/interview_mv.jpg);
}
.bgInterviewPublicity {
    background-image: url(/ja/career/resource/images/job/publicity/interview/interview_mv.jpg);
}
.bgInterviewPromotionPlanning {
    background-image: url(/ja/career/resource/images/job/promotion-planning/interview/interview_mv.jpg);
}
.mainVisualVideo {
    position: relative;
    margin: 0 0 100px;
    overflow: hidden;
}
.mainVisualVideo.adjustView{
    width:auto;
    height:auto;
}
.mainVisualVideo.adjustView #video{
    width:auto;
    height:auto;
}
.mainVisual .mainVisualCopy {
    position: absolute;
    bottom: 190px;
    width: 100vw;
    text-align: center;
}
.mainVisual .mainVisualCopy img {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    animation-name: blur;
    -webkit-transform: scale(.5) translateZ(0);
    transform: scale(.5) translateZ(0);
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
}
.js_transitionStart .mainVisualCopy img {
    width: 450px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.mainVisual .scrollBtnBox {
    width: 100vw;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 9;
}
.mainVisualVideo .scrollBtnTop {
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 9;
}
.mainVisual .scrollBtnBox .btn {
    border: none;
    background-color: rgba(255, 255, 255, .6);
    font-size: 2.0rem;
    font-weight: bold;
    color: #000;
}
.jobListTitle {
    margin: 0 auto 50px;
    text-align: center;
    width:1200px;
}
.jobListTitle > * {
    font-weight: 700;
    color: #2e2e2e;
}
.jobListTitle h2 {
    margin: 0 0 12px;
    font-size: 2.4rem;
    letter-spacing: 4px;
}
.h1jobListTitle{
    margin: 12px 0 14px;
    font-size: 4.6rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}

.jobListTitle p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 2px;
}
/* Panel Block
=============================== */
.filterPanelBlock {
    margin: 0 0 50px;
 width: 100%;
}

@media screen and (min-width:736px) and ( max-width:1200px) {
.filterPanelBlock {
    padding: 0 10px;
    width: 1110px;
}
}
.filterPanelBlock .tabBtnList {
    width: 100%;
    margin: 0 0 40px;
    font-size: 0;
    display: flex;
}

@media screen and (min-width:736px) and ( max-width:1200px) {
.filterPanelBlock .tabBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
}
.filterPanelBlock .tabBtnList .btnListItem {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 12px 0;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 0px 1px #666666;
    box-shadow: 0px 0px 0px 1px #666666;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #575757;
    cursor: pointer;
    line-height: 1;
    border-radius: 0;
}
.filterPanelBlock .tabBtnList .btnListItem:last-of-type {
    margin-right: 0;
}
.filterPanelBlock .tabBtnList .btnListItem.Other {
    background-color: #e8e8e8;
    color: #565656;
}
.filterPanelBlock .tabBtnList .btnListItem.Other a{
    color: #565656;
}
.filterPanelBlock .tabBtnList .btnListItem.Other::before, .filterPanelBlock .tabBtnList .btnListItem.Other::after {
    background-color: #e8e8e8;
}
.filterPanelBlock .tabBtnList .btnListItem:hover {
    background-color: #565656;
    color: #fff;
}
.filterPanelBlock .filterPanelList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.filterPanelBlock .filterPanelList .nextView {
    display: none;
}
.filterPanelBlock .filterPanelList .panelListItem {
    position: relative;
    width: 33.333%;
}
.filterPanelBlock .filterPanelList .panelListItem a {
    width: 100%;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: inherit;
    overflow: hidden;
}
.filterPanelBlock .filterPanelList .panelListItem a img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tabBtnList .Current {
    background-color: #565656 !important;
    color: #fff !important;
    cursor: default !important;
}
.filterPanelBlock .filterPanelList .panelListItem .panelText {
    width: 100%;
    margin: auto 0 0;
    padding: 17px 20px 17px;
    text-shadow: 0 0 5px #0e0e0e;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.filterPanelBlock .filterPanelList .panelListItem a:hover .panelText {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.filterPanelBlock .filterPanelList .panelListItem .panelText > * {
    width: 100%;
    font-weight: 700;
    text-shadow: 0 0 5px #0e0e0e;
    white-space: nowrap;
}
.filterPanelBlock .filterPanelList .panelListItem .panelText p {
    margin: 0 0 7px;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.filterPanelBlock .filterPanelList .panelListItem .panelText .careerName {
    font-size: 2.0rem;
    margin-bottom: 0;
}
.filterPanelBlock .filterPanelList .panelListItem .panelCover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    display: block;
    background-color: rgba(0, 0, 0, .7);
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.filterPanelBlock .filterPanelList .panelListItem a:hover .panelCover {
    height: 100%;
}
.coverUndecided::after {
    content: "現在この職種は募集していません";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
}
.modaal-wrapper {
    z-index: 99999 !important;
}
.modaal-overlay {
    opacity: .4 !important;
    z-index: 9999 !important;
}
.modaal-container {
    box-shadow: none !important;
}
.modaal-content-container {
    padding: 58px 40px 48px !important;
}
.modaal-wrapper .modaal-container .modaal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #565656;
    width: 26px;
    height: 26px;
}
.modaal-wrapper .modaal-container .modaal-close:before,
.modaal-wrapper .modaal-container .modaal-close:after {
    top: 0;
    left: 11px;
    width: 3px;
    height: 26px;
    border-radius: 0;
    background: #565656;
}

.modalBlock h3 {
    margin: 0 0 28px;
    padding: 0 0 16px;
}
.modalBlock p {
    white-space: nowrap;
}
.modalBlock .facilityBlock {
    width: 646px;
    margin: 42px auto 0 auto;
}
.modalBlock .facilityBlock h4 {
    margin: 0 0 20px;
    font-size: 1.7rem;
}
.facilityBlock .facilityList {
    border-top: 1px solid #c9c9c9;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.facilityBlock .facilityList dt{
    width: 160px;
    padding: 18px 0 18px 40px;
    background-color: #eeeeee;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 700;
}
.facilityBlock .facilityList dd{
    width: 162px;
    padding: 18px 40px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 0;
}


/* ****************************
    [] Main SP Style
**************************** */
@media screen and (max-width: 736px) {
.mainVisual {
    margin: 0 0 50px;
}
.mainVisual.topVisual {
    margin: 0 0 40px;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .mainVisual {
 margin: 0 0 50px;
}
_:-ms-input-placeholder, :root .mainVisual.topVisual {
 margin: 0 0 40px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
 .mainVisual {
 margin: 0 0 50px;
}
 .mainVisual.topVisual {
 margin: 0 0 40px;
}
}
.mainVisualVideo.adjustView{
    width: auto;
    height: auto;
}
.mainVisualVideo.adjustView #video{
    width: auto;
    height: auto;
}
/* 募集要項MV 各職種の画像 */
.bg2dDesigner {
    background-image: url(/ja/career/resource/images/job/bg_2d_designer_sp.jpg) !important;
    background-position: center !important;
}
.bg3dDesigner {
    background-image: url(/ja/career/resource/images/job/bg_3d_designer_sp.jpg) !important;
    background-position: center !important;
}
.bgAiEngineer {
    background-image: url(/ja/career/resource/images/job/bg_ai_engineer_sp.jpg) !important;
    background-position: center !important;
}
.bgBalancePlanner {
    background-image: url(/ja/career/resource/images/job/bg_balance_planner_sp.jpg) !important;
    background-position: center !important;
}
.bgBlockchain {
    background-image: url(/ja/career/resource/images/job/bg_blockchain_sp.jpg) !important;
    background-position: center !important;
}
.bgClientPg {
    background-image: url(/ja/career/resource/images/job/bg_client_pg_sp.jpg) !important;
    background-position: center !important;
}
.bgContentPlanner {
    background-image: url(/ja/career/resource/images/job/bg_content_planner_sp.jpg) !important;
    background-position: center !important;
}
.bgCorporatePlanning {
    background-image: url(/ja/career/resource/images/job/bg_corporate_planning_sp.jpg) !important;
    background-position: center !important;
}
.bgCsEnglish {
    background-image: url(/ja/career/resource/images/job/bg_cs_english_sp.jpg) !important;
    background-position: center !important;
}
.bgCsIndonesian {
    background-image: url(/ja/career/resource/images/job/bg_cs_indonesian_sp.jpg) !important;
    background-position: center !important;
}
.bgCsKorean {
    background-image: url(/ja/career/resource/images/job/bg_cs_korean_sp.jpg) !important;
    background-position: center !important;
}
.bgCsSimChinese {
    background-image: url(/ja/career/resource/images/job/bg_cs_sim_chinese_sp.jpg) !important;
    background-position: center !important;
}
.bgCsThai {
    background-image: url(/ja/career/resource/images/job/bg_cs_thai_sp.jpg) !important;
    background-position: center !important;
}
.bgCsTraChinese {
    background-image: url(/ja/career/resource/images/job/bg_cs_tra_chinese_sp.jpg) !important;
    background-position: center !important;
}
.bgCustomerSupport {
    background-image: url(/ja/career/resource/images/job/bg_customer_support_sp.jpg) !important;
    background-position: center !important;
}
.bgDataScientist {
    background-image: url(/ja/career/resource/images/job/bg_data_scientist_sp.jpg) !important;
    background-position: center !important;
}
.bgDebugging {
    background-image: url(/ja/career/resource/images/job/bg_debugging_sp.jpg) !important;
    background-position: center !important;
}
.bgDirector {
    background-image: url(/ja/career/resource/images/job/bg_director_sp.jpg) !important;
    background-position: center !important;
}
.bgEffectDesigner {
    background-image: url(/ja/career/resource/images/job/bg_effect_designer_sp.jpg) !important;
    background-position: center !important;
}
.bgFinanceAccounting {
    background-image: url(/ja/career/resource/images/job/bg_finance_accounting_sp.jpg) !important;
    background-position: center !important;
}
.bgGameAdministrator {
    background-image: url(/ja/career/resource/images/job/bg_game_administrator_sp.jpg) !important;
    background-position: center !important;
}
.bgGamePlanner {
    background-image: url(/ja/career/resource/images/job/bg_game_planner_sp.jpg) !important;
    background-position: center !important;
}
.bgGeneralAffairs {
    background-image: url(/ja/career/resource/images/job/bg_general_affairs_sp.jpg) !important;
    background-position: center !important;
}
.bgHumanResource {
    background-image: url(/ja/career/resource/images/job/bg_human_resource_sp.jpg) !important;
    background-position: center !important;
}
.bgIllustrator {
    background-image: url(/ja/career/resource/images/job/bg_illustrator_sp.jpg) !important;
    background-position: center !important;
}
.bgInfra {
    background-image: url(/ja/career/resource/images/job/bg_infra_sp.jpg) !important;
    background-position: center !important;
}
.bgInternalAudit {
    background-image: url(/ja/career/resource/images/job/bg_internal_audit_sp.jpg) !important;
    background-position: center !important;
}
.bgLevelDesigner {
    background-image: url(/ja/career/resource/images/job/bg_level_designer_sp.jpg) !important;
    background-position: center !important;
}
.bgMediaManagement {
    background-image: url(/ja/career/resource/images/job/bg_media_management_sp.jpg) !important;
    background-position: center !important;
}
.bgMotionDesigner {
    background-image: url(/ja/career/resource/images/job/bg_motion_designer_sp.jpg) !important;
    background-position: center !important;
}
.bgPr {
    background-image: url(/ja/career/resource/images/job/bg_pr_sp.jpg) !important;
    background-position: center !important;
}
.bgPromotion {
    background-image: url(/ja/career/resource/images/job/bg_promotion_sp.jpg) !important;
    background-position: center !important;
}
.bgProducer {
    background-image: url(/ja/career/resource/images/job/bg_producer_sp.jpg) !important;
    background-position: center !important;
}
.bgPublicity {
    background-image: url(/ja/career/resource/images/job/bg_publicity_sp.jpg) !important;
    background-position: center !important;
}
.bgScenario {
    background-image: url(/ja/career/resource/images/job/bg_scenario_sp.jpg) !important;
    background-position: center !important;
}
.bgScripter {
    background-image: url(/ja/career/resource/images/job/bg_scripter_sp.jpg) !important;
    background-position: center !important;
}
.bgSecretary {
    background-image: url(/ja/career/resource/images/job/bg_secretary_sp.jpg) !important;
    background-position: center !important;
}
.bgServerSidePg {
    background-image: url(/ja/career/resource/images/job/bg_server_side_pg_sp.jpg) !important;
    background-position: center !important;
}
.bgSoundCreato {
    background-image: url(/ja/career/resource/images/job/bg_sound_creato_sp.jpg) !important;
    background-position: center !important;
}
.bgSystemPlanner {
    background-image: url(/ja/career/resource/images/job/bg_system_planner_sp.jpg) !important;
    background-position: center !important;
}
.bgTranslatorEnglish {
    background-image: url(/ja/career/resource/images/job/bg_translator_english_sp.jpg) !important;
    background-position: center !important;
}
.bgTranslatorIndonesian {
    background-image: url(/ja/career/resource/images/job/bg_translator_indonesian_sp.jpg) !important;
    background-position: center !important;
}
.bgTranslatorKorean {
    background-image: url(/ja/career/resource/images/job/bg_translator_korean_sp.jpg) !important;
    background-position: center !important;
}
.bgTranslatorSimChinese {
    background-image: url(/ja/career/resource/images/job/bg_translator_sim_chinese_sp.jpg) !important;
    background-position: center !important;
}
.bgTranslatorThai {
    background-image: url(/ja/career/resource/images/job/bg_translator_thai_sp.jpg) !important;
    background-position: center !important;
}
.bgTranslatorTraChinese {
    background-image: url(/ja/career/resource/images/job/bg_translator_tra_chinese_sp.jpg) !important;
    background-position: center !important;
}
.bgUiUx {
    background-image: url(/ja/career/resource/images/job/bg_ui_ux_sp.jpg) !important;
    background-position: center !important;
}
.bgWebDesigner {
    background-image: url(/ja/career/resource/images/job/bg_web_designer_sp.jpg) !important;
    background-position: center !important;
}
.bgWebPg {
    background-image: url(/ja/career/resource/images/job/bg_web_pg_sp.jpg) !important;
    background-position: center !important;
}
.bgWebAppPg {
    background-image: url(/ja/career/resource/images/job/bg_web_app_pg_sp.jpg) !important;
    background-position: center !important;
}
.bgWriter {
    background-image: url(/ja/career/resource/images/job/bg_writer_sp.jpg) !important;
    background-position: center !important;
}
.bgSpineDesigner {
    background-image: url(/ja/career/resource/images/job/bg_spine_designer_sp.jpg) !important;
    background-position: center !important;
}
.bgHackingGrowth{
    background-image: url(/ja/career/resource/images/job/bg_hacking_growth_sp.jpg) !important;
    background-position: center !important;
}
.bgAiEngineer{
    background-image: url(/ja/career/resource/images/job/bg_ai_sp.jpg) !important;
    background-position: center !important;
}

.mainVisual .mainVisualImg {
    background-position: top 60px center;
}
#jobList {
    padding: 0 15px;
}
.mainVisualVideo {
    position: relative;
    margin: 0 0 50px;
    min-width: auto;
    min-height: auto;
    overflow: visible;
}
#video {
    width: 100%;
    margin: 0 0 0;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}
.mainVisual .mainVisualCopy {
    bottom: 180px;
}
.mainVisual .mainVisualCopy img {
    width: 315px;
}
.mainVisual .scrollBtnBox {
    width: 90px;
    margin: 0 auto;
    bottom: 80px;
}
.mainVisualVideo .scrollBtnTop {
    width: 90px;
    margin: 0 auto;
    bottom: 3%;
}
.mainVisual .scrollBtnBox .btn {
    margin: 0 70px;
    font-size: 1.6rem;
}
/* Panel Section H2
=============================== */
.jobListTitle {
    width: 100%;
    margin: 0 0 23px;
}
.jobListTitle h2 {
    margin: 0 0 8px;
    font-size: 1.8rem;
}
.jobListTitle p {
    font-size: 1.2rem;
    letter-spacing: 0px;
}
/* Panel Block
=============================== */
.filterPanelBlock {
    margin: 0 0 16px;
}
.filterPanelBlock .filterPanelList .panelListItem {
    width: 100%;
    margin: 0 0 10px;
}
.filterPanelBlock .filterPanelList .panelListItem:last-of-type {
    margin: 0;
}
.filterPanelBlock .tabBtnList {
    width: 100%;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
}
.filterPanelBlock .tabBtnList .btnListItem {
    position: relative;
    width: 31%;
    height: 40px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    font-size: 1.3rem;
}
.filterPanelBlock .tabBtnList .btnListItem:nth-of-type(2n) {
    margin: 0 0 10px;
}
.filterPanelBlock .tabBtnList .btnListItem:hover {
    background: #fff;
    color: #575757;
}
.filterPanelBlock .tabBtnList .btnListItem.Other {
    background-color: #e8e8e8;
    color: #565656;
    line-height: 1.2;
}
.filterPanelBlock .tabBtnList .btnListItem.Other span {
    display: none;
}
.filterPanelBlock .tabBtnList .btnListItem:first-of-type {
    width: 100%;
    margin: 0 0 10px;
}
.filterPanelBlock .filterPanelList .panelListItem a {
    height: auto;
    max-height: 320px;
}
.filterPanelBlock .filterPanelList .panelListItem .panelText {
}
.tabBtnList .Current {
    background-color: #565656 !important;
    color: #fff !important;
    cursor: default !important;
}
.filterPanelBlock .filterPanelList .panelListItem a img {
    position: static;
    width: 100%;
}
.filterPanelBlock .filterPanelList .panelListItem .panelText {
    position: absolute;
    bottom: 0;
    padding: 21px 18px;
    background-color: rgba(0, 0, 0, .5);
}
.filterPanelBlock .filterPanelList .panelListItem a:hover .panelText {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.filterPanelBlock .filterPanelList .panelListItem .panelText > * {
    text-shadow: none;
}
.filterPanelBlock .filterPanelList .panelListItem .panelText .careerName {
    font-size: 1.7rem;
}
.filterPanelBlock .filterPanelList .panelListItem .panelText p {
    font-size: 1.2rem;
}
.filterPanelBlock .filterPanelList .panelListItem .panelCover {
    display: none;
}
.modaal-inner-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0 10px !important;
}
.modaal-content-container {
    padding: 45px 20px 50px !important;
}
.modalBlock h3 {
    margin: 0 0 24px;
    padding: 0 0 10px;
}
.modalBlock p {
    line-height: 1.83;
    white-space: normal;
}
.modalBlock .facilityBlock {
        width: 100%;
    margin: 32px auto 0 auto;
}
.modalBlock .facilityBlock h4 {
    font-size: 1.4rem;
}
.facilityBlock .facilityList dt {
    width: 50%;
    padding: 15px 0 15px 25px;
}
.facilityBlock .facilityList dd {
    width: 50%;
    padding: 15px 25px;
    margin-bottom: 0;
}
}
/* ****************************
    [] Interview Page Main PC Style
**************************** */
.bgInterview {
    background-image: url(/ja/career/resource/images/job/bg_interview_sqr.png);
    background-position: top -100px center;
    background-repeat: no-repeat;
}
.interviewReadBlock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.figureBox img {
    width: 100%;
    height: auto;
}
/*
.interviewReadBlock.secBox03 {
    margin: -40px 0 100px;
}
/* secBox01 */
.secBox01{
    align-items: flex-end;
    margin: 0 auto 100px 0;
}
.secBox01 .textReadBox {
    max-width: 517px;
    margin: 0 auto 0 8.53%;
}
.secBox01 .figureBox {
    min-width: 683px;
}
@media screen and (min-width:736px) and ( max-width:1350px) {
.secBox01 .figureBox {
    margin-left: -100px;
}
.secBox01 .textReadBox p{
    min-width: 517px;
}
}
/* secBox02 */
.secBox02 {
    margin: 0 0 0 auto;
    align-items: center;
}
.secBox02 .textReadBox {
    width: 54.467%;
    max-width: 532px;
    margin: 0 132px 0 auto;
}
.secBox02 .figureBox {
    width: 45.53%;
    max-width: 690px;
}
/* secBox03 */
.secBox03{
    align-items: flex-end;
    margin: -40px auto 100px 0;
}
.secBox03 .textReadBox {
    width: 54%;
    max-width: 532px;
    margin: 0 auto 0 120px;
}
.secBox03 .figureBox {
    width: 46%;
    max-width: 690px;
}
@media screen and (min-width:736px) and ( max-width:1350px) {
.secBox01 .textReadBox,
.secBox03 .textReadBox {
    margin: 0 50px;
}
.secBox02 .figureBox {
    margin-left: auto;
}
.secBox02 .textReadBox {
    margin: 0 50px 50px;
}
}
.textReadBox .textReadTitle {
    height: 84px;
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #33cccc;
    line-height: 1.90909091;
    white-space: nowrap;
}
.textReadBox .textReadTitle.Filled {
    text-indent: -0.5em;
}
.profileBlock {
    position: relative;
    margin: 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.profileBlock .profileBlockImg {
    width: 100%;
    text-align: center;
}
.profileBlock .profileBox {
    width: 700px;
    margin: -127px 0 0;
    padding: 35px 100px;
    background-color: rgba(42,42,53,.9);
    z-index: 1;
}
.profileBlock .profileBox > * {
    color: #fff;
}
.profileBlock .profileBoxTitle {
    margin: 0 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}
.profileBlock .profileBoxTitle h3 {
    margin-right: 20px;
    font-size: 2.4rem;
    font-weight: 700;
}
.profileBlock .profileBoxTitle p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffcc00;
}
.profileBlock .profileBox h4 {
    margin: 0 0 18px;
    line-height: 2;
}
.bytypeInterviewBlock {
    width: 100%;
    padding: 100px 0;
}
.bytypeInterviewBlock .bytypeTitle {
    margin: 0 0 40px;
}
.bytypeTitle * {
    font-weight: 700;
    text-align: center;
    color: #323232;
}
.bytypeInterviewBlock .bytypeTitle h3 {
    margin: 0 0 10px;
    font-size: 2.4rem;
}
.bytypeInterviewBlock .bytypeTitle h3 + p {
    font-size: 1.6rem;
}
.bytypeInterviewBlock .bytypeInterviewInner {
    position: relative;
    width: 720px;
    margin: 0 auto;
}
.bytypeInterviewBlock .bytypeInterviewInner .swiper-button-next, .bytypeInterviewBlock .bytypeInterviewInner .swiper-button-prev {
    top: 102px;
    width: 13px;
    height: 32px;
    margin-top: -16px;
    background-size: 13px auto;
}
.bytypeInterviewBlock .bytypeInterviewInner .swiper-button-prev {
    background-image: url(/ja/career/resource/images/common/icon_arrow_slider_02_left.png);
    left: -37px;
}
.bytypeInterviewBlock .bytypeInterviewInner .swiper-button-next {
    background-image: url(/ja/career/resource/images/common/icon_arrow_slider_02_right.png);
    right: -33px;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox a:hover {
    opacity: .7;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox p {
    margin: 10px 0 0;
    line-height: 1.4;
    color: #323232;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox .interviewerName {
    font-size: 1.6rem;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* ****************************
    [] Job Page Main PC Style
**************************** */
@media screen and (max-width: 736px) {
.interviewReadBlock {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bgInterview {
    background: none;
}
.interviewReadBlock .figureBox {
    width: 100%;
      min-width: auto;
}
.interviewReadBlock .textReadBox {
    width: 100%;
    padding: 38px 20px 0;
    margin: 0 0 60px;
}
.secBox01 {
    margin: 0 0 0;
}
.interviewReadBlock.secBox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.interviewReadBlock.secBox03 {
    margin: 0 0 0;
}
.interviewReadBlock.secBox01 {
    background-image: url(/ja/career/resource/images/job/bg_interview_sqr_sp.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: top 30% left 155%;
}
.interviewReadBlock.secBox02 {
    background-image: url(/ja/career/resource/images/job/bg_interview_sqr_sp.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top 55% left -85%;
}
.interviewReadBlock.secBox03 {
    background-image: url(/ja/career/resource/images/job/bg_interview_sqr_sp.png);
    background-repeat: no-repeat;
    background-size: 76%;
    background-position: bottom -20% right -55%;
}
.textReadBox .textReadTitle {
    height: 50px;
    margin: 0 0 22px;
    font-size: 1.6rem;
    line-height: 1.6;
    word-break: break-all;
}
.textReadBox .textReadTitle.Filled {
}
.profileBlock .profileBoxTitle h3 {
    font-size: 1.6rem;
}
.profileBlock .profileBoxTitle p {
    font-size: 1.0rem;
}
.profileBlock {
    margin: 0 0 60px;
}
.profileBlock .profileBox {
    width: 100%;
    margin: -30px 20px 0;
    padding: 30px;
    background-color: rgba(42,42,53,.9);
}
.profileBlock .profileBoxTitle {
    margin: 0 0 16px;
}
.profileBlock .profileBox h4 {
    font-size: 1.2rem;
    margin: 0 0 13px;
    line-height: 1.8;
}
.bytypeInterviewBlock {
    width: 100%;
    padding: 50px 0 0;
}
.bytypeInterviewBlock .bytypeTitle {
    margin: 0 0 0;
}
.bytypeInterviewBlock .bytypeTitle h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}
.bytypeInterviewBlock .bytypeTitle h3 + p {
    font-size: 1.0rem;
}
.bytypeInterviewBlock .bytypeInterviewInner {
    width: 100%;
    padding: 23px 50px 50px;
}
.bytypeInterviewBlock .bytypeInterviewInner .swiper-button-next, .bytypeInterviewBlock .bytypeInterviewInner .swiper-button-prev {
    top: 110px;
    width: 13px;
    height: 32px;
    margin-top: -16px;
    background-size: 13px auto;
}
.bytypeInterviewBlock .bytypeInterviewInner .swiper-button-prev {
    background-image: url(/ja/career/resource/images/common/icon_arrow_slider_02_left.png);
    left: 20px;
}
.bytypeInterviewBlock .bytypeInterviewInner .swiper-button-next {
    background-image: url(/ja/career/resource/images/common/icon_arrow_slider_02_right.png);
    right: 20px;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox a:hover {
    opacity: 1;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox p {
    font-size: 1.2rem;
}
.bytypeInterviewBlock .bytypeInterviewInner .bytypeInterviewerBox .interviewerName {
    font-size: 1.2rem;
}
}
/* ****************************
    [] Job Page Main PC Style
**************************** */
.jobHeader {
    height: 440px;
    padding: 250px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.jobHeader > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.jobHeaderTitle {
    padding: 15px 0 0;
}
.jobHeaderTitle h2 {
    margin: 12px 0 14px;
    font-size: 4.6rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}

.jobHeaderTitle p {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
.interviewListBg {
    margin-left: auto;
    padding-right: 5px;
}
.jobHeader .interviewList {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.jobHeader .interviewListItem {
    padding: 0 40px;
    text-align: center;
}
.jobHeader .interviewListItem a {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.jobHeader .interviewListItem a:hover {
    opacity: .7;
}
.jobHeader .interviewListItem .interviewerName {
    margin: 15px 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}
.jobHeader .interviewListItem .interviewerNameRuby {
    margin: 10px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffcc00;
    line-height: 1.2;
}
.jobEntryBlock {
    padding: 88px 0 100px;
    background-color: #ebebeb;
}
.jobEntryBlock .blockTitle {
    margin: 0 0 35px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.jobEntryBlock .jobEntryBtn, .jobEntryBlock .jobInterviewBtn {
    width: 350px;
    height: 80px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 80px;
}
.jobEntryBlock .jobInterviewBtn {
    margin-right: 20px;
    border: 2px solid #0ec1c1;
    color: #0ec1c1;
}
.jobEntryBlock .jobInterviewBtn:hover {
    background-color: #0ec1c1;
    color: #fff;
}
.jobEntryBlock .jobEntryBtn {
    border: 2px solid #f39800;
    color: #f39800;
}
.jobEntryBlock .jobEntryBtn:hover {
    background-color: #f39800;
    color: #fff;
}
.jobEntryBlock .jobEntryBtn .iconEntry {
    padding-left: 35px;
}

.jobEntryBlock .jobEntryBtn:hover .iconEntry {
    background-image: url(/ja/career/resource/images/common/icon_entry_02_hover.png);
}
.jobCatBlock {
    margin: 0 0 100px;
    padding: 97px 0 96px;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
/* 職業カテゴリーエリア 各職業カテゴリーの背景画像 */
.bgEngineer {
    background-image: url(/ja/career/resource/images/job/bg_category_engineer_pc.jpg);
}
.bgPlanning {
    background-image: url(/ja/career/resource/images/job/bg_category_planning_pc.jpg);
}
.bgBackoffice {
    background-image: url(/ja/career/resource/images/job/bg_category_backoffice_pc.jpg);
}
.bgCreator {
    background-image: url(/ja/career/resource/images/job/bg_category_creator_pc.jpg);
}
.bgMarketing {
    background-image: url(/ja/career/resource/images/job/bg_category_marketing_pc.jpg);
}
.jobCatBlock .btnBox {
    margin: 0 0 19px;
}
.jobCatBlock .btnBox:last-of-type {
    margin: 0 0 0;
}
.jobCatTitle {
    margin: 0 0 39px;
}
.jobCatTitle * {
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.jobCatTitle h3 {
    margin: 0 0 9px;
    font-size: 2.4rem;
}
.jobCatTitle h3 + p {
    font-size: 1.6rem;
}
.jobCatBlock .btnBox .btn {
    margin-right: 20px;
}
.jobCatBlock .btnBox .btn:last-of-type {
    margin-right: 0;
}

/* ****************************
    [] Job Page Main PC Style
**************************** */
@media screen and (max-width: 736px) {
.jobHeader {
    height: auto;
    padding: 123px 0 0;
    background-image: url(/ja/career/resource/images/job/bg_jobmv_01_sp.jpg);
    background-position: left top;
    background-size: cover;
    overflow: hidden;
}
.jobHeader > .inner {
    display: block;
}
.interviewListBg {
    margin-left: 0;
    padding-right: 0;
    background-color: rgba(0,0,0,.5);
}
.jobHeaderTitle {
    width: 100%;
    margin: 0 0 25px;
    padding: 0 20px;
}
.jobHeaderTitle h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
}
.h1jobListTitle {
    font-size: 2.4rem;
    letter-spacing: 0;
}
.jobHeaderTitle p {
    font-size: 1.0rem;
}
.jobHeader .interviewList {
    position: relative;
    margin-left: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.jobHeader .interviewList > .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100%;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999999;
}
.jobHeader .interviewList > .slick-arrow img {
    position: absolute;
    top: 50%;
    width: 7px;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.jobHeader .interviewList > .slick-arrow:first-of-type {
    left: 0;
}
.jobHeader .interviewList > .slick-arrow:first-of-type img {
    left: 22px;
}
.jobHeader .interviewList > .slick-arrow:last-of-type {
    right: 0;
}
.jobHeader .interviewList > .slick-arrow:last-of-type img {
    right: 22px;
}
.jobHeader .interviewListItem {
    width: 100%;
    padding: 15px 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: left;
}
.jobHeader .interviewListItem a {
    position: relative;
    padding-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jobHeader .interviewListItem a:hover {
    opacity: 1;
}
.jobHeader .interviewListItem a img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.jobHeader .interviewListItem .interviewerName {
    width: 100%;
    font-size: 1.4rem;
}
.jobHeader .interviewListItem .interviewerNameRuby {
    width: 100%;
    font-size: 1.0rem;
}
.jobEntryBlock {
    padding: 50px 20px;
    background-color: #ebebeb;
}
.jobEntryBlock .blockTitle {
    margin: 0 0 25px;
    font-size: 1.8rem;
}
.jobEntryBlock .btnBox {
    padding: 0 30px;
}
.jobEntryBlock .jobEntryBtn, .jobEntryBlock .jobInterviewBtn {
    height: 60px;
    font-size: 1.4rem;
    line-height: 60px;
}
.jobEntryBlock .jobInterviewBtn {
    margin: 0 0 20px;
}
.jobEntryBlock .jobInterviewBtn:hover {
    background-color: #fff;
    color: #0ec1c1;
}
.jobEntryBlock .jobEntryBtn .iconEntry {
    background-size: contain;
    padding-left: 25px;
}
.jobEntryBlock .jobEntryBtn:hover .iconEntry {
    background-image: url(/ja/career/resource/images/common/icon_entry_02.png);
}
.jobEntryBlock .jobEntryBtn:hover {
    background-color: #fff;
    color: #f39800;
}
.jobCatBlock {
    margin: 0 0 50px;
    padding: 50px;
    min-height: auto;
    background-position: left top;
    overflow: visible;
}
.bgEngineer {
    background-image: url(/ja/career/resource/images/job/bg_category_engineer_sp.jpg);
}
.bgPlanning {
    background-image: url(/ja/career/resource/images/job/bg_category_planning_sp.jpg);
}
.bgBackoffice {
    background-image: url(/ja/career/resource/images/job/bg_category_backoffice_sp.jpg);
}
.bgCreator {
    background-image: url(/ja/career/resource/images/job/bg_category_creator_sp.jpg);
}
.bgMarketing {
    background-image: url(/ja/career/resource/images/job/bg_category_marketing_sp.jpg);
}
.jobCatBlock .btnBox {
    margin: 0 0 0;
    padding: 0 0 0;
}
.jobCatTitle {
    margin: 0 0 25px;
}
.jobCatTitle h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}
.jobCatTitle h3 + p {
    font-size: 1.0rem;
}
.jobCatBlock .btnBox .btn {
    margin: 0 0 10px;
    font-size: 1.4rem;
}
}
/* ****************************
    [] workplace PC Style
**************************** */
.workplaceHeader {
    height: 440px;
    padding: 290px 0 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
/* 「働く環境」ヘッダーエリア 各「働く環境」ページのヘッダーエリア背景画像 */
.workplaceHeader.bgStructure {
    background-image: url(/ja/career/resource/images/workplace/company-structure/bg_workplace_01_pc.jpg);
}
.workplaceHeader.bgBenefits {
    background-image: url(/ja/career/resource/images/workplace/company-benefits/bg_workplace_01_pc.jpg);
}
.workplaceHeader.bgQa {
    background-image: url(/ja/career/resource/images/workplace/qa/bg_workplace_01_pc.jpg);
}
.workplaceHeaderTitle > * {
    color: #fff;
}
.workplaceHeaderTitle .career__BenefitsTitle01 {
    margin: 0 0 18px;
    font-size: 4.6rem;
    font-weight: 400;
    letter-spacing: 2px;
}
.bgQa .workplaceHeaderTitle .career__BenefitsTitle01 {
    font-weight: 700;
}
.workplaceHeaderTitle .career__BenefitsTxt01 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.workplacePanelBlock .workplacePanelList {
    margin: 0 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem {
    width: 32%;
    margin: 0 2% 74px 0;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem .noImgItem:first-of-type {
    height: 200px;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem .noImgItem:first-of-type h3 {
    margin: 0 0 12px;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem:nth-of-type(3n) {
    margin: 0 0 74px 0;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem img {
    width: 100%;
    height: auto;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem .career__BenefitsTitle02 {
    margin: 18px 0 12px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ff6666;
}
.workplaceQaBlock {
    margin: 0 0 78px;
}
.workplaceQaBlock:last-of-type {
    margin: 0 0 100px;
}
.workplaceQaBlock .accordionList {
    border-bottom: 1px solid #e6e6e6;
}
.workplaceQaBlock .accordionList a {
    color: #0090da;
    text-decoration: underline;
}
.workplaceQaBlock .accordionList a:hover {
    color: #0090da;
    text-decoration: none;
}
.workplaceQaBlock .accordionList .Question {
    padding: 31px 90px 31px 0;
    background-image: url(/ja/career/resource/images/common/icon_arrow_down_02.png);
    background-position: top 40px right 25px;
    background-repeat: no-repeat;
    background-size: 22px 13px;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.workplaceQaBlock .accordionList.Open .Question {
    padding: 31px 90px 8px 0;
    background-image: url(/ja/career/resource/images/common/icon_arrow_up_01.png);
}
.workplaceQaBlock .accordionList .Answer {
    padding: 0 90px 32px 0;
    display: none;
}

/* ****************************
    [] workplace PC Style
**************************** */
@media screen and (max-width: 736px) {
.gnavListItem.borderCurrent > a:after {
    content: none;
}
.workplaceHeader {
    height: auto;
    padding: 154px 0 23px;
    background-size: cover;
    overflow: hidden;
}
.workplaceHeader.bgStructure {
    background-image: url(/ja/career/resource/images/workplace/company-structure/bg_workplace_01_sp.jpg);
}
.workplaceHeader.bgBenefits {
    background-image: url(/ja/career/resource/images/workplace/company-benefits/bg_workplace_01_sp.jpg);
}
.workplaceHeaderTitle {
    padding: 0 20px;
}
.workplaceHeaderTitle .career__BenefitsTitle01 {
    margin: 0 0 9px;
    font-size: 2.4rem;
    letter-spacing: 0;
}
.bgQa .workplaceHeaderTitle .career__BenefitsTitle01 {
    font-weight: 400;
}
.workplaceHeaderTitle .career__BenefitsTxt01 {
    font-size: 1.0rem;
}
.workplacePanelBlock .workplacePanelList {
    margin: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.workplacePanelBlock {
    padding: 0;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem {
    width: 100%;
    margin: 0 0 45px;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem:nth-of-type(3n) {
    margin: 0 0 45px;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem .noImgItem:first-of-type {
    height: auto;
    margin: 0 0 45px;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem .noImgItem:last-of-type {
    margin: 0 0 10px;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem img {
    width: 100%;
    height: auto;
}
.workplacePanelBlock .workplacePanelList .workplacePanelListItem .career__BenefitsTitle02 {
    margin: 15px 0 10px;
    font-size: 1.6rem;
}
.workplaceQaBlock {
    margin: 0 0 50px;
    padding: 0;
}
.workplaceQaBlock:last-of-type {
    margin: 0 0 50px;
}
.workplaceQaBlock .accordionList .Question {
    padding: 20px 26px 20px 0;
    background-position: center right;
    background-size: 16px auto;
    font-size: 1.6rem;
    line-height: 24px;
}
.workplaceQaBlock .accordionList.Open .Question {
    padding: 20px 26px 20px 0;
    background-image: url(/ja/career/resource/images/common/icon_arrow_up_01.png);
    background-position: center right;
}
.workplaceQaBlock .accordionList .Answer {
    padding: 0 26px 20px 0;
}
.workplaceQaBlock .accordionList a:hover {
    color: #0090da;
    text-decoration: underline;
}
}
/* ****************************
    [] form PC Style
**************************** */
.smallScreenHeader {
    height: 440px;
    padding: 290px 5rem 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.bgStyle.smallScreenHeader {
    height: 440px;
    padding: 175px 5rem 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .smallScreenHeader {
 margin: 105px 0 0;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .workplaceHeader {
 margin: 105px 0 0;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .jobHeader {
 margin: 105px 0 0;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
 .smallScreenHeader {
 margin: 105px 0 0;
}
.workplaceHeader {
 margin: 105px 0 0;
}
.jobHeader {
 margin: 105px 0 0;
}
}
/* フォームとミッション・スタイルのヘッダーエリア フォームとミッション・スタイルページのヘッダーエリア背景画像 */
.smallScreenHeader.bgEntry {
    background-image: url(/ja/career/resource/images/form/bg_form_entry_pc.jpg);
}
.smallScreenHeader.bgMission {
    background-image: url(/ja/career/resource/images/mission-style/mission/bg_mission_01_pc.jpg);
}
.smallScreenHeader.bgStyle {
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_01_pc.jpg);
}
.missionstyleLinkBlock.bgMissionLink {
    background-image: url(/ja/career/resource/images/mission-style/mission/bg_mission_02_pc.jpg);
}
.missionstyleLinkBlock.bgStyleLink {
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_08_pc.jpg);
}
.smallScreenHeaderTitle > * {
    color: #fff;
     letter-spacing: .1em;
}
.smallScreenHeaderTitle .career__StyleTitle01 {
    margin: 0 0 18px;
    font-size: 4.6rem;
    font-weight: 400;
}
.bgQa .smallScreenHeaderTitle .career__BenefitsTitle01 {
    margin: 0 0 0;
    font-weight: 700;
}
.smallScreenHeaderTitle .career__StyleTxt01 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}
.h3FormHeading {
    margin: 0 0 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #33cccc;
}
.formBlock {
    margin: 0 0 88px;
}
.formBlock:last-of-type {
    margin: 0 0 100px;
}
.formInputGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid #e5e5e5;
}
.formInputGroup:last-of-type {
    border-bottom: none;
    padding: 23px 0 0;
}
.formInputGroup:first-of-type {
    padding: 43px 0 23px;
}
.formInputGroup ul {
    margin-left: 325px;
}
.formInputGroup ul li {
    margin: 8px 0 0;
}
.formInputGroup .formInputTitle {
    width: 275px;
    margin-right: 50px;
    font-size: 1.6rem;
    font-weight: bold;
}
.formInputGroup .formInputItem {
    width: 675px;
}
.input {
    padding: 20px;
    background-color: #ebebeb;
}
.input.inputTextArea {
    min-height: 252px;
}
.input.inputLarge {
    width: 100%;
}
.input.inputMiddle {
    width: 384px;
}
.inputFileItem {
    padding: 14px 20px;
    background-color: #ebebeb;
}
.btnFile {
    width: 150px;
    height: 28px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    border: 1px solid #aaaaaa;
}
.fileName_01, .fileName_02, .fileName_03, .fileName_04 {
    margin-left: 15px;
}
.formInputGroup input::placeholder {
 color: #999999;
}

/* IE */
.formInputGroup input:-ms-input-placeholder {
 color: #999999;
}

/* Edge */
.formInputGroup input::-ms-input-placeholder {
 color: #999999;
}
 .formInputGroup .inputFileItem input::placeholder {
 color: #323232 !important;
}

/* IE */
.formInputGroup .inputFileItem input:-ms-input-placeholder {
 color: #323232 !important;
}

/* Edge */
.formInputGroup .inputFileItem input::-ms-input-placeholder {
 color: #323232 !important;
}
.textConf {
    font-size: 1.6rem;
}
.alertMessage {
    margin: 50px 0;
    padding: 34px 0;
    border: 2px solid #ff6666;
    text-align: center;
}
.alertMessage > * {
    color: #ff6666;
    font-weight: bold;
}
.alertMessage h4 {
    margin: 0 0 15px;
    font-size: 2.0rem;
}
.alertMessage p {
    font-size: 1.6rem;
}
.thanksMessage {
    padding: 220px 0 260px;
    text-align: center;
}
.thanksMessage h3 {
    margin: 0 0 18px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #ff6666;
}
.thanksMessage p {
}
.stepImg {
    width: 1000px;
    height: 158px;
    margin: 0 0 16px;
}
.padConf {
    padding: 40px 0;
}

@media screen and (max-width: 736px) {

/* IE10〜11 */
_:-ms-input-placeholder, :root .smallScreenHeader {
 margin: 0 0 0;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .workplaceHeader {
 margin: 0 0 0;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .jobHeader {
 margin: 0 0 0;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
 .smallScreenHeader {
 margin: 0 0 0;
}
.workplaceHeader {
 margin: 0 0 0;
}
.jobHeader {
 margin: 0 0 0;
}
}
.smallScreenHeader {
    height: auto;
    padding: 154px 0 23px;
    background-size: cover;
    overflow: hidden;
}
.smallScreenHeaderTitle {
    padding: 0 20px;
}
.smallScreenHeaderTitle .career__StyleTitle01 {
    margin: 0 0 9px;
    font-size: 2.4rem;
    letter-spacing: 0;
}
.smallScreenHeaderTitle p {
    font-size: 1.0rem;
}
.padConf {
    padding: 22px 0;
}
.btnFile {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1;
}
.formInputGroup input::placeholder {
 font-size: 1.2rem;
}
.formInputGroup:last-of-type {
    padding: 25px 0;
}
.stepImg {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
.smallScreenHeader.bgEntry {
    background-image: url(/ja/career/resource/images/form/bg_form_entry_sp.jpg);
}
.smallScreenHeader.bgMission {
    background-image: url(/ja/career/resource/images/mission-style/mission/bg_mission_01_sp.jpg);
}
.smallScreenHeader.bgStyle {
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_01_sp.jpg);
}
.missionstyleLinkBlock.bgMissionLink {
    background-image: url(/ja/career/resource/images/mission-style/mission/bg_mission_02_sp.jpg);
}
.missionstyleLinkBlock.bgStyleLink {
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_02_sp.jpg);
}
.smallScreenHeader {
    height: auto;
    padding: 154px 0 23px;
    background-size: cover;
    overflow: hidden;
}
.formBlock {
    margin: 0 0 50px;
    padding: 0 20px;
}
.h3FormHeading {
    margin: 0 0 0;
    padding: 0 0 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.formInputGroup {
    padding: 25px 0;
}
.formInputGroup:first-of-type {
    padding: 33px 0 25px;
}
.input {
    padding: 20px 10px;
    background-color: #ebebeb;
}
.input.inputMiddle {
    width: 100%;
}
.formInputGroup .formInputItem {
    width: 100%;
    display: flex;
}
.formInputGroup .formInputTitle {
    width: 100%;
    margin: 0 0 15px;
    font-size: 1.4rem;
}
.formInputGroup ul {
    margin: 10px 0 0;
}
.formInputGroup ul li {
    margin: 5px 0 0;
    line-height: 20px;
}
.formBlock:last-of-type {
    margin: 0 0 25px;
}
.textConf {
    font-size: 1.4rem;
}
.alertMessage {
    margin: 40px 0 17px;
    padding: 22px 20px;
}
.alertMessage h4 {
    margin: 0 0 15px;
    font-size: 1.6rem;
}
.alertMessage p {
    font-size: 1.4rem;
}
.thanksMessage {
    padding: 130px 0 90px;
    text-align: center;
}
.thanksMessage h3 {
    margin: 0 0 22px;
    font-size: 1.6rem;
}
.thanksMessage p {
    font-size: 1.4rem;
}
}

.bgMissionSqr{
    background-image: url(/ja/career/resource/images/mission-style/mission/bg_mission_sqr_pc.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.missionTitle {
    margin: -3px 0 82px;
    text-align: center;
}
.missionTitle > * {
    font-weight: 700;
    color: #33cccc;
    letter-spacing: 0.1em;
}
.missionTitle .career__StyleTitle02 {
    position: relative;
    width: 100%;
    margin: 0 0 18px;
    font-size: 4.4rem;
}
.missionTitle .career__StyleTitle02 span {
    position: relative;
    padding: 0 30px;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
}
.missionTitle .career__StyleTitle02::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #33cccc;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.missionTitle p {
    font-size: 2.0rem;
}
.missionReadBlock {
    width: 100%;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.missionReadBox .missionReadCopy {
    margin: 0 0 10px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #ff6666;
    white-space: nowrap;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root .missionReadBox .missionReadCopy {
    white-space: normal;
}
_:-ms-input-placeholder, :root .missionReadBox .missionReadCopy {
    white-space: normal;
}
.missionReadBox p{
    font-size: 1.8rem;
    line-height: 1.77777778;
    white-space: nowrap;
}
.missionReadBox p:first-of-type{
    margin: 0 0 32px;
}
.missionReadBlock .missionFigureBox img{
    width: 100%;
    height: auto;
}
/* missionReadBlock 1個目 */
.missionReadBlock:nth-of-type(2){
    width: 1200px;
    margin: 0 auto 160px auto;
}
.missionReadBlock:nth-of-type(2) .missionFigureBox{
    width: 100%;
    max-width: 511px;
}
.missionReadBlock:nth-of-type(2) .missionReadBox {
    padding: 84px 0 0 58px;
}
/* missionReadBlock 2個目 */
.missionReadBlock:nth-of-type(3){
    width: 100%;
    margin: 0 0 104px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.missionReadBlock:nth-of-type(3) .missionFigureBox {
    width: 100%;
    max-width: 750px;
}
.missionReadBlock:nth-of-type(3) .missionFigureBox img{
    width: 100%;
}
.missionReadBlock:nth-of-type(3) .missionReadBox {
    margin: 0 48px 0 auto;
    padding-left: 58px;
}
@media screen and (min-width:736px) and ( max-width:1350px) {
.missionReadBlock:nth-of-type(2){
    width: 1200px;
    margin: 0 auto 100px auto;
}
.missionReadBlock:nth-of-type(2) .missionFigureBox {
    width: 100%;
    max-width: 400px;
}
.missionReadBlock:nth-of-type(3) .missionReadBox {
    margin: 0 48px 52px 58px;
    padding-left: 0;
}
}
/* missionReadBlock 3個目 */
.missionReadBlock:nth-of-type(4){
    width: 100%;
    display: block;
    margin: 0 0 62px;
}
.missionReadBlock:nth-of-type(4) .missionFigureBox{
    width: 70%;
    max-width: 1000px;
    padding: 0 0 96px;
}
.missionReadBlock:nth-of-type(4) .missionReadBox {
    text-align: center;
}
.missionReadBlock:nth-of-type(4) .missionReadBox .missionReadCopy{
    margin: 0 0 18px;
    font-size: 4.4rem;
    letter-spacing: 0.1em;
}
.missionReadBlock:nth-of-type(4) .missionReadBox p:first-of-type {
    margin: 0 0 10px;
}
.missionReadBlock:nth-of-type(4) .missionReadBox p{
    font-size: 2.4rem;
}
.missionProfile {
    margin: 0 0 135px;
}
.missionProfile .career__StyleTitle03 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
.missionstyleLinkBlock {
    height: 310px;
    padding: 80px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.missionstyleLinkBlock .missionStyleHeading {
    margin: 0 0 50px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}
.missionstyleLinkBlock .btnLarge {
    width: 350px;
    height: 80px;
    border: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    color: #565656;
}
.missionstyleLinkBlock .btnLarge:hover {
    color: #fff;
}

@media screen and (max-width: 736px) {
.bgMissionSqr {
    background-image: url(/ja/career/resource/images/mission-style/mission/bg_mission_sqr_sp.png);
     background-position: top 20% center;
    background-repeat: no-repeat;
    background-size: cover;
}
.missionTitle {
      margin: 0 0 38px;
    padding: 0 10px;
}
.missionTitle .career__StyleTitle02 {
    margin: 0 0 8px;
    font-size: 2.3rem;
}
.missionTitle .career__StyleTitle02 span {
    padding: 0 4px;
}
.missionTitle .career__StyleTitle02::after {
    height: 1px;
}
.missionTitle p {
    font-size: 1.1rem;
}
.missionReadBlock {
    margin: 0 20px 24px;
}
.missionReadBox .missionReadCopy {
    font-size: 2.0rem;
    white-space: normal;
    line-height: 1.4;
}
.missionReadBox p{
    font-size: 1.4rem;
    line-height: 1.71428571;
    white-space: normal;
}
.missionReadBox p:first-of-type {
    margin: 0 0 30px;
}
.bgMissionSqr .missionReadBlock .missionReadBox {
      width: 100%;
     margin: 0 0 0;
    padding: 0 20px;
}
/* missionReadBlock 1個目 */
.missionReadBlock:nth-of-type(2) {
    width: 100%;
     margin: 0 0 55px;
    display: block;
}
.missionReadBlock:nth-of-type(2) .missionFigureBox {
    width: 68.26666666666667%;
     margin: 0 0 34px;
}
/* missionReadBlock 2個目 */
.missionReadBlock:nth-of-type(3) {
        position: relative;
    margin: 0 0 68px;
    flex-direction: column-reverse;
}
.missionReadBlock:nth-of-type(3) .missionFigureBox {
    width: 100%;
    margin: 0 0 35px;
}
.missionReadBlock:nth-of-type(3) .missionFigureBox img {
    width: 100%;
}

/* missionReadBlock 3個目 */
.missionReadBlock:nth-of-type(4){
    width: 100%;
    display: block;
    margin: 0 0 35px;
}
.missionReadBlock:nth-of-type(4) .missionFigureBox{
    width: 73.6%;
     margin: 0 0 64px;
    padding: 0;
}
.missionReadBlock:nth-of-type(4) .missionReadBox {
    padding: 0 0 0;
    text-align: center;
}
.missionReadBlock:nth-of-type(4) .missionReadBox .missionReadCopy{
    margin: 0 0 8px;
    font-size: 2.2rem;
}
.missionReadBlock:nth-of-type(4) .missionReadBox p{
    font-size: 1.6rem;
}
.missionReadBlock:nth-of-type(4) .missionReadBox p:first-of-type {
    margin: 0 0 0;
}
.missionProfile {
    margin: 0 0 78px;
}
.missionProfile .career__StyleTitle03 {
    font-size: 1.6rem;
    line-height: 1.375;
}
.missionstyleLinkBlock {
    height: auto;
    padding: 50px 0;
}
.missionstyleLinkBlock .missionStyleHeading {
    margin: 0 0 30px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.missionstyleLinkBlock .btnLarge {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
}
.missionstyleLinkBlock .btnLarge:hover {
    color: #565656;
}
span.textFilled {
    letter-spacing: -0.5em;
}
}

.styleReadBlock {
    margin: 0 0 130px;
}
.styleReadBlock:nth-of-type(3n) {
    margin-bottom: 110px;
}
.styleReadBlock .styleReadBox{
    margin: 0 0 40px;
    height: 320px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
@media screen and (min-width:736px) and ( max-width:1350px) {
.styleReadBlock .styleReadBox{
    padding: 0 50px;
}
}
.styleReadBlock .styleReadBox .inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
}
.styleReadBlock .styleReadBox.bgStyleFirst{
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_02_pc.jpg);
}
.styleReadBlock .styleReadBox.bgStyleFirst .inner{
    justify-content: flex-end;
}
.styleReadBlock .styleReadBox.bgStyleSecond{
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_03_pc.jpg);
}
.styleReadBlock .styleReadBox.bgStyleSecond .inner{
    justify-content: flex-start;
}
.styleReadBlock .styleReadBox.bgStyleThird{
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_04_pc.jpg);
}
.styleReadBlock .styleReadBox.bgStyleThird .inner{
    justify-content: flex-end;
}
.styleReadBlock .styleReadBox.bgStyleFourth{
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_05_pc.jpg);
}
.styleReadBlock .styleReadBox.bgStyleFourth .inner{
    justify-content: flex-start;
}
.styleReadBlock .styleReadBox.bgStyleFifth{
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_06_pc.jpg);
}
.styleReadBlock .styleReadBox.bgStyleFifth .inner{
    justify-content: flex-end;
}
.styleReadBlock .styleReadBox.bgStyleSixth{
    background-image: url(/ja/career/resource/images/mission-style/style/bg_style_07_pc.jpg);
}
.styleReadBlock .styleReadBox.bgStyleSixth .inner{
    justify-content: flex-start;
}
.styleHeaderCopy {
    margin: 45px 0 0;
    color: #fff;
}
.styleHeaderCopy .career__StyleTitle04 {
    position: relative;
    margin: 0 0 10px;
    padding: 0 30px;
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.styleHeaderCopy .career__StyleTitle04::before,
.styleHeaderCopy .career__StyleTitle04::after{
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: #fff;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.styleHeaderCopy .career__StyleTitle04::before{
    left: 0;
}
.styleHeaderCopy .career__StyleTitle04::after{
    right: 0;
}
.styleHeaderCopy p {
    font-size: 1.6rem;
    line-height: 2;
}
.styleReadHead {
    position: relative;
    margin: 0 0 76px;
    font-weight: 700;
}
.styleReadHead::before {
    position: absolute;
    top: 22px;
    left: 0;
    content: "";
    width: 50%;
    height: 2px;
    display: block;
    background-color: #33cccc;
}
.styleReadHead::after {
    position: absolute;
    bottom: 8px;
    right: 0;
    content: "";
    width: 80%;
    height: 2px;
    display: block;
    background-color: #33cccc;
}
.styleReadHead .career__StyleTitle05 {
    position: relative;
    padding: 0 20px 18px 16px;
    font-size: 4.4rem;
    color: #33cccc;
    background-color: #fff;
    letter-spacing: 0.1em;
    z-index: 1;
    left:30px;
}
.styleReadHead .career__StyleTitle05 .textLarge {
    font-family: 'Raleway', sans-serif;
    position: relative;
    bottom: 15px;
    right: 50px;
    font-size: 10rem;
    letter-spacing: 0.1em;
    opacity: .2;
    float:right;
    text-align:right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.styleReadHead .career__StyleTitle05 .textLarge {
    font-family: 'Raleway', sans-serif;
    position: relative;
    bottom: 15px;
    right: 68px;
    font-size: 10rem;
    letter-spacing: 0.1em;
    opacity: .2;
    float:right;
    text-align:right;
}
}
.styleReadHead p {
    position: relative;
    padding: 0 20px 0 18px;
    display: inline-block;
    font-size: 1.8rem;
    background-color: #fff;
    letter-spacing: 0.1em;
    z-index: 1;
    left:30px;
}
.styleReadBlock .styleReadBox .styleReadNum{
    margin: 0 0 18px;
    font-family: 'Raleway', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #33cccc;
    letter-spacing: 0.1em;
}
.styleReadBlock .styleReadBox .styleReadNum span{
    padding-left: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 4.0rem;
    font-weight: 600;
    letter-spacing: 0;
}
.styleReadBlock .styleReadBox .styleReadHeading{
    width: 354px;
}
.styleReadBlock .styleReadBox .styleReadHeading .career__StyleTitle06{
    padding: 0 0 20px;
    border-bottom: 1px solid #33cccc;
    font-size: 3.6rem;
    font-weight: 400;
     letter-spacing: 0.1em;
}
.styleReadBlock .styleReadBox .styleReadHeading p{
    padding: 16px 0 22px;
    font-size: 1.6rem;
     letter-spacing: 0.1em;
}
.styleReadBlock .styleReadBox .styleReadHeading p span{
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.styleReadBlock .styleReadBox .styleReadText{
    line-height: 2;
    font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
.styleReadBlock {
    margin: 0 0 58px;
}
.styleReadBlock:nth-of-type(3n) {
    margin: 0 0 64px;
}
.styleReadBlock .styleReadBox.bgStyleFirst,
.styleReadBlock .styleReadBox.bgStyleSecond,
.styleReadBlock .styleReadBox.bgStyleThird,
.styleReadBlock .styleReadBox.bgStyleFourth,
.styleReadBlock .styleReadBox.bgStyleFifth,
.styleReadBlock .styleReadBox.bgStyleSixth{
    background: none;
}
.bgStyle.smallScreenHeader {
    height: auto;
    padding: 154px 0 23px;
    background-size: cover;
    overflow: hidden;
}
.styleHeaderCopy {
    margin: 0 0 46px;
    padding: 0 20px;
    color: #323232;
}
.styleHeaderCopy .career__StyleTitle04 {
    margin: 0 0 16px;
    padding: 0 37px;
    display: inline-block;
    font-size: 1.8rem;
}
.styleHeaderCopy .career__StyleTitle04::before,
.styleHeaderCopy .career__StyleTitle04::after {
    background-color: #323232;
}
.styleHeaderCopy p {
    font-size: 1.6rem;
    line-height: 1.71428571;
}
.styleReadHead {
    margin: 0 0 38px;
}
.styleReadHead > .inner {
    width: 100%;
    padding: 0 0 0 20px;
}
.styleReadHead::after {
    bottom: 6px;
    height: 1px;
}
.styleReadHead .career__StyleTitle05 {
    padding: 0 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 2.3rem;
    left:0;
}
.styleReadHead::before {
    content: none;
}
.styleReadHead .career__StyleTitle05 .textLarge {
    bottom: -1px;
    right: 10px;
    font-size: 4.0rem;
    width:auto;
}
.styleReadHead p {
    padding: 0 14px 0 0;
    font-size: 1.4rem;
    left:0;
}
.styleReadBlock .styleReadBox {
    margin: 0 0 44px;
    height: auto;
}
.styleReadBlock .styleReadBox .inner {
    padding: 0 15px;
    display: block;
}
.styleReadBlock .styleReadBox .styleReadHeading {
    width: 100%;
     padding: 0 17.5px;
}
.styleReadBlock .styleReadBox .styleReadNum {
    margin: 16px 0 18px;
    font-size: 1.6rem;
}
.styleReadBlock .styleReadBox .styleReadNum span {
    padding-left: 5px;
    font-size: 2.7rem;
}
.styleReadBlock .styleReadBox .styleReadHeading .career__StyleTitle06 {
    padding: 0 0 12px;
    font-size: 2.2rem;
}
.styleReadBlock .styleReadBox .styleReadHeading p {
    padding: 12px 0 18px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.71428571;
}
.styleReadBlock .styleReadBox .styleReadText {
    line-height: 1.71428571;
}
}
/* ****************************
    [] Footer PC Style
**************************** */
.footerBlock {
    position: relative;
    min-width: 1200px;
    margin: 100px 0 0;
    padding: 60px 0 120px;
    background-color: #323232;
}
/* Footer Gnav
=============================== */
.footerBlock .footerGnav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footerBlock .footerGnav > section:nth-of-type(1) {
    margin-right: 76px;
}
.footerBlock .footerGnav > section:nth-of-type(2) {
    margin-right: 101px;
}
.footerBlock .footerGnav > section:nth-of-type(3) {
    margin-right: 102px;
}
.footerBlock .footerGnav > section:nth-of-type(4) {
    margin-right: 156px;
}
.btnPageTop {
    position: absolute;
    top: -60px;
    right: 50px;
}
.btnPageTop:hover img {
    opacity: .7;
}

@media screen and (min-width:736px) and ( max-width:1200px) {
.footerBlock .footerGnav > section:nth-of-type(4) {
    margin-right: 121px;
}
.footerBlock .inner {
    padding: 0 10px;
}
}
.footerBlock .footerGnav > section a {
    padding-right: 12px;
    background-image: url(/ja/career/resource/images/common/icon_arrow_right_01.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    color: #fff;
}
.footerBlock .footerGnav .footerGnavHeading {
    font-size: 1.6rem;
    color: #fff;
    white-space: nowrap;
}
.footerBlock .footerGnav .footerGnavHeading span {
    display: block;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 2px;
}
.footerBlock .footerGnav .footerGnavList .gnavListItem {
    position: relative;
    margin: 14px 0 0;
}
.footerBlock .footerGnav section a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.footerBlock .footerGnav section a:hover {
    opacity: .7;
}
.footerBlock .footerGnav .footerGnavList .gnavListItem a {
    padding-left: 15px;
    color: #fff;
    white-space: nowrap;
}
.footerGnavBtn {
    width: 272px;
    margin-left: auto;
}
.footerGnavBtn a {
    width: 100%;
    padding: 18px 0 15px;
    display: block;
    border: 1px solid #ffcc00;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #ffcc00;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.footerGnavBtn a:hover {
    opacity: .8;
}
.footerBtnTitle {
    margin: 0 0 11px;
    padding-right: 38px;
    display: inline-block;
    background-image: url(/ja/career/resource/images/common/icon_external_yellow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    letter-spacing: 2px;
}
.footerBtnTitle span {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.footerBtnTitle + p {
    font-size: 1.2rem;
    font-weight: 300;
}
.footerBlock .footerGnav .snsList {
    display: none;
}
/* Link List
=============================== */
.footerLinkList {
    margin: 96px 0 0;
    padding: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footerLinkList .linkListItem a {
    margin-right: 34px;
    padding-right: 15px;
    background-image: url(/ja/career/resource/images/common/icon_arrow_right_01.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.footerLinkList .linkListItem a:hover {
    opacity: .7;
}
/* Footer SNS List
=============================== */

/* Cory Right
=============================== */
.footerCopyRight {
    display: none;
}
.footerBlock::after {
    position: absolute;
    bottom: 96px;
    left: 50%;
    content: "© ASOBIMO,Inc. All rights reserved.";
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

/* ****************************
    [] Footer SP Style
**************************** */
@media screen and (max-width: 736px) {
.btnPageTop {
    display: none;
}
.footerBlock {
    margin: 50px 0 0;
    padding: 18px 0 80px;
    min-width: auto;
}
.footerBlock .footerGnav {
    width: 100%;
    padding: 0 20px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #6e6e6e;
}
.footerBlock .footerGnav > section {
    display: none;
}
.footerBlock .footerGnav .snsList {
    padding: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footerBlock .footerGnav .snsList .snsListItem {
    width: 29px;
    margin-left: 15px;
}
.footerBlock .footerGnav .snsList .snsListItem:first-of-type {
    margin-left: 0;
}
.footerGnavBtn {
    width: 55%;
    margin-left: 0;
    text-align: center;
}
.footerGnavBtn a {
    padding: 11px 0 8px;
    font-size: 1.6rem;
}
.footerGnavBtn a span {
    font-size: 1.0rem;
}
.footerBtnTitle {
    margin: 0 0 6px;
}
.footerBtnTitle + p {
    font-size: 1.0rem;
}
.footerLinkList {
    margin: 0 0 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.footerLinkList .linkListItem {
    width: 100%;
    border-bottom: 1px solid #6e6e6e;
}
.footerLinkList .linkListItem a {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    display: block;
    background-position: right 21px center;
    font-size: 1.2rem;
    color: #fff;
}
.footerLinkList .linkListItem::after {
    content: none;
}
.footerCopyRight {
    padding: 21px 0 23px;
    display: block;
    font-size: 1.0rem;
    text-align: center;
    color: #fff;
}
.footerBlock::after {
    content: none;
}
.footerLinkList .linkListItem a:hover {
    opacity: 1;
}
.footerGnavBtn a:hover {
    opacity: 1;
}
.footerBlock .footerGnav section a:hover {
    opacity: .1;
}
}

.footerBtnBox {
 background-color: hsla(0,0%,100%,.9);
 margin: auto;
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 999;
 width: 100%;
 padding: 13px 50px;
 box-sizing: border-box;
}

.footerBtnLink {
 margin: auto;
 text-align: center;
 display: block;
 transition: all .4s;
 max-width: 720px;
}

.footerBtnLink a:hover{
 opacity: 0.7;
 text-decoration: none;
 color: #fff;
}

.footerBtnIcon{
 background-image: url(/ja/career/resource/images/common/icon_entry.png);
 background-repeat: no-repeat;
 background-position: top 7px center;
 display: block;
 width: 20px;
 height: 40px;
 background-size: contain;
 margin-right: 10px;
}

.footerBtn {
 width: 100%;
 height: 50px;
 background: #f39800;
 display: block;
 font-size: 17px;
 font-weight: 700;
 color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 0;
}

.footerBtn.entryEnd{
 background-color: #ccc;
}

.entryEnd.jobEntryBtn{
 background-color: #ccc;
 color: #fff;
 cursor: inherit!important;
}

.jobEntryBlock .entryEnd.jobEntryBtn {
border: 2px solid #ccc;
}

.jobEntryBlock .entryEnd.jobEntryBtn:hover {
 background-color: #ccc;
 color: #fff;
}

.entryEnd:before,
.entryEnd:after{
 content: none;
}

.jobEntryBlock .entryEnd.jobEntryBtn .iconEntry {
    background-image: url(/ja/career/resource/images/common/icon_entry_02_hover.png);
}


/* ****************************
    [] Adjust
**************************** */

.Thin {
    font-weight: 100;
}
.extraLight {
    font-weight: 200;
}
.Light {
    font-weight: 300;
}
.Regular {
    font-weight: 400;
}
.Medium {
    font-weight: 500;
}
.semiBold {
    font-weight: 600;
}
.Bold {
    font-weight: 700;
}
.extraBold {
    font-weight: 800;
}
.Black {
    font-weight: 900;
}

.whiteSpaceNowrap{
    white-space: nowrap;
}
.alignFlexStart {
    align-items: flex-start;
}
.margin-0 {
    margin: 0;
}
/* margin-top
=============================== */
.marginTop-5 {
    margin-top: 5px !important;
}
.marginTop-10 {
    margin-top: 10px !important;
}
.marginTop-15 {
    margin-top: 15px !important;
}
.marginTop-20 {
    margin-top: 20px !important;
}
.marginTop-25 {
    margin-top: 25px !important;
}
.marginTop-30 {
    margin-top: 30px !important;
}
.marginTop-35 {
    margin-top: 35px !important;
}
.marginTop-40 {
    margin-top: 40px !important;
}
.marginTop-45 {
    margin-top: 45px !important;
}
.marginTop-50 {
    margin-top: 50px !important;
}
/* margin-right
=============================== */
.marginRight-5 {
    margin-right: 5px !important;
}
.marginRight-10 {
    margin-right: 10px !important;
}
.marginRight-15 {
    margin-right: 15px !important;
}
.marginRight-20 {
    margin-right: 20px !important;
}
.marginRight-25 {
    margin-right: 25px !important;
}
.marginRight-30 {
    margin-right: 30px !important;
}
.marginRight-35 {
    margin-right: 35px !important;
}
.marginRight-40 {
    margin-right: 40px !important;
}
.marginRight-45 {
    margin-right: 45px !important;
}
.marginRight-50 {
    margin-right: 50px !important;
}
/* margin-bottom
=============================== */
.marginBottom-5 {
    margin-bottom: 5px !important;
}
.marginBottom-10 {
    margin-bottom: 10px !important;
}
.marginBottom-15 {
    margin-bottom: 15px !important;
}
.marginBottom-20 {
    margin-bottom: 20px !important;
}
.marginBottom-25 {
    margin-bottom: 25px !important;
}
.marginBottom-30 {
    margin-bottom: 30px !important;
}
.marginBottom-35 {
    margin-bottom: 35px !important;
}
.marginBottom-40 {
    margin-bottom: 40px !important;
}
.marginBottom-45 {
    margin-bottom: 45px !important;
}
.marginBottom-50 {
    margin-bottom: 50px !important;
}
/* margin-left
=============================== */
.marginLeft-5 {
    margin-left: 5px !important;
}
.marginLeft-10 {
    margin-left: 10px !important;
}
.marginLeft-15 {
    margin-left: 15px !important;
}
.marginLeft-20 {
    margin-left: 20px !important;
}
.marginLeft-25 {
    margin-left: 25px !important;
}
.marginLeft-30 {
    margin-left: 30px !important;
}
.marginLeft-35 {
    margin-left: 35px !important;
}
.marginLeft-40 {
    margin-left: 40px !important;
}
.marginLeft-45 {
    margin-left: 45px !important;
}
.marginLeft-50 {
    margin-left: 50px !important;
}
/* LayoutClass - Float
=============================== */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
/* LayoutClass - Text
=============================== */
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.textBold{
    font-weight: 700 !important;
}
.upDown {
    -webkit-animation-name: upDown; /* upDownっていうアニメーションをしてね！ */
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -moz-animation-name: upDown;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}
/* upDownっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes upDown {
 0% {
-webkit-transform:translate(0, 0);
}
 50% {
-webkit-transform:translate(0, -10px);
}
 100% {
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes upDown {
 0% {
-moz-transform:translate(0, 0);
}
 50% {
-moz-transform:translate(0, -10px);
}
 100% {
-moz-transform:translate(0, 0);
}
}
/* 画面外にいる状態 */
.fadein {
    visibility: hidden;
    opacity: 0;
    transform : translate(0, 80px);
    transition: all .7s ease-out;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    visibility: visible;
    opacity: 1;
    transform : translate(0, 0);
    animation-duration: 1s;
    animation-name: fade-in;
}
@keyframes fade-in {
 0% {
 visibility: hidden;
 opacity: 0;
}
 25% {
 visibility: visible;
 opacity: .25;
}
 50% {
 visibility: visible;
 opacity: .5;
}
 75% {
 visibility: visible;
 opacity: .75;
}
 100% {
 visibility: visible;
 opacity: 1;
}
}


.bannerCareerCt{
 margin-left: auto;
 margin-right: auto;
 max-width: 1200px;
 margin-bottom: 70px;
}

.bannerCareer01 img,
.bannerCareer01 source{
 width: 100%;
}

@media screen and (max-width: 736px){
 .bannerCareerCt{
 padding: 0 15px;
 margin-bottom: 50px;
 }
}

iframe{
 display: block;
}

.container.career__List{
 padding: 0;
}

.missionReadBlock.container,
.missionProfile.container,
.styleReadBox.container{
 padding-right: 0;
 padding-left: 0;
 margin-left: auto;
 margin-right: auto;
}

.jobDetail .listBasic li,
.jobDetail .tableConditions td {
 font-size: 1.4rem;
}

.modaal{
 text-decoration: underline;
 color: #0090da;
}

.career + .footer,
.jobDetail + .footer{
 padding: 28px 0 100px;
}




.benefitsMain{
 margin-bottom: 100px;
}

@media screen and (max-width: 768px){
 .benefitsMain{
  margin-bottom: 70px;
 }
}

.benefitsMainTxt{
 margin-bottom: 80px;
 font-size: 1.9rem;
 line-height: 2.2;
 text-align: center;
}

@media screen and (max-width: 736px){
.benefitsMainTxt{
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.0;
 }
}



.anchorLinkList{
 display: flex;
 justify-content: space-between;
}

.anchorLinkList li{
 display: flex;
 padding-bottom: 10px;
 border-bottom: 1px solid #212121;
 position: relative;
 width: calc(100 / 1110 * 350%);
}

.anchorLinkList li::after{
 content: '';
 width: 10px;
 height: 10px;
 border: 0px;
 border-bottom: solid 2px #f39800;
 border-right: solid 2px #f39800;
 transform: rotate(45deg);
 position: absolute;
 top: 5px;
 right: 5px;
}

.anchorLinkList a{
 font-size: 1.8rem;
 font-weight: bold;
 color: #212121;
 width: 100%;
}

@media screen and (max-width: 768px){
 .anchorLinkList a{
  font-size: 1.6rem;
 }
}

@media screen and (max-width:350px){
 .anchorLinkList a{
  font-size: 1.5rem;
  letter-spacing: -0.5;
 }
}

@media screen and (max-width:320px){
 .anchorLinkList a{
  font-size: 1.4rem;
  letter-spacing: -0.5;
 }
}


.anchorLinkList a:hover{
 text-decoration: none;
}

.benefitsQaBox{
 margin-bottom: 80px;
}

.benefitsItem{
 display: flex;
 color: #212121;
 background-color: #fff;
 margin-bottom: 60px;
}

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


.benefitsItem picture{
 max-width: 587px;
 width: 100%;
}

.benefitsItem img{
 width: 100%;
}

.benefitsItemDetail{
 padding: 20px 30px;
 box-sizing: border-box;
 max-width: 523px;
 width: 100%;
}

@media screen and (max-width: 768px){
 .benefitsItemDetail{
 padding: 20px 15px;
 }
}


.benefitsItemTit{
 font-size: 2.5rem;
 font-weight: bold;
 margin-bottom: 15px;
 line-height: 1.4;
}

@media screen and (max-width: 768px){
 .benefitsItemTit{
 font-size: 2.0rem;
 }
}

.benefitsItemTxt{
 font-size: 1.5rem;
 line-height: 1.8;
}

.benefitsItemSubtxt{
 font-size: 1.2rem;
 margin-bottom: 5px;
 line-height: 1.4;
 text-indent: -1.3em;
 padding-left: 1.3em;
}

.benefitsItemSubtxt + .benefitsItemTxt{
 margin-bottom: 0;
}

.benefitsItemDetail dl{
 margin-bottom: 0;
}

.benefitsItemDt{
 font-size: 1.1rem;
 color: #555;
 background-color: #eee;
 padding:3px 10px 2px;
 margin-bottom: 10px;
 margin-top: 25px;
 display: inline-block;
 border-radius: 20px;
 box-sizing: border-box;
}

@media screen and (max-width: 768px){
.benefitsItemDt{
 margin-bottom: 15px;
 }
}

.benefitsItemDd{
 font-size: 1.3rem;
 line-height: 1.6;
}

.benefitsItemLogo img{
 display: inline-block;
 margin-right: 10px;
 margin-bottom: 5px;
 width: auto;
}

.benefitsItemLogoList img{
 margin-right: 1px;
}

.benefitsItemlogo01{
 max-height: 34px;
}
.benefitsItemlogo02{
 max-height: 34px;
}
.benefitsItemlogo03{
 max-height: 27px;
}
.benefitsItemlogo04{
 max-height: 22px;
}
.benefitsItemlogo05{
 max-height: 25px;
}
.benefitsItemlogo06{
 max-height: 38px;
}
.benefitsItemlogo07{
 max-height: 32px;
}
.benefitsItemlogo08{
 max-height: 32px;
}
.benefitsItemlogo09{
 max-height: 32px;
}

.career__BenefitsTitle03{
 font-size: 3.6rem;
 font-weight: bold;
 margin-bottom: 15px;
 text-align: center;
}

.career__BenefitsTxt03{
 font-size: 1.4rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 80px;
}

@media screen and (max-width: 768px){
 .career__BenefitsTitle03{
  font-size: 2.4rem;
  margin-bottom: 10px;
 }
 .career__BenefitsTxt03{
  font-size: 1.0rem;
  margin-bottom: 40px;
 }
}

.sectionBenefits{
 margin-bottom: 150px;
}

@media screen and (max-width: 768px){
 .sectionBenefits{
  margin-bottom: 80px;
 }
}


#company-benefits,
#company-structure,
#company-qa{
 margin-top: -100px;
 padding-top: 100px;
}

@media screen and (max-width: 768px){
 #company-benefits,
 #company-structure,
 #company-qa{
  margin-top: -70px;
  padding-top: 70px;
 }
}



.tabCareer{
 display: flex;
 justify-content: center;
 align-items: center;
 width: 50%;
 color: #333;
 background-color: #fff;
 border:solid 1px #cecece;
 box-sizing: border-box;
 text-align: center;
 cursor: pointer;
}


.tabCareer.selected{
 color: #fff;
 background-color: #000;
 position: relative;
 border:solid 1px #000;
}

.tabCareer.selected:after{
 content: "";
 position: absolute;
 bottom: -10px;
 left: calc(50% - 20px);
 border-top: 30px solid #000;
 border-right: 20px solid transparent;
 border-left: 20px solid transparent;
}


@media screen and (max-width: 768px) {
.tabCareer.selected:after{
 bottom: -10px;
 left: calc(50% - 16px);
 border-top: 26px solid #000;
 border-right: 16px solid transparent;
 border-left: 16px solid transparent;
 }
}

.tab01Career{
 width: 50%;
}

.tab02Career{
 width: 50%;
}

.tabCareer a{
 display: block;
 width: 100%;
 margin-bottom: 0;
 line-height: 3.3;
 cursor: pointer;
 box-sizing: border-box;
 text-decoration: none;
 padding: 2rem;
}

.tabCareer a:hover{
 text-decoration: none;
}

.selected.tabCareer a{
 color: #fff;
}

@media screen and (max-width: 768px) {
 .tabCareer a{
 padding: 1.3rem 0.8rem;
 }
}

@media screen and (max-width: 350px) {
 .tabCareer a{
 padding: 1rem 0.3rem;
 }
}

@media screen and (max-width: 360px) {
 .tabCareer .tab02Tit{
 font-size: 1.4rem;
 }
}

body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl{
/* max-width: 1140px;*/
 padding-left: 0;
 padding-right: 0;
 padding-left: 15px;
 padding-right: 15px;
}


@media screen and (max-width: 1110px){
 body .container,
 body .container-lg,
 body .container-md,
 body .container-sm,
 body .container-xl{
 padding-left: 15px;
 padding-right: 15px;
 }
}
