@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before {
    content: "";
    content: none
}

q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,select,textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: "icomoon";
    src: url("../icon/icomoon.eot?ttnwfd");
    src: url("../icon/icomoon.eot?ttnwfd#iefix") format("embedded-opentype"),url("../icon/icomoon.ttf?ttnwfd") format("truetype"),url("../icon/icomoon.woff?ttnwfd") format("woff"),url("../icon/icomoon.svg?ttnwfd#f1car") format("svg");
    font-weight: normal;
    font-style: normal
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    height: 100%;
    font-family: yu-gothic-pr6n,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
    color: #2B2B2B;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
    font-size: 14px
}

@media screen and (min-width: 880px) {
    body {
        line-height:2;
        font-size: 16px
    }
}

a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: none;
    text-decoration: none;
    cursor: pointer
}

a:focus {
    outline: none;
    cursor: pointer
}

a:after,a:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none
}

section {
    position: relative
}

@media screen and (max-width: 880px) {
    p {
        font-size:15px
    }
}

@media screen and (max-width: 480px) {
    p {
        font-size:14px
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex2>* {
    width: 48%;
    margin: 0 0 40px
}

@media screen and (max-width: 880px) {
    .flex2>* {
        width:100%
    }
}

.flex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 880px) {
    .flex3 {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.flex3>* {
    width: 30%;
    margin: 0 5% 40px 0
}

@media screen and (max-width: 880px) {
    .flex3>* {
        width:48%;
        margin: 0 0 25px 0
    }
}

@media screen and (max-width: 480px) {
    .flex3>* {
        width:100%
    }
}

.flex3>:nth-child(3n) {
    margin: 0 0 40px 0
}

@media screen and (max-width: 880px) {
    .flex3>:nth-child(3n) {
        margin:0 0 25px 0
    }
}

.flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex4>* {
    width: 23%;
    margin: 0 0 30px 0
}


@media screen and (min-width: 880px) and (max-width: 1024px) {
    footer .flex4 a:nth-child(8) {
     margin-right: 100px; 
    }
     footer .flex4 a:nth-child(7) {
     margin-left: 100px; 
    }
    }
    

@media screen and (max-width: 880px) {
    .flex4>* {
        width:48%;
        margin: 0 0 25px 0
    }
}

@media screen and (max-width: 480px) {
    .flex4>* {
        width:100%;
        margin: 0 0 25px 0
    }
}

.pc-block {
    display: none!important
}

@media screen and (min-width: 880px) {
    .pc-block {
        display:block!important
    }
}

.tb-block {
    display: none
}

@media screen and (min-width: 480px) and (max-width:880px) {
    .tb-block {
        display:block
    }
}

.sp-block {
    display: none
}

@media screen and (max-width: 480px) {
    .sp-block {
        display:block!important
    }
}

@media screen and (max-width: 480px) {
    .sp-none {
        display:none!important
    }
}

.wrap {
    width: 100%;
    padding: 0 16px
}

@media screen and (min-width: 880px) {
    .wrap {
        padding:0;
        width: 94%;
        margin: 0 auto;
        max-width: 1200px
    }
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.fade-in {
    opacity: 0;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transform: translate(0,70px);
    transform: translate(0,70px)
}

.scroll-in {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

#fv {
    padding: 60px 0 0 0;
    position: relative
}

@media screen and (max-width: 1080px) {
    #fv {
        padding:60px 0 100px 0
    }
}

@media screen and (max-width: 480px) {
    #fv {
        padding:35px 0 100px 0
    }
}

#fv #tel-code1 {
    overflow: hidden;
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    max-width: 1700px;
    width: 100%
}

@media screen and (min-width: 1920px) {
    #fv #tel-code1 {
        -webkit-transform:translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: 50%
    }
}

@media screen and (max-width: 1080px) {
    #fv #tel-code1 {
        max-width:inherit;
        top: 15%
    }
}

@media screen and (max-width: 480px) {
    #fv #tel-code1 {
        max-width:inherit;
        top: 80px
    }
}

#fv #tel-code1 .pc {
    display: block
}

@media screen and (max-width: 1080px) {
    #fv #tel-code1 .pc {
        -webkit-transform:translateX(-16%);
        transform: translateX(-16%)
    }
}

@media screen and (max-width: 880px) {
    #fv #tel-code1 .pc {
        display:none
    }
}

#fv #tel-code1 .sp {
    display: none
}

@media screen and (max-width: 880px) {
    #fv #tel-code1 .sp {
        display:block;
        width: 100%;
        -webkit-transform: translateX(10%);
        transform: translateX(0%)
    }
}

@media screen and (max-width: 480px) {
    #fv #tel-code1 .sp {
        width:105%
    }
}

#fv #tel-code1 img {
    position: relative;
    max-width: inherit
}

#fv #tel-code2 {
    overflow: hidden;
    position: absolute;
    top: 50%;
    max-width: 1100px;
    width: 60%;
    right: 0
}

@media screen and (min-width: 1920px) {
    #fv #tel-code2 {
        right:50%;
        -webkit-transform: translateX(90%);
        transform: translateX(90%)
    }
}

@media screen and (max-width: 1080px) {
    #fv #tel-code2 {
        max-width:inherit;
        top: 51%
    }
}

@media screen and (max-width: 880px) {
    #fv #tel-code2 {
        max-width:inherit;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%
    }
}

@media screen and (max-width: 600px) {
    #fv #tel-code2 {
        top:46%
    }
}

@media screen and (max-width: 480px) {
    #fv #tel-code2 {
        top:270px
    }
}

#fv #tel-code2 .pc {
    display: block
}

@media screen and (max-width: 1080px) {
    #fv #tel-code2 .pc {
        width:170%
    }
}

@media screen and (max-width: 880px) {
    #fv #tel-code2 .pc {
        display:none
    }
}

#fv #tel-code2 .sp {
    display: none
}

@media screen and (max-width: 880px) {
    #fv #tel-code2 .sp {
        display:block;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #fv #tel-code2 .sp {
        width:115%;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

#fv #tel-code2 img {
    position: relative;
    max-width: inherit
}

#fv #tel-code3 {
    overflow: hidden;
    position: absolute;
    top: 72.5%;
    right: 0;
    max-width: 1800px;
    width: 100%
}

@media screen and (min-width: 1920px) {
    #fv #tel-code3 {
        right:50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media screen and (max-width: 1080px) {
    #fv #tel-code3 {
        top: 69.5%;
        max-width: inherit
    }
}

@media screen and (max-width: 880px) {
    #fv #tel-code3 {
        top:70%
    }
}

@media screen and (max-width: 480px) {
    #fv #tel-code3 {
        top:63.5%
    }
}

#fv #tel-code3 .pc {
    display: block
}

@media screen and (max-width: 1080px) {
    #fv #tel-code3 .pc {
        width:140%
    }
}

@media screen and (max-width: 880px) {
    #fv #tel-code3 .pc {
        display:none
    }
}

#fv #tel-code3 .sp {
    display: none
}

@media screen and (max-width: 880px) {
    #fv #tel-code3 .sp {
        display:block;
        width: 120%
    }
}

@media screen and (max-width: 480px) {
    #fv #tel-code3 .sp {
        width:155%;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }
}

#fv #tel-code3 img {
    position: relative;
    max-width: inherit
}

#fv #tel-code4 {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1100px;
    width: 85%;
    right: 0
}

@media screen and (max-width: 1080px) {
    #fv #tel-code4 {
        display:block
    }
}

@media screen and (max-width: 880px) {
    #fv #tel-code4 {
        top:30%
    }
}

@media screen and (max-width: 480px) {
    #fv #tel-code4 {
        top:160px
    }
}

#fv #tel-code4 img {
    position: relative;
    max-width: inherit;
    width: 120%
}

@media screen and (max-width: 880px) {
    #fv #tel-code4 img {
        -webkit-transform:translateX(16%);
        transform: translateX(16%)
    }
}

#fv .wrap {
    max-width: 1360px
}

#fv .wrap #mv {
    position: relative;
    z-index: 3
}

#fv .wrap #mv>div {
    line-height: 1;
    position: relative;
    margin: 0 0 5%
}

@media screen and (max-width: 480px) {
    #fv .wrap #mv>div {
        margin:0 0 30px
    }
}

#fv .wrap #mv>div .in-txt {
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
    padding: 0 2vw 0 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: inline-block;
    -webkit-animation-name: fadeintxt;
    animation-name: fadeintxt;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    position: relative
}

@media screen and (min-width: 1920px) {
    #fv .wrap #mv>div .in-txt {
        padding:0 40px 0 0
    }
}

@media screen and (max-width: 880px) {
    #fv .wrap #mv>div .in-txt img {
        width:10vw
    }
}

@media screen and (max-width: 480px) {
    #fv .wrap #mv>div .in-txt {
        padding:0 2.5vw 0 0
    }

    #fv .wrap #mv>div .in-txt img {
        width: 48px
    }
}

@-webkit-keyframes fadeintxt {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeintxt {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#fv .wrap #mv>div .in-copy {
    font-size: clamp(24px,2.5vw,38px);
    position: absolute;
    right: 0;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-weight: bold;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 5px;
    opacity: 0;
    -webkit-animation: fadeincopy 0.4s ease 0.7s 1 forwards;
    animation: fadeincopy 0.4s ease 0.7s 1 forwards
}

@media screen and (min-width: 1920px) {
    #fv .wrap #mv>div .in-copy {
        right:6%
    }
}

@media screen and (max-width: 1080px) {
    #fv .wrap #mv>div .in-copy {
        position:inherit;
        display: block;
        margin: 10% 0 0 0;
        font-size: clamp(16px,4vw,38px)
    }
}

@media screen and (max-width: 880px) {
    #fv .wrap #mv>div .in-copy {
        letter-spacing:3px
    }
}

@media screen and (max-width: 480px) {
    #fv .wrap #mv>div .in-copy {
        line-height:1.6;
        letter-spacing: 0.8vw;
        font-size: min(4vw,20px);
        margin: 50px 0 0 0;
        text-align: center;
    }
}

@-webkit-keyframes fadeincopy {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        top: 50%
    }
}

@keyframes fadeincopy {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        top: 50%
    }
}

#fv .wrap #mv>div+div {
    margin: 0 0 3%
}

@media screen and (max-width: 880px) {
    #fv .wrap #mv>div+div {
        margin:0 0 15%
    }
}

@media screen and (max-width: 480px) {
    #fv .wrap #mv>div+div {
        margin:0 0 80px
    }
}

#fv .wrap .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    -webkit-animation: fadeincommon 0.5s ease 0.8s 1 forwards;
    animation: fadeincommon 0.5s ease 0.8s 1 forwards;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    position: relative;
    z-index: 5
}

@media screen and (max-width: 880px) {
    #fv .wrap .flex {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@-webkit-keyframes fadeincommon {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes fadeincommon {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

#fv .wrap .flex dl {
    font-family: "Montserrat",sans-serif;
    font-size: 58px;
    font-size: clamp(38px,3.8vw,58px);
    font-weight: 800;
    margin: 0 44px 0 0;
    line-height: 1.3
}

@media screen and (max-width: 880px) {
    #fv .wrap .flex dl {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        font-size: clamp(22px,4.5vw,38px)
    }
}

#fv .wrap .flex dl dd {
    font-size: clamp(28px,3vw,40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media screen and (max-width: 880px) {
    #fv .wrap .flex dl dd {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        font-size: clamp(16px,3.2vw,28px)
    }
}

#fv .wrap .flex dl dd:before {
    content: "";
    width: 30%;
    height: 3px;
    background: #AEAEAE;
    position: absolute;
    top: 50%;
    max-width: 140px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#fv .wrap .flex>span {
    font-family: "Montserrat",sans-serif;
    font-size: 32px;
    font-size: clamp(28px,2.8vw,32px);
    font-weight: 800
}

@media screen and (max-width: 880px) {
    #fv .wrap .flex>span {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: center;
        margin: 0 0 60px;
        font-size: clamp(16px,3.2vw,28px);
        position: relative;
        z-index: 3;
        display: none
    }
}

#fv .wrap .right {
    margin: 20px 0 110px;
    opacity: 0;
    -webkit-animation: fadeincommon 0.5s ease 1s 1 forwards;
    animation: fadeincommon 0.5s ease 1s 1 forwards;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    position: relative;
    z-index: 10
}

@media screen and (max-width: 1080px) {
    #fv .wrap .right {
        margin:15px 0 80px
    }
}

@media screen and (max-width: 880px) {
    #fv .wrap .right {
        margin:-45px 0 140px
    }
}

@keyframes fadeincommon {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@media screen and (max-width: 880px) {
    #fv .wrap .right .cta {
        max-width:200px
    }
}

@media screen and (max-width: 480px) {
    #fv .wrap .right .cta {
        width:47%;
        font-size: 15px
    }
}

#fv .wrap .right .cta:after {
    content: "\e900";
    font-size: 80%;
    margin: 0 0 0 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 480px) {
    #fv .wrap .right .cta:after {
        font-size:10px;
        right: 10px
    }
}

#fv .wrap>.flex2 {
    opacity: 0;
    -webkit-animation: fadeincommon 0.5s ease 1.2s 1 forwards;
    animation: fadeincommon 0.5s ease 1.2s 1 forwards;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
}

@media screen and (max-width: 480px) {
    #fv .wrap>.flex2 {
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }
}

@keyframes fadeincommon {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

#fv .wrap>.flex2 h1 {
    margin: 0
}

@media screen and (max-width: 880px) {
    #fv .wrap>.flex2 h1 {
        width:50%;
        min-width: 220px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 480px) {
    #fv .wrap>.flex2 h1 {
        width:60%;
        min-width: 180px;
        margin: 0 0 10px
    }
}

#fv .wrap>.flex2 span {
    text-align: right;
    margin: 0;
    font-size: 14px
}

@media screen and (max-width: 880px) {
    #fv .wrap>.flex2 span {
        width:auto;
        font-size: 10px
    }
}

@media screen and (max-width: 480px) {
    #fv .wrap>.flex2 span {
        text-align:left;
        font-size: 13px
    }
}

#fv #scroll {
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    height: 120px;
    overflow: hidden;
    -webkit-transform: translate(-50%,70px);
    transform: translate(-50%,70px);
    line-height: 1.2;
    opacity: 0;
    -webkit-animation: fadeinscroll 0.5s ease 1.5s 1 forwards;
    animation: fadeinscroll 0.5s ease 1.5s 1 forwards
}

@media screen and (max-width: 1080px) {
    #fv #scroll {
        font-size:10px;
        height: 80px;
        bottom: -40px
    }
}

@-webkit-keyframes fadeinscroll {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

@keyframes fadeinscroll {
    0% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

#fv #scroll:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 96px;
    background: #AEAEAE;
    -webkit-animation: pathmove 1.4s ease-in-out infinite;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0
}

@-webkit-keyframes pathmove {
    0% {
        height: 0;
        top: 10px;
        opacity: 0
    }

    50% {
        height: 96px;
        opacity: 1
    }

    to {
        height: 0;
        top: 110px;
        opacity: 0
    }
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 10px;
        opacity: 0
    }

    50% {
        height: 96px;
        opacity: 1
    }

    to {
        height: 0;
        top: 110px;
        opacity: 0
    }
}

.ttl1 {
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    margin: 0 0 80px
}

@media screen and (max-width: 880px) {
    .ttl1 {
        margin:0 0 64px
    }
}

@media screen and (max-width: 480px) {
    .ttl1 {
        margin:0 0 48px
    }
}

.ttl1 .gld {
    display: inline-block;
    font-size: 48px;
    background: -webkit-gradient(linear,left top,right top,from(#1998D8),to(#007BC2));
    background: linear-gradient(90deg,#1998D8 0%,#007BC2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    line-height: 40px;
    margin: 0 0 16px
}

@media screen and (max-width: 880px) {
    .ttl1 .gld {
        font-size:36px;
        margin: 0 0 8px;
        line-height: 32px
    }
}

@media screen and (max-width: 480px) {
    .ttl1 .gld {
        font-size:24px;
        line-height: 20px
    }
}

.ttl1 .gld+span {
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: block
}

@media screen and (max-width: 880px) {
    .ttl1 .gld+span {
        font-size:15px
    }
}

@media screen and (max-width: 480px) {
    .ttl1 .gld+span {
        font-size:12px
    }
}

.ttl2 {
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 80px 0 51px
}

@media screen and (max-width: 880px) {
    .ttl2 {
        font-size:18px;
        margin: 55px 0 20px
    }
}

.cta {
    color: #fff;
    background: #2B2B2B;
    text-align: center;
    width: 264px;
    font-size: 24px;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    letter-spacing: 3px;
    border-radius: 100px;
    line-height: 1;
    position: relative;
    padding: 20px 0;
    -webkit-box-shadow: 0 16px 24px rgba(0,0,0,0.25);
    box-shadow: 0 16px 24px rgba(0,0,0,0.25)
}

@media screen and (max-width: 880px) {
    .cta {
        font-size:18px;
        width: 240px;
        padding: 15px 0
    }
}

.cta:after {
    content: "\e900";
    font-family: "icomoon";
    margin: 0 0 0 10px;
    font-size: 80%
}

@media screen and (min-width: 880px) {
    .cta:hover {
        background:#AEAEAE
    }
}

.special-campaign {
    background: -webkit-gradient(linear,left top,right top,from(#1998D8),to(#007BC2));
    background: linear-gradient(90deg,#1998D8 0%,#007BC2 100%);
    border-radius: 16px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px
}

.special-campaign .flex {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 4% 4.2% 4% 5%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 880px) {
    .special-campaign .flex {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 8% 9.5%
    }
}

@media screen and (max-width: 880px) {
    .special-campaign .flex img {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto
    }
}

.special-campaign .flex div {
    color: #fff;
    margin: 0 0 0 3%
}

@media screen and (max-width: 880px) {
    .special-campaign .flex div {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.special-campaign .flex div h3 {
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 24px;
    line-height: 22px;
    letter-spacing: 3px
}

@media screen and (max-width: 880px) {
    .special-campaign .flex div h3 {
        font-size:19px;
        margin: 0 0 18px
    }
}

@media screen and (max-width: 480px) {
    .special-campaign .flex div h3 {
        font-size:14px
    }
}

.special-campaign .flex div p {
    font-size: 28px;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    letter-spacing: 0.5px
}

@media screen and (max-width: 880px) {
    .special-campaign .flex div p {
        font-size:24px
    }
}

@media screen and (max-width: 480px) {
    .special-campaign .flex div p {
        font-size:20px
    }
}

.special-campaign .flex div p span {
    display: block;
    font-family: yu-gothic-pr6n,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
    font-weight: bold;
    font-size: 20px
}

@media screen and (max-width: 880px) {
    .special-campaign .flex div p span {
        font-size:17px;
        margin: 4px 0 17px
    }
}

@media screen and (max-width: 480px) {
    .special-campaign .flex div p span {
        font-size:14px
    }
}

#about {
    position: relative;
    padding: 264px 0 96px;
    overflow: hidden
}

@media screen and (max-width: 1080px) {
    #about {
        padding:250px 0 78px
    }
}

@media screen and (max-width: 880px) {
    #about {
        padding:150px 0 78px
    }
}

@media screen and (max-width: 480px) {
    #about {
        padding:120px 0 60px
    }
}

#about .center {
    font-family: toppan-bunkyu-midashi-go-std,sans-serif
}

@media screen and (max-width: 880px) {
    #about .center {
        text-align:left;
        padding: 0 20px
    }
}

#about .center p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1.8
}

@media screen and (max-width: 880px) {
    #about .center p {
        font-size:17px
    }
}

@media screen and (max-width: 480px) {
    #about .center p {
        font-size:14px
    }
}

@media screen and (max-width: 880px) {
    #about .center p br {
        display:none
    }
}

#about .code {
    position: absolute;
    top: 10%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 0
}

@media screen and (max-width: 880px) {
    #about .code {
        width:100%;
        -webkit-transform: translateX(70%);
        transform: translateX(70%);
        top: 2%
    }
}

@media screen and (max-width: 480px) {
    #about .code {
        width:130%;
        top: 5%
    }
}

#about .code2 {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 880px) {
    #about .code2 {
        -webkit-transform:translateX(-50%);
        transform: translateX(-50%);
        width: 80%
    }
}

@media screen and (max-width: 480px) {
    #about .code2 {
        -webkit-transform:translateX(-45%);
        transform: translateX(-45%);
        width: 120%
    }
}

#session {
    overflow: hidden;
    background: #F4F4F4;
    position: relative
}

@media screen and (max-width: 480px) {
    #session>.pc {
        display:none
    }
}

#session>.sp {
    display: none
}

@media screen and (max-width: 480px) {
    #session>.sp {
        display:block
    }
}

#session .ttl1 {
    margin: 110px 0 48px
}

#session .ttl1>div {
    letter-spacing: 5px;
    font-weight: 800
}

#session #opening {
    margin: 160px 0 0;
    background: #fff;
    border-radius: 300px;
    padding: 4.5% 10% 5%
}

@media screen and (max-width: 880px) {
    #session #opening {
        margin:140px 0 0 0
    }
}

@media screen and (max-width: 480px) {
    #session #opening {
        margin:120px 0 0 0;
        padding: 7.5% 11%
    }
}

@media screen and (max-width: 1200px) {
    #session #opening .flex {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #session #opening .flex span::before {
        content: "";
        display: block;
    }
}

@media screen and (max-width: 880px) {
    #session #opening .flex {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#session #opening .flex>div>span {
    font-size: 20px;
    color: #007BC2;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    letter-spacing: 3px
}

@media screen and (max-width: 880px) {
    #session #opening .flex>div>span {
        text-align:center;
        display: block;
        font-size: 18px
    }
}

@media screen and (max-width: 480px) {
    #session #opening .flex>div>span {
        font-size:16px
    }
}

#session #opening .flex>div h2 {
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-size: clamp(21px,2.6vw,24px);
    letter-spacing: 5px;
    color: #2B2B2B;
    line-height: 1.6
}

#session #opening .flex>div h2>span {
    font-size: clamp(27px,3vw,32px);
    display: block;
    color: #007BC2;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    line-height: 1.1;
    margin: 16px 0 8px
}

@media screen and (max-width: 880px) {
    #session #opening .flex>div h2>span {
        text-align:center;
        font-size: 26px;
        margin: 8px 0 2px
    }
}

@media screen and (max-width: 480px) {
    #session #opening .flex>div h2>span {
        font-size:20px
    }
}

@media screen and (max-width: 880px) {
    #session #opening .flex>div h2 {
        text-align:center;
        font-size: 18px
    }
}

@media screen and (max-width: 480px) {
    #session #opening .flex>div h2 {
        font-size:12px;
        letter-spacing: 2px
    }
}

#session #opening .speaker {
    width: 50%
}

@media screen and (max-width: 880px) {
    #session #opening .speaker {
        width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 16px 0 0
    }
}

#session #opening .speaker img {
    width: 40%;
    max-width: 128px
}

@media screen and (max-width: 880px) {
    #session #opening .speaker img {
        max-width:94px
    }
}

@media screen and (max-width: 480px) {
    #session #opening .speaker img {
        max-width:72px
    }
}

@media screen and (max-width: 880px) {
    #session #opening .speaker figcaption>div>span {
        display:inline-block;
        margin: 0 10px 0 0
    }
}

@media screen and (min-width: 880px){
    #session #keynote .speaker figcaption{
       margin-left: 12px;
       margin-right: auto;
    }
}

#session #keynote .speaker figcaption>div {
    line-height: 1.4;
    margin: 0 0 0.5vw
}

@media screen and (max-width: 480px) {
    #session #keynote .speaker figcaption>div {
        line-height: 1.4;
        margin: 0 0 8px
    }
}

@media screen and (max-width: 480px) {
    #session #keynote .speaker {
        margin-bottom: 16px;
    }
}

#session #keynote .speaker figcaption>div+p {
    line-height: 32px
}

@media screen and (max-width: 480px) {
    #session #keynote .speaker figcaption>div+p {
        line-height:25px
    }
}

#session .speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 880px) {
    #session .speaker img {
        max-width:80px
    }
}

#session .speaker figcaption {
    margin: 0 0 0 12px
}

#session .speaker figcaption>div {
    font-size: 14px;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    line-height: 21px;
    display: block;
    line-height: 21px
}

@media screen and (max-width: 480px) {
    #session .speaker figcaption>div {
        font-size:10px
    }
}

#session .speaker figcaption>div>span {
    display: block;
    margin: 0 0 2px
}

#session .speaker figcaption p {
    font-size: 28px;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-weight: 700
}

@media screen and (max-width: 880px) {
    #session .speaker figcaption p {
        font-size:26px
    }
}

@media screen and (max-width: 480px) {
    #session .speaker figcaption p {
        font-size:22px
    }
}

#session .speaker figcaption p span {
    font-size: 16px;
    color: #AEAEAE;
    vertical-align: middle;
    margin: 0 0 0 12px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif
}

@media screen and (max-width: 880px) {
    #session .speaker figcaption p span {
        display:block;
        margin: 0;
        font-size: 14px
    }
}

#session .session-wrap {
    position: relative;
    z-index: 10;
    background: rgba(255,255,255,0.95);
    padding: 40px 64px 64px;
    overflow: hidden
}

@media screen and (max-width: 880px) {
    #session .session-wrap {
        padding:35px 48px 52px
    }
}

@media screen and (max-width: 480px) {
    #session .session-wrap {
        padding:33px 32px 40px
    }
}

#session .session-wrap>span {
    letter-spacing: 3px;
    font-size: 32px;
    color: #007BC2;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    position: relative
}

@media screen and (max-width: 880px) {
    #session .session-wrap>span {
        font-size:26px
    }
}

@media screen and (max-width: 480px) {
    #session .session-wrap>span {
        font-size:20px
    }
}

#session .session-wrap>span:before {
    content: "";
    width: 40px;
    height: 8px;
    background: #007BC2;
    position: absolute;
    left: -64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 880px) {
    #session .session-wrap>span:before {
        width:32px;
        height: 6px;
        left: -48px
    }
}

@media screen and (max-width: 480px) {
    #session .session-wrap>span:before {
        width:24px;
        height: 4px;
        left: -32px
    }
}

#session .session-wrap h3 {
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-size: 32px;
    line-height: 1.6;
    margin: 0 0 24px
}

@media screen and (max-width: 880px) {
    #session .session-wrap h3 {
        font-size:22px
    }
}

@media screen and (max-width: 480px) {
    #session .session-wrap h3 {
        font-size:20px
    }
}

#session .session-wrap>.flex {
    margin: 20px 0 0 0
}

#session .session-wrap>.flex>div {
    width: 50%
}

@media screen and (max-width: 880px) {
    #session .session-wrap>.flex>div {
        width:100%;
        margin: 0 0 0px
    }
}

#session .session-wrap>.flex>p {
    width: 45%;
    line-height: 1.7;
    text-align: justify
}

@media screen and (min-width: 1024px) {
    #session .session-wrap>.flex>p {
        width: 54%;
    }
}

@media screen and (min-width: 1024px) {
    #session .session-wrap>.flex>div {
        width: 42%
    }
}

@media screen and (max-width: 880px) {
    #session .session-wrap>.flex>p {
        width:100%;
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    #session .panel-session h3 {
        margin:23px 0 22px
    }
}

#session .panel-session .flex4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#session .panel-session .flex4>div {
    width: auto
}

@media screen and (max-width: 880px) {
    #session .panel-session .flex4>div {
        width:50%
    }
}

@media screen and (max-width: 480px) {
    #session .panel-session .flex4>div {
        width:100%
    }
}

#session .panel-session .flex4>div .speaker {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 24px 0 0
}

@media screen and (max-width: 880px) {
    #session .panel-session .flex4>div .speaker {
        margin:0
    }
}

#session .panel-session .flex4>div .speaker figcaption {
    margin: 0 0 0 12px
}

#session .panel-session .flex4>div .speaker figcaption>div {
    font-size: 10px;
    line-height: 1.4
}

#session .panel-session .flex4>div .speaker figcaption>div>span+span {
    opacity: 0
}

#session .panel-session .flex4>div .speaker figcaption p {
    font-size: 20px;
    line-height: 1.5
}

#session .panel-session .flex4>div .speaker figcaption p>span {
    display: block;
    font-size: 14px;
    margin: 0
}

#session .session3,#session .session4 {
    padding: 2.8% 4.5% 3.4%;
    margin: 0 0 16px
}

@media screen and (max-width: 880px) {
    #session .session3,#session .session4 {
        padding:35px 48px 52px
    }
}

@media screen and (max-width: 480px) {
    #session .session3,#session .session4 {
        padding:29px 32px 40px
    }
}

#session .session3>span,#session .session4>span {
    font-size: 20px
}

@media screen and (max-width: 880px) {
    #session .session3>span,#session .session4>span {
        font-size:18px
    }
}

@media screen and (max-width: 480px) {
    #session .session3>span,#session .session4>span {
        font-size:16px
    }
}

#session .session3>span>span,#session .session4>span>span {
    color: #AEAEAE;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    margin: 0 0 0 15px
}

@media screen and (max-width: 880px) {
    #session .session3>span>span,#session .session4>span>span {
        font-size:15px
    }
}

@media screen and (max-width: 480px) {
    #session .session3>span>span,#session .session4>span>span {
        font-size:10px
    }
}

#session .session3 h3,#session .session4 h3 {
    font-size: 24px;
    margin: 22px 0 23px
}

@media screen and (max-width: 880px) {
    #session .session3 h3,#session .session4 h3 {
        font-size:21px
    }
}

@media screen and (max-width: 480px) {
    #session .session3 h3,#session .session4 h3 {
        font-size:18px
    }
}

#session .session3>.flex,#session .session4>.flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (width: 1024px) {
    #session .session-wrap:nth-of-type(8) .flex > p {
      margin-right: 10px;
    }
  }

#session .session3>.flex>p,#session .session4>.flex>p {
    width: 67%;
    margin: 0 22px 0 0
}


@media screen and (max-width: 880px) {
    #session .session3>.flex>p,#session .session4>.flex>p {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin: 24px 0 0 0
    }
}

#session .session3>.flex .speaker,#session .session4>.flex .speaker {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 0 0
}

@media screen and (max-width: 880px) {
    #session .session3>.flex .speaker,#session .session4>.flex .speaker {
        margin:0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width: 880px) {
    #session .session3>.flex .speaker img,#session .session4>.flex .speaker img {
        max-width:72px
    }
}

#session .session3>.flex .speaker figcaption,#session .session4>.flex .speaker figcaption {
    margin: 0 0 0 12px
}

#session .session3>.flex .speaker figcaption>div,#session .session4>.flex .speaker figcaption>div {
    font-size: 10px;
    line-height: 1.4
}

#session .session3>.flex .speaker figcaption>div>span+span,#session .session4>.flex .speaker figcaption>div>span+span {
    opacity: 0
}

#session .session3>.flex .speaker figcaption p,#session .session4>.flex .speaker figcaption p {
    font-size: 20px;
    line-height: 1.5
}

#session .session3>.flex .speaker figcaption p>span,#session .session4>.flex .speaker figcaption p>span {
    display: block;
    font-size: 14px;
    margin: 0
}

#session .session3>.flex>.flex,#session .session4>.flex>.flex {
    width: 25%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 880px) {
    #session .session3>.flex>.flex,#session .session4>.flex>.flex {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0
    }
}

#session .session3>.flex>.flex>div .speaker,#session .session4>.flex>.flex>div .speaker {
    margin: 0
}

@media screen and (max-width: 880px) {
    #session .session3>.flex>.flex>div .speaker,#session .session4>.flex>.flex>div .speaker {
        margin:0 15px 10px 0
    }
}

#session .session4 {
    width: 48.5%;
    margin: 0 0 32px
}

@media screen and (max-width: 880px) {
    #session .session4 {
        width:100%
    }
}

#session .session4>span:before {
    left: -55px;
    width: 32px;
    height: 4px
}

@media screen and (max-width: 480px) {
    #session .session4>span:before {
        left:-42px
    }
}

#session .session4 h3 {
    margin: 18px 0 16px;
    font-size: 22px
}

@media screen and (max-width: 480px) {
    #session .session4 h3 {
        font-size:18px
    }
}

#session .session4 h3+p {
    font-size: 20px;
    font-weight: 700;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    line-height: 1.5;
    margin: 0 0 16px
}

@media screen and (max-width: 480px) {
    #session .session4 h3+p {
        font-size:18px
    }
}

#session .session4 h3+p>span {
    font-size: 12px;
    vertical-align: middle;
    margin: 0 0 0 10px
}

@media screen and (max-width: 480px) {
    #session .session4 h3+p>span {
        font-size:10px
    }
}

@media screen and (max-width: 880px) {
    #session article>.flex2 {
        padding:0 0 50px
    }
}

#session .sp-block {
    background: #fff;
    padding: 88px 0 48px;
    margin: 160px 0 80px;
    position: relative
}

#session .sp-block .cta {
    position: relative
}

#session .sp-block .cta:after {
    content: "\e900";
    position: absolute;
    right: 20px;
    font-size: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#session .sp-block:after,#session .sp-block:before {
    content: "";
    width: 100%;
    height: 24px;
    background-image: url(../images/sp_cta_bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0
}

#session .sp-block:after {
    top: inherit;
    bottom: -24px;
    background-image: url(../images/sp_cta_bg2.png)
}

#session .sp-block h2 {
    margin: 0 0 24px;
    letter-spacing: 5px
}

#session .code3 {
    position: absolute;
    top: 29.5%;
    -webkit-transform: translate(30%,-50%);
    transform: translate(30%,-50%)
}

@media screen and (max-width: 1024px) {
    #session .code3 {
        top: 26%;
        -webkit-transform: translate(30%, -50%);
        transform: translate(30%, -50%);
        width: 100%
    }
}

@media screen and (max-width: 880px) {
    #session .code3 {
        top:22.5%;
        -webkit-transform: translate(30%,-50%);
        transform: translate(30%,-50%);
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #session .code3 {
        top:21.9%;
        width: 120%;
        -webkit-transform: translate(40%,-50%);
        transform: translate(40%,-50%)
    }
}

#session .code4 {
    position: absolute;
    left: 0;
    top: 67%;
    -webkit-transform: translate(-300px,-50%);
    transform: translate(-300px,-50%)
}

@media screen and (max-width: 1024px) {
    #session .code4 {
        width: 130%;
        top: 65%;
        -webkit-transform: translate(-230px, -50%);
        transform: translate(-230px, -50%)
    }
}

@media screen and (max-width: 880px) {
    #session .code4 {
        width:130%;
        top: 60%;
        -webkit-transform: translate(-230px,-50%);
        transform: translate(-230px,-50%)
    }
}

@media screen and (max-width: 480px) {
    #session .code4 {
        width:180%;
        top: 66%
    }
}

#overview .code5 {
    position: absolute;
    top: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px)
}

@media screen and (max-width: 880px) {
    #overview .code5 {
        -webkit-transform:translateX(50%);
        transform: translateX(50%);
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #overview .code5 {
        -webkit-transform:translateX(70%);
        transform: translateX(70%);
        width: 150%
    }
}

#overview {
    padding: 0 0 70px;
    background-color: #F4F4F4 relative;
    overflow: hidden
}

@media screen and (max-width: 480px) {
    #overview {
        padding:0 0 70px
    }
}

#overview .ttl2 {
    margin: 72px 0 48px;
    display: block
}

@media screen and (max-width: 880px) {
    #overview .ttl2 {
        margin:64px 0 24px
    }
}

#overview .center {
    margin: 72px 0 95px
}

@media screen and (max-width: 880px) {
    #overview .center {
        margin:48px 0 72px
    }
}

#overview .code6 {
    position: absolute;
    left: 0;
    top: 87%;
    -webkit-transform: translate(-65%,-50%);
    transform: translate(-65%,-50%)
}

@media screen and (max-width: 880px) {
    #overview .code6 {
        width:90%;
        -webkit-transform: translate(-70%,-50%);
        transform: translate(-70%,-50%);
        top: inherit;
        bottom: -25px
    }
}

@media screen and (max-width: 480px) {
    #overview .code6 {
        bottom:-20px;
        width: 150%
    }
}

.tbl1 table {
    width: 100%;
    max-width: 450px;
    padding: 0 25px;
    margin: 0 auto 16px;
    display: block
}

.tbl1 table tbody {
    width: 100%;
    display: block
}

.tbl1 table tbody tr {
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 880px) {
    .tbl1 table tbody tr {
        font-size:14px;
        padding: 15px 0
    }
}

.tbl1 table tbody tr th {
    color: #575757;
    width: 25%;
    letter-spacing: 2px;
    font-weight: bold
}

.tbl1 table tbody tr td {
    width: 75%;
    font-weight: bold
}

.tbl1 p {
    font-size: 12px;
    max-width: 450px;
    padding: 0 25px;
    margin: 0 auto
}

footer {
    background: #E5E5E5
}

footer>.pc {
    display: block
}

@media screen and (max-width: 480px) {
    footer>.pc {
        display:none
    }
}

footer .flex4 {
    width: 70%;
    margin: 0 auto;
    max-width: 1000px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 68px;
    row-gap: 24px
}

@media screen and (max-width: 880px) {
    footer .flex4 {
        padding:0 0 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .flex4 a {
    width: auto;
    margin: 0 1.7%
}

footer .flex4 a:hover {
    opacity: 0.5
}

@media screen and (max-width: 880px) {
    footer .flex4 a {
        width:40%;
        margin: 0 0 15px
    }

    footer .flex4 a img {
        margin: 0 auto
    }
}

@media screen and (max-width: 880px) {
    footer .flex4 a img {
        width: 70%
    }
}

@media screen and (max-width: 880px) {
    footer .flex4 a:nth-child(2) img {
        width:80%
    }

    footer .flex4 a:nth-child(4) img {
        width: 60%
    }
}

footer>.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #2B2B2B;
    padding: 40px 4.15%;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 14px
}

@media screen and (max-width: 880px) {
    footer>.flex {
        padding:24px 15px;
        -webkit-box-orient: vertical size 12px
    }
}

@media screen and (max-width: 880px) {
    footer>.flex p {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width: 480px) {
    footer>.flex p {
        font-size:10px
    }
}

footer>.flex dl {
    text-align: right
}

@media screen and (max-width: 880px) {
    footer>.flex dl {
        text-align:justify;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 55px
    }
}

footer>.flex dl dd img {
    margin: 5px 0 0 auto
}

@media screen and (max-width: 880px) {
    footer>.flex dl dd img {
        margin:5px auto 0
    }
}

#pagetop {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 96px;
    height: 96px
}

@media screen and (max-width: 480px) {
    #pagetop {
        bottom:32px;
        right: 24px;
        width: 86px;
        height: 86px
    }
}

#pagetop img {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

#pagetop.fixed {
    opacity: 1
}

@media screen and (min-width: 480px) {
    #pagetop:hover img {
        -webkit-transform:scale(1.2,1.2);
        transform: scale(1.2,1.2)
    }
}

.speakers{
    display: flex;
    max-width: 600px;
    overflow: hidden;
}

.session-intro-text { 
    max-width: 580px; 
}

@media screen and (max-width: 566px) {
    .speakers .flex .speaker:nth-child(1){
      margin-bottom: 16px;    
    }
  }

      
@media (min-width: 1024px) {
  .flex {
    display: flex;
     flex-direction: row;
     gap: 16px;
     align-items: flex-start;
     margin: 0 auto;
     }    
     .speakers {
     flex: 1;
     }

     .speaker{
        justify-content: center
     }
    }
    
@media (max-width: 390px) {
        .speakers {
          flex-direction: column;
        }
      }