@charset "utf-8";
@import url("base.css");
/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

@font-face {
    font-family: 'cera';
    src: url('../fonts/CeraBasic-Bold.eot');
    src: url('../fonts/CeraBasic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraBasic-Bold.woff2') format('woff2'), url('../fonts/CeraBasic-Bold.woff') format('woff'), url('../fonts/CeraBasic-Bold.ttf') format('truetype'), url('../fonts/CeraBasic-Bold.svg#CeraBasic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.cera {
    font-family: cera;
}

.hira {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
    background-color: #f8f7f6;
    font-size: 14px;
    line-height: 1.5;
    color: #3e3a39;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 100vh;
}

/*body.loaded {
    height: auto;
    overflow: visible;
}
body.fixed {
    overflow: hidden;
}*/
.inner {
    width: 1180px;
    padding: 0 30px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/

.error {
    display: block;
    font-size: 14px;
    color: red;
}

.g-recaptcha {
    display: none;
}

.grecaptcha-badge {
    z-index: 999;
}

/*LODAER*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff url('../images/common/loader.gif') no-repeat center center;
    background-size: 320px 240px;
}

/* HEADER */

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
}

#header .logo {
    margin-left: 6.95vw;
}

#header .logo a {
    padding-top: 18px;
    display: block;
    padding-bottom: 18px;
}

#header .logo a .dotMenu {
    margin-bottom: 7px;
}

#header .logo img {
    width: 204px;
}

#header .logo .dotMenu:before {
    left: -1px;
    top: 0 -webkit-animation: wave 1s .3s cubic-bezier(.08, .92, .35, 1) infinite;
    animation: wave 1s .3s cubic-bezier(.08, .92, .35, 1) infinite;
    border: solid 1px #50D4C7;
}

#header .logo .dotMenu:after {
    left: 2px;
    top: 3px;
}

@-webkit-keyframes wave {

    0%,
    30% {
        -webkit-transform: scale(0) translate3d(0, 0, 0);
        transform: scale(0) translate3d(0, 0, 0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(2) translate3d(0, 0, 0);
        transform: scale(2) translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes wave {

    0%,
    30% {
        -webkit-transform: scale(0) translate3d(0, 0, 0);
        transform: scale(0) translate3d(0, 0, 0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(2) translate3d(0, 0, 0);
        transform: scale(2) translate3d(0, 0, 0);
        opacity: 0
    }
}

#header .mainMenu {
    display: flex;
}

#header .mainMenu .menu {
    display: flex;
    margin-right: 28px;
    margin-right: 5.5vw;
}

#header .mainMenu .menu>li,
#footer .ftMenu .menu li {
    position: relative;
    padding: 0 21px;
    margin-bottom: 13px;
}

#header .mainMenu .menu>li:after,
#footer .ftMenu .menu li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #2dc2c0;
}

#header .mainMenu .menu>li:after {
    top: inherit;
    transform: none;
    bottom: 23px;
}

#header .mainMenu .menu>li:last-child:after,
#footer .ftMenu .menu li:last-child:after {
    display: none;
}

#header .mainMenu .menu>li {
    margin-bottom: 0;
    padding: 11px 19px 18px;
    padding: 0 19px;
}

#header .mainMenu .menu>li:nth-child(5):after,
#footer .ftMenu .menu li:nth-child(5):after {
    display: none;
}

#header .mainMenu .menu>li>a,
#footer .ftMenu .menu li a {
    font-size: 12px;
    font-weight: bold;
    color: #2dc2c0;
    display: block;
    text-align: center;
}


#header .mainMenu .menu>li>a {
    letter-spacing: 0.5px;
    height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header .mainMenu .menu>li .listMenuSub {
    display: none;
    position: absolute;
    top: 82px;
    left: -1px;
    z-index: 1;
    background: #ffffff;
    width: 130%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

#header .mainMenu .menu>li .listMenuSub li {
    width: 100%;
    padding: 0 5px;
}

#header .mainMenu .menu>li .listMenuSub li:first-child {
    margin-top: 10px;
}

#header .mainMenu .menu>li .listMenuSub li:last-child {
    margin-bottom: 10px;
}

#header .mainMenu .menu>li .listMenuSub li a {
    font-size: 12px;
    color: #3e3a39;
    display: block;
    padding: 7px 10px;
    border-bottom: 2px solid #f0f0ee;
    position: relative;
    text-align: left;
}

#header .mainMenu .menu>li .listMenuSub li:last-child a {
    border-bottom: none;
}

#header .mainMenu .menu>li .listMenuSub li a:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0%;
    -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.8s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.8s cubic-bezier(0.23, 1, 0.58, 1);
    background: #f7f7f6;
}

#header.scrolling .mainMenu .menu>li .listMenuSub li a:after {
    background: #f7f7f6;
}

.dotMenu {
    display: block;
    position: relative;
    margin: 0 auto 14px;
    width: 7px;
    height: 7px;
    -webkit-transition: opacity .8s .7s, -webkit-transform .9s .3s cubic-bezier(.79, .17, .15, .96);
    transition: opacity .8s .7s, -webkit-transform .9s .3s cubic-bezier(.79, .17, .15, .96);
    transition: transform .9s .3s cubic-bezier(.79, .17, .15, .96), opacity .8s .7s;
    transition: transform .9s .3s cubic-bezier(.79, .17, .15, .96), opacity .8s .7s, -webkit-transform .9s .3s cubic-bezier(.79, .17, .15, .96);
    margin-bottom: 14px;
}

.dotMenu:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    height: 100%;
    width: 100%;
    border: solid 1px #50D4C7;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: .3s;
    transition: .3s;
}

#header .mainMenu .menu>li>a:hover .dotMenu:before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s cubic-bezier(.08, .92, .35, 1);
    transition: .5s cubic-bezier(.08, .92, .35, 1);
}

#header.scrolling .mainMenu .menu li a:hover .dotMenu:before {
    border: solid 1px #50D4C7;
}

.dotMenu:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 3px;
    height: 3px;
    width: 3px;
    background: #3E3A39;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

#header .mainMenu .menu>li>a:hover .dotMenu:after {
    opacity: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    transition: .3s;
}

#header .mainMenu .menu>li>a i {
    margin-left: 5px;
    font-size: 10px;
    vertical-align: 1px;
}

#header .mainMenu .btnContact a {
    text-align: center;
    color: #fff;
    display: block;
    width: 120px;
    background: #2dc2c0;
    font-size: 12px;
    font-weight: bold;
    padding: 30px 0;
    letter-spacing: 0.5px;
}

#header .mainMenu .btnContact a i {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

/* CONTENT */

#content {
    width: 100%;
}

.mainChild {
    position: relative;
    z-index: 2;
}

.mainChild img {
    aspect-ratio: 1380 / 448;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.contentFutures {
    background-color: #fff;
    padding: 68px clamp(30px, 5.2vw, 72px) 65px;
    margin-top: -64px;
    z-index: 3;
    position: relative;
}

.areaTitle {
    margin-bottom: 24px;
}

.wrapTitle {
    padding: 0 28px;
    margin-bottom: 44px;
}

.areaTitle .titleEn i {
    color: #2dc2c0;
    margin-right: 5px;
}

.titleBorder {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    font-size: 40px;
}

.titleBorder:before {
    content: "";
    position: absolute;
    background: url(../images/company/icon-before-title.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 30px;
    top: -3px;
    left: 3px;
}

.titleBorder:after {
    content: "";
    position: absolute;
    background: url(../images/company/icon-after-title.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 30px;
    bottom: -8px;
    right: -4px;
}

.titleVmv {
    font-size: 32px;
    font-weight: bold;
    color: #2DC2C0;
    display: flex;
    align-items: center;
    margin: 14px 0 0;
    letter-spacing: 1.9px;
}

.titleVmv .fszSmallVmv {
    font-size: 14px;
    font-weight: normal;
    color: #3E3A39;
    margin-left: 7px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*genArea*/
.genArea .wrapTop .photo {
    display: inline-block;
    vertical-align: top;
    width: 51%;
}

.genArea .wrapTop .photo img {
    width: 100%;
}

.genArea .wrapTop .areaCt {
    display: inline-block;
    width: 47%;
    padding: 0 clamp(0px, 1vw, 14px) 0 clamp(0px, 6.6vw, 91px);
}

.genArea .wrapTop .areaCt .pageInfo {
    padding: 0;
}

.genArea .wrapTop .areaCt .pageInfo .pagetitlEn {
    text-align: left;
    margin-bottom: 15px;
}

.genArea .wrapTop .areaCt .pageInfo .pagetitleJp {
    text-align: left;
    letter-spacing: 0.5px;
}

.genArea .wrapTop .areaCt .pageInfo .text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 35px;
    letter-spacing: -0.2px;
}

/*.areaRecruit*/
.areaRecruit {
    background: url(../images/index/recruit-bg-new.png) no-repeat top -5px center;
    background-size: 100%;
}

.areaRecruit .wrapTop {
    /*padding: 291px 0px 196px 71px;*/
    padding: 291px 0px 16vw 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.areaRecruit .wrapTop .areaCt {
    width: 38%;
    margin-top: -17px;
    padding: 0 0vw 0 0vw;
}

.areaRecruit .wrapTop .areaCt .pageInfo .pagetitleJp {
    font-size: 32px;
    margin-bottom: 22px;
    text-align: left;
}

.areaRecruit .wrapTop .areaCt .pageInfo .pagetitlEn {
    margin-bottom: 13px;
    text-align: left;
}

.areaRecruit .wrapTop .areaCt .pageInfo .text {
    margin-bottom: 52px;
    text-align: left;
    letter-spacing: -0.6px;
}

.areaRecruit .wrapTop .photo {
    width: 64.2%;
    margin-right: -5px;
}

.linkDetail {
    width: 248px;
}

.linkDetail a {
    background: linear-gradient(90deg, rgba(80, 212, 199, 1) 0%, rgba(45, 195, 194, 1) 100%);
    border-radius: 50px;
    font-weight: 600;
    padding: 14px 0 12px;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
}

.linkDetail a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
}

/* FOOTER */

#footer {
    width: 100%;
    background-image: linear-gradient(to right, #50d4c7, #2dc2c0);
    padding: 36px 0 78px;
}

#footer .ftMenu .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 662px;
    margin: auto;
}

#footer .ftMenu .menu li:after {
    background-color: #fff;
}

#footer .ftMenu .menu li a {
    color: #fff;
    padding: 0;
}

#footer .logo {
    text-align: center;
    margin-top: 29px;
}

#footer .logo .dotMenu {}

#footer .logo img {
    width: 118px;
}

#footer .ftInfo {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    margin-top: 14px;
}

#footer ul.ftGrpLogo {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer ul.ftGrpLogo li {
    display: inline-block;
    width: 77px;
    margin-right: 7px;
}

#footer ul.ftGrpLogo li:nth-child(2) {
    width: 68px;
    margin: -8px 0 0 0;
}

.pageInfo {
    padding: 89px 0 30px;
}

.pagetitlEn {
    text-align: center;
    margin-bottom: 11px;
    padding-right: 18px;
}

.pagetitlEn i {
    color: #2dc2c0;
    margin-right: 6px;
}

.pagetitlEn span {
    display: inline-block;
    background-size: 10px 8px;
    letter-spacing: 0.2px;
}

.pagetitleJp {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    color: #2dc2c0;
    margin-bottom: 15px;
}

.note {
    text-align: center;
    color: #3e3a39;
    font-size: 14px;
    line-height: 2;
}

.sp {
    display: none;
}

/* FIX TABLET */

@media (max-width: 1197px) and (min-width: 851px) {
    .inner {
        width: 100%;
    }
}

@media (max-width: 1151px) and (min-width: 851px) {
    .areaRecruit .wrapTop {
        padding: 146px 3% 201px 6.1%;
    }
}

@media (max-width: 1030px) and (min-width: 769px) {
    .genArea .wrapTop .areaCt {
        padding: 0 0vw 0 0.2vw;
    }

    .areaService .wrapTop:nth-child(2n) .areaCt {
        padding: 0 0.3vw 0 0vw;
    }
}

@media (max-width: 1005px) and (min-width: 851px) {
    #footer .ftMenu .menu {
        width: 550px;
    }
}

@media (max-width: 1000px) and (min-width: 851px) {
    #header .logo {
        margin-left: 4.3vw;
    }

    #header .logo img {
        width: 170px;
    }

    #header .mainMenu .menu {
        margin-right: 15px;
    }

    #header .mainMenu .menu>li {
        padding: 11px 16px 0;
    }

    #footer .ftMenu .menu li {
        padding: 0 16px;
    }

    #header .mainMenu .btnContact a {
        width: 100px;
    }

    .contentFutures {
        padding: 68px clamp(30px, 4vw, 72px) 65px;
    }
}

@media(max-width: 877px) and (min-width: 851px) {
    .areaRecruit .wrapTop .areaCt .pageInfo .text br {
        display: none;
    }
}

/* PC ONLY */

@media (min-width: 851px) {

    #header .mainMenu .menu>li>a,
    #header .mainMenu .btnContact a {
        transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    }

    #header.scrolling .mainMenu .btnContact a {
        padding: 19px 0;
    }

    #header .mainMenu .menu>li .listMenuSub li a:hover:after {
        opacity: 1;
        width: 100%;
        background:#2dc2c0;
    }
    #header .mainMenu .menu>li .listMenuSub li a:hover {
        color: #fff;
    }

    .areaRecruit .wrapTop .photo.sp {
        display: none;
    }

    #header .mainMenu .menu>li>a,
    #footer .ftMenu .menu li a {
        position: relative;
    }

    #header .mainMenu .menu>li>a:after,
    #footer .ftMenu .menu li a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #2dc2c0;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
        opacity: 0;
    }

    #footer .ftMenu .menu li a:nth-child(6),
    #footer .ftMenu .menu li a:nth-child(7) {
        display: none;
    }

    #footer .ftMenu .menu li a:after {
        background: #fff;
        bottom: -5px;
        height: 1px;
    }

    #footer .ftMenu .menu li a:hover:after {
        opacity: 1;
        height: 5px;
    }

    #footer .ftMenu .menu li a:hover:after {
        bottom: -5px;
        height: 1px;
    }
}

/* STYLE MOBILE */

@media (max-width: 850px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .error {
        font-size: 12px;
    }

    #loader {
        background-size: 225px 170px;
    }

    #header {
        display: block;
        padding-bottom: 0;
    }

    #header .headerBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 5.74%;
    }

    #header .logo {
        margin-left: 0;
    }

    #header .logo a {
        padding-top: 0;
    }

    #header .logo img {
        width: 153px;
    }

    #header .mainMenu {
        display: block;
        padding: 26px 0;
        height: calc(100vh - 60px);
        overflow-y: auto;
        transition: all 0.3s linear;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        transform: translateX(100%);
        padding-bottom: 90px;
    }

    #header.toggle .mainMenu {
        transform: translateX(0);
    }

    #header .mainMenu .menu>li>a {
        transform: translateX(100px);
        opacity: 0;
    }

    #header.toggle .mainMenu .menu li a {
        transform: translateX(0);
        opacity: 1;
        transition: all 0.3s linear;
        display: block;
        height: inherit;
    }

    #header.toggle .mainMenu .menu li:nth-child(1) a {
        transition-delay: 0.28s;
    }

    #header.toggle .mainMenu .menu li:nth-child(2) a {
        transition-delay: 0.36s;
    }

    #header.toggle .mainMenu .menu li:nth-child(3) a {
        transition-delay: 0.44s;
    }

    #header.toggle .mainMenu .menu li:nth-child(4) a {
        transition-delay: 0.52s;
    }

    #header.toggle .mainMenu .menu li:nth-child(5) a {
        transition-delay: 0.60s;
    }

    #header.toggle .mainMenu .menu li:nth-child(6) a {
        transition-delay: 0.68s;
    }

    #header.toggle .mainMenu .menu li:nth-child(7) a {
        transition-delay: 0.76s;
    }

    #header.toggle .mainMenu .menu li:nth-child(8) a {
        transition-delay: 0.84s;
    }

    .dotMenu {
        display: none;
    }

    #header .mainMenu .menu,
    #footer .ftMenu .menu {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    #header .mainMenu .menu>li,
    #footer .ftMenu .menu li {
        padding: 0;
        margin-bottom: 0;
    }

    #header .mainMenu .menu>li:after,
    #footer .ftMenu .menu li:after {
        display: none;
    }

    #header .mainMenu .menu>li>a,
    #footer .ftMenu .menu li a {
        padding: 17px 0;
        font-size: 20px;
        color: #3e3a39;
        letter-spacing: 1px;
    }

    #header .mainMenu .menu>li .listMenuSub {
        display: block !important;
        position: unset;
        box-shadow: none;
        max-width: 180px;
        margin: 0 auto;
    }

    #header .mainMenu .menu>li .listMenuSub li a {
        border-bottom: none;
        font-size: 18px;
        text-align: center;
    }

    #header .mainMenu .menu>li>a i {
        margin-left: 7px;
        font-size: 14px;
        vertical-align: 3px;
    }

    #header .siteInfo {
        margin-top: 35px;
        transform: translateX(100px);
        opacity: 0;
        transition: all 0.3s linear;
    }

    #header.toggle .siteInfo {
        transition-delay: 0.78s;
        transform: translateX(0);
        opacity: 1;
    }

    #header .pagetitlEn i {
        margin-right: 0;
    }

    #header .pagetitlEn {
        margin-bottom: 0;
    }

    #header .pagetitlEn span {
        padding: 0 1px;
    }

    #header .pagetitleJp {
        font-size: 20px;
        margin-bottom: 0;
    }

    #header .siteInfo .tel {
        text-align: center;
    }

    #header .siteInfo .tel a {
        font-size: 40px;
        color: #3e3a39;
    }

    #header .adress {
        text-align: center;
        margin-top: -1px;
    }

    #header .btn {
        text-align: center;
        margin-top: 25px;
    }

    #header .btn a {
        display: inline-block;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-image: linear-gradient(to right, #50d4c7, #2dc2c0);
        width: 248px;
        padding: 13px 0 14px;
        border-radius: 25px;
    }

    .pageInfo {
        padding: 44px 0 40px;
    }

    .mainChild img {
        min-height: 55vw;
    }

    .pagetitlEn {
        margin-bottom: 8px;
    }

    .pagetitleJp {
        font-size: 24px;
    }

    .pagetitlEn span {
        padding: 0 1px;
    }

    .pagetitleJp {
        margin-bottom: 11px;
    }

    .contentFutures {
        padding: 20px 4% 20px;
        margin-top: -25px;
    }

    .areaTitle {
        margin-bottom: 7px;
    }

    .wrapTitle {
        padding: 0;
        margin-bottom: 25px;
    }

    .titleBorder {
        padding: 0 15px;
        font-size: 24px;
    }

    .titleBorder:before {
        width: 8px;
        height: 16px;
        top: 0px;
        left: 0;
    }

    .titleBorder:after {
        width: 9px;
        height: 16px;
        bottom: -5px;
        right: 0;
    }

    .titleVmv {
        font-size: 24px;
        letter-spacing: 0;
        margin-top: 5px;
    }

    .titleVmv .fszSmallVmv {
        font-size: 12px;
        margin: 2px 0 0 7px;
    }

    .inner {
        width: 100%;
        padding: 0 6.5%;
    }

    /* MENU */
    .hamburger {
        width: 60px;
        height: 60px;
        z-index: 9991;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 0 21px;
    }

    .hamburger span {
        display: block;
        height: 3px;
        background: #3e3a39;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        margin-left: auto;
    }

    .hamburger span:nth-child(1) {
        margin-bottom: 4px;
        width: 18px;
    }

    .hamburger span:nth-child(2) {
        opacity: 1;
        width: 12px;
    }

    .hamburger span:nth-child(3) {
        margin-top: 4px;
        width: 15px;
    }

    .hamburger.open {
        padding: 0 19px;
    }

    .hamburger.open span:nth-child(1) {
        margin-bottom: -3px;
        transform: rotate(45deg);
        width: 23px;
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        margin-top: -3px;
        transform: rotate(-45deg);
        width: 23px;
    }

    .genArea .wrapTop .areaCt {
        width: 100%;
    }

    .genArea .wrapTop .photo {
        width: 100%;
    }

    .genArea .wrapTop .photo img {
        width: initial;
    }

    .genArea .wrapTop .areaCt .pageInfo {
        text-align: left;
    }

    .areaRecruit {
        padding-top: 68vw;
        padding-bottom: 60px;
        background: url(../images/common/1.png) no-repeat top -5px left;
        background-size: 100%;
    }

    .areaRecruit .wrapTop {
        padding: 0;
        text-align: center;
        flex-direction: column;
    }

    .areaRecruit .wrapTop .photo {
        width: 100%;
    }

    .areaRecruit .wrapTop .areaCt {
        width: 100%;
        margin-top: 11px;
    }

    .areaRecruit .wrapTop .areaCt .pageInfo .pagetitlEn {
        margin-bottom: 7px;
    }

    .areaRecruit .wrapTop .areaCt .pageInfo .pagetitleJp {
        font-size: 24px;
        margin-bottom: 11px;
    }

    .areaRecruit .wrapTop .areaCt .pageInfo .text {
        margin-bottom: 18px;
    }

    .areaRecruit .wrapTop .photo.pc {
        display: none;
    }

    .linkDetail a {
        padding: 13px 0 14px;
    }

    .linkDetail a:after {
        top: 47.9%;
    }

    #footer {
        padding: 34px 0 75px;
    }

    #footer .ftMenu .menu li a {
        color: #fff;
        font-size: 14px;
        padding: 10px 0 9px;
    }

    #footer .ftInfo {
        margin-top: 22px;
    }

    #footer .logo {
        margin-top: 34px;
    }

    #footer .logo img {
        width: 160px;
    }
}

/*IE FIX*/

@media all and (-ms-high-contrast:none) {
    br {
        opacity: 0;
    }

    #footer .logo img {
        width: 119px;
    }
}


.anima {
    display: block;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate;
    position: relative;
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}