html {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
    font-size: 1.4rem;
}

.myButton {
    width: auto;
    background: #2037B0;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    text-align: center;
    /*padding: 0 50px;*/
    height: 50px;
}

.paragraph {
    line-height: 1.6;
}

.c {
    color: #0E78C4;
}


.en {
    /*font-family: acumin-pro, sans-serif;*/
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}


.hamburger {
    width: 37px;
    height: 40px;
    position: absolute;
    top: 21px;
    left: auto;
    right: 30px;
    z-index: 1;
    background: url(/recruit/img/ham.svg) center center no-repeat;
    background-size: contain;
}

.hamburger.show {
    background: url("/recruit/img/hamClose.svg") center center no-repeat;
    background-size: contain;
}

.header {
    height: auto;
}

.logo {
    width: 100px;
    height: 60px;
    background-size: contain;
    padding: 10px 0 0 5px;
}

.myGlobalNav .inner {
    height: auto;
    display: flex;
    padding: 32vw 6.25vw 30vw;
}

ul.myMenuContainer {
    width: 100%;
}

.myGlobalNav li {
    font-size: 19rem;
    margin-bottom: 1.5em;
    padding: 0 0 0.5em 0.5em;
    border-bottom: 1px solid #2037B0;
    width: 100%;
    /*transition: 0.5s;*/
}


.myGlobalNav li:last-of-type {
    margin-bottom: 0;
}

.myGlobalNav li span.en {
    display: block;
    font-size: 1.5rem;
}

.myGlobalNav {
    background: #ffffff;
}

.myNewsList li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.date {
    font-weight: bold;
}

.footerInfo {
    padding: 66px 0 80px;
    background: #2051B0;
    color: #fff;
}

.footerNavContainer {
    width: 100%;
    display: flex;
}

.footerNav {
    max-width: 50%;
    padding: 0 20px 0 0;
}

.footerNav:nth-of-type(2) {
    padding: 0 0 0 20px;
}

.footerInfo .inner {
    display: flex;
}

.footerNav li {
    line-height: 2;
}

.footerNav li.label {
    font-weight: bold;
    margin-top: 14px;
}

.copyRights {
    background: #2037B0;
    color: #ddd;
    text-align: center;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .logo {
        width: 108px;
        height: 64px;
        background-size: contain;
        padding: 18px 0 0 40px;
    }

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

    .footerLogo.pc {
        display: block !important;
        position: relative;
        width: 13rem;
    }

    .footerNav {
        max-width: unset;
        width: 27rem;
        padding: 0 0 0 10rem !important;
    }

    .footerNavContainer {
        display: flex;
    }

    .footerInfo .inner {
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .myGlobalNav li {
        font-size: 13px;
    }
}

@media screen and (min-width: 1024px) {
    .myGlobalNav {
        position: relative;
        width: auto;
        min-height: unset;
        opacity: 1;
        height: auto;
        background: none;
        /*padding: 25px 100px 0 0;*/
        /*padding: 40px 100px 0 0;*/
        padding: 24px 100px 0 0;
        overflow: visible;
        transition: unset;
    }

    .myGlobalNav ul {
        display: flex;
    }

    .myGlobalNav li {
        display: block;
        line-height: 1;
        font-size: 13px;
        margin: 0 0 0 36px;
        padding: 0;
        border-bottom: none;
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .myGlobalNav {
        padding: 25px 100px 0 0;
    }
}

/*追加*/

html {
    font-size: 0.3125vw;
    color: #222222;
    line-height: 1.6;
}

body {
    font-size: 14rem;
    line-height: 1.6;
}

body, #wrapper{
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}

html{
    height:100%;
}

body{
    height:100%;
}

.main {
    opacity: 0;
}


.main.show {
    opacity: 1;
}

header .container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: -1;
}

.vh {
    padding-top: 100vh;
    position: relative;
}

.myVhInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.inner {
    /*width: calc(100% - 3.125vw);*/
    margin: 0 auto;
}

.ininner {
    width: calc(100% - 9.375vw);
    margin: 0 auto;
}

.loading {
    position: absolute;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    transition: 1s;
}

.loading.show {
    opacity: 1;
}

.loading.close {
    display: none;
}

.loadingBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    /*background: linear-gradient(135deg,#047ac2 0%,#04c2c0 13.5%,#04c2c0 14.5%,#047ac2 25.5%,#2664e4 36%,#1b85d0 50%,#2664e4 64%,#047ac2 74.5%,#04c2c0 85.5%,#04c2c0 86.5%,#047ac2 100%);*/
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 13.5%,#04c2c0 14.5%,#047ac2 25.5%,#2664e4 36%,#1b85d0 50%,#2664e4 54%,#047ac2 64.5%,#04c2c0 75.5%,#04c2c0 76.5%,#047ac2 100%);
    transition:0.5s;
    background-size:400% 100%;
    background-position:0% 50%;
}

.loadingBack.show{
    background-position:94% 50%;
}


#mv .inner {
    height: 100%;
    padding: 0;
}

#mv .container {
    background: url(/recruit/img/cj/cj013.jpg) center center no-repeat;
    background-size: cover;
}

#mv h1 {
    background: rgba(232,246,255,0.61);
}

#mv h1,
.loadingCC p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 31.25vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 4.6875vw;
    font-size: 34rem;
}

#mv .slide {
    width: 100%;
    height: calc(100vh - 13.75vw);
    position: relative;
    top: 13.75vw;
}

#mv .slide .myImg {
    width: 100%;
    height: calc(100vh - 13.75vw);
    overflow: hidden;
}

#mv .slide img {
    height: 100%;
    width: auto;
}


.loadingCC p {
    padding: 0 6.25vw;
    font-weight: bold;
}

.loadingCC {
    position: absolute;
    width: 0%;
    top: 50%;
    overflow: hidden;
    height: 31.25vw;
    transform: translateY(-50%);
    transition: 1s;
}

.loadingCC.show {
    width: 100%;
}

.loadingCC p {
    color: #ffffff;
    width: 100vw;
}

#mv h1 span, .loadingCC p span {
    display: block;
    width: 100%;
}

#mv h1 span.ja,
.loadingCC p span.ja{
    font-size: 14rem;
    display: flex;
    flex-wrap: wrap;
}

/*#mv h1 span.ja:after,*/
/*.loadingCC p span.ja:after{*/
/*    content: "";*/
/*    width: 40.625vw;*/
/*    background: #0E78C4;*/
/*    margin: 1.5625vw 0 3.125vw;*/
/*    height: 0.3125vw;*/
/*}*/

#mv h1 span.ja:after, .loadingCC p span.ja:after {
    content: "";
    width: 40.625vw;
    background: #0E78C4;
    margin: 0.5625vw 0 -0.875vw;
    height: 0.3125vw;
}

.loadingCC p span.ja:after {
    background: #ffffff;
}

#mv h1 span.ja span,
.loadingCC p.ja span{
    width: 100%;
}


.myGText{
    color: #0E78C4;
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mySection .inner {
    padding: 18.75vw 0 25vw;
}

h2.myItem {
    text-align: center;
    font-size: 24rem;
}

h2.myItem span {
    font-size: 14rem;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1;
}

h2.myItem span:after {
    content: "";
    width: 100%;
    background: #0E78C4;
    margin: 1.5625vw 0 0;
    height: 0.3125vw;
}

.myItem {
    margin: 0 auto 12.5vw;
}

.myItem:last-child {
    margin: 0 auto 0;
}

#aboutLogo {
    width: 65.625vw;
}

.myButton {
    display: block;
    border-radius: 7.8125vw;
    height: 15.625vw;
    width: 78.125vw;
    margin: 9.375vw auto 0;
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    position: relative;
    overflow: hidden;
}

.myButton:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -100;
    opacity: 0;
}

.myButton{
    transition:0.5s;
    background-size:400% 100%;
    background-position:0% 50%;
}

.myButton:hover{
    background-position:150% 50%;
}

#voice .inner {
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    color: #ffffff;
}

#voice h2.myItem span:after {
    background: #fff;
}

.myVoiceItem {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin: 0 0 3.125vw;
}

.myVoiceItem a{
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 100%;
}

.myVoiceNum {
    position: absolute;
    width: 14.0625vw;
    flex-wrap: wrap;
    display: inline-flex;
    left: 0;
    top: 2vw;
    font-size: 12rem;
    line-height: 1;
}

.myVoiceNum:after {
    content: "";
    width: 100%;
    background: #ffffff;
    margin: 1.5625vw 0 0;
    height: 0.3125vw;
}

.myVoiceView {
    width: 23.4375vw;
}

.myVoiceText {
    width: 53.125vw;
    background: #0E78C4;
    padding: 5.3125vw 0 0 4.0625vw;
}

span.year {
    font-size: 10rem;
}

span.job {
    font-size: 17rem;
}

span.year {
    font-size: 10rem;
    margin: 0 0 0 1.5625vw;
}

span.name {
    font-size: 12rem;
}

.myVoiceRow:last-child .myVoiceItem:last-child {
    margin: 0;
}

#points .inner {
    background: #E8F6FF;
}

.myPointText {
    background: #0E78C4;
    color: #ffffff;
    padding: 7.8125vw 6.25vw 9.375vw;
}

.myPointText h3 {
    margin: 0 0 6.25vw;
    font-size: 17rem;
}

.myPointVideo,
.myPointVideo iframe {
    width: 100%;
}

#ceo .inner {
    background: #0E78C4;
    color: #ffffff;
}

#ceo h2.myItem span:after {
    background: #fff;
}

.myMessageView {
    width: 65.625vw;
    margin: 0 auto 6.25vw;
}

.myMessagetext {
    font-size: 17rem;
}

dt {
    font-weight: bold;
}

dd {
    padding: 0;
    margin: 0 0 1em;
}

dl {
    margin: 0;
}

dl :last-child {
    margin: 0;
}

#entry .inner {
    background: #E8F6FF;
}

.myEntryItem {
    margin: 0 0 18.75vw;
}

.myEntryItem:last-child {
    margin: 0;
}

@media screen and (max-width: 767px){
    #mv .slide,
    #mv .slide li,
    #mv .slick-list,
    #mv .slick-slider .slick-track,
    #mv .slick-track:before, .slick-track:after,
    #mv .slick-initialized .slick-slide,
    #mv .slide img,
    #mv .slick-slide {
        user-select:none !important;
        -webkit-user-select:none !important;
        -ms-user-select: none !important;
        -moz-user-select:none !important;
        -khtml-user-select:none !important;
        -webkit-user-drag:none !important;
        -khtml-user-drag:none !important;
        pointer-events: none !important;
    }
}

@media screen and (min-width: 768px){
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.6rem;
    }

    .vh {
        padding-top: 57%;
    }

    .loading .vh {
        min-height: 100vh;
    }

    .loadingCC {
        top: 28.5vw;
    }

    header .container:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 71px;
        background: #fff;
        z-index: -1;
    }

    .myGlobalNav li span.en {
        font-size: 1rem;
        display: block;
    }

    .myGlobalNav li:hover .ja {
        /*opacity: 0.8;*/
        /*transform: scale(1.2);*/
        text-decoration: underline;
    }

    #mv .container {
        background: url(/recruit/img/cj/cj013.jpg) center center no-repeat;
        background-size: cover;
    }

    #mv h1,
    .loadingCC p {
        height: 16.015625vw;
        font-size: 7.5vw;
        justify-content: center;
    }

    #mv h1 span.ja,
    .loadingCC p span.ja {
        font-size: 1.5625vw;
        width: 16vw;
    }

    #mv h1 span, .loadingCC p span {
        width: 62vw;
        line-height: 127%;
    }

    /*.inner {*/
        /*width: calc(100% - 80px);*/
    /*}*/

    .mySection .inner {
        padding: 100px 0 120px;
    }

    .ininner {
        width: calc(100% - 200px);
    }

    h2.myItem {
        font-size: 30px;
    }

    h2.myItem span {
        font-size: 15px;
    }

    .myItem {
        margin: 0 auto 60px;
    }

    #aboutLogo {
        width: 238px;
    }

    .myButton {
        display: block;
        border-radius: 25px;
        height: 50px;
        width: 250px;
        margin: 60px auto 0;
    }

    .myVoiceRow {
        display: flex;
    }

    .myVoiceRow:nth-of-type(1) {
        /*margin: 0 0 60px 0;*/
        margin: 0 0 17.1875vw 0;
    }

    .myVoiceRow:nth-of-type(2) {
        justify-content: flex-end;
    }

    .myVoiceItem {
        /*width: calc((100% - 220px)/3);*/
        width: calc((100% - 17.1875vw)/3);
    }

    .myVoiceRow .myVoiceItem {
        /*margin: 0 50px 0 0;*/
        margin: 0 3.90625vw 0 0;
    }

    .myVoiceNum {
        /*width: 73px;*/
        width: 5.703125vw;
        left: 0;
        top: 10px;
        /*font-size: 30px;*/
        font-size: 2.34375vw;
    }

    .myVoiceView {
        /*width: calc(100% - 40px);*/
        width: calc(100% - 3.125vw);
    }

    .myVoiceText {
        position: absolute;
        height: 100%;
        /*width: calc(100% - 40px);*/
        width: calc(100% - 3.125vw);
        opacity: 0;
        padding: 29% 0 0 14%;
        transition: 0.5s;
        top: 0;
    }

    .myVoiceItem:hover .myVoiceText {
        opacity: 0.8;
    }

    span.job {
        /*font-size: 24px;*/
        font-size: 1.875vw;
    }

    span.year {
        /*font-size: 16px;*/
        font-size: 1.25vw;
        /*margin: 0 0 0 10px;*/
        margin: 0 0 0.78125vw;
    }

    span.name {
        /*font-size: 16px;*/
        font-size: 1.25vw;
    }

    .myPointItem {
        display: flex;
        flex-wrap: wrap;
    }

    .myPointView,
    .myPointText{
        width: 50%;
    }

    .myPointText {
        padding: 46px 35px;
    }

    .myPointText h3 {
        margin: 0 0 55px;
        font-size: 29px;
    }

    .myPointVideo, .myPointVideo iframe {
        width: 600px;
        margin: 0 auto;
        height: 330px;
    }

    .myMessageRow {
        display: flex;
        flex-direction: row-reverse;
    }

    .myMessageItem {
        width: 50%;
    }

    .myMessageView {
        width: 100%;
        margin: 0;
    }

    .myMessagetext {
        font-size: 35px;
        text-align: left;
    }

    .name {
        font-size: 19px;
        margin: 0 0 30px;
    }

    dd {
        padding: 0;
        margin: 0 0 2em;
    }

    .myEntryContainer {
        display: flex;
    }

    .myEntryItem {
        width: 33%;
        border-right: 1px solid #0E78C4;
        margin: 0;
    }

    .myEntryItem:nth-of-type(1) dl {
        padding: 0 25px 0 0;
    }

    .myEntryItem:nth-of-type(2) dl {
        padding: 0 25px 0;
    }

    .myEntryItem:nth-of-type(3) dl{
        padding: 0 0 0 25px;
        border-right: none;
    }

    .myEntryItem:last-child {
        border-right: none;
    }

    h2.myItem span:after {
        height: 1px;
        margin: 10px 0 0;
    }

    .myVoiceNum:after {
        margin: 10px 0 0;
        height: 1px;
    }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    .loading .vh{
        height: 100vh;
    }

    #mv .container {
        /*background: url(/recruit/img/back.jpeg) center center no-repeat;*/
        /*background-size: cover;*/
    }

    .myGlobalNav li:hover {
        opacity: 0.8;
        transform: scale(1);
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .ininner {
        width: calc(100% - 100px);
    }

    .myPointView, .myPointText {
        width: 100%;
    }

    .myEntryContainer {
        display: block;
    }

    .myEntryItem {
        width: 100%;
        border-right: none;
        margin: 0 0 40px;
    }
}
