body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* background: rgb(254, 194, 206);
    background: linear-gradient(90deg, rgba(254, 194, 206, 1) 0%, rgba(254, 226, 229, 1) 50%, rgba(254, 194, 206, 1) 100%); */
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    z-index: 99999;
    padding: 20px;
    /* background: rgb(254, 194, 206);
    background: linear-gradient(0deg, rgba(254, 194, 206, 1) 0%, rgba(255, 255, 51, 1) 100%); */
    background: #ffff33;
}

.modalContents {
    position: relative;
    background-image: url(/img/index/modal_cover.jpg);
    background-position: 90% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    /* background-color: #ee509b; */
}

.modal-inner {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 0 0;
    padding: 50px 0 50px 0;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    /* align-items: center; */
}

.index-title {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 2000px;
    text-align: center;
}

.index-title span {
    display: block;
    max-width: 100%;
}

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

.modal-logo {
    position: relative;
    width: 10vmax;
    min-width: 200px;
    margin: 0 auto 30px auto;
    mix-blend-mode: difference;
}

.modal-logo span {
    display: block;
}

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

.entranceWrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.entrance {
    position: relative;
}

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

.entrance ul li:nth-child(1),
.entrance ul li:nth-child(3) {
    display: inline-block;
    width: 300px;
}

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

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

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

.icon18 img {
    width: 100%;
}

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

.modalContents h2 a {
    display: inline-block;
}

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

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

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

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

#allWrap.recruitBody {
    position: relative;
    background-color: #fff;
}

#allWrap.flowBody {
    position: relative;
    background-color: #fff;
    background-image: url(/img/top_container_bg.jpg);
    background-position: 50%;
    background-repeat: repeat;
        /* background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat; */
}
@media only screen and (min-width : 1401px) {}


#allWrap.faqBody {
    position: relative;
    background-color: #fff;
    background-image: url(/img/contact_bg.jpg);
    background-repeat: repeat;
    background-size: 1280px auto;
    background-position: 50%;
}

#allWrap.contactBody {
    position: relative;
    background-color: #fff;
    background-image: url(/img/point_bg.jpg);
    background-repeat: repeat;
    background-size: 80px 80px;
    background-position: 50%;
}

#allWrap.formBody {
    position: relative;
    background-color: #fff;
    background-image: url(/img/contact_bg.jpg);
    background-repeat: repeat;
    background-size: 1280px auto;
    background-position: 50%;
}

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

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

.logo {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /* background-color: #ffff33; */
    text-align: center;
    z-index: 4000;
    /* mix-blend-mode: difference; */
}

.logo a {
    display: block;
    line-height: 200px;
}

.logo img {
    width: 40%;
}

.logo:hover {
    /* mix-blend-mode: difference; */
}

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

#wrap {
    position: relative;
}

#contents {
    position: relative;
    margin: -100px 0 0 0;
    padding: 100px 0;
}

.contentsHeader {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    transform: skewY(2deg);
    transform-origin: right top;
    z-index: 1000;
    /* margin: 80px 0 0 0; */
}

.contentsHeader-cover{
    background-image: url(/img/contents_header_bg.jpg);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    transform: skewY(-2deg) scale(120%);
    transform-origin: center top;
    height: 580px;
}

.contentsHeader .contentsTitle {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: skewY(-2deg);
}

.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%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(254, 194, 206);
    background: linear-gradient(0deg, rgba(254, 194, 206, 1) 0%, rgba(254, 194, 206, 0) 100%);
    display: none;
}

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

.contentsMenu-wrap {
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5000;
    overflow: hidden;
    width: 100%;
}

.contentsMenu-wrap.scroll-nav {
    background-color: #fff;
}

.contentsMenu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: right;
}

.contentsMenu li {
    display: inline-block;
}

.contentsMenu li:first-child {
    width: 100px;
}

.contentsMenu li:last-child {
    width: 80px;
}

.contentsMenu li a {
    position: relative;
    display: block;
    line-height: 100px;
    height: 100px;
    padding: 0 30px;
}

.contentsMenu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.5px;
    width: 1px;
    height: 30px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    border-radius: 50%;
    transform: translate(0, -50%);
}

.contentsMenu li:nth-child(6) a::after {
    background: none;
}

.contentsMenu li a.active {
    background-color: #ffff33;
}

.contentsMenu li a span {
    position: relative;
}

.contentsMenu li a .en {
    display: block;
    color: #000;
    font-family: 'Oswald', sans-serif;
    line-height: 100px;
    width: 100%;
    font-size: 24px;
    transition: 0.3s ease;
    letter-spacing: 0;
    transform: scaleY(120%);
}

.contentsMenu li a:hover .en {
    transform: translate(0, -20px);
    opacity: 0;
}

.contentsMenu li a .ja {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px));
    transition: 0.3s ease;
    opacity: 0;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
}

.contentsMenu li a:hover .ja {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.menuLogo{
    position: absolute;
    top: 0;
    left: 30px;
    width: 200px;
    line-height: 100px;
    visibility: hidden;
}
.contentsMenu-wrap.scroll-nav .menuLogo{
    visibility: visible;
}
.menuLogo img{
    width: 100%;
}

@media only screen and (max-width : 1280px) {
    .contentsMenu-wrap, .contentsMenu-wrap.scroll-nav {
        background-color: transparent;
    }

    .contentsMenu, .contentsMenu-wrap.scroll-nav .menuLogo {
        display: none;
    }
}


@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;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.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%;
    background: #000;
}

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

#footer-inner {
    position: relative;
}

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

#footer dt {
    width: 180px;
    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 {
    position: relative;
    display: block;
    width: auto;
    margin: 0 20px;
    transition: 0.3s ease-in-out;
}

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

#footer dd ul.sicon li a i {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    transition: 0.3s ease;
}

#footer dd ul.sicon li a:hover span, #footer dd ul.sicon li a:hover i {
    color: #ec4b7d;
}

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

#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: 30px;
    font-size: 24px;
    display: inline-block;
}

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

#footer dd ul.footerMenu li a span {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 30px;
    transform: skewX(-4deg);
    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;
    padding: 0;
    overflow: hidden;
}

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

.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: 8000;
    overflow: hidden;
    height: 70px;
}

.foot-fix {
    position: relative;
}

.foot-fixArea .foot-fix a.pageTopBtn {
    display: block;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    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;
    display: inline-block;
}

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

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

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

.fix-icon-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    z-index: 9000;
}

.fix-icon-wrap.scroll-nav{
    background-color: #fff;
}

.fix-entry{
    position: absolute;
    bottom: 370px;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    white-space: nowrap;
    color: #000;
    display: inline-block;
    width: 100%;
    font-family: "FunctionsPro", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}
.fix-icon {
    padding-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
}

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

.fix-icon li a {
    display: block;
    margin: 5px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

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

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

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

@media only screen and (max-width : 1400px) {
    .flow-titles {
        position: relative;
        width: 40%;
        margin: 0 auto 50px auto;
        z-index: 1;
        mix-blend-mode: difference;
        text-align: center;
    }
}

@media only screen and (min-width : 1401px) {
    .flow-titles {
        position: relative;
        width: 40%;
        margin: 0 0 0 auto;
        z-index: 1;
        mix-blend-mode: difference;
        text-align: left;
        padding: 0 0 0 50px;
    }
}

.flow-titles span {
    display: block;
    height: 22vh;
    max-height: 250px;
}

.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;
    mix-blend-mode: difference;
}

.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: 60px 0 20px 0;
    mix-blend-mode: difference;
}

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

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

@media screen and (max-width: 1800px) {
    .top-titles-wrap{
        position: relative;
        z-index: 1000;
        text-align: center;
    }
    .top-titles {
        overflow: hidden;
        user-select: none;
        display: inline-block;
    }

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

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

}

@media screen and (min-width: 1801px) {
    .top-titles-wrap{
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }
    .top-titles {
        overflow: hidden;
        user-select: none;
        display: inline-block;
    }

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

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


}

.box {}

.box .boxInner {
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: .8s;
    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: .8s;
    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: #fff;
    /* background-image: linear-gradient( 109.6deg,  rgba(122,73,165,1) 15.2%, rgba(225,29,50,1) 86.1% ); */
}

@keyframes play {
    from {
        transform: translateY(120%) skewY(11deg);
    }

    to {
        transform: translateY(0) skewY(0);
    }
}

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

    to {
        transform: translateY(-120%) skewY(-11deg);
    }
}