#header {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

#header.fadeIn {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

#footer {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

#footer.fadeIn {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.splash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 11;
}
.splash .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.splash .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
}
.splash .photo.fadeIn .photo_container {
    -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s linear, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s linear, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.splash .photo.fadeOut {
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 0;
}
.splash .content {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.splash .content .main {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
@media screen and (max-width: 1199px) {
    .splash .content .main {
        -webkit-transform: translateY(18px);
                transform: translateY(18px);
    }
}
@media screen and (max-width: 599px) {
    .splash .content .main {
        -webkit-transform: translateY(16px);
                transform: translateY(16px);
    }
}
.splash .content .main .text {
    display: none;
    font-family: "Shippori Mincho B1", serif;
    font-size: 86px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.5em;
    position: absolute;
    left: 0;
    top: 0;
}
.splash .content .main .svg {
    position: relative;
    width: 670px;
    height: 80px;
}
@media screen and (max-width: 1199px) {
    .splash .content .main .svg {
        width: 468px;
        height: 56px;
    }
}
@media screen and (max-width: 599px) {
    .splash .content .main .svg {
        width: 264px;
        height: 32px;
    }
}
.splash .content .main .svg svg {
    display: inline-block;
    width: 670.181px;
    height: 79.12px;
    fill: #131e73;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 1199px) {
    .splash .content .main .svg svg {
        width: 467.568px;
        height: 55.2px;
    }
}
@media screen and (max-width: 599px) {
    .splash .content .main .svg svg {
        width: 264.955px;
        height: 31.28px;
    }
}
.splash .content .main.fadeIn {
    -webkit-transition: opacity 1s linear, top 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s linear, top 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s linear, top 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s linear, top 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.splash .content .main.moveUp1 {
    -webkit-transition: top 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: top 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: top 0.8s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: top 0.8s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
}
@media screen and (max-width: 1199px) {
    .splash .content .main.moveUp1 {
        -webkit-transform: translateY(-22px);
                transform: translateY(-22px);
    }
}
@media screen and (max-width: 599px) {
    .splash .content .main.moveUp1 {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
}
.splash .content .sub {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    -webkit-transform: translateY(85px);
            transform: translateY(85px);
}
@media screen and (max-width: 1199px) {
    .splash .content .sub {
        -webkit-transform: translateY(61px);
                transform: translateY(61px);
    }
}
@media screen and (max-width: 599px) {
    .splash .content .sub {
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }
}
.splash .content .sub .text {
    display: none;
    font-family: "STIX Two Text", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.4em;
    position: absolute;
    left: 0;
    top: 0;
}
.splash .content .sub .text span {
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    .splash .content .sub .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    .splash .content .sub .text {
        font-size: 12px;
    }
}
.splash .content .sub .svg {
    margin: 0 auto;
    position: relative;
    width: 366px;
    height: 10px;
}
@media screen and (max-width: 1199px) {
    .splash .content .sub .svg {
        width: 286px;
        height: 8px;
    }
}
@media screen and (max-width: 599px) {
    .splash .content .sub .svg {
        width: 186px;
        height: 6px;
    }
}
.splash .content .sub .svg svg {
    display: inline-block;
    width: 366.368px;
    height: 10.928px;
    fill: #131e73;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 1199px) {
    .splash .content .sub .svg svg {
        width: 286.225px;
        height: 8.5375px;
    }
}
@media screen and (max-width: 599px) {
    .splash .content .sub .svg svg {
        width: 186.408px;
        height: 6.147px;
    }
}
@media screen and (max-width: 599px) {
    .splash .content .sub .svg svg.svg_pc {
        display: none;
    }
}
.splash .content .sub .svg svg.svg_mb {
    display: none;
}
@media screen and (max-width: 599px) {
    .splash .content .sub .svg svg.svg_mb {
        display: block;
    }
}
.splash .content .sub.fadeIn {
    -webkit-transition: opacity 0.6s linear, top 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s linear, top 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s linear, top 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s linear, top 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
}
@media screen and (max-width: 1199px) {
    .splash .content .sub.fadeIn {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
    }
}
@media screen and (max-width: 599px) {
    .splash .content .sub.fadeIn {
        -webkit-transform: translateY(32px);
                transform: translateY(32px);
    }
}
.splash .content.moveUp2 {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}
@media screen and (max-width: 1199px) {
    .splash .content.moveUp2 {
        -webkit-transform: translateY(-82px);
                transform: translateY(-82px);
    }
}
@media screen and (max-width: 599px) {
    .splash .content.moveUp2 {
        -webkit-transform: translateY(-65px);
                transform: translateY(-65px);
    }
}
.splash .content.fadeIn {
    -webkit-transition: opacity 0.75s linear 0.5s;
    transition: opacity 0.75s linear 0.5s;
    opacity: 1;
}
.splash .content.fadeOut {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.splash.splashlessSetPos .content .main {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}
@media screen and (max-width: 1199px) {
    .splash.splashlessSetPos .content .main {
        -webkit-transform: translateY(-79px);
                transform: translateY(-79px);
    }
}
@media screen and (max-width: 599px) {
    .splash.splashlessSetPos .content .main {
        -webkit-transform: translateY(-60px);
                transform: translateY(-60px);
    }
}
.splash.splashlessSetPos .content .sub {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
@media screen and (max-width: 1199px) {
    .splash.splashlessSetPos .content .sub {
        -webkit-transform: translateY(-17px);
                transform: translateY(-17px);
    }
}
@media screen and (max-width: 599px) {
    .splash.splashlessSetPos .content .sub {
        -webkit-transform: translateY(-23px);
                transform: translateY(-23px);
    }
}

.splash.splashlessFadeIn .content .main {
    -webkit-transition: opacity 1s linear 0.3s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
    transition: opacity 1s linear 0.3s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
    transition: opacity 1s linear 0.3s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
    transition: opacity 1s linear 0.3s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
    opacity: 1;
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
}
@media screen and (max-width: 1199px) {
    .splash.splashlessFadeIn .content .main {
        -webkit-transform: translateY(-104px);
                transform: translateY(-104px);
    }
}
@media screen and (max-width: 599px) {
    .splash.splashlessFadeIn .content .main {
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px);
    }
}
.splash.splashlessFadeIn .content .sub {
    -webkit-transition: opacity 1s linear 0.5s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
    transition: opacity 1s linear 0.5s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
    transition: opacity 1s linear 0.5s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
    transition: opacity 1s linear 0.5s, top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
}
@media screen and (max-width: 1199px) {
    .splash.splashlessFadeIn .content .sub {
        -webkit-transform: translateY(-32px);
                transform: translateY(-32px);
    }
}
@media screen and (max-width: 599px) {
    .splash.splashlessFadeIn .content .sub {
        -webkit-transform: translateY(-33px);
                transform: translateY(-33px);
    }
}

.splash.fadeOut {
    -webkit-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear;
    opacity: 0;
}

.splash.displayOff {
    display: none;
    left: 200vw;
}

#main {
    margin-top: 68px;
    width: 100%;
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main {
        margin-top: 62px;
        height: calc(100vh - 62px);
        height: calc(100svh - 62px);
    }
}
@media screen and (max-width: 599px) {
    #main {
        margin-top: 55px;
        height: calc(100vh - 55px);
        height: calc(100svh - 55px);
    }
}
#main #fullpage {
    position: relative;
}
#main #fullpage .section .section_container {
    width: 100%;
    height: 100%;
}
#main #fullpage .section .section_container .photo {
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#main #fullpage .section .section_container .photo .photo_container {
    width: 100%;
    height: 100%;
}
#main #fullpage .fixed_content {
    margin-top: 68px;
    width: 100%;
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content {
        margin-top: 62px;
        height: calc(100vh - 62px);
        height: calc(100svh - 62px);
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content {
        margin-top: 55px;
        height: calc(100vh - 55px);
        height: calc(100svh - 55px);
    }
}
#main #fullpage .fixed_content .fixed_photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul {
    -webkit-transition: height 1.5s cubic-bezier(0.87, 0, 0.13, 1);
    transition: height 1.5s cubic-bezier(0.87, 0, 0.13, 1);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li .photo.li_photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li .photo.li_photo .photo_container {
    width: 100%;
    height: 100%;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_fv .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_fv .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_lead .photo .photo_container {
    background-image: url("../img/lead.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_lead .photo .photo_container {
        background-image: url("../img/lead_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_about .photo .photo_container {
    background-image: url("../img/about.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_about .photo .photo_container {
        background-image: url("../img/about_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_business .photo .photo_container {
    background-image: url("../img/business.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_business .photo .photo_container {
        background-image: url("../img/business_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_people .photo .photo_container {
    background-image: url("../img/people.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_people .photo .photo_container {
        background-image: url("../img/people_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_project .photo .photo_container {
    background-image: url("../img/project.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_project .photo .photo_container {
        background-image: url("../img/project_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_session .photo .photo_container {
    background-image: url("../img/session.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_session .photo .photo_container {
        background-image: url("../img/session_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_voice .photo .photo_container {
    background-image: url("../img/voice.jpg");
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_voice .photo .photo_container {
        background-image: url("../img/voice_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 60%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_recruit .photo .photo_container {
    background-image: url("../img/recruit.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.fixed_photo_li_recruit .photo .photo_container {
        background-image: url("../img/recruit_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.start {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideInUp {
    -webkit-animation: slideInUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: slideInUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideInUp .photo.li_photo .photo_container {
    -webkit-animation: parallaxInUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: parallaxInUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideOutUp {
    -webkit-animation: slideOutUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: slideOutUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideOutUp .photo.li_photo .photo_container {
    -webkit-animation: parallaxOutUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: parallaxOutUp 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideInDown {
    -webkit-animation: slideInDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: slideInDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideInDown .photo.li_photo .photo_container {
    -webkit-animation: parallaxInDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: parallaxInDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideOutDown {
    -webkit-animation: slideOutDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: slideOutDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li.slideOutDown .photo.li_photo .photo_container {
    -webkit-animation: parallaxOutDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
            animation: parallaxOutDown 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s both;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_about .photo.li_photo,
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_business .photo.li_photo,
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_people .photo.li_photo,
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_project .photo.li_photo,
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_session .photo.li_photo,
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_voice .photo.li_photo,
    #main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_recruit .photo.li_photo {
        height: calc(100% - 200px);
    }
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_fv .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
#main #fullpage .fixed_content .fixed_photo .fixed_photo_ul .fixed_photo_li_fv.fadeIn .photo .photo_container {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
#main #fullpage .fixed_content .fixed_item {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 45px 20px;
    width: 720px;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board {
        padding: 35px 20px;
        width: 620px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board {
        padding: 0;
        width: 100%;
        height: 200px;
        -webkit-transform: translateX(0px) translateY(0px);
                transform: translateX(0px) translateY(0px);
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .bg {
    background-color: #002864;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .bg {
        display: none;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title {
    width: 100%;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title {
        margin-top: 25px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .line {
    width: 100%;
    height: 5px;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .line {
        height: 4px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .line::before {
    content: "";
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .line::before {
        border-top: 1px solid #131e73;
        border-bottom: 1px solid #131e73;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en .text {
    margin-right: -0.3em;
    padding: 0 20px;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.3em;
    color: #fff;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en .text span {
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en .text {
        padding: 0 17px;
        font-size: 21.5px;
        letter-spacing: 0.25em;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en .text {
        color: #131e73;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en .text {
        padding: 0 15px;
        font-size: 17px;
        letter-spacing: 0.2em;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::before, #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::before, #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::after {
        height: 20px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::before, #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::after {
        background-color: #131e73;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::before, #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title .en::after {
        height: 17px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title.fadeIn .line::before {
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title.fadeIn .line_L::before {
    left: 0;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title.fadeIn .line_R::before {
    right: 0;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .line_title.fadeIn .text {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .jp {
    margin-top: 18px;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .jp {
        margin-top: 15px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .jp {
        display: none;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .jp .text {
    margin-right: -0.15em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.15em;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .jp .text {
        font-size: 11px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .title .jp .text {
        font-size: 10px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch {
    margin-top: 35px;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch {
        margin-top: 32px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch {
        margin-top: 20px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch {
        padding: 0 15px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text {
    width: 100%;
    margin-top: calc(0px - (55px - 1em) / 2);
    margin-bottom: calc(0px - (55px - 1em) / 2);
    font-family: "Shippori Mincho B1", serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text span {
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text {
        margin-top: calc(0px - (46.5px - 1em) / 2);
        margin-bottom: calc(0px - (46.5px - 1em) / 2);
        font-size: 30.5px;
        line-height: 46.5px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text {
        margin-top: calc(0px - (38px - 1em) / 2);
        margin-bottom: calc(0px - (38px - 1em) / 2);
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text {
        color: #000;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt {
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt {
        font-size: 8.5px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt {
        font-size: 8px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt _::-webkit-full-page-media,
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt _:future, :root #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt {
    font-size: 11px;
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt _::-webkit-full-page-media,
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt _:future, :root #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt {
        font-size: 10px;
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt _::-webkit-full-page-media,
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt _:future, :root #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text ruby rt {
        font-size: 9px;
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .catch .text span.b_ruby {
    margin-top: -10px;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .lead {
    margin-top: 35px;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .lead {
        margin-top: 32px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .lead {
        display: none;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .lead .text {
    margin-right: -0.1em;
    margin-top: calc(0px - (33px - 1em) / 2);
    margin-bottom: calc(0px - (33px - 1em) / 2);
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .lead .text {
        margin-top: calc(0px - (30px - 1em) / 2);
        margin-bottom: calc(0px - (30px - 1em) / 2);
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .lead .text {
        margin-top: calc(0px - (27px - 1em) / 2);
        margin-bottom: calc(0px - (27px - 1em) / 2);
        font-size: 13px;
        line-height: 27px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn {
    margin-top: 45px;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn {
        margin-top: 40px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn {
        margin-top: 25px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a {
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 104px;
    height: 25px;
    border: 1px solid #fff;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a {
        width: 98px;
        height: 25px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a {
        border: 1px solid #131e73;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a {
        width: 92px;
        height: 24px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a .text {
    margin-right: -0.1em;
    font-family: "STIX Two Text", serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #fff;
    -webkit-transform: translateY(0.6px);
            transform: translateY(0.6px);
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a .text {
        font-size: 10.5px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a .text {
        font-size: 10px;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a .text {
        color: #131e73;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a .text {
        -webkit-transform: translateY(0.8px);
                transform: translateY(0.8px);
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a:hover {
    background-color: #131e73;
    border: 1px solid #131e73;
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li .board .content .btn a:hover {
        background-color: transparent;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on {
    display: block;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .main_lead p {
    -webkit-animation: opacityIn 2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
            animation: opacityIn 2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .title .line_title .line_L::before {
    -webkit-animation: leftIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s both;
            animation: leftIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .title .line_title .line_R::before {
    -webkit-animation: rightIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s both;
            animation: rightIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .title .line_title .en .text {
    -webkit-animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.45s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s both;
            animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.45s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .title .line_title .en::before, #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .title .line_title .en::after {
    -webkit-animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.45s both;
            animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.45s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .title .jp {
    -webkit-animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.55s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.55s both;
            animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.55s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.55s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .content .catch {
    -webkit-animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.65s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.65s both;
            animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.65s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.65s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .content .lead {
    -webkit-animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.75s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.75s both;
            animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.75s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.75s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.on .board .content .btn {
    -webkit-animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.85s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.85s both;
            animation: opacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) 0.85s both, transformUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.85s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li.off {
    display: block;
    -webkit-animation: opacityOut 0.5s linear 0s both;
            animation: opacityOut 0.5s linear 0s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap {
    margin-top: 35px;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap:nth-of-type(1) {
    margin-top: 0;
}
@media screen and (max-height: 750px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap {
        margin-top: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap {
        margin-top: 25px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap p {
    margin-right: -0.3em;
    margin-top: calc(0px - 0.6em);
    margin-bottom: calc(0px - 0.6em);
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.2em;
    letter-spacing: 0.3em;
    color: #131e73;
    text-align: center;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap p span {
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap p {
        font-size: 15px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap p {
        font-size: 14px;
        line-height: 26px;
    }
}
@media screen and (max-height: 750px) and (min-width: 600px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap p {
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px) and (max-height: 625px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_lead .main_lead .wrap p {
        font-size: 12px;
        line-height: 22px;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_about .board {
    left: 28%;
    top: 35%;
}
@media screen and (max-width: 1439px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_about .board {
        left: 33%;
    }
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_about .board {
        left: 35%;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_about .board {
        left: 0;
        top: auto;
        bottom: 0;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_about .board .bg {
    opacity: 0.25;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_about.on .board .bg {
    -webkit-animation: bgOpacity25In 0.5s linear 0.25s both;
            animation: bgOpacity25In 0.5s linear 0.25s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_business .board {
    left: 70%;
    top: 65%;
}
@media screen and (max-width: 1439px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_business .board {
        left: 64%;
    }
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_business .board {
        left: 62%;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_business .board {
        left: 0;
        top: auto;
        bottom: 0;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_business .board .bg {
    opacity: 0.45;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_business.on .board .bg {
    -webkit-animation: bgOpacity40In 0.5s linear 0.25s both;
            animation: bgOpacity40In 0.5s linear 0.25s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_people .board {
    left: 28%;
    top: 65%;
}
@media screen and (max-width: 1439px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_people .board {
        left: 33%;
    }
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_people .board {
        left: 35%;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_people .board {
        left: 0;
        top: auto;
        bottom: 0;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_people .board .bg {
    opacity: 0.35;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_people.on .board .bg {
    -webkit-animation: bgOpacity35In 0.5s linear 0.25s both;
            animation: bgOpacity35In 0.5s linear 0.25s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_project .board {
    left: 28%;
    top: 65%;
}
@media screen and (max-width: 1439px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_project .board {
        left: 33%;
    }
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_project .board {
        left: 35%;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_project .board {
        left: 0;
        top: auto;
        bottom: 0;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_project .board .bg {
    opacity: 0.45;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_project.on .board .bg {
    -webkit-animation: bgOpacity45In 0.5s linear 0.25s both;
            animation: bgOpacity45In 0.5s linear 0.25s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_session .board {
    left: 70%;
    top: 65%;
}
@media screen and (max-width: 1439px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_session .board {
        left: 64%;
    }
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_session .board {
        left: 62%;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_session .board {
        left: 0;
        top: auto;
        bottom: 0;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_session .board .bg {
    opacity: 0.5;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_session.on .board .bg {
    -webkit-animation: bgOpacity50In 0.5s linear 0.25s both;
            animation: bgOpacity50In 0.5s linear 0.25s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_voice .board {
    left: 70%;
    top: 35%;
}
@media screen and (max-width: 1439px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_voice .board {
        left: 64%;
    }
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_voice .board {
        left: 62%;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_voice .board {
        left: 0;
        top: auto;
        bottom: 0;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_voice .board .bg {
    opacity: 0.35;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_voice.on .board .bg {
    -webkit-animation: bgOpacity35In 0.5s linear 0.25s both;
            animation: bgOpacity35In 0.5s linear 0.25s both;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_recruit .board {
    left: 28%;
    top: 65%;
}
@media screen and (max-width: 1439px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_recruit .board {
        left: 33%;
    }
}
@media screen and (max-width: 1199px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_recruit .board {
        left: 35%;
    }
}
@media screen and (max-width: 979px) {
    #main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_recruit .board {
        left: 0;
        top: auto;
        bottom: 0;
    }
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_recruit .board .bg {
    opacity: 0.45;
}
#main #fullpage .fixed_content .fixed_item .fixed_item_ul .fixed_item_li_recruit.on .board .bg {
    -webkit-animation: bgOpacity45In 0.5s linear 0.25s both;
            animation: bgOpacity45In 0.5s linear 0.25s both;
}
#main #fullpage .fixed_content .fixed_item.displayOn {
    display: block;
}

#fp-nav {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
@media screen and (max-width: 979px) {
    #fp-nav {
        display: none;
    }
}
#fp-nav ul li {
    margin: 10px 0;
    width: 18px;
    height: 18px;
}
#fp-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#fp-nav ul li a span {
    -webkit-transition: all 0.5s 0.6s;
    transition: all 0.5s 0.6s;
    margin: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    top: 0px;
    left: 0px;
}
#fp-nav ul li a:hover span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
}
#fp-nav ul li a.active span {
    margin: 5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
}
#fp-nav ul li:hover a.active span {
    margin: 5px;
    width: 8px;
    height: 8px;
}

#fp-nav.right {
    right: 30px;
}
@media screen and (max-width: 1199px) {
    #fp-nav.right {
        right: 20px;
    }
}

#fp-nav.black ul li a span {
    border: 1px solid #000;
}
#fp-nav.black ul li a:hover span {
    background-color: #000;
}
#fp-nav.black ul li a.active span {
    background-color: #000;
}

#fp-nav.fadeIn {
    opacity: 1;
}

.slider {
    width: 100%;
    height: 100%;
}
.slider .slick_ul {
    width: 100%;
    height: 100%;
}
.slider .slick_ul .slick-list {
    width: 100%;
    height: 100%;
}
.slider .slick_ul .slick-list .slick-track {
    height: 100%;
}
.slider .slick_ul .slick-list .slick-track .slick_li {
    height: 100%;
}
.slider .slick_ul .slick-list .slick-track .slick_li .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider .slick_ul .slick-list .slick-track .slick_li .photo .photo_container {
    width: 100%;
    height: 100%;
}
.slider .slick_ul .slick-list .slick-track .slick_li .photo .photo_container img {
    opacity: 0;
    position: relative;
    z-index: -1;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li .catch {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
                transform: translateX(-50%) translateY(-50%) scale(0.85);
    }
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li .catch {
        display: none;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box {
    margin-top: 5px;
    height: 55px;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box:nth-of-type(1) {
    margin-top: 0;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .svg {
    padding: 0 10px;
    position: relative;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .svg.svg_invisible {
    opacity: 0;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .svg svg {
    fill: #131e73;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .wrap .bg {
    opacity: 0.55;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .text {
    margin-right: -0.15em;
    padding: 0 15px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.15em;
    color: #fff;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .text {
        font-size: 27px;
    }
}
@media screen and (max-width: 599px) {
    .slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .text {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .text {
        padding: 0 12.5px;
    }
}
@media screen and (max-width: 599px) {
    .slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .text {
        padding: 0 10px;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch .catch_box .text_invisible {
    opacity: 0;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch.hide {
    display: none;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb {
    display: none;
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li .catch_mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb .catch_box {
    margin-right: 5px;
    width: 38px;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb .catch_box:nth-of-type(1) {
    margin-right: 0;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb .catch_box .svg {
    padding: 8px 0;
    position: relative;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb .catch_box .svg.svg_invisible {
    opacity: 0;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb .catch_box .svg svg {
    fill: #131e73;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb .catch_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slider .slick_ul .slick-list .slick-track .slick_li .catch_mb .catch_box .wrap .bg {
    opacity: 0.55;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(1) .photo .photo_container {
    background-image: url("../img/slide/slide_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(1) .photo .photo_container {
        background-image: url("../img/slide/slide_1_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(1) .catch {
    left: 25%;
    top: 25%;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(1) .catch {
        left: 30%;
    }
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(1) .catch {
        left: 35%;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(1) .catch_mb {
    left: 20%;
    top: 40%;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(2) .photo .photo_container {
    background-image: url("../img/slide/slide_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(2) .photo .photo_container {
        background-image: url("../img/slide/slide_2_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(2) .catch {
    left: 25%;
    top: 50%;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(2) .catch {
        left: 31%;
    }
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(2) .catch {
        left: 37%;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(2) .catch_mb {
    left: 45%;
    top: 45%;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .photo .photo_container {
    background-image: url("../img/slide/slide_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .photo .photo_container {
        background-image: url("../img/slide/slide_3_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .catch {
    left: 75%;
    top: 75%;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .catch {
        left: 69%;
    }
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .catch {
        left: 63%;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .catch .catch_box:nth-of-type(2) {
    margin-left: -50px;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .catch_mb {
    left: 20%;
    top: 47%;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(3) .catch_mb .catch_box:nth-of-type(2) {
    margin-top: -36px;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .photo .photo_container {
    background-image: url("../img/slide/slide_4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .photo .photo_container {
        background-position: 30% 50%;
    }
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .photo .photo_container {
        background-image: url("../img/slide/slide_4_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .catch {
    left: 25%;
    top: 25%;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .catch {
        left: 31%;
        top: 70%;
    }
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .catch {
        left: 37%;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .catch .catch_box:nth-of-type(2) {
    margin-left: 172px;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .catch_mb {
    left: 25%;
    top: 45%;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(4) .catch_mb .catch_box:nth-of-type(2) {
    margin-top: 120.5px;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .photo .photo_container {
    background-image: url("../img/slide/slide_5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .photo .photo_container {
        background-image: url("../img/slide/slide_5_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .catch {
    left: 75%;
    top: 65%;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .catch {
        left: 69%;
    }
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .catch {
        left: 63%;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .catch .catch_box:nth-of-type(2) {
    margin-left: 64px;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .catch_mb {
    left: 25%;
    top: 40%;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(5) .catch_mb .catch_box:nth-of-type(2) {
    margin-top: 42px;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .photo .photo_container {
    background-image: url("../img/slide/slide_6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .photo .photo_container {
        background-position: 65% 50%;
    }
}
@media screen and (max-width: 779px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .photo .photo_container {
        background-image: url("../img/slide/slide_6_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .catch {
    left: 25%;
    top: 75%;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .catch {
        left: 31%;
    }
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .catch {
        left: 37%;
    }
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .catch .catch_box:nth-of-type(2) {
    margin-left: 86px;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .catch_mb {
    left: 50%;
    top: 40%;
}
.slider .slick_ul .slick-list .slick-track .slick_li:nth-child(6) .catch_mb .catch_box:nth-of-type(2) {
    margin-top: 64px;
}
.slider .slick_ul .slick-list .slick-track .slick_li.onFirst .photo .photo_container {
    -webkit-animation: photoAnimationFirst 10s linear 0s 1 normal both;
            animation: photoAnimationFirst 10s linear 0s 1 normal both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.onFirst .catch .catch_box {
    -webkit-animation: catchBoxAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBoxAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.onFirst .catch .catch_box .wrap {
    -webkit-animation: catchBgAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBgAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.onFirst .catch_mb .catch_box {
    -webkit-animation: catchBoxAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBoxAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.onFirst .catch_mb .catch_box .wrap {
    -webkit-animation: catchBgAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBgAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .photo .photo_container {
    -webkit-animation: photoAnimation 10s linear 0s 1 normal both;
            animation: photoAnimation 10s linear 0s 1 normal both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch .catch_box {
    -webkit-animation: catchBoxAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBoxAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch .catch_box .wrap {
    -webkit-animation: catchBgAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBgAnimation 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch .catch_box:nth-of-type(2) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch .catch_box:nth-of-type(2) .wrap {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch_mb .catch_box {
    -webkit-animation: catchBoxAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBoxAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch_mb .catch_box .wrap {
    -webkit-animation: catchBgAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
            animation: catchBgAnimationMb 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s both;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch_mb .catch_box:nth-of-type(2) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.slider .slick_ul .slick-list .slick-track .slick_li.on .catch_mb .catch_box:nth-of-type(2) .wrap {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.slider .slick_ul .slick-dots {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 111;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-dots {
        bottom: 20px;
    }
}
.slider .slick_ul .slick-dots li {
    margin-left: 5px;
    width: 60px;
    height: 11px;
    cursor: pointer;
}
.slider .slick_ul .slick-dots li:nth-of-type(1) {
    margin-left: 0;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-dots li {
        width: 50px;
    }
}
.slider .slick_ul .slick-dots li::after {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    margin: 5px 5px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .slider .slick_ul .slick-dots li::after {
        width: 40px;
    }
}
.slider .slick_ul .slick-dots li button {
    display: none;
    -webkit-appearance: none;
}
.slider .slick_ul .slick-dots li:hover::after {
    background-color: #002864;
}
@media screen and (max-width: 979px) {
    .slider .slick_ul .slick-dots li:hover::after {
        background-color: #fff;
    }
}
.slider .slick_ul .slick-dots li.slick-active::after {
    background-color: #131e73;
}
.slider .slick_ul .slick-dots.opacityOff {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0;
}

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

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@-webkit-keyframes parallaxInUp {
    0% {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes parallaxInUp {
    0% {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@-webkit-keyframes parallaxOutUp {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
}
@keyframes parallaxOutUp {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
}
@-webkit-keyframes parallaxInDown {
    0% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes parallaxInDown {
    0% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@-webkit-keyframes parallaxOutDown {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@keyframes parallaxOutDown {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@-webkit-keyframes opacityIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacityIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes opacityOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacityOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes bgOpacity25In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes bgOpacity25In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.25;
    }
}
@-webkit-keyframes bgOpacity30In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.3;
    }
}
@keyframes bgOpacity30In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.3;
    }
}
@-webkit-keyframes bgOpacity35In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.35;
    }
}
@keyframes bgOpacity35In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.35;
    }
}
@-webkit-keyframes bgOpacity40In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.4;
    }
}
@keyframes bgOpacity40In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.4;
    }
}
@-webkit-keyframes bgOpacity45In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.45;
    }
}
@keyframes bgOpacity45In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.45;
    }
}
@-webkit-keyframes bgOpacity50In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;
    }
}
@keyframes bgOpacity50In {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;
    }
}
@-webkit-keyframes transformUp {
    0% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes transformUp {
    0% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes leftIn {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
@keyframes leftIn {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes rightIn {
    0% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}
@keyframes rightIn {
    0% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}
@-webkit-keyframes photoAnimationFirst {
    0% {
        -webkit-transform: scale(1.32) rotate(0.1deg);
                transform: scale(1.32) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1.01) rotate(0.1deg);
                transform: scale(1.01) rotate(0.1deg);
    }
}
@keyframes photoAnimationFirst {
    0% {
        -webkit-transform: scale(1.32) rotate(0.1deg);
                transform: scale(1.32) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1.01) rotate(0.1deg);
                transform: scale(1.01) rotate(0.1deg);
    }
}
@-webkit-keyframes photoAnimation {
    0% {
        -webkit-transform: scale(1.3) rotate(0.1deg);
                transform: scale(1.3) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1.01) rotate(0.1deg);
                transform: scale(1.01) rotate(0.1deg);
    }
}
@keyframes photoAnimation {
    0% {
        -webkit-transform: scale(1.3) rotate(0.1deg);
                transform: scale(1.3) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1.01) rotate(0.1deg);
                transform: scale(1.01) rotate(0.1deg);
    }
}
@-webkit-keyframes catchBoxAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes catchBoxAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@-webkit-keyframes catchBgAnimation {
    0% {
        right: 100%;
    }
    100% {
        right: 0%;
    }
}
@keyframes catchBgAnimation {
    0% {
        right: 100%;
    }
    100% {
        right: 0%;
    }
}
@-webkit-keyframes catchBoxAnimationMb {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@keyframes catchBoxAnimationMb {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@-webkit-keyframes catchBgAnimationMb {
    0% {
        bottom: 100%;
    }
    100% {
        bottom: 0%;
    }
}
@keyframes catchBgAnimationMb {
    0% {
        bottom: 100%;
    }
    100% {
        bottom: 0%;
    }
}
@-webkit-keyframes photoScaleIn {
    0% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes photoScaleIn {
    0% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
#footer {
    margin: 0;
    padding: 0;
    background-color: transparent;
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: right;
}
@media screen and (max-width: 979px) {
    #footer {
        display: none;
    }
}
#footer .footer_container {
    display: inline-block;
    padding: 0;
    width: 100%;
}
#footer .footer_container #copyright {
    display: inline-block;
    height: 11px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
@media screen and (max-width: 1199px) {
    #footer .footer_container #copyright {
        right: 20px;
        bottom: 20px;
    }
}
#footer .footer_container #copyright .text {
    display: inline-block;
}
/*# sourceMappingURL=style.css.map */