body {
    background: url(../img/bg_body.jpg) no-repeat center/cover;
    background-attachment: fixed;
    line-height: 1.43
}

img {
    max-width: 100%;
    vertical-align: top
}

header {
    position: absolute;
    height: 64px;
    padding: 0 20px;
    background-color: #080e46
}

header img {
    width: auto
}

@media(max-width: 767px) {
    header {
        height: 56px;
        padding: 0 8px
    }
}

.header-logo {
    width: 156px;
    margin-right: 20px;
    transition: all .3s ease-out;
    transition-property: opacity
}

.header-logo:hover {
    opacity: .8
}

.header-catch {
    width: 465px
}

@media(max-width: 767px) {
    .header-logo {
        width: 120px;
        margin-right: 8px
    }

    .header-catch {
        width: 360px
    }
}

.mv {
    width: 100%;
    height: calc(100vh - 64px);
    max-height: 840px;
    margin-top: 64px;
    background-position: center
}

.mv__wrap {
    position: relative
}

.mv__inner {
    position: relative;
    height: 100%
}

.mv h1 {
    position: absolute;
    top: 5.68%;
    left: 11.75%;
    padding-top: 0;
    height: 100%;
    max-height: 64.34%;
    min-height: 280px
}

.mv h1 img {
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.mv-text {
    position: absolute;
    top: 4.68%;
    right: 4.08%;
    width: 219px;
    max-width: none;
    padding: 0;
    margin: 0
}

.mv-text img {
    width: auto
}

.mv-btnarea {
    position: absolute;
    bottom: 7.53%;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 60px;
    z-index: 1
}

.mv-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    min-height: 80px;
    padding: 8px 60px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(to right, #B52AFF, #05D9E8 50%, #B52AFF);
    background-size: 200% auto;
    background-position: right center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all .3s ease-out;
    transition-property: background-position
}

.mv-btn:before,
.mv-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block
}

.mv-btn:before {
    left: 20px;
    width: 40px;
    height: 40px;
    background: url(../img/ico_shiryou.svg) no-repeat center/contain
}

.mv-btn:after {
    right: 20px;
    width: 28px;
    height: 28px;
    background: url(../img/ico_arrow.svg) no-repeat center/contain
}

.mv-btn:hover {
    background-position: left center
}

.mv-scroll {
    position: absolute;
    bottom: 44px;
    right: 16px;
    font-family: "Orbitron", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 5px #001391
}

.mv-scroll:after {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background: linear-gradient(#B52AFF, #05D9E8 50%, #B52AFF);
    background-size: auto 200%;
    background-position: center bottom;
    opacity: 0;
    animation: scrollMove 1.6s ease-out infinite
}

@media(max-width: 767px) {
    .mv {
        height: calc(100vh - 56px);
        max-height: 600px;
        min-height: 440px;
        margin-top: 56px
    }

    .mv h1 {
        left: 2.6%;
        max-width: 21.86%;
        height: 440px;
        max-height: 80%;
        min-height: 240px
    }

    .mv-text {
        top: 2%;
        right: 2%;
        width: 30%;
        max-width: 200px;
        min-width: 100px
    }

    .mv-btnarea {
        bottom: 8%;
        padding: 0 30px
    }

    .mv-btn {
        max-width: 320px;
        min-height: 64px;
        padding: 4px 40px;
        font-size: 1.6rem
    }

    .mv-btn:before {
        left: 10px;
        width: 28px;
        height: 28px
    }

    .mv-btn:after {
        right: 10px;
        width: 24px;
        height: 24px
    }

    .mv-scroll {
        bottom: 28px;
        right: 4px;
        font-size: 1rem
    }

    .mv-scroll:after {
        height: 16px
    }
}

@keyframes scrollMove {
    0% {
        top: 100%;
        opacity: 0;
        background-position: center bottom
    }

    50% {
        opacity: 1
    }

    100% {
        top: calc(100% + 13px);
        opacity: 0;
        background-position: center top
    }
}

.book-giftcard {
    position: absolute;
    bottom: 64px;
    right: 16px;
    z-index: 1
}

.book-giftcard__banner {
    width: 20vw;
    max-width: 360px;
    display: block;
    transition: all .3s ease-out;
    transition-property: opacity
}

.book-giftcard__note {
    width: 20vw;
    max-width: 360px;
    padding: 8px;
    font-size: 1.1rem;
    color: #151143;
    background: rgba(255, 255, 255, .75)
}

@media(max-width: 767px) {
    .book-giftcard {
        position: relative;
        top: 0;
        bottom: auto;
        left: 0;
        padding: 15px
    }

    .book-giftcard__banner {
        position: absolute;
        bottom: calc(100% + 50px);
        width: 75vw;
        max-width: none;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }

    .book-giftcard__note {
        width: 100%;
        min-width: 280px;
        max-width: none;
        margin: 0 auto;
        padding: 16px;
        font-size: 1.2rem
    }
}

.game_book_pc {
    padding: 40px 60px
}

.game_book_pc-inner {
    justify-content: center
}

.game_book_pc__banner {
    width: 680px;
    transition: all .3s ease-out
}

.game_book_pc__banner:hover {
    opacity: .8
}

.cv {
    background: none;
    padding: 0 15px
}

.game_book_sp {
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
    padding: 15px 0
}

.game_book_sp__banner {
    max-width: 600px
}

.sections {
    padding: 0 60px
}

.sections h1 img {
    width: auto
}

@media(max-width: 767px) {
    .sections {
        padding: 0 15px
    }
}

.section-level.-large {
    margin-bottom: 120px
}

.section-level.-medium {
    margin-bottom: 80px
}

@media(max-width: 767px) {
    .section-level.-large {
        margin-bottom: 64px
    }

    .section-level.-medium {
        margin-bottom: 40px
    }
}

.heading {
    font-weight: 700
}

.heading.-large {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    font-size: 3.2rem;
    color: #05d9e8;
    border-bottom: 1px solid #05d9e8
}

.heading.-large .heading__en {
    display: flex;
    align-items: center;
    font-family: "Orbitron", sans-serif;
    font-size: 1.8rem;
    font-weight: 400
}

.heading.-large .heading__en:before,
.heading.-large .heading__en:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #05d9e8
}

.heading.-large .heading__en:before {
    margin-right: 16px
}

.heading.-large .heading__en:after {
    margin-left: 16px
}

.heading.-large .heading__ja {
    padding-top: 14px
}

.heading.-medium {
    position: relative;
    margin-bottom: 32px;
    padding: 12px;
    font-size: 2.6rem;
    text-align: center;
    color: #05d9e8;
    border: 1px solid #05d9e8
}

.heading.-medium:before,
.heading.-medium:after {
    content: "";
    position: absolute;
    left: 0;
    width: 36px;
    height: 4px;
    background-color: #05d9e8
}

.heading.-medium:before {
    top: 0
}

.heading.-medium:after {
    bottom: 0
}

.heading.-medium>span {
    display: flex;
    align-items: center;
    justify-content: center
}

.heading.-medium>span:before,
.heading.-medium>span:after {
    content: "";
    position: absolute;
    right: 0;
    width: 36px;
    height: 4px;
    background-color: #05d9e8
}

.heading.-medium>span:before {
    top: 0
}

.heading.-medium>span:after {
    bottom: 0
}

.heading.-medium .heading__num {
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    padding-bottom: 4px;
    font-family: "Orbitron", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1
}

.heading.-medium .heading__num:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #05D9E8, #B52AFF)
}

.heading.-medium .heading__num>span {
    padding: 4px 0;
    font-size: 3.2rem;
    color: #fff
}

.heading.-small {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 2.4rem;
    text-align: center
}

.heading.-small:before,
.heading.-small:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    background-color: #05d9e8;
    transform: rotate(20deg)
}

.heading.-small:before {
    margin-right: 28px
}

.heading.-small:after {
    margin-left: 28px
}

.heading.-xsmall {
    margin-bottom: 24px;
    font-size: 2rem
}

@media(max-width: 767px) {
    .heading.-large {
        padding-bottom: 12px;
        font-size: 2.2rem
    }

    .heading.-large .heading__en {
        font-size: 1.4rem
    }

    .heading.-large .heading__en:before {
        margin-right: 12px
    }

    .heading.-large .heading__en:after {
        margin-left: 12px
    }

    .heading.-large .heading__ja {
        padding-top: 4px
    }

    .heading.-medium {
        margin-bottom: 24px;
        font-size: 1.7rem
    }

    .heading.-medium:before,
    .heading.-medium:after {
        height: 3px
    }

    .heading.-medium>span:before,
    .heading.-medium>span:after {
        height: 3px
    }

    .heading.-medium .heading__num {
        margin-right: 16px;
        padding-bottom: 3px;
        font-size: 1rem
    }

    .heading.-medium .heading__num>span {
        padding: 3px 0 2px;
        font-size: 2.4rem
    }

    .heading.-small {
        margin-bottom: 20px;
        font-size: 1.6rem
    }

    .heading.-small:before,
    .heading.-small:after {
        height: 24px
    }

    .heading.-small:before {
        margin-right: 20px
    }

    .heading.-small:after {
        margin-left: 20px
    }

    .heading.-xsmall {
        margin-bottom: 16px;
        font-size: 1.4rem
    }
}

.reason-heading__emphasis-01 {
    display: inline-flex;
    align-items: flex-end;
    margin: 0 24px
}

.reason-heading__emphasis-01:before,
.reason-heading__emphasis-01:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 40px;
    background-color: #05d9e8
}

.reason-heading__emphasis-01:before {
    margin-right: 20px;
    transform: rotate(-20deg)
}

.reason-heading__emphasis-01:after {
    margin-left: 20px;
    transform: rotate(20deg)
}

.reason-heading__emphasis-01 img {
    width: 36px !important;
    margin-right: 4px
}

.reason-heading__emphasis-01 span {
    margin-bottom: -6px;
    font-size: 2.4rem
}

@media(max-width: 767px) {
    .reason-heading__emphasis-01 {
        margin: 0 16px
    }

    .reason-heading__emphasis-01:before,
    .reason-heading__emphasis-01:after {
        height: 28px
    }

    .reason-heading__emphasis-01:before {
        margin-right: 14px
    }

    .reason-heading__emphasis-01:after {
        margin-left: 14px
    }

    .reason-heading__emphasis-01 img {
        width: 24px !important;
        margin-top: 6px
    }

    .reason-heading__emphasis-01 span {
        margin-bottom: -4px;
        font-size: 1.8rem
    }
}

.sec5 {
    background: none
}

.cooperation__container {
    margin-bottom: 80px
}

.cooperation__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px
}

.cooperation__item {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none
}

.cooperation__note {
    text-align: right
}

@media(max-width: 767px) {
    .cooperation__container {
        margin-bottom: 40px
    }

    .cooperation__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 24px
    }
}

.sec3 {
    background: none
}

.sec3 h2 {
    margin-bottom: 16px
}

.sec3__note {
    margin-bottom: 24px;
    text-align: center
}

@media(max-width: 767px) {
    .sec3 h2 {
        margin-bottom: 12px
    }

    .sec3__note {
        margin-bottom: 16px
    }
}

.video-thumb {
    position: relative;
    display: block;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden
}

.video-thumb:before,
.video-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.video-thumb:before {
    background: url(../img/img_video-thumb_01.jpg) no-repeat center/cover;
    transition: all .3s ease-out;
    transition-property: scale
}

.video-thumb:after {
    background: rgba(0, 0, 0, .8)
}

.video-thumb:hover:before {
    scale: 1.1
}

.video-thumb:hover img {
    opacity: .8
}

.video-thumb img {
    position: relative;
    z-index: 1;
    transition: all .3s ease-out;
    transition-property: opacity
}

.graph__l,
.graph__r,
.graph__max {
    margin-bottom: 40px
}

.graph__l.-mb-0,
.graph__r.-mb-0,
.graph__max.-mb-0 {
    margin-bottom: 0
}

.graph__max {
    width: 100%
}

.graph__heading {
    font-size: 2.3rem;
    font-weight: normal;
    width: 100%;
    padding: 5px 20px;
    margin: 0 0 8px;
    background: linear-gradient(to right, #005678, #5D038D)
}

.graph__box {
    padding: 0 20px
}

.graph__box.-large {
    margin-top: 20px
}

.graph__num {
    margin-bottom: 8px;
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
    color: #fff235
}

.graph__num>span {
    font-size: 2.4rem;
    color: #fff
}

.graph__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.graph__list li {
    line-height: 1.8;
    list-style: none
}

.graph__list li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background: #fff;
    transform: translateY(4px) rotate(30deg)
}

.graph__list li:last-child:after {
    content: none
}

.graph__list.-large li {
    font-size: 2rem;
    font-weight: 700
}

.graph__list.-large li:after {
    height: 24px;
    margin: 0 14px
}

.graph__list.-yellow li {
    color: #fff235
}

.graph__note {
    font-size: 1.4rem;
    text-align: right
}

@media(max-width: 767px) {

    .graph__l,
    .graph__r,
    .graph__max {
        margin-bottom: 20px
    }

    .graph__heading {
        font-size: 1.8rem
    }

    .graph__box {
        padding: 0
    }

    .graph__box.-large {
        margin-top: 14px
    }

    .graph__num {
        font-size: 3.2rem
    }

    .graph__num>span {
        font-size: 2rem
    }

    .graph__list {
        margin-bottom: 14px
    }

    .graph__list li:after {
        height: 16px
    }

    .graph__list.-large li {
        font-size: 1.6rem
    }

    .graph__list.-large li:after {
        height: 20px;
        margin: 0 12px
    }

    .graph__list.-yellow li {
        color: #fff235
    }

    .graph__note {
        font-size: 1.2rem
    }
}

.accordion-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin: 24px 0 16px;
    padding: 6px 48px;
    font-weight: 700;
    border: 1px solid #05d9e8;
    border-radius: 100vh;
    background: #05d9e8;
    cursor: pointer;
    transition: all .3s ease-out;
    transition-property: background-color
}

.accordion-btn:before,
.accordion-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    transition: all .3s ease-out
}

.accordion-btn:before {
    transform: translate(0, -50%)
}

.accordion-btn:after {
    transform: translate(0, -50%) rotate(-90deg)
}

.accordion-btn:hover {
    background: none
}

.accordion-btn.-active:after {
    transform: translate(0, -50%) rotate(0)
}

.accordion-body {
    display: none
}

.accordion-body>*:last-child {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .accordion-btn {
        margin: 16px 0;
        padding: 4px 40px
    }

    .accordion-btn:before,
    .accordion-btn:after {
        right: 16px;
        width: 14px
    }
}

.sec4 {
    background: none
}

.sec4 .card {
    margin: 0
}

.exhibition-detail {
    display: flex;
    align-items: flex-start;
    gap: 24px
}

.exhibition-detail>* {
    width: 50%
}

.exhibition-movie {
    aspect-ratio: 16/9
}

.exhibition-movie iframe {
    width: 100%;
    height: 100%
}

@media(max-width: 767px) {
    .exhibition-detail {
        flex-direction: column;
        gap: 20px
    }

    .exhibition-detail>* {
        width: 100%
    }
}

.curriculum-point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -30px -30px 50px
}

.curriculum-point__item {
    width: 50%;
    padding: 30px
}

.curriculum-point__card {
    position: relative;
    padding: 22px 40px 40px;
    border: 1px solid #05d9e8;
    clip-path: polygon(0 -1px, calc(100% + 1px) -1px, calc(100% + 1px) calc(100% - 24px), calc(100% - 24px) calc(100% + 1px), 0 calc(100% + 1px))
}

.curriculum-point__card:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 33.94px;
    height: 33.94px;
    background: #05d9e8;
    transform: translate(50%, 50%) rotate(45deg)
}

.curriculum-point__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    font-size: 2.2rem;
    text-align: center
}

.curriculum-point__heading:after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    margin-top: 12px;
    background: #05d9e8
}

.curriculum-point__heading>span {
    margin-bottom: 2px;
    font-size: 2.1rem;
    color: #05d9e8
}

.curriculum-box {
    position: relative;
    padding: 60px;
    background: rgba(0, 0, 0, .7)
}

.curriculum-box__inner {
    display: flex;
    margin: -30px
}

.curriculum-box__body,
.curriculum-box__image {
    margin: 30px
}

.curriculum-box__body {
    width: calc((100% - 60px)/5*3)
}

.curriculum-box__body p {
    font-size: 1.8rem;
    font-weight: 700
}

.curriculum-box__image {
    width: calc((100% - 60px)/5*2)
}

.curriculum-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(#05D9E8, #B52AFF)
}

@media(max-width: 767px) {
    .curriculum-point {
        margin: -10px -10px 30px
    }

    .curriculum-point__item {
        width: 100%;
        padding: 10px
    }

    .curriculum-point__card {
        padding: 16px 20px 20px
    }

    .curriculum-point__heading {
        margin-bottom: 16px;
        font-size: 1.6rem
    }

    .curriculum-point__heading:after {
        margin-top: 8px;
        background: #05d9e8
    }

    .curriculum-point__heading>span {
        margin-bottom: 0px;
        font-size: 1.6rem
    }

    .curriculum-box {
        padding: 20px
    }

    .curriculum-box__inner {
        flex-direction: column;
        margin: -10px
    }

    .curriculum-box__body,
    .curriculum-box__image {
        margin: 10px
    }

    .curriculum-box__body {
        width: calc(100% - 20px)
    }

    .curriculum-box__body p {
        font-size: 1.4rem
    }

    .curriculum-box__image {
        width: calc(100% - 20px)
    }
}

.major-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -20px
}

.major-list__item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    min-height: 340px;
    padding: 20px;
    list-style: none;
    background: no-repeat top 20px left 20px/280px auto
}

.major-list__item.-programmer {
    background-image: url(../img/bg_major_01.png)
}

.major-list__item.-programmer .major-job__heading {
    background-image: url(../img/ico_major-job_01.svg)
}

.major-list__item.-programmer .major-job__list>li:before {
    background: #05d9e8
}

.major-list__item.-planner {
    background-image: url(../img/bg_major_02.png)
}

.major-list__item.-planner .major-job__heading {
    background-image: url(../img/ico_major-job_02.svg)
}

.major-list__item.-planner .major-job__list>li:before {
    background: #19b15b
}

.major-list__item.-designer {
    background-image: url(../img/bg_major_03.png)
}

.major-list__item.-designer .major-job__heading {
    background-image: url(../img/ico_major-job_03.svg)
}

.major-list__item.-designer .major-job__list>li:before {
    background: #be67ef
}

.major-list__item.-metaverse {
    background-image: url(../img/bg_major_04.png)
}

.major-list__item.-metaverse .major-job__heading {
    background-image: url(../img/ico_major-job_04.svg)
}

.major-list__item.-metaverse .major-job__list>li:before {
    background: #e1ab3f
}

.major-job {
    width: 360px;
    padding: 20px;
    background: rgba(0, 0, 0, .7)
}

.major-job__heading {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 700
}

.major-job__heading:before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: no-repeat center/contain
}

.major-job__list {
    padding-left: 32px;
    list-style: none
}

.major-job__list>li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px
}

.major-job__list>li:last-child {
    margin-bottom: 0
}

.major-job__list>li:before {
    flex-shrink: 0;
    content: "";
    position: relative;
    top: 10px;
    display: block;
    width: 4px;
    height: 4px;
    margin-right: 8px
}

@media(max-width: 1200px) {
    .major-job {
        margin-top: 100px
    }
}

@media(max-width: 767px) {
    .major-list {
        flex-direction: column;
        align-items: center;
        margin: -10px
    }

    .major-list__item {
        width: 100%;
        max-width: 540px;
        min-height: 320px;
        padding: 10px;
        background-position: top 10px left 10px
    }

    .major-job {
        width: 60%;
        max-width: 360px;
        min-width: 240px;
        margin-top: 80px;
        padding: 16px
    }

    .major-job__heading {
        margin-bottom: 6px;
        font-size: 1.6rem
    }

    .major-job__heading:before {
        margin-right: 4px
    }

    .major-job__list {
        padding-left: 28px
    }
}

.sec7 {
    background: none
}

.sec6 {
    padding-top: 120px;
    padding-bottom: 120px
}

.sec6 .left {
    width: 100%;
    max-width: 860px;
    height: auto;
    margin: 10px 0 0;
    padding: 10%;
    text-align: center
}

.sec6 .left p {
    width: auto
}

@media(max-width: 767px) {
    .sec6 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .sec6 .left {
        margin-top: 0;
        padding: 10% 5%
    }
}

.cta {
    position: fixed;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    padding: 24px 60px;
    background: url(../img/bg_cv.jpg) no-repeat center/cover;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease-out;
    transition-property: opacity
}

.cta.-active {
    visibility: visible;
    opacity: 1
}

.cta__btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    min-height: 92px;
    padding: 8px 72px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-size: 200% auto;
    background-position: right center;
    transition: all .3s ease-out
}

.cta__btn:before,
.cta__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block
}

.cta__btn:before {
    left: 20px;
    width: 48px;
    height: 48px
}

.cta__btn:after {
    right: 20px;
    width: 28px;
    height: 28px;
    background: url(../img/ico_arrow.svg) no-repeat center/contain
}

.cta__btn:hover {
    background-position: left center
}

.cta__btn.-shiryou {
    margin-right: 40px;
    background-image: linear-gradient(to right, #3D71FF, #05E8D9 50%, #3D71FF)
}

.cta__btn.-shiryou:before {
    background: url(../img/ico_shiryou.svg) no-repeat center/contain
}

.cta__btn.-kengaku {
    background-image: linear-gradient(to right, #C11BFC, #FE7FB3 50%, #C11BFC)
}

.cta__btn.-kengaku:before {
    background: url(../img/ico_kengaku.svg) no-repeat center/contain
}

.cta__btn>span {
    display: block;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: clamp(4px, 1.8vw, 10px) clamp(16px, 3.3vw, 24px);
    white-space: nowrap;
    font-size: clamp(14px, 3vw, 18px);
    border: 2px solid #080e46;
    border-radius: 5px;
    top: -38px;
    left: 50%;
    translate: -50% 0;
    background-color: #fff;
    z-index: 999999;
    color: #080e46;
}

.cta__btn>span:before,
.cta__btn>span:after {
    content: "";
    -webkit-clip-path: polygon(50% 100%, 0 60%, 99% 60%);
    clip-path: polygon(50% 100%, 0 60%, 99% 60%);
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    translate: -50% 0;
    z-index: 99998;
}

.cta__btn>span:before {
    background-color: #080e46;
    bottom: -8px;
}

.cta__btn>span:after {
    background-color: #fff;
    bottom: -6px;
}

@media(max-width: 767px) {
    .cta {
        padding: 8px
    }

    .cta__btn {
        max-width: 280px;
        min-height: 56px;
        padding: 16px 32px 8px;
        font-size: 1.6rem
    }

    .cta__btn:before,
    .cta__btn:after {
        transform: translateY(calc(-50% + 4px))
    }

    .cta__btn:before {
        left: 4%;
        width: 24px;
        height: 24px
    }

    .cta__btn:after {
        right: 4%;
        width: 20px;
        height: 20px
    }

    .cta__btn.-shiryou {
        margin-right: 8px;
        font-size: 1.3rem;
    }

    .cta__btn>span {
        top: -24px;
        font-size: 1.1rem
    }

    .cta__btn>span:before,
    .cta__btn>span:after {}

    .cta__btn>span:before {}

    .cta__btn>span:after {}
}

/*# sourceMappingURL=maps/common_20240607.css.map */