body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #000;
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    z-index: 99999;
    background: #fff;
    padding: 20px;
}

.modalContents {
    position: relative;
    background-image: url(/img/header_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #000;
}

.modal-inner {
    position: relative;
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    background-color: #000;
    padding: 50px 0 50px 0;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

.index-title {
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.index-title span {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.index-title img {
    width: 100%;
}

.entranceWrap {
    position: relative;
    max-width: 1000px;
    margin: 20px auto;
    background: #000;
}

.entrance {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.entrance ul {
    margin: 50px 0 0 0;
}

.entrance ul li {
    display: inline-block;
}

.modalContents h2 {
    color: #fff;
    font-size: 14px;
    line-height: 160%;
}

.enterLogo {
    width: 340px;
    margin: 20px auto;
}

.enterLogo img {
    width: 100%;
}

.modal a {
    display: inline-block;
    margin: 0px 20px;
    padding: 20px 80px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
    letter-spacing: 4px;
    color: #fff;
}

.modal a:hover {
    color: #000;
    background: #fff;
}

#allWrap {
    min-width: 780px;
    width: 100%;
}

#allWrap.topBody {
    position: relative;
    background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
}

#allWrap.contentsBody {
    position: relative;
    background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
}

@media only screen and (max-width : 1080px) {}

.logo {
    max-width: 260px;
    min-width: 100px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
}

#wrap-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#wrap {
    position: relative;
}

#contents {
    position: relative;
}

.contentsHeader {
    position: relative;
    width: 100%;
    height: 50vh;
    max-height: 500px;
    /* background-position: 50%;
    background-repeat: repeat;
    background-image: url(/img/header_bg.jpg);
    background-size: cover; */
    text-align: center;
    overflow: hidden;
}

.contentsHeader .contentsTitle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.contentsHeader .contentsTitle span {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 80px;
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center;
    color: #fafafa;
    letter-spacing: -1px;
    font-weight: 400;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.contentsHeader .contentsTitle:first-letter {
    font-size: 100px;
}

.contentsHeader .contentsTitle h1 {
    color: #fafafa;
    font-size: 20px;
    line-height: 1;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    margin-top: -5px;
    font-weight: bold;
    letter-spacing: 4px;
    display: inline-block;
    background: #fff;
    padding: 3px 20px;
    color: #000;
    /* font-family: "Noto Serif JP", serif; */
}

.header-shadow {
    height: 20vh;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    bottom: 0;
}

.bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 500px;
    filter: blur(4px);
    opacity: 0.8;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
}

@media all and (-ms-high-contrast: none) {
    .subTitle span {
        color: #a18861;
        background: none;
    }

    .subTitle b {
        color: #a18861;
        background: none;
    }
}

#foot-fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.breadcrumb_list {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li.breadLogo {}

.breadcrumb_list li.breadLogo a img {
    width: 100%;
}

.breadcrumb_list li a {
    display: block;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 23px;
    padding: 0 2px;
}

.breadcrumb_list li span {
    display: block;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 12px;
    padding: 0 2px;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 8998;
    background: #000;
}

#footer-inner {
    position: relative;
    background: #000;
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    padding: 50px 0 100px 0;
}

#footer dt {
    width: 600px;
    position: relative;
    margin: 0 auto 15px auto;
}

#footer dt img {
    width: 100%;
}

#footer dd {
    padding: 20px;
}

#footer dd ul.sicon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}

#footer dd ul.sicon li {}

#footer dd ul.sicon li a {
    display: block;
    /* background: #333333; */
    background: #000;
    margin: 0 10px;
    transition: 0.3s ease;
    padding: 5px;
}

#footer dd ul.sicon li a:hover i {}

#footer dd ul.sicon li a i {
    color: #fff;
    font-size: 28px;
    transition: 0.3s ease;
    transform: scale(1);
}

#footer dd ul.sicon li a:hover i {
    transform: scale(1.4);
    color: #ec4b7d;

}

#footer dd ul.sicon li a span {
    display: inline-block;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    padding-left: 6px;
    vertical-align: top;
    line-height: 50px;
    display: none;
}

#footer dd ul.footerMenu {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#footer dd ul.footerMenu li {
    position: relative;
    text-align: center;
    display: inline-block;
}

#footer dd ul.footerMenu li a {
    display: inline-block;
    padding: 0 12px;
}

#footer dd ul.footerMenu li:last-child a {
    border: none;
}

#footer dd ul.footerMenu li b {
    color: #fff;
    font-weight: normal;
    line-height: 28px;
    font-size: 28px;
}

#footer dd ul.footerMenu li a.active span {
    color: #fff;
    text-decoration: underline;
}

#footer dd ul.footerMenu li a span {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block
}

#footer dd ul.footerMenu li a span:hover {
    color: #ec4b7d;
}

#footer dd ul.footerMenu li.indexPage a span:hover {
    color: #ec4b7d;
}

#footer dd.footerBorder {
    background-image: url(/img/footer_border.png);
    background-repeat: repeat;
    height: 4px;
    width: 100%;
    margin: 30px 0;
    display: none;
}

#footer dd#copyRight {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #777;
}

.link-banner {
    width: 400px;
    position: relative;
    margin: 10px 40px 0 auto;
}

.link-banner a {
    display: block;
    background: #1a1a1a;
    padding: 5px;
}

.link-banner a img {
    width: 100%
}

#footerBottomWrap {
    position: relative;
    /*    background: #e5e5e5;*/
    background: #141414;
}

#footerBottom {
    position: relative;
    padding: 10px 6px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

#footerBottom span {
    display: block;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

#footerBottom span a {
    margin-right: 4px;
    display: block;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    display: inline-block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #808080;
    display: inline-block;
    margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
    background: #fff;
}

#foot-frame {
    height: 150px;
    width: 150px;
    background-color: #fff;
    position: absolute;
    top: -75px;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, 0);
    padding: 20px 20px 0 20px;
}

#foot-frame img {
    width: 100%;
    animation: rotate-anime 5s ease-in-out infinite;
}

@keyframes rotate-anime {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.back {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.foot-fixArea {
    position: fixed;
    width: 100%;
    z-index: 8998;
    overflow: hidden;
}

.foot-fix {
    position: relative;
}

.foot-fixArea .foot-fix a.pageTopBtn {
    display: block;
    transition: 0.3s ease;
    position: absolute;
    top: -13px;
    right: 0;
    text-align: center;
    height: 70px;
    width: 70px;
    background-color: #000;
}

.foot-fixArea .foot-fix a.pageTopBtn i {
    font-size: 30px;
    line-height: 70px;
    transition: 0.3s ease;
    color: #fff;
}

.foot-fixArea .foot-fix a.pageTopBtn img {
    width: 100%;
}

.foot-fixArea a.pageTopBtn:hover {
    background-color: #fff;
}

.foot-fixArea a.pageTopBtn:hover i {
    color: #000;
}

.foot-fixArea .fix-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 15px 15px;
}

.foot-fixArea .fix-icon li {
    text-align: center;
}

.foot-fixArea .fix-icon li a {
    display: block;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.foot-fixArea .fix-icon li a:hover {
    background: #000;
}

.foot-fixArea .fix-icon li a i {
    font-size: 24px;
    line-height: 40px;
    transition: 0.3s ease;
    color: #000;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: none;
}

.foot-fixArea .fix-icon li a:hover i {
    color: #fff;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(/pc/img//pattern.png) repeat;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: block;
    transition-timing-function: ease;
}

.TextTyping {}

/*========= タイピング ===============*/
.TextTyping span {
    display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
    content: "|";
    animation: typinganime .8s ease infinite;
}

@keyframes typinganime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*========= フェードテキスト ===============*/
.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flow-titles {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 1;
}

.flow-titles:before,
.flow-titles:after {
    border-top: 1px solid #333;
    content: "";
    width: 100%;
}

.flow-titles:before {
    margin-right: 0;
}

.flow-titles:after {
    margin-left: 0;
}

.flow-titles span {
    display: block;
    padding: 0 50px;
    height: 300px;
}

.flow-titles span img {
    height: 100%;
}

.qa-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 100px 0 0 0;
    overflow: hidden;
}

.qa-titles span {
    display: block;
    padding: 0 50px 0 0;
    height: 300px;
}

.qa-titles span img {
    height: 100%;
}

.recruit-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 100px 0 0 0;
}

.recruit-titles span {
    display: block;
    padding: 0 50px;
    height: 300px;
}

.recruit-titles span img {
    height: 100%;
}

.top-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 100px 0 0 0;
    overflow: hidden;

}

.top-titles span {
    display: block;
    padding: 0 50px;
    height: 300px;
}

.top-titles span img {
    height: 100%;
}

.box {}

.box .boxInner {
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
    position: relative;
    opacity: 1 !important;
}

.isPlay:before {
    animation-name: maskOut;
    animation-duration: .6s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* background-image: linear-gradient( 109.6deg,  rgba(122,73,165,1) 15.2%, rgba(225,29,50,1) 86.1% ); */
}

@keyframes play {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes maskOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}