b.jpn{ font-family: 'LINEseedJP'; font-weight: 400; }
@media screen and (max-width: 820px){
    br.none{ display: none; }
}

._s._story{ width: 100%; position: relative; overflow: hidden; }
._s._story ._cont{ position: relative; }
._s._story ._cont .obj{ position: absolute; border-radius: 50%; border: 1px solid #000; box-sizing: border-box; }
._s._story ._cont .obj._1{ top: -205px; right: -5%; width: 470px; height: 470px; border-color: rgba(24, 94, 237, 0.5); animation: dot1 1.5s infinite ease-in-out alternate; }
._s._story ._cont .obj._2{ top: -215px; right: -7%; width: 470px; height: 470px; border-color: rgba(24, 94, 237, 1); background-color: #185eed; animation: dot1 2s infinite ease-in-out alternate-reverse; }
._s._story ._cont .obj._3{ bottom: 290px; left: calc(240 / 1920 * 100%); width: 80px; height: 80px; border-color: rgba(24, 94, 237, 1); animation: dot2 1.2s infinite ease-in-out alternate; }
._s._story ._cont .obj._4{ bottom: -110px; left: calc(-80 / 1920 * 100%); width: 385px; height: 385px; background-color: rgba(24, 94, 237, 0.2); border-color: rgba(24, 94, 237, 0); animation: dot1 2s infinite ease-in-out alternate-reverse; }

@keyframes dot1{
    0%{ transform: translate(10px, 10px); }
    100%{ transform: translate(0, 0); }
}

@keyframes dot2{
    0%{ transform: translate(0, 10px); }
    100%{ transform: translate(0, 0); }
}

._s._story .copy{ font-size: 40px; letter-spacing: -0.025em; font-weight: 600; line-height: 1.4; display: flex; flex-direction: column; align-items: flex-start; word-break: keep-all; }
._s._story .copy h2{ margin-top: 13px; display: inline; position: relative; background: linear-gradient(90deg, #000 0, rgba(0,0,0,0.1) 0); -webkit-background-clip: text !important; -webkit-text-fill-color: transparent; }
._s._story .copy h2:first-of-type{ margin-top: 0; }

._s._story .center{ width: 100%; max-width: 1080px; margin: 0 auto; margin-top: 80px; word-break: keep-all; }
._s._story .center .lists{ display: flex; align-items: center; border-radius: 20px; overflow: hidden; background-color: #f5f5f5; padding: 60px 145px; box-sizing: border-box; justify-content: space-between; }
._s._story .center .lists li{ text-align: center; }
._s._story .center .lists li em{ font-size: 20px; letter-spacing: -0.025em; color: #777777; }
._s._story .center .lists li p{ font-size: 40px; letter-spacing: -0.025em; margin-top: 15px; font-weight: 600; }
._s._story .center .lists li i{ color: #15c3bd; font-size: 20px; margin: 0 -0.25em; animation: arrows .6s ease-in-out infinite alternate-reverse; }
._s._story .center .lists li i:nth-of-type(2){ animation-delay: 0.2s; }
._s._story .center .lists li i:nth-of-type(3){ animation-delay: 0.4s; }

@keyframes arrows {
    0%{ opacity: 0.2; }
    100%{ opacity: 1; }
}

._s._story .center .txtbx{ text-align: center; font-size: 24px; letter-spacing: -0.025em; margin-top: 90px; color: #444444; line-height: calc(46 / 24); }
._s._story .center .txtbx p{ margin-bottom: 80px; }
._s._story .center .txtbx p span{ font-weight: 600; color: #000; }
._s._story .center .txtbx > strong{ font-size: 40px; letter-spacing: -0.025em; font-weight: 600; color: #000; display: block; }


@media screen and (max-width: 1280px){
    ._s._story ._cont .obj._1{ width: 350px; height: 350px; }
    ._s._story ._cont .obj._2{ width: 350px; height: 350px; }
    ._s._story ._cont .obj._3{ width: 60px; height: 60px; bottom: 200px; left: calc(300 / 1920 * 100%); }
    ._s._story ._cont .obj._4{ width: 280px; height: 280px; }

    ._s._story .copy{ font-size: 30px; }
    ._s._story .copy h2{ margin-top: 7px; }
    ._s._story .center{ margin-top: 50px; }
    ._s._story .center .lists{ padding: 60px 10%; }
    ._s._story .center .lists li em{ font-size: 16px; }
    ._s._story .center .lists li p{ font-size: 30px; margin-top: 10px; }

    ._s._story .center .txtbx{ font-size: 20px; margin-top: 60px; }
    ._s._story .center .txtbx p{ margin-bottom: 40px; }
    ._s._story .center .txtbx > strong{ font-size: 30px; }
}

@media screen and (max-width: 820px){
    ._s._story ._cont .obj._1{ width: 260px; height: 260px; top: -130px; }
    ._s._story ._cont .obj._2{ width: 260px; height: 260px; top: -135px; }
    ._s._story ._cont .obj._3{ width: 40px; height: 40px; bottom: 180px; }
    ._s._story ._cont .obj._4{ width: 200px; height: 200px; bottom: -70px; left: -90px; }

    ._s._story .copy{ font-size: 24px; }
    ._s._story .center{ margin-top: 30px; }
    ._s._story .center .lists{ padding: 40px 5%; }
    ._s._story .center .lists li em{ font-size: 14px; }
    ._s._story .center .lists li p{ font-size: 24px; margin-top: 5px; }
    ._s._story .center .lists li i{ font-size: 16px; }
    
    ._s._story .center .txtbx{ font-size: 16px; }
    ._s._story .center .txtbx > strong{ font-size: 24px; }
}

@media screen and (max-width: 500px){
    ._s._story ._cont .obj._1{ width: 200px; height: 200px; top: -100px; }
    ._s._story ._cont .obj._2{ width: 200px; height: 200px; top: -105px; }
    ._s._story ._cont .obj._3{ width: 40px; height: 40px; bottom: 180px; }
    ._s._story ._cont .obj._4{ width: 200px; height: 200px; bottom: -70px; left: -90px; }

    ._s._story .copy{ font-size: 20px; }
    ._s._story .center .lists{ flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 200px; margin: 0 auto; }
    ._s._story .center .lists li:nth-of-type(2n){ transform: rotate(90deg); padding: 20px 0; }
    ._s._story .center .txtbx{ margin-top: 40px; font-size: 14px; }
    ._s._story .center .txtbx > strong{ font-size: 20px; }
}



._s._story .copy h2.blue{ -webkit-background-clip: unset; -webkit-text-fill-color: unset; color: #000; background: none; }
._s._story .copy h2.blue span{ background: linear-gradient(90deg, #185eed 1%, #000 1%); -webkit-background-clip: text !important; -webkit-text-fill-color: transparent; }
._s._story .copy h2.blue span.navy{ background: linear-gradient(90deg, #292c6f 1%, #000 1%) }

._s._story .i_table{ width: calc(100% + 30px); margin: 0 -15px; margin-top: 90px; word-break: keep-all; }
._s._story .wrap > p{ font-size: 14px; letter-spacing: -0.025em; text-align: right; display: none; }
._s._story .i_table table{ width: 100%; table-layout: fixed; }
._s._story .i_table table tr th{ padding: 20px 15px; }
._s._story .i_table table tr th .inn{ font-size: 20px; font-weight: 600; letter-spacing: -0.025em; color: #fff; padding: 24px 0; box-sizing: border-box; text-align: center; border-radius: 18px; }
._s._story .i_table table tr th .inn.b1{ background-color: #185eed; }
._s._story .i_table table tr th .inn.b2{ background-color: #292c6f; }

._s._story .i_table table tr td{ padding: 0 15px; color: #444444; font-size: 18px; letter-spacing: -0.025em; font-weight: 500; line-height: calc(32 / 18); vertical-align: middle; }
._s._story .i_table table tr td .inn{ border: 1px solid #e5e5e5; box-sizing: border-box; width: 100%; height: 100%; padding: 25px 20px; text-align: center; border-bottom: none;  display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
._s._story .i_table table tr td .inn strong{ font-weight: 700; color: #000; margin-left: 0.3em; }
._s._story .i_table table tr.top td .inn{ border-radius: 18px 18px 0 0; }
._s._story .i_table table tr.bottom td .inn{ border-radius: 0 0 18px 18px; border-bottom: 1px solid #e5e5e5; }

._s._story .i_table table tr td .inn.g_{ background-color: #f5f5f5; }

@media screen and (max-width: 1280px){
    ._s._story .i_table{ margin: 0 -5px; width: calc(100% + 10px); margin-top: 50px; }
    ._s._story .i_table table tr th{ padding: 10px 5px; }
    ._s._story .i_table table tr th .inn{ font-size: 18px; padding: 15px 10px; border-radius: 12px; }
    ._s._story .i_table table tr td{ font-size: 16px; padding: 0 5px; }
    ._s._story .i_table table tr td .inn{ padding: 15px 10px; }
    ._s._story .i_table table tr.top td .inn{ border-radius: 12px 12px 0 0; }
    ._s._story .i_table table tr.bottom td .inn{ border-radius: 0 0 12px 12px; }
}

@media screen and (max-width: 820px){
    ._s._story .i_table{ overflow-x: auto; overflow-y: hidden; }
    ._s._story .i_table table{ min-width: 540px; }
    ._s._story .i_table table colgroup col:first-of-type{ width: 130px; }

    ._s._story .i_table table tr th{ padding: 10px 5px; }
    ._s._story .i_table table tr th .inn{ font-size: 14px; }
    ._s._story .i_table table tr td{ font-size: 14px; flex-direction: column; }
    ._s._story .i_table table tr td .inn{ padding: 15px 5px; line-height: 1.5; }
}

@media screen and (max-width: 596px){
    ._s._story .wrap > p{ display: block; margin-top: 40px; }
    ._s._story .i_table{ margin-top: 0; }
}




._s._story ._history p{ font-size: 18px; letter-spacing: -0.025em; color: #444444; font-weight: 500; text-align: right; display: block; width: 100%; max-width: 800px; margin: 0 auto; }
._s._story ._history p i{ margin-right: 15px; }
._s._story ._history .historybx{ width: 100%; max-width: 800px; margin: 0 auto; border-radius: 15px; border: 1px solid #bbb; box-sizing: border-box; overflow: hidden; margin-top: 10px; cursor: pointer; position: relative; }
._s._story ._history .historybx::after{ content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.1); transition-duration: 0.2s; opacity: 0; z-index: 1; }

.layer{ position: fixed; width: 100%; height: 100vh; left: 0; top: 0; background-color: rgba(0,0,0,0.8); z-index: 9999; display: none; }
.layer .img{ overflow: auto; width: 90%; margin: 0 auto; height: 90vh; margin-top: 5vh; }
/* .layer .img::-webkit-scrollbar{ width: 7px; height: 7px; background-color: #bbb; } */
.layer .img::-webkit-scrollbar-thumb{  background-color: #185eed; }
.layer .img img{ max-width: unset; width: 2459px; }
.layer .close{ cursor: pointer; position: absolute; top: 5vh; right: 2.5%; font-size: 26px; color: #fff; }

@media screen and (min-width: 821px){
    ._s._story ._history .historybx:hover::after{ opacity: 1; }
}

@media screen and (max-width: 1280px){
    ._s._story ._history p{ font-size: 16px; }
    ._s._story ._history p i{ margin-right: 10px;}
}

@media screen and (max-width: 820px){
    ._s._story ._history p{ font-size: 14px; }
    .layer .close{ top: 4vh; right: 5%; }
    .layer .img{ height: 80vh; margin-top: 10vh; }
    .layer .img img{ width: 1400px; }
}