.c-blanktab-link {
    width: max-content;
    color: #009ce5
}

.c-blanktab-link a {
    transition: 0.2s ease;
    line-height: 1.5
}

.c-blanktab-link a svg {
    margin: 0 8px;
    position: relative
}

.c-blanktab-link a svg path {
    transition: 0.3s ease
}

@media (any-hover:hover) {
    .c-blanktab-link a:hover {
        color: #005bac
    }

    .c-blanktab-link a:hover svg path {
        stroke: #005bac
    }
}

.l-heading-sec {
    margin-top: 1.125rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

@media screen and (min-width:768px) {
    .l-heading-sec {
        margin-top: 1.5rem;
        margin-right: 2.5rem;
        margin-left: 2.5rem
    }
}

@media screen and (min-width:1024px) {
    .l-heading-sec {
        margin-top: 2.5rem;
        margin-right: auto;
        margin-left: auto;
        max-width: 79rem
    }
}

.p-breadcrumb-item {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    color: #000
}

.p-breadcrumb-item--svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle
}

.c-breadcrumb-link {
    display: block;
    position: relative;
    color: #8d97a1
}

.u-common-heading {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

@media screen and (min-width:1024px) {
    .u-common-heading {
        font-size: 3rem;
        margin-right: auto;
        margin-left: auto;
        max-width: 79rem
    }
}

.c-breadcrumb-link {
    display: block;
    position: relative;
    color: #8d97a1
}

.c-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem
}

@media screen and (min-width:768px) {
    .c-breadcrumb-list {
        margin-bottom: 2rem
    }
}

@media screen and (min-width:1024px) {
    .c-breadcrumb-list {
        margin-bottom: 3rem
    }
}

.u-common-caption {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff
}

@media screen and (max-width:767px) {
    .u-common-caption {
        margin-top: 10px;
        font-size: 12px
    }

    .u-common-subheading {
        margin-bottom: 16px;
        font-size: 18px
    }
}

.p-content-sec {
    padding-bottom: 120px
}

.c-content-txt {
    padding-bottom: 40px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2;
    word-wrap: break-word
}

.c-content-txt a {
    color: #009ce5;
    text-decoration: underline;
    transition: 0.2s ease
}

.c-content-txt a:hover {
    color: #005bac
}

.c-content-dict-list {
    list-style: disc;
    padding-left: 1.5em
}

.c-content-anchor {
    color: #009ce5
}

@media screen and (max-width:767px) {
    .p-content-sec {
        padding-bottom: 80px
    }

    .c-content-txt {
        padding-bottom: 24px;
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 1.8
    }
}

body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

body>* {
    width: 100%
}

main {
    flex: 1
}

.p-feature__movie-wrap2 {
    position: relative;
    text-align: center;
    padding-bottom: 10px
}