@media screen and (min-width: 1025px) {
  .pc-on {
    display: block;
  }

  .sp-on {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .nextContents {
    position: relative;
  }
  .nextContents .nextBlock {
    width: 100%;
    height: 100%;
  }
  .nextContents .nextBlock:before {
    background: rgba(0, 20, 97, 0.7);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    left: -100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .nextContents .nextBlock .inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .nextContents .nextBlock.active:before {
    left: 0;
    opacity: 1;
  }
  .nextContents .nextBlock--01 {
    background: url(../../../assets/img/next/bg_next_01_sp.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--01 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 50px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .nextContents .nextBlock--01 .inner h2:after {
    background: #FFF;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--01 .inner p {
    display: block;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
    position: relative;
  }
  .nextContents .nextBlock--01.act .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--01.act .inner h2:after {
    opacity: 1;
  }
  .nextContents .nextBlock--01.act .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--02 {
    background: url(../../../assets/img/next/bg_next_02_sp.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--02 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--02 .inner p {
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--02.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--02.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--03 {
    background: url(../../../assets/img/next/bg_next_03_sp.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--03 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--03 .inner p {
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--03.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--03.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--04 {
    background: url(../../../assets/img/next/bg_next_04_sp.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--04 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--04 .inner p {
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--04.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--04.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--05 {
    background: url(../../../assets/img/next/bg_next_05_sp.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--05 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--05 .inner p {
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--05.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--05.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--06 {
    background: url(../../../assets/img/next/bg_next_06_sp.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--06 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--06 .inner p {
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--06.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--06.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--07 {
    background: url(../../../assets/img/next/bg_next_07_sp.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--07 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--07.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--08:before {
    content: none;
  }
  .nextContents .nextBlock--08 .inner h2 {
    width: 244px;
    margin: 0 auto 180px;
  }
  .nextContents .nextBlock--08 .inner h2 img {
    width: 100%;
  }
  .nextContents .nextBlock--08 .inner .backBtn {
    background: #141b4d;
    display: block;
    width: 225px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
  }
  .nextContents .nextBlock--08 .inner .backBtn span {
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 30px 0 0;
  }
  .nextContents .nextBlock--08 .inner .backBtn span:before {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .nextContents .nextBlock--08 .inner .backBtn span:after {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #fp-nav {
    opacity: 0 !important;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  #fp-nav.act {
    opacity: 1 !important;
  }
  #fp-nav ul li {
    margin: 7px 7px 20px !important;
  }
  #fp-nav ul li:last-child {
    margin: 7px !important;
  }
  #fp-nav ul li a span {
    background: rgba(20, 27, 77, 0.1) !important;
    width: 6px !important;
    height: 6px !important;
    margin: -3px 0 0 -3px !important;
  }
  #fp-nav ul li a.active span {
    background: #000 !important;
  }
  #fp-nav.right {
    right: 2% !important;
  }
}
@media screen and (min-width: 1025px) {
  .nextContents {
    position: relative;
  }
  .nextContents .nextBlock {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .nextContents .nextBlock:before {
    background: rgba(0, 20, 97, 0.7);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .nextContents .nextBlock .inner {
    position: relative;
    z-index: 2;
  }
  .nextContents .nextBlock.active:before {
    left: 0;
    opacity: 1;
  }
  .nextContents .nextBlock .inner h2, .nextContents .nextBlock p {
    letter-spacing: 0.1em;
  }
  .nextContents .nextBlock--01 {
    background: url(../../../assets/img/next/bg_next_01_pc.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .nextContents .nextBlock--01 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 74px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 0 0 70px;
    margin: 0 0 70px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .nextContents .nextBlock--01 .inner h2:after {
    background: #FFF;
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -30px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--01 .inner p {
    display: block;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
    position: relative;
  }
  .nextContents .nextBlock--01.act .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--01.act .inner h2:after {
    opacity: 1;
  }
  .nextContents .nextBlock--01.act .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--02 {
    background: url(../../../assets/img/next/bg_next_02_pc.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--02 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .nextContents .nextBlock--02 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 60px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--02 .inner p {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 2;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--02.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--02.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--03 {
    background: url(../../../assets/img/next/bg_next_03_pc.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--03 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .nextContents .nextBlock--03 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 60px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--03 .inner p {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 2;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--03.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--03.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--04 {
    background: url(../../../assets/img/next/bg_next_04_pc.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--04 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .nextContents .nextBlock--04 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 60px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--04 .inner p {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 2;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--04.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--04.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--05 {
    background: url(../../../assets/img/next/bg_next_05_pc.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--05 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .nextContents .nextBlock--05 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 60px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--05 .inner p {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 2;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--05.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--05.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--06 {
    background: url(../../../assets/img/next/bg_next_06_pc.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--06 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .nextContents .nextBlock--06 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 60px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .nextContents .nextBlock--06 .inner p {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 2;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .nextContents .nextBlock--06.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--06.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--07 {
    background: url(../../../assets/img/next/bg_next_07_pc.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--07 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .nextContents .nextBlock--07 .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    margin: 0 0 60px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
    text-align: center;
  }
  .nextContents .nextBlock--07.active .inner h2 {
    opacity: 1;
  }
  .nextContents .nextBlock--07.active .inner p {
    opacity: 1;
  }
  .nextContents .nextBlock--08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nextContents .nextBlock--08:before {
    content: none;
  }
  .nextContents .nextBlock--08 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .nextContents .nextBlock--08 .inner h2 {
    width: 438px;
    margin: 0 auto 200px;
  }
  .nextContents .nextBlock--08 .inner h2 img {
    width: 100%;
  }
  .nextContents .nextBlock--08 .inner .backBtn {
    background: #141b4d;
    display: block;
    width: 270px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
  }
  .nextContents .nextBlock--08 .inner .backBtn span {
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 50px 0 0;
  }
  .nextContents .nextBlock--08 .inner .backBtn span:before {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .nextContents .nextBlock--08 .inner .backBtn span:after {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #fp-nav {
    opacity: 0 !important;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  #fp-nav.act {
    opacity: 1 !important;
  }
  #fp-nav ul li {
    margin: 7px 7px 20px !important;
  }
  #fp-nav ul li:last-child {
    margin: 7px !important;
  }
  #fp-nav ul li a span {
    background: rgba(20, 27, 77, 0.1) !important;
    width: 8px !important;
    height: 8px !important;
    margin: -4px 0 0 -4px !important;
  }
  #fp-nav ul li a.active span {
    background: #000 !important;
  }
  #fp-nav.right {
    right: 50px !important;
  }
}
.nextBlock {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.is-hidden {
  overflow: hidden;
}

.nextcareer {
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.nextcareer .header-next-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
}
.nextcareer .header-next {
  position: relative;
}
.nextcareer .header-next__logo {
  margin: 30px;
  width: 160px;
}
.nextcareer .header-next__logo img {
  width: 100%;
}
.nextcareer .header-next__menu .toggle-menu {
  display: block;
  z-index: 3;
  position: fixed;
  top: 30px;
  right: 35px;
  width: 30px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}
.nextcareer .header-next__menu .toggle-menu span {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.nextcareer .header-next__menu .toggle-menu span:nth-child(1) {
  top: 0px;
}
.nextcareer .header-next__menu .toggle-menu span:nth-child(2) {
  top: 10px;
}
.nextcareer .header-next__menu .toggle-menu span:nth-child(3) {
  top: 20px;
}
.nextcareer .header-next__menu .toggle-menu.is-active span {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #141b4d;
  transition: 0.3s ease-in-out;
}
.nextcareer .header-next__menu .toggle-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  top: 10px;
  left: 0;
  transform: rotate(-35deg);
  background: #141b4d;
}
.nextcareer .header-next__menu .toggle-menu.is-active span:nth-child(2) {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  top: 10px;
  width: 30px;
  transform: rotate(35deg);
  background: #141b4d;
}
.nextcareer .header-next__menu .toggle-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  top: 10px;
  width: 30px;
  transform: rotate(35deg);
  background: #141b4d;
}
.nextcareer .header-next .backSite {
  display: block;
  position: fixed;
  width: 70px;
  height: 20px;
  top: 100px;
  right: 35px;
  z-index: 999;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 1024px) {
  .nextcareer .header-next .backSite {
    display: block;
    position: fixed;
    width: 50px;
    height: 20px;
    top: 20px;
    right: 4%;
    z-index: 999;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
}
.nextcareer .header-next .backSite.act {
  opacity: 1;
}
.nextcareer .header-next .backSite span {
  color: #FFF;
  display: block;
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 0 0.5em 4px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nextcareer .header-next .backSite span {
    color: #FFF;
    display: block;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 0.5em 4px;
    position: relative;
  }
}
.nextcareer .header-next .backSite span:before {
  background: #FFF;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.nextcareer .header-next .backSite span:after {
  background: #FFF;
  content: "";
  display: block;
  height: 1px;
  width: 6px;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nextcareer .c-nav {
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 50%;
  height: 100%;
  z-index: 100;
  overflow-y: scroll;
  overflow: scroll;
}
.nextcareer .c-nav.is-active {
  visibility: visible;
  display: block;
}
.nextcareer .c-nav__inner {
  padding: 60px;
}
.nextcareer .c-nav__title {
  height: 15px;
  margin-bottom: 60px;
}
.nextcareer .c-nav__title img {
  height: 100%;
}
.nextcareer .c-nav__menu {
  width: 240px;
}
.nextcareer .c-nav__menu li div {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #46505e;
}
.nextcareer .c-nav__menu li div.no-border {
  border: none;
}
.nextcareer .c-nav__menu li div .next-aco-btn {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #46505e;
  padding-left: 20px;
  cursor: pointer;
}
.nextcareer .c-nav__menu li div .next-aco-btn:before {
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #46505e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.nextcareer .c-nav__menu li div .next-aco-btn:after {
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #46505e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nextcareer .c-nav__menu li div .next-aco-btn.is-active:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.nextcareer .c-nav__menu li div .next-aco-btn.is-active:after {
  background-color: transparent;
}
.nextcareer .c-nav__menu li div ul {
  margin-top: 40px;
  display: none;
}
.nextcareer .c-nav__menu li div ul li {
  margin-bottom: 30px;
}
.nextcareer .c-nav__menu li div ul li.cat-title {
  color: #46505e;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 30px;
  line-height: 1.5;
}
.nextcareer .c-nav__menu li div ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #46505e;
  padding-left: 20px;
  line-height: 1.5;
}
.nextcareer .c-nav__menu li div ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #46505e;
  border-right: solid 2px #46505e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.nextcareer .c-nav__btn {
  width: 240px;
  height: 64px;
  margin-bottom: 40px;
}
.nextcareer .c-nav__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #141b4d;
  color: #141b4d;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.nextcareer .c-nav__btn--b a {
  border: 1px solid #141b4d;
  background: #141b4d;
  color: #fff;
}

#fp-nav.is-active {
  z-index: 10;
}
