@charset "UTF-8";

html, body {
  overflow-x: hidden;
}
body {
    line-height: 1.9rem;
    letter-spacing: 0.05em;
}
.section {
    /* position: relative; */
    min-height: 590px;
    padding: 140px 0;
    margin: 0;
}
.container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}
.content {
    width: 100%;
}
.content h3 {
    font-size: 1.85rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 40px;
}
.content .box-txt {
    position: relative;
    max-width: 590px;
    z-index: 10;
}
.content .box-img img {
    vertical-align: top;
}
.content .box-img .cont-img1 {
    max-width: 590px;
}
.content .box-img .cont-img2 {
    max-width: 360px;
}

@media screen and (max-width: 768px) {
    .section {
        position: relative;
        min-height: auto;
        padding: 90px 0;
        overflow: hidden;
    }
    .content h3 {
        font-size: 1.4rem;
        line-height: 1.75;
        text-align: left;
        margin-bottom: 20px;
    }
    .content .box-img .cont-img1 {
        max-width: 440px;
        width: 108%;
    }
    .content .box-img .cont-img2 {
        max-width: 240px;
        width: 100%;
    }
}

.section.sec_01 {
    background-image: url(../img/new-grads_bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.section.sec_02 {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/new-grads_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.section.sec_03 {
    background-image: url(../img/new-grads_bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.section.sec_06 {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/new-grads_bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section.sec_01 {
    padding: 0;
}
.section.sec_01 .top-kv {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 830px;
    background-image: url(../img/new-grads_mv-img1.jpg);
    background-position: 430px -140px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    mask-image: url(../img/new-grads_mv-mask.svg);
    mask-position: top -100px left 0;
    mask-repeat: no-repeat;
    mask-size: 1100px;
}
.section.sec_01 .container {
    position: relative;
    height: 830px;
    z-index: 1;
}
.section.sec_01 .container h2 {
    position: absolute;
    bottom: 90px;
    left: 0;
    max-width: 760px;
    width: 100%;
}
.section.sec_01 .container .mv-sq1 {
    position: absolute;
    top: -130px;
    left: 230px;
    width: 490px;
    opacity: 0.3;
}
.section.sec_02 .content .cont-sq {
    position: absolute;
    top: -230px;
    left: -110px;
    width: calc(100% + 200px);
    margin: 0 -100px;
    opacity: 0.5;
}
.section.sec_03 .content .cont-sq {
    position: absolute;
    top: -60px;
    right: -140px;
    width: calc(100% + 200px);
    margin: 0 -100px;
    opacity: 0.5;
}
.section.sec_04 .content .cont-sq {
    position: absolute;
    top: 0;
    left: -140px;
    width: calc(100% + 200px);
    margin: 0 -100px;
    opacity: 0.3;
}

@media screen and (max-width: 768px) {
    .section.sec_01,
    .section.sec_03,
    .section.sec_04,
    .section.sec_05,
    .section.sec_06 {
        background-attachment: scroll;
    }
    .section.sec_02 {
        position: relative;
        background-image: none;
    }
    .section.sec_02::after {
        display: block;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/new-grads_bg2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .section.sec_04::after,
    .section.sec_05::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: -1;
    }
    .section.sec_01 .top-kv {
        position: absolute;
        top: -120px;
        left: 60px;
        width: 100%;
        height: 780px;
        background-image: url(../img/new-grads_mv-img1.jpg);
        background-position: top -60px left -280px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 1100px;
        mask-image: url(../img/new-grads_mv-mask.svg);
        mask-position: top -20px left 0;
        mask-repeat: no-repeat;
        mask-size: 720px;
    }
    .section.sec_01 .container {
        height: 620px;
        overflow: hidden;
    }
    .section.sec_01 .container .mv-sq1 {
        top: -140px;
        left: -70px;
        width: 280px;
    }
    .section.sec_01 .container h2 {
        left: 50%;
        bottom: 70px;
        transform: translateX(-50%);
        width: calc(100% - 36px);
    }
    .section.sec_02 .content .cont-sq {
        top: -130px;
        left: -60px;
        width: 180%;
        margin: 0 -80px;
    }
    .section.sec_03 .content .cont-sq {
        top: -130px;
        right: -30px;
        width: 180%;
        margin: 0 -80px;
    }
    .section.sec_04 .content .cont-sq {
        top: -100px;
        left: -60px;
        width: 180%;
        margin: 0 -80px;
    }
}

.section.sec_02 .content .box-img .cont-img1 {
    position: absolute;
    top: 50px;
    left: -40px;
    transform: translateY(-30px);
}
.section.sec_02 .content .box-img .cont-img2 {
    position: absolute;
    top: 480px;
    left: 280px;
}
.section.sec_03 .content .box-img .cont-img1 {
    position: absolute;
    top: 50px;
    right: -40px;
    transform: translateY(-30px);
}
.section.sec_03 .content .box-img .cont-img2 {
    position: absolute;
    top: 480px;
    right: 280px;
    transform: translateY(-80px);
}
.section.sec_04 .content .box-img .cont-img1 {
    position: absolute;
    top: 130px;
    left: -40px;
}
.section.sec_02 .content .box-txt,
.section.sec_04 .content .box-txt {
    margin-left: auto;
    margin-right: 0;
}
.section.sec_03 .content .cont-merch img {
    position: absolute;
    bottom: -60px;
    right: 40px;
    max-width: 490px;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 1440px) {
    .section.sec_01 .top-kv {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 830px;
        background-image: url(../img/new-grads_mv-img1.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 1500px;
        mask-image: url(../img/new-grads_mv-mask.svg);
        mask-position: top -100px left 0;
        mask-repeat: no-repeat;
        mask-size: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .section.sec_02 .content .box-img .cont-img1 {
        position: relative;
        top: 0;
        left: -80px;
        right: auto;
    }
    .section.sec_02 .content .box-img .cont-img2 {
        position: absolute;
        top: 190px;
        left: auto;
        right: -50px;
        transform: translateY(-120px);
    }
    .section.sec_03 .content .box-img .cont-img1 {
        position: relative;
        top: 0;
        left: auto;
        right: -40px;
    }
    .section.sec_03 .content .box-img .cont-img2 {
        position: absolute;
        top: 190px;
        left: -50px;
        right: auto;
        transform: translateY(-120px);
    }
    .section.sec_04 .content .box-img .cont-img1 {
        position: relative;
        top: -30px;
        left: -80px;
        right: auto;
    }

    .section.sec_03 .content .box-txt {
        margin-bottom: 60px;
    }
    .section.sec_03 .content .cont-merch img {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.section.sec_04 {
    min-height: 480px;
}

@media screen and (max-width: 768px) {
    .section.sec_04 {
        min-height: auto;
    }
}

.section.sec_05 {
    min-height: auto;
    padding: 0 0 110px;
}
.section.sec_05 .content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
    .section.sec_05 {
        padding: 0 0 90px;
    }
}

.section.sec_06 {
    min-height: auto;
}
.section.sec_06 .content {
    max-width: 840px;
    margin: 0 auto;
}
.section.sec_06 .content:nth-child(1) {
    margin-bottom: 80px;
}
.section.sec_06 .content h3 {
    text-align: center;
}
.section.sec_06 .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section.sec_06 .content ul li {
    width: calc(25% - 15px);
}

@media screen and (max-width: 768px) {
    .section.sec_06 .content:nth-child(1) {
        margin-bottom: 60px;
    }
    .section.sec_06 .content ul li {
        display: flex;
        width: calc(50% - 10px);
    }
}

.section.sec_07 {
    min-height: auto;
    padding: 0;
}
.section.sec_07 .content {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.section.sec_07 .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
.section.sec_07 .content .box-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.section.sec_07 .content .box-txt h3 {
    font-size: 1.7rem;
    line-height: 1.75;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .section.sec_07 .content .box-txt {
        width: 100%;
    }
    .section.sec_07 .content .box-txt h3 {
        font-size: 1.4rem;
    }
}

.cont-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 430px;
    height: 110px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.65;
    text-decoration: none;
    border-radius: 60px;
    filter: drop-shadow(0 7px 13px rgb(0, 0, 0, 0.3));
    margin: 0 auto;
    transition: all 0.5s ease;
    overflow: hidden;
}
.cont-cta a::before {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 25px;
    transform: rotate(-45deg);
    width: 22px;
    height: 22px;
    background-image: url(../img/new-grads_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}
.cont-cta a p {
    text-align: center;
    transition: all 0.5s ease;
}
.cont-cta a p span {
    font-size: 75%;
}
.cont-cta a:hover {
    width: 230px;
    height: 230px;
    border-radius: 40px;
    transform: rotate(45deg);
    /* transform: translateY(7px);
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.1)); */
    opacity: 1;
}
.cont-cta a:hover::before {
    opacity: 1;
    animation: moveDown 1.2s infinite ease-in-out;
}

@keyframes moveDown {
    0%   { transform: rotate(-45deg) translateY(0); }
    50%  { transform: rotate(-45deg) translateY(8px); }
    100% { transform: rotate(-45deg) translateY(0); }
}

.cont-cta a:hover p {
    transform: rotate(-45deg);
}
.cont-cta a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
    height: 760px;
    background-image: url(../img/new-grads_cta-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: bg-spin 30s linear infinite;
    transform-origin: center center;
    z-index: -1;
}

@keyframes bg-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .cont-cta {
        margin-top: 60px;
    }
    .cont-cta a {
        width: 220px;
        height: 220px;
        border-radius: 40px;
        transform: rotate(45deg);
    }
    .cont-cta a:hover {
        width: 220px;
        height: 220px;
    }
    .cont-cta a p {
        transform: rotate(-45deg);
    }
    .cont-cta a::before {
        opacity: 1;
    }
}

.main {
    position: relative;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header .header-top-underlayer .logo p.bk {
    color: #fff;
    border-left: 2px solid #fff;
}
.header-top-underlayer .header-nav a {
    color: #fff;
}
.footer {
    background-image: url(../img/new-grads_bg1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .header,
    .header-top-underlayer,
    .nav_toggle {
        background-color: transparent;
    }
    .header-top-underlayer {
        border-bottom: 0;
    }
    .footer {
        background-attachment: scroll;
    }

    .nav {
        background-image: url(../img/new-grads_bg1.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


@media screen and (min-width: 769px) and (max-width: 890px) {
    .header .header-top, .header .header-top-underlayer {
        border-bottom: 0;
        background-color: transparent;
    }
    .nav_toggle {
        background-color: transparent;
    }
}


/* slider */
/* .section.sec_03 .content .slider4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 400px;
    z-index: 1;
}
.section.sec_03 .content .slider4 img {
    max-width: 220px;
}
.section.sec_03 .content .slider4 .slick-slide.slick-active {
    opacity: 1;
    filter: blur(0px);
    -ms-filter: blur(0px);
}
.section.sec_03 .content .slider4 .slick-slide {
    opacity: 0;
    filter: blur(10px);
    -ms-filter: blur(10px);
    transition: all 0.3s ease;
}
.section.sec_03 .content .slider4 .slick-slide div {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.section.sec_05 .content .slider1 {
    width: 100vw;
    padding-top: 40px;
    overflow: hidden;
}
.section.sec_05 .content .slider1 .slick-list {
    overflow: visible;
}
.section.sec_05 .content .slider1 img {
    width: 240px;
    height: 330px;
    border-radius: 40px;
    margin:0 15px;
    object-fit: cover;
}
.section.sec_05 .content .slider1 .slick-slide:nth-child(2n+1) {
  transform: translateY(-40px);
}
/* .section.sec_06 .content .slider2 img {
    width: 220px;
    margin:0 15px;
} */
.section.sec_07 .content .slider3,
.section.sec_07 .content .slider3 img {
    width: auto;
    height: 200px;
}

@media screen and (max-width: 768px) {
    .section.sec_05 .content .slider1 img {
        width: 220px;
        height: 290px;
        margin:0 10px;
    }
    .section.sec_07 .content .slider3,
    .section.sec_07 .content .slider3 img {
        width: auto;
        height: 190px;
    }
}


/* fade-in anime
----------------------------------------*/
.fadein {
    opacity : 0;
    transform : translate(0, 40px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    transition : all 1.3s;
}
.fadein.active {
    opacity : 1;
    transform : translate(0, 0);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.delay-time {
    -webkit-transition: all 1.3s 0.6s ease-out;
    -o-transition: all 1.3s 0.6s ease-out;
    transition: all 1.3s 0.6s ease-out;
}


/* header-nav
----------------------------------------*/
.header .header-nav a:hover {
    color: #fff;
}
.header-top-underlayer .header-nav a:after {
    border-bottom: 2px solid #fff;
}
.header .header-nav a:hover:after {
    border-bottom: 2px solid #fff;
}