@charset "UTF-8";
/* html5doctor.com Reset Stylesheetv1.6.1*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

:root {
    --zoom-level: 1;
    --base-pc: 1536;
    --base-sp: 414;
    --base-min: 768;
    --base-max: 1536;
    --pc-size: var(--base-pc);
    --sp-size: var(--base-sp);
    --clr-white: #fff;
    --clr-text: #222;
    --clr-or: #f08c37;
    --clr-pk: #f81f64;
    --clr-pu: #b097ec;
    --clr-border: #d9d9d9;
    --clr-bl: #3272cc;
    --clr-bl02: #e0eaf7;
    --clr-bl03: #c1d5f0;
    --clr-gr: #57cb9a;
    --clr-gr02: #eefaf5;
    --clr-gr03: #abe5cd;
    --clr-ye: #ffe868;
    --clr-ye02: #ffd900;
    --clr-bg-gy: #f5f4f3;

    --weight-1: 400;
    --weight-4: 700;
    --weight-5: 900;

    --duration-fast: 0.1s;
    --duration-base: 0.3s;
    --duration-slow: 0.6s;
    --duration-mv: 10s;
    --duration-story: 12s;
    --duration-title-05: 0.5s;
    --duration-title-1: 1s;
    --duration-title-2: 2s;
    --duration-title-3: 3s;
    --duration-career-1: 3s;
    --duration-graph-1: 2s;
    --duration-graph-2: 4s;
    --duration-graph-3: 8s;
    --duration-intro: 4s
}

body,html {
    min-height: 100%
}

html {
    color: #222;
    overflow-y: scroll;
}

@media screen and (max-width: 767.9px) {
    html {
        font-size:calc(100vw / calc(var(--base-sp)/ 100))
    }

    html[data-device=mobile] {
        font-size: calc(625% * calc(var(--sp-size)/ var(--base-sp)))
    }

    html[data-device=pc] {
        font-size: calc(calc(100vw * var(--zoom-level))/ calc(var(--base-sp)/ 100))
    }
}

@media screen and (min-width: 768px),print {
    html {
        font-size:calc(625% * calc(var(--base-min)/ var(--base-pc)))
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size:calc(calc(100vw * var(--zoom-level))/ calc(var(--base-pc)/ 100))
    }

    html[data-device=tablet] {
        font-size: calc(625% * calc(var(--pc-size)/ var(--base-pc)))
    }
}

@media screen and (min-width: 1536px),print {
    html {
        font-size:calc(625% * calc(var(--base-max)/ var(--base-pc)))
    }
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    word-break: normal;
}

body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

@media screen and (min-width: 768px),print {
    body {
        font-size:.16rem;
    }

    body.-pcMenu.-menuOpen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh
    }
}

@media screen and (max-width: 767.9px) {
    body {
        font-size:.14rem;
        line-height: 1.8
    }

    body.-menuOpen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh
    }
}

#main {
    display: block
}

a {
    color: #000;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

img {
    height: auto;
    line-height: 1;
    max-width: 100%;
    vertical-align: top
}
@media screen and (min-width: 768px),print {
    [style*="--widthPc"] {
        width:calc(var(--widthPc)/ 100 * 1rem)
    }
}

@media screen and (max-width: 767.9px) {
    [style*="--widthSp"] {
        width:calc(var(--widthSp)/ 100 * 1rem)
    }
}

@media screen and (min-width: 768px),print {
    .-pcItem {
        display:block
    }
}

@media screen and (max-width: 767.9px) {
    .-pcItem {
        display:none!important
    }
}

@media screen and (min-width: 768px),print {
    br.-pcItem {
        display:inline!important
    }
}

@media screen and (min-width: 768px),print {
    .-spItem {
        display:none!important
    }
}


@media screen and (max-width: 767.9px) {
    br.-spItem {
        display:inline!important
    }
}

@media screen and (max-width: 767.9px) {
    .-spItem {
        display:block
    }
}

@media print {
    body {
        width: 13.66rem;
        zoom:.8}

    .inview {
        opacity: 1!important
    }
}

#footer {
    padding-top: 1rem;
    background-color: white;

}

@media screen and (max-width: 768px),print {
#footer {
    padding-top: .5rem;
}
}

@media screen and (min-width: 768px),print {
    .w_b_content {
    background-color: #333333;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
}

.ContentArea {
    max-width: 1750px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.gaiyoubox table {
    border-collapse: collapse;
}

.gaiyoubox table tr td {
    padding: 5px;
    font-size: medium;
    line-height: 200%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #444;
}

.ContentArea h2 {
    text-align: center;
    font-size: 44px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.gaiyoubox a{
    color: #fff;
}

.ContentArea h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}
.gaiyoubox {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}

}
.copyright{
    background-color: #2a7aff;
    font-size: x-small;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#header {
    z-index: 999999;
    background-color: white;
    position: fixed;
    width: 100%;
}


@media screen and (min-width: 768px),print {
    .header__inner {
        display:flex;
        align-items: center;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

.header__logo img {
    width: 100%
}

.header__logo.-sp {
    display: none;
}

@media screen and (max-width: 767.9px) {
    .header__logo.-sp {
        position:fixed;
        top: 0;
        left: 0;
        z-index: 999
    }

    .-menuOpen .header__logo.-sp {
        display: block
    }
}

#header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transform: translateY(-100%);
    transition: var(--duration-slow) ease transform;
    background-color: var(--clr-white);
    padding-left: .4rem;
}

#header__fixed.-disp {
    transform: translateY(0);
}

@media screen and (min-width: 768px),print {
    #header__fixed .header__inner {
        align-items:center;
        gap: initial;
    }

    #header__fixed .header__logo {
        margin-bottom: 0;
    }

    #header__fixed .globalNaviWrap {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767.9px) {
    #header__fixed {
        display:none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
}

.globalNaviWrap {
    display: none;
}


@media screen and (min-width: 767.9px) {
    .globalNaviWrap {
        background-color:var(--clr-bg-gy);
        width: 100%;
        height: 100vh;
        max-height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        padding-bottom: 1rem;
        display: none
    }
}

@media screen and (max-width: 767.9px) {
    .globalNaviWrap {
        background-color:var(--clr-bg-gy);
        width: 100%;
        height: 100vh;
        max-height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        padding-bottom: 1rem;
        display: none
    }
}

@media screen and (max-width: 767.9px) {
    .globalNaviWrap {
        padding:.96rem .32rem .8rem
    }
}

    .-menuOpen .globalNaviWrap {
        display:block;
    }


@media screen and (min-width: 768px),print {
    .globalNavi {
        display:flex;
        background-color: var(--clr-white);
        border-bottom-left-radius: .24rem
    }
}

.globalNavi__otherLink .-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: var(--clr-white);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-4);
    line-height: var(--leading-6);
    letter-spacing: var(--tracking-3);
    position: relative;
    z-index: 100;
    height: 100%
}

@media screen and (min-width: 768px),print {
    .globalNavi__otherLink {
        position:relative;
        display: block;
    }

    .globalNavi__otherLink .-text {
        font-size: .21rem;
    }

    .globalNavi__otherLink .-small {
        font-size: .13rem;
        margin-top: -.05rem
    }
}

@media screen and (max-width: 767.9px) {
    .globalNavi__otherLink .-text {
        font-size:.22rem;
        color: black;
        text-align: center;
    }
}

.-spChangeToButton,button.globalNavi__listLink {
    font: inherit;
    width: 100%;
    text-align: left
}

.-hidden {
    overflow-x: clip
}


@media screen and (min-width: 768px),print {
    .inner {
        max-width:12.8rem;
        margin-inline:auto}
}

@media screen and (max-width: 767.9px) {
    .inner {
        padding:0 .32rem
    }
}

img.inview[loading=lazy] {
    opacity: 0;
    transition: opacity 1s
}

img.inview[loading=lazy].-inviewLazyLoaded {
    transition: opacity 1s;
    opacity: 1
}
.mv {
    position: relative;
    width: 100%
}

.mv__bg {
    position: fixed;
    z-index: -1;
    top: 16px;
    left: 0;
    width: 100%;
    height: 100vh
}

.mv__image {
    height: 100%
}

.mv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mv__image .splide__track {
    height: 100%
}

.mv__shadow {
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 9.82%,#000 204.29%);
    width: 100%
}

@media screen and (min-width: 768px),print {
    .mv__shadow {
        height:3.62rem
    }
}

@media screen and (max-width: 767.9px) {
    .mv__shadow {
        height:2.8rem
    }
}

.pager {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline:auto}

.pager ul {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: .16rem
}

.pager li {
    font-size: .16rem;
    font-weight: var(--weight-2);
    line-height: var(--leading-8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .059rem;
    position: relative
}

.pager li:not(:has(a))::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: .21rem;
    height: .01rem;
    background-color: var(--clr-text)
}

@media screen and (min-width: 768px),print {
    .pager li:not(:has(a))::before {
        bottom:.16rem
    }
}

@media screen and (max-width: 767.9px) {
    .pager li:not(:has(a))::before {
        bottom:.07rem
    }
}

.pager li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer
}

.pager .next,.pager .prev {
    display: inline-block;
    background-color: var(--clr-text);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: background-color var(--duration-base);
    cursor: pointer
}

@media screen and (min-width: 768px),print {
    .pager .next,.pager .prev {
        width:.56rem;
        height: .56rem
    }
}

@media screen and (max-width: 767.9px) {
    .pager .next,.pager .prev {
        width:.4rem;
        height: .4rem
    }
}

.pager .next::before,.pager .prev::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--clr-white);
    border-radius: 50%;
    transition: width var(--duration-base),background-color var(--duration-base)
}

.pager .next::after,.pager .prev::after {
    position: absolute;
    pointer-events: none;
    content: "";
    background-image: url(../img/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%
}

@media screen and (min-width: 768px),print {
    .pager .next::after,.pager .prev::after {
        width:.24rem;
        height: .24rem
    }
}

@media screen and (max-width: 767.9px) {
    .pager .next::after,.pager .prev::after {
        width:.1715rem;
        height: .1715rem
    }
}

@media (hover: hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .pager .next:hover,.pager .prev:hover {
        border:1px solid var(--clr-text);
        background-color: var(--clr-white)
    }

    .pager .next:hover::before,.pager .prev:hover::before {
        width: 100%
    }

    .pager .next:hover::after,.pager .prev:hover::after {
        background-image: url(../img/arrow_left_hover.svg);
        background-repeat: no-repeat;
        background-size: contain
    }
}

.pager .prev {
    margin-right: .16rem
}

.pager .prev::after {
    transform: translate(-50%,-50%)
}

.pager .next {
    margin-left: .16rem
}

.pager .next::after {
    transform: translate(-50%,-50%) rotate(180deg)
}

.pager .pager-dots::before {
    display: none
}

.topCategory {
    position: relative;
    background-color: var(--clr-white);
    z-index: 9999;
}

@media screen and (min-width: 768px),print {
    .topCategory {
        padding-top:1rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory {
        padding-top:.21rem
    }
}

.topCategory__icon {
    color: var(--clr-text);
    font-family: Poppins,"Noto Sans JP",sans-serif;
    position: relative
}

@media screen and (min-width: 768px),print {
    .topCategory__icon {
        font-size:.21rem;
        font-weight: var(--weight-2);
        line-height: var(--leading-1);
        letter-spacing: var(--tracking-1)
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__icon {
        font-size:.16rem
    }
}

.topCategory__icon::after {
    position: absolute;
    content: "";
    display: block;
    height: .01rem;
    background-color: var(--clr-border);
    right: 0;
    top: 50%;
    transform: translateY(50%)
}

@media screen and (min-width: 768px),print {
    .topCategory__icon.-stageIcon::after {
        width:11.41rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__icon.-stageIcon::after {
        width:2.5rem
    }
}

@media screen and (min-width: 768px),print {
    .topCategory__icon.-benefitsIcon::after {
        width:11.61rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__icon.-benefitsIcon::after {
        width:2.66rem
    }
}

@media screen and (min-width: 768px),print {
    .topCategory__icon.-companyIcon::after {
        width:11.39rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__icon.-companyIcon::after {
        width:2.49rem
    }
}

.topCategory__contents {
    position: relative;
    z-index: 9999
}

@media screen and (max-width: 767.9px) {
    .topCategory__contents:not(:last-of-type) {
        margin-bottom:.8rem
    }
}

@media screen and (min-width: 768px),print {
    .topCategory__contents.-benefits {
        margin-bottom:1.36rem
    }
}

.topCategory__top {
    display: flex
}

@media screen and (min-width: 768px),print {
    .topCategory__top {
        gap:.4rem;
        margin-top: .64rem;
        align-items: center
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__top {
        flex-direction:column;
        margin-top: .44rem;
        gap: .4rem
    }

    .topCategory__top_re{
        flex-direction: column-reverse;
    }
}

.topCategory__desc {
    display: flex;
    flex-direction: column;
    flex: 1
}

@-moz-document url-prefix() {
.topCategory__desc {
    display: block;

}
}

@media screen and (min-width: 768px),print {
    .topCategory__desc {
        gap:.64rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__desc {
        gap:.4rem
    }
}

.topCategory__descTitle {
    color: var(--clr-text);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
    line-height: var(--leading-2);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic
}

@media screen and (min-width: 768px),print {
    .topCategory__descTitle {
        font-size:.64rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__descTitle {
        font-size:.4rem
    }
}

.topCategory__descTitle .-or {
    color: var(--clr-or)
}

.topCategory__descTitle .-bl {
    color: var(--clr-bl)
}

.topCategory__descTitle .-gr {
    color: var(--clr-gr)
}

.topCategory__descTitle .-ye02 {
    color: var(--clr-ye02)
}

.topCategory__descTitle .-text {
    color: var(--clr-text)
}

.topCategory__descText {
    color: var(---clr-text);
    font-weight: var(--weight-2);
    line-height: var(--leading-7);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic
}

@media screen and (min-width: 768px),print {
    .topCategory__descText {
        font-size: .3rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        line-height: 1.5;
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__descText {
        font-size:.17rem;
        line-height: 1.7;
    }
}

.topCategory__descLink .link-wrap {
    display: inline-flex;
    align-items: center;
    gap: .12rem;
    font-size: .16rem;
    font-weight: var(--weight-2);
    line-height: var(--leading-3);
    text-decoration: none;
    border: 1px solid black;
    padding: 1px 40px;
    border-radius: 40px;
}

@media (hover: hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .topCategory__descLink .link-wrap:hover {
        text-decoration:underline;
        text-underline-offset: .07rem
    }

    .topCategory__descLink .link-wrap:hover .-arrow {
        background-color: var(--clr-white)
    }

    .topCategory__descLink .link-wrap:hover .-arrow::before {
        width: 100%
    }

    .topCategory__descLink .link-wrap:hover .-arrow::after {
        background-image: url(../img/arrow_left_hover.svg);
        background-repeat: no-repeat;
        background-size: contain
    }
}

.topCategory__descLink .-arrow {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: background-color var(--duration-base);
    cursor: pointer
}

@media screen and (min-width: 768px),print {
    .topCategory__descLink .-arrow {
        width:.56rem;
        height: .56rem
    }

@-moz-document url-prefix() {
    .topCategory__descLink{
       margin-top: 20px;
    }
}
}

@media screen and (max-width: 767.9px) {
    .topCategory__descLink .-arrow {
        width:.4rem;
        height: .4rem
    }
}

.topCategory__descLink .-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--clr-white);
    border-radius: 50%;
    transition: width var(--duration-base),background-color var(--duration-base)
}

.topCategory__descLink .-arrow::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_left_hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(180deg)
}

@media screen and (min-width: 768px),print {
    .topCategory__descLink .-arrow::after {
        width:.28rem;
        height: .28rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__descLink .-arrow::after {
        width:.18rem;
        height: .18rem
    }
}

@media screen and (min-width: 768px),print {
    .topCategory__image {
        width:6.4rem
    }
}

.topCategory__image img {
    width: 100%;
}

@media screen and (min-width: 768px),print {

        .topLead__headContent {
    position: sticky;
    z-index: 1000;
    top: 0;
    display: flex;
    align-items: end;
    height: 100svh;

}

    .topLead {
        --lead-title-height:5.46rem
    }
}

@media screen and (max-width: 767.9px) {
    .topLead {
        --lead-title-height:3.23rem
    }

    .topLead__headContent {
        margin-top: 10vh;
    height: 100svh;

}
}

@media screen and (min-width: 768px),print {
    .topLead__headContent {
        width:12.8rem;
        margin: 0 auto
    }
}

@media screen and (max-width: 767.9px) {
    .topLead__headContent {
        padding-left:.22rem;
        padding-right: .22rem;
        box-sizing: border-box;
    }
}

.topLead__headEmptyBlock {
    height: var(--lead-title-height)
}

.topLead__body {
    position: relative;
    z-index: 102;
}

@media screen and (min-width: 768px),print {
    .topLead__body {
        padding-bottom:1.6rem
    }
}

@media screen and (max-width: 767.9px) {
    .topLead__body {
        padding-bottom:.44rem
    }

    .topLead__body::before {
        top: -40%;
    }
}

.topLead__body::before {
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100% + var(--lead-title-height));
    background-color: white;
    background-image: url(../img/secret_bg.png);
    background-repeat: no-repeat;
    background-position: top 16px right;
    background-size: contain;
}

@media screen and (max-width: 767.9px) {
.topLead__body::before {
    background-color: white;
    background-image: url(../img/secret_bg_sp.png);
    background-repeat: no-repeat;
    background-position: top 16px right;
    background-size: contain;
}
}

.topLead__bodyText {
    color: var(--clr-white);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    position: relative;
    z-index: 99
}

@media screen and (min-width: 768px),print {
    .topLead__bodyText {
        padding-top:.4rem;
        font-size: .32rem;
        line-height: var(--leading-8)
    }
}

    @-moz-document url-prefix() {
@media screen and (min-width: 768px),print {
    .topLead__bodyText {
        padding-top:0rem;

    }
}
    }

@media screen and (max-width: 767.9px) {
    .topLead__bodyText {
        font-size:.21rem;
        line-height: var(--leading-7);
        padding-top: .08rem
    }
}

@media screen and (min-width: 768px),print {
    .topLead__bodyInner {
        max-width:12.8rem;
        margin: 0 auto
    }
}

@media screen and (max-width: 767.9px) {
    .topLead__bodyInner {
        padding:0 .32rem
    }
}

.topLead__title {
    z-index: 10
}

.topLead__titleHead {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow-x: clip
}

.topLead__titleHeadMask {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: url(#svgTitle);
    pointer-events: none
}

.topLead__titleMain {
    color: var(--clr-white);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
    line-height: var(--leading-1);
    letter-spacing: var(--tracking-0-5);
    white-space: nowrap
}

@media screen and (min-width: 768px),print {
    .topLead__titleMain {
        font-size:1.2rem;
  color: #000;
        display: none;
}

.shadow-text {
    display: block;
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     0  0 2px #fff;
}
}

@media screen and (max-width: 767.9px) {
    .topLead__titleMain {
        font-size:.40rem
    }
}

.topMember {
    position: relative
}

@media screen and (min-width: 768px),print {
    .topMember {
        padding-top:1.12rem;
        margin-bottom: -1.62rem
    }
}

@media screen and (max-width: 767.9px) {
    .topMember {
        margin:0 .2rem -1.04rem
    }
}

@media screen and (min-width: 768px),print {
    .topMember .splide__slide {
        display:flex;
        align-items: flex-end;
        justify-content: end;
    }
}

@media screen and (min-width: 768px),print {

    .topMember .splide__slide.-num01 .topMember__slideLink:nth-of-type(1) .topMember__slideWrap {
        left: .8rem
    }


    .topMember .splide__slide.-num01 .topMember__slideLink:nth-of-type(2) .topMember__image {
        width: 2.34rem
    }

    .topMember .splide__slide.-num01 .topMember__slideLink:nth-of-type(3) .topMember__image {
        width: 3rem
    }

    .topMember .splide__slide.-num01 .topMember__slideLink:nth-of-type(3) .topMember__image::after {
     
        top: .42rem;
        background-image: url(img/img_top_member06.webp);
        background-repeat: no-repeat;
        background-size: contain;
        width: 3.4rem;
        height: 6.5rem
    }

    .splide__list__end{
        justify-content: end;
    }
}

@media screen and (max-width: 767.9px) {
    .topMember .splide__slide.-num01.is-active .topMember__image::after {
        opacity:1
    }
}

@media screen and (max-width: 767.9px) {
    .topMember .splide__slide.-num01 .topMember__image::after {
        transition:opacity var(--duration-graph-2) ease;
        right: -.1rem;
        top: -.25rem;
        background-image: url(img/img_top_member04@sp.webp);
        background-repeat: no-repeat;
        background-size: contain;
        width: 3.74rem;
        height: 4.86rem
    }
}

@media screen and (min-width: 768px),print {
    .topMember .splide__slide.-num02 {
        padding-left:.31rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(1) {
        margin-right: .19rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(1) .topMember__image {
        width: 2.25rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(1) .topMember__slideWrap {
        left: .4rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(2) {
        margin-right: .4rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(2) .topMember__image {
        width: 2.7rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(2) .topMember__slideWrap {
        left: .8rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(3) .topMember__image {
        width: 3.15rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(3) .topMember__image::after {
        right: -.64rem;
        top: .17rem;
        background-image: url(img/img_top_member05.webp);
        width: 3.2rem;
        height: 5.7rem;
        background-repeat: no-repeat;
        background-size: contain
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(3) .topMember__slideWrap {
        bottom: 1.3rem;
        left: .25rem
    }

    .topMember .splide__slide.-num02 .topMember__slideLink:nth-of-type(3) .topMember__slideText {
        display: inline
    }
}

@media screen and (max-width: 767.9px) {
    .topMember .splide__slide.-num02.is-active .topMember__image::after {
        opacity:1
    }
}

@media screen and (max-width: 767.9px) {
    .topMember .splide__slide.-num02 .topMember__image::after {
        transition:opacity var(--duration-graph-2) ease;
        right: -.16rem;
        top: -.2rem;
        background-image: url(img/img_top_member05@sp.webp);
        width: 3.74rem;
        height: 4.86rem;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media screen and (min-width: 768px),print {
    .topMember .splide__slide.-num03 {
        padding-left:.39rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(1) {
        margin-right: .25rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(1) .topMember__image {
        width: 2.34rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(1) .topMember__slideWrap {
        left: .4rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(2) {
        margin-right: .38rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(2) .topMember__image {
        width: 2.25rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(2) .topMember__slideWrap {
        left: .2rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(3) .topMember__image {
        width: 3.53rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(3) .topMember__image::after {
        right: -.5rem;
        top: .27rem;
        background-image: url(img/img_top_member04.webp);
        width: 4rem;
        height: 5.7rem;
        background-repeat: no-repeat;
        background-size: contain
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(3) .topMember__slideWrap {
        bottom: 1.3rem;
        left: .9rem
    }

    .topMember .splide__slide.-num03 .topMember__slideLink:nth-of-type(3) .topMember__slideText {
        display: inline
    }
}

@media screen and (max-width: 767.9px) {
    .topMember .splide__slide.-num03.is-active .topMember__image::after {
        opacity:1
    }
}

@media screen and (max-width: 767.9px) {
    .topMember .splide__slide.-num03 .topMember__image::after {
        transition:opacity var(--duration-graph-2) ease;
        right: -.32rem;
        top: -.2rem;
        background-image: url(img/img_top_member06@sp.webp);
        width: 3.74rem;
        height: 4.86rem;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media screen and (max-width: 767.9px) {
    .topMember .splide__slide.is-prev .topMember__image::after {
        transition:none
    }
}

.topMember .splide:not(.is-overflow) .splide__pagination {
    display: inline-flex
}

.topMember .splide__pagination {
    position: relative;
    display: inline-flex;
    gap: .16rem
}

@media screen and (min-width: 768px),print {
    .topMember .splide__pagination {
        left:-3.4rem;
        top: -2.05rem
    }

.youtube{
    background-color: white;
    margin-bottom: 240px;
}
    .youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 1097px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  background-color: white;
}

.youtube-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin-top: 180px;
}

}

@media screen and (max-width: 767.9px) {
    .topMember .splide__pagination {
        position:absolute;
        top: -5.9rem;
        left: 2.4rem;
        bottom: 0
    }
}

.topMember .splide__pagination__page {
    background: var(--clr-white);
    border: 1px solid var(--clr-text);
    opacity: 1;
    margin: 0;
    width: .12rem;
    height: .12rem
}

.topMember .splide__pagination__page.is-active {
    background: var(--clr-text);
    transform: scale(1);
    display: none;
}

.topMember__inner {
    border-radius: .24rem;
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 768px),print {
    .topMember__inner {
        max-width:13.76rem;
        margin-inline:auto;height: 6.02rem
    }
}

.topMember__inner::before {
    content: "";
    width: 100%;
    background-color: var(--clr-ye02);
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 768px),print {
    .topMember__inner::before {
        height:4.2rem;
        border-radius: .24rem .24rem 0 0
    }
}

.topCategory__member {
    position: relative;
    z-index: 99
}

@media screen and (min-width: 768px),print {
    .topCategory__member {
        padding-left:4.12rem;
        gap: .04rem;
        height: 6.02rem
    }
}

@media screen and (max-width: 767.9px) {
    .topCategory__member {
        display:flex;
        flex-direction: column;
        background-color: var(--clr-ye02);
        gap: .10rem;
        border-radius: .24rem
    }
}

@media screen and (min-width: 768px),print {
    .topMember__desc {
        gap: .3rem;
        margin-bottom: .2rem;
        margin-left: .88rem;
        position: absolute;
        left: 0;
        bottom: 0
    }
}

@media screen and (max-width: 767.9px) {
    .topMember__desc {
        padding:.26rem .32rem 0
    }
}

.topMember__desc .topCategory__descText {
    white-space: nowrap
}

.topMember__icon {
    color: var(--clr-text);
    font-family: Poppins,"Noto Sans JP",sans-serif;
    position: relative
}

@media screen and (min-width: 768px),print {
    .topMember__icon {
        font-size:.21rem;
        font-weight: var(--weight-2);
        line-height: 1.5 !important;
    }
}

@media screen and (max-width: 767.9px) {
    .topMember__icon {
        font-size:.16rem
    }
}


@media screen and (min-width: 768px),print {
    .topMember__title {
        padding-top:.24rem
    }
}

.topMember__title .-wh {
    color: var(--clr-white)
}

@media screen and (min-width: 768px),print {
    .topMember__link {
        margin-top:.52rem
    }
}

@media screen and (min-width: 768px),print {
    .topMember__slide {
        bottom:0;
        height: 6.02rem
    }
}

@media screen and (max-width: 767.9px) {
    .topMember__slide {
        bottom:-.06rem
    }
}

.topMember__slideLink {
    position: relative;
    display: block;
    text-decoration: none
}

.topMember__image {
    position: relative
}

@media screen and (max-width: 767.9px) {
    .-num01 .topMember__image {
        width:3.53rem;
        margin-inline:auto}
}

@media screen and (min-width: 768px),print {
    .-num02 .topMember__image {
        width:2.42rem
    }
}

@media screen and (max-width: 767.9px) {
    .-num02 .topMember__image {
        width:3.41rem;
        margin-inline:auto}
}

@media screen and (min-width: 768px),print {
    .-num03 .topMember__image {
        width:2.34rem
    }
}

@media screen and (max-width: 767.9px) {
    .-num03 .topMember__image {
        /* width:3.11rem; */
        margin-inline:auto}
}

.topMember__image img {
    width: 100%;
    position: relative
}

.topMember__image::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-right-radius: .24rem;
    z-index: -1
}

@media screen and (max-width: 767.9px) {
    .topMember__image::after {
        opacity:0;
        transition: opacity var(--duration-graph-1) ease
    }
}

.topMember__slideWrap {
    position: absolute;
    z-index: 999
}

@media screen and (min-width: 768px),print {
    .topMember__slideWrap {
        bottom:.3rem;
        left: .4rem
    }
}

@media screen and (max-width: 767.9px) {
    .-num01 .topMember__slideWrap {
        bottom:.5rem;
        left: .8rem
    }

    .-num02 .topMember__slideWrap {
        bottom: .4rem;
        left: .6rem
    }

    .-num03 .topMember__slideWrap {
        bottom: .4rem;
        left: .9rem
    }
}

.topMember__slideLabel {
    color: var(--clr-or);
    font-size: .16rem;
    font-weight: var(--weight-2);
    line-height: var(--leading-8);
    background-color: var(--clr-white);
    border-radius: .13rem;
    display: inline-block;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    padding: .061rem .114rem;
    border: 1px solid var(--clr-or)
}

.topMember__slideMeta {
    color: var(--clr-text);
    font-size: .12rem;
    font-weight: var(--weight-2);
    line-height: var(--leading-8);
    background-color: var(--clr-white);
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: .08rem;
    margin-bottom: .24rem;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    padding: .066rem .138rem;
    white-space: nowrap
}

.topMember__slideText {
    color: var(--clr-text);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
    letter-spacing: var(--tracking-1);
    line-height: var(--leading-5);
    white-space: nowrap
}

@media screen and (min-width: 768px),print {
    .topMember__slideText {
        font-size:.24rem;
        position: absolute;
        top: 20%;
        left: 20%;
    }
}

@media screen and (max-width: 767.9px) {
    .topMember__slideText {
        font-size:.21rem
    }
}

.topMember__slideText .-point {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    display: inline-block;
    background-color: var(--clr-white)
}

@media screen and (min-width: 768px),print {
    .topMember__slideText .-point {
        padding:.082rem .04rem
    }

    .topMember__slideText .-point:not(:first-of-type) {
        margin-top: .04rem
    }
}

@media screen and (max-width: 767.9px) {
    .topMember__slideText .-point {
        padding:.078rem .04rem
    }

    .topMember__slideText .-point:not(:first-of-type) {
        margin-top: .04rem
    }
}

.topMember__track {
    overflow: visible!important;
    overflow-x: clip!important
}

@media screen and (min-width: 768px),print {
    .topMember__track {
        bottom:-18%;
    }
}

@media screen and (max-width: 767.9px) {
    .topMember__slidePc {
        display:none
    }
}

    .topLead__bodyText__main {
        font-size: 1.2rem;
         position: relative;
  display: inline-block;
  color: black;
   z-index: 1005;
  text-shadow:
   -2px -2px 0 #fff,
   2px -2px 0 #fff,
  -2px  2px 0 #fff,
   2px  2px 0 #fff,
   0  0 2px #fff;
    }

        .topLead__bodyText__main1 {
            margin-top: -100px;
    }

        .topLead__bodyText__main2 {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: var(--weight-4);
        font-size: .25rem;
         position: relative;
  display: inline-block;
  color: black;
  line-height: 1.6;
  margin-top: 24px;
  z-index: 1005;
    }

    .topLead__bodyText__mainhirose{
      color: #ff3d3d;
    }

        .topLead__bodyText__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;         
  width: 100%;
  height: 0.6em;          
  background: #fff100;     
  z-index: -1;
    }


    @media screen and (max-width: 767.9px) {
.topLead__bodyText__main{
    font-size: clamp(15px,8vw,32px);
    display: table;
}

    }

    @-moz-document url-prefix() {

        @media screen and (min-width: 768px),print {
        .topLead__bodyText__main::after {

  bottom: -0.01em;         

    }
        }
    }


.topStory {
    position: relative;
    background-color: #eee9da;
    background-image: url(../img/curry_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    overflow-x: clip;
    z-index: 9999;
}

@media screen and (min-width: 768px),print {
    .topStory {
        padding-bottom: 1.2rem;
        padding-top: 1.4rem;
    }
}

@media screen and (max-width: 767.9px) {
    .topStory {
        padding-bottom:.6rem;
        padding-top:.54rem;
    }
}

.topStory__title {
    color: var(--clr-text);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
    line-height: var(--leading-2);
    text-align: center;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    position: relative;
    z-index: 100;
    padding-top: .1rem
}

@media screen and (min-width: 768px),print {
    .topStory__title {
        font-size:.72rem;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__title {
        font-size:clamp(.2rem,8vw,.3rem);
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

.topStory__title .-point {
    color: var(--clr-white)
}

.topStory__text {
    color: var(--clr-text);
    font-weight: var(--weight-2);
    line-height: var(--leading-7);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic
}

@media screen and (min-width: 768px),print {
    .topStory__text {
        text-align:center;
        font-size: .21rem;
        margin-top: .64rem
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__text {
        margin-top:.4rem;
        font-size: .17rem;
        padding: 0 .32rem
    }
}

.topStory__text .-point {
    color: var(--clr-white);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5)
}

.topStory__contentIcon {
    position: absolute;
    animation: storyCircle var(--duration-story) linear infinite
}

@media screen and (min-width: 768px),print {
    .topStory__contentIcon {
        right:-3.9rem;
        top: -1.8rem;
        width: 3rem;
        height: 3rem;
        z-index: 999
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__contentIcon {
        width:2rem;
        height: 2rem;
        right: -.45rem;
        top: -.504rem
    }
}

.topStory__content {
    position: relative
}

@media screen and (min-width: 768px),print {
    .topStory__content {
        max-width:19.4rem;
        margin: 1.44rem auto 0;
        overflow-x: clip
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__content {
        margin-top:.56rem;
        padding: 0 .32rem
    }
}

.topStory__content .splide:not(.is-overflow) .splide__pagination {
    display: flex
}

@media screen and (min-width: 768px),print {
    .topStory__content .splide {
        margin-left:auto;
        margin-right: auto;
        max-width: calc(5.4rem + (1.6rem * 2));
        padding: 0 1.6rem
    }
}

.topStory__content .splide__track {
    overflow: visible
}

@media screen and (max-width: 767.9px) {
    .topStory__content .splide__list {
        padding-bottom:1.5rem
    }
}

@media screen and (min-width: 768px),print {
    .topStory__content .splide__slide {
        z-index:1;
        transition: transform var(--duration-slow),opacity var(--duration-slow);
    }

    .topStory__content .splide__slide.is-active {
        z-index: 10;
        transform: translateY(-.4rem)
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__content .splide__slide {
        width:3.5rem;
        margin-right: .32rem;
        padding-bottom: 1.5rem
    }
}

.topStory__content .splide__arrows {
    display: flex;
    position: absolute;
    width: 3.44rem;
    left: 50%;
    justify-content: space-between;
    transform: translateX(-50%)
}

.topStory__content .splide__arrows svg {
    display: none
}

@media screen and (min-width: 768px),print {
    .topStory__content .splide__arrows {
        bottom:-.24rem
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__content .splide__arrows {
        bottom:-.15rem
    }
}

.topStory__content .splide__pagination {
    position: initial;
    gap: .16rem
}

@media screen and (min-width: 768px),print {
    .topStory__content .splide__pagination {
        margin-top:.78rem
    }
}

.topStory__content .splide__arrow {
    position: relative;
    background: black;
    opacity: 1;
    transform: none;
    border: .01rem solid black;
    overflow: hidden;
    transition: background-color var(--duration-base)
}

@media screen and (min-width: 768px),print {
    .topStory__content .splide__arrow {
        width:.56rem;
        height: .56rem;
        top: -4px;
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__content .splide__arrow {
        width:.4rem;
        height: .4rem
    }
}

.topStory__content .splide__arrow.splide__arrow--next::after {
    transform: translate(-50%,-50%) rotate(180deg)
}

.topStory__content .splide__arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--clr-white);
    border-radius: 50%;
    transition: width var(--duration-base)
}

.topStory__content .splide__arrow::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media screen and (min-width: 768px),print {
    .topStory__content .splide__arrow::after {
        width:.24rem;
        height: .24rem
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__content .splide__arrow::after {
        width:.1715rem;
        height: .1715rem
    }
}

.topStory__content .splide__arrow.splide__arrow--prev {
    left: 0
}

.topStory__content .splide__arrow.splide__arrow--next {
    right: 0
}

@media (hover: hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .topStory__content .splide__arrow:hover {
        border:1px solid var(--clr-text);
        background-color: var(--clr-white)
    }

    .topStory__content .splide__arrow:hover::before {
        width: 100%
    }

    .topStory__content .splide__arrow:hover::after {
        background-image: url(../img/arrow_left_hover.svg);
            background-repeat: no-repeat;
        background-size: contain
    }
}

.topStory__content .splide__arrow--prev {
    left: 7rem
}

.topStory__content .splide__pagination__page.is-active {
    background: chocolate;
    transform: scale(1)
}

@media screen and (min-width: 768px),print {
    .topStory__image {
        width:100%;
        height: 100%;
        overflow: hidden
    }
}

.topStory__image img {
    width: 100%;
}


.topStory__desc {
    background: rgba(94,42,0,.8);
    -webkit-backdrop-filter: blur(.08rem);
    backdrop-filter: blur(.08rem);
    position: absolute;
    left: 25%;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration-title-2) linear
}

@media screen and (min-width: 768px),print {
    .topStory__desc {
        min-width:4.12rem;
        right: -1.55rem;
        bottom: .8rem;
        padding: .56rem .32rem .4rem;

    }
}

@media screen and (max-width: 767.9px) {

    .topStory__splide, 
.splide__track, 
.splide__list, 
.splide__slide {
    touch-action: pan-y !important;
    -ms-touch-action: pan-y !important;
}


    .topStory__desc {
background: rgba(94, 42, 0, .6);
        padding: .14rem 0.12rem .14rem;
        right: -.1rem;
        bottom: .4rem;
       left: -0.2rem;
       transition: opacity var(--duration-title-05) linear;
    }
}

.topStory__desc.is-visible {
    opacity: 1;
    pointer-events: auto
}

.splide__slide.is-active .topStory__desc {
    opacity: 1
}

.splide__slide.is-prev .topStory__desc {
    transition: none
}

.topStory__descInner {
    position: relative;
    z-index: 99
}

.topStory__descNum {
    color: var(--clr-bg-gy);
    letter-spacing: var(--tracking-1);
    font-family: Poppins,"Noto Sans JP",sans-serif;
    font-weight: var(--weight-4);
    line-height: var(--leading-1);
    position: absolute;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
      text-shadow:
    -2px -2px 0 #5e2a00,
     2px -2px 0 #5e2a00,
    -2px  2px 0 #5e2a00,
     2px  2px 0 #5e2a00;
}

@media screen and (min-width: 768px),print {
    .topStory__descNum {
        font-size: 0.75rem;
        left: 0;
        top: -.86rem;
    }

    @-moz-document url-prefix() {
    .topStory__descNum {
        top: -1.2rem;
    }
    }


        .topStory__descNum__min {
        font-size:0.3rem;
    }

    #risk {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}
}

@media screen and (max-width: 767.9px) {

     #risk{
        margin-top: 24px;
     }
    .topStory__descNum {
        font-size:clamp(18px,6vw,32px);
       margin-bottom: 14px;
       position: static;
       text-shadow: none;
    }

        #risk {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
}

}

.topStory__descText {
    color: var(--clr-text);
    font-weight: var(--weight-2);
    line-height: var(--leading-8);
    display: flex;
    align-items: baseline
}

@media screen and (min-width: 768px),print {
    .topStory__descText {
        gap:.12rem;
        margin-bottom: .2rem
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__descText {
        gap:.105rem;
        margin-bottom: .16rem
    }
}

.topStory__descText .-job {
    font-size: .12rem;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: white;
}

.topStory__descText .-name {
    font-size: .16rem;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: white;
}

.topStory__descTitel {
    color: var(--clr-white);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
    line-height: var(--leading-5);
    letter-spacing: var(--tracking-1);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic
}

@media screen and (min-width: 768px),print {
    .topStory__descTitel {
        font-size:.24rem
    }
}

@media screen and (max-width: 767.9px) {
    .topStory__descTitel {
        font-size:.2rem
    }
}
