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

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

.modalContents {
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #87ced2;
    padding: 0 0 80px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-inner {
    position: relative;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
}

.modal-cover {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.modal-cover img {
    width: 100%;
}

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

.modal-logo {
    width: 40%;
    min-width: 160px;
    max-width: 240px;
    margin: 10px auto 20px auto;
}

.modal-logo span {
    display: block;
}

.modal-logo img {
    width: 100%;
}

.entranceWrap {
    position: relative;
    width: 96%;
    max-width: 480px;
    margin: -50px auto 0 auto;
}

.entrance {
    position: relative;
}

.entrance ul {
    margin: 30px 0 0 0;
    justify-content: center;
    /* mix-blend-mode: difference; */
}

.entrance ul li.enter {
    display: block;
    max-width: 380px;
    width: 80%;
    margin: 0 auto;
}

.entrance ul li a span {
    display: block;
}

.entrance ul li a span img {
    width: 100%;
}

.icon18 {
    display: inline-block;
    width: 60px;
    padding-top: 10px;
}

.icon18 img {
    width: 100%;
}

.entrance ul li.leave {
    position: relative;
    line-height: 20px;
    padding-top: 20px;
}

.entrance ul li.leave b {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    vertical-align: baseline;
}

.entrance ul li.leave b a {
    font-size: 24px;
    margin: 0px;
    padding: 0 2px;
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
}

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

.modalContents h2 b {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

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

.enterLogo img {
    width: 100%;
}

.modal a.close_modal,
.modal a {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
    padding: 20px 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.modal a.close_modal span {
    transition: 0.3s ease;
}

.modal a.close_modal .off {
    display: block;
    position: relative;
    opacity: 1;
}

.modal a.close_modal:hover .off {
    opacity: 0;
}

.modal a.close_modal .on {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    padding: 20px 10px;

}

.modal a.close_modal:hover .on {
    display: block;
    opacity: 1;
}

.modal a.close_modal img,
.modal a img {
    width: 100%;
}


#allWrap {
    min-width: 320px;
    width: 100%;
    overflow: hidden;
}

#allWrap.topBody {
    position: relative;
    background-position: 50% 0;
    background-repeat: repeat;
}

#allWrap.contentsBody {
    position: relative;
    background-position: 50% 0;
    background-repeat: repeat;
}

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

.logo {
    max-width: 60px;
    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: 70vh;
    max-height: 600px;
    text-align: center;
    overflow: hidden;
    background-position: 52% 50%;
    background-repeat: repeat;
    background-image: url(/img/contents_header_bg.jpg);
    background-size: cover;
    overflow: hidden;
}

.contentsHeader::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    background-color: #fff;
    transform: skewY(6deg);
    transform-origin: bottom left;
}

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

.contentsHeader .contentsTitle span {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 60px;
    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: 80px;
}

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

/*
#footerWrap::before{
    content: "";
    position: absolute;
    left: 0;
    top: -68px;
    width: calc(100% - 70px);
    height: 70px;
    background-color: #000;
    z-index: 1000;
    transform: skewY(-2deg);
    transform-origin: bottom right;
}
*/

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

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

#footer dt {
    max-width: 200px;
    position: relative;
    width: 40%;
    margin: 0 auto 15px auto;
}

#footer dt img {
    width: 100%;
    margin-left: -10px;
}

#footer dd {
    padding: 20px 10px;
}

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

#footer dd ul.sicon li {
    width: 25%;
    display: inline-block;
    overflow: hidden;
}

#footer dd ul.sicon li a {
    position: relative;
    display: block;
    width: auto;
    margin: 0 2px;
}

#footer dd ul.sicon li a i {
    font-size: 14px;
    display: inline;
    line-height: 1;
    color: #ec4b7d;
    vertical-align: baseline;
}

#footer dd ul.sicon li a span {
    display: inline-block;
    font-family: "FunctionsPro", sans-serif;
    color: #ec4b7d;
    padding: 0 0 0 5px;
    vertical-align: baseline;
    font-weight: normal;
}

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

#footer dd ul.footerMenu li:nth-child(odd) {
    text-align: right;
}

#footer dd ul.footerMenu li:nth-child(even) {
    text-align: left;
}

#footer dd ul.footerMenu li {
    position: relative;
    width: 50%;
}

#footer dd ul.footerMenu li a {
    display: inline-block;
    padding: 3px 15px;
    margin: 5px 0;
}

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

#footer dd ul.footerMenu li b {
    display: inline;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    vertical-align: text-top;

}

#footer dd ul.footerMenu li:nth-child(even) b {
    display: none;
}

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

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

#footer dd.footerBorder {
    background-image: url(/img/footer_border.png);
    background-repeat: repeat;
    height: 4px;
    width: 90%;
    padding: 0;
    margin: 20px auto;
}

#footer dd#copyRight b {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #777;
    display: inline-block;
    line-height: 160%;
}

.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: #141414;
}

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

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

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

#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 .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: "|"; */
    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%;
    z-index: 1;
    padding: 50px 0 0 0;
    mix-blend-mode: difference;
}

.flow-titles span {
    display: block;
    height: 150px;
}

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

.qa-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 50px 0 0 20px;
    overflow: hidden;
    mix-blend-mode: difference;
}

.qa-titles span {
    display: block;
    height: 150px;
}

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

.recruit-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 50px 0 0 0;
    mix-blend-mode: difference;
    overflow: hidden;
}

.recruit-titles span {
    display: block;
    height: 150px;
}

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

.top-titles {
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 0 0;
    overflow: hidden;

}

.top-titles span {
    display: inline-block;
    height: 90px;
}

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

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        overflow: auto;
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.9);
        z-index: 10001;
        cursor: default;
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .login-triangle {
        width: 0;
        margin-left: auto;
        border: 12px solid transparent;
        border-bottom-color: #28d;
    }

    .featherlight .featherlight-content {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        /* background: #f9f9f9; */
        cursor: auto;
        margin: 50px 0;
        padding: 100px 10px;
    }

    .featherlight .featherlight-inner {
        display: block;
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 60px;
        width: 60px;
        font-size: 40px;
        cursor: pointer;
        text-align: center;
        font: Arial, sans-serif;
        background: none;
        color: #aaa;
        z-index: 2000;
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        border: 0;
    }
}

.lightbox dl {}

.lightbox dl dt {
    overflow: hidden;
}

.lightbox dl dt img {
    width: 100%;
    border: 4px solid #ee509b;
}

.lightbox dl dd.disTit {
    position: relative;
    margin: 20px 0;
}

.lightbox dl dd.disTit b {
    font-family: "Noto serif JP", serif;
    font-size: 40px;
    color: #ee509b;
    display: inline-block;
}

.lightbox dl dd.disBody {
    color: #fafafa;
    line-height: 140%;
    font-size: 10px;
}

.lightbox dl dd.disBody span {
    display: block;
    font-size: 18px;
    line-height: 160%;
}