@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-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 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: 0;
    -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,.flex2,.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
}

.flex2>* {
    width: 48%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    .flex2>* {
        width:100%
    }
}

.flex4>* {
    width: 23%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 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-top: 0;
        margin-right: 0;
        margin-bottom: 25px;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .flex4>* {
        width:100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 25px;
        margin-left: 0;
    }
}

.sp-block {
    display: none
}

@media screen and (max-width: 480px) {
    .sp-block {
        display:block!important
    }
}

.wrap {
    width: 100%;
    padding: 0 16px
}

@media screen and (min-width: 880px) {
    .wrap {
        padding:0;
        width: 94%;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: 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: 100%;
    right: 0
}

@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-top: 0;
    margin-right: 0;
    margin-bottom: 5%;
    margin-left: 0;
}

@media screen and (max-width: 480px) {
    #fv .wrap #mv>div {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
    }
}

#fv .wrap #mv>div .in-txt {
    font-family: yu-gothic-pr6n,"游ゴシック体",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,28px);
    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: 1081px) and (max-width: 1279px) {
  #fv .wrap #mv>div .in-copy {
    font-size: clamp(14px,1.8vw,20px);
  }
}

@media screen and (max-width: 1080px) {
    #fv .wrap #mv>div .in-copy {
        position:inherit;
        display: block;
        margin-top: 10%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-size: clamp(16px,3.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(3.1vw,20px);
        margin-top: 50px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 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-top: 0;
    margin-right: 0;
    margin-bottom: 3%;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    #fv .wrap #mv>div+div {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 15%;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    #fv .wrap #mv>div+div {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 80px;
        margin-left: 0;
    }
}

#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-top: 0;
    margin-right: 44px;
    margin-bottom: 0;
    margin-left: 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%)
}

@media screen and (max-width: 880px) {
#fv .wrap .flex dl dd:before {
    height: 2px;
  }
}

#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-top: 0;
        margin-right: 0;
        margin-bottom: 60px;
        margin-left: 0;
        font-size: clamp(16px,3.2vw,28px);
        position: relative;
        z-index: 3;
        display: none
    }
}

#fv .wrap .right {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 110px;
    margin-left: 0;
    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-top: 15px;
        margin-right: 0;
        margin-bottom: 80px;
        margin-left: 0;
    }
}

@media screen and (max-width: 880px) {
    #fv .wrap .right {
        margin-top: -45px;
        margin-right: 0;
        margin-bottom: 140px;
        margin-left: 0;
    }
}

@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-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 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);
    align-items: flex-end;
}

@media screen and (max-width: 480px) {
    #fv .wrap>.flex2 {
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#fv .wrap>.flex2 h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 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:55%;
        min-width: 180px;
    }
}

#fv .wrap>.flex2 span {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 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: 9px;
    }
}

#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-top: 0;
    margin-right: 0;
    margin-bottom: 48px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    .ttl1 {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 64px;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .ttl1 {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: 0;
    }
}

.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;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    line-height: 40px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    .ttl1 .gld {
        font-size:36px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 8px;
        margin-left: 0;
        line-height: 32px
    }
}

@media screen and (max-width: 480px) {
    .ttl1 .gld {
        font-size:24px;
        line-height: 20px
    }
}

.subttl1 {
    text-align: center;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-weight: 900;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 48px;
    margin-left: 0;
}

.subttl1 .gld {
    display: inline-block;
    font-size: 48px;
    letter-spacing: 0.1em;
    line-height: 72px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}

@media screen and (max-width: 480px) {
  .subttl1 .gld {
    font-size: 32px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
    line-height: 150%;

  }
}

.subttl1 .gld+span {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 36px;
    display: block;
}

@media screen and (max-width: 480px) {
  .subttl1 .gld+span {
      font-size: 18px;
      line-height: 150%;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-br {
    display: inline;
  }
}

.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-top: 80px;
    margin-right: 0;
    margin-bottom: 51px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    .ttl2 {
        font-size:18px;
        margin-top: 55px;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.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: 197px;
        padding: 15px 0
    }
}

.cta:after {
    content: "\e900";
    font-family: "icomoon";
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 80%
}

@media screen and (min-width: 880px) {
    .cta:hover {
        background:#AEAEAE
    }
}

#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: yu-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 880px) {
    #about .center {
        text-align:left;
        padding: 0 20px
    }
}

#about .center p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

@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;
    padding-bottom: 3vw
}

@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-top: 110px;
    margin-right: 0;
    margin-bottom: 48px;
    margin-left: 0;
}

#session .ttl1>div {
    letter-spacing: 5px;
    font-weight: 800
}

#session #opening {
    margin-top: 160px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: #fff;
    border-radius: 300px;
    padding: 4.5% 10% 5%
}

@media screen and (max-width: 880px) {
    #session #opening {
        margin-top: 140px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    #session #opening {
        margin-top: 120px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 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-top: 16px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    #session #opening .flex>div h2>span {
        text-align:center;
        font-size: 26px;
        margin-top: 8px;
        margin-right: 0;
        margin-bottom: 2px;
        margin-left: 0;
    }
}

@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-top: 16px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 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-top: 0;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 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-top: 0;
    margin-right: 0;
    margin-bottom: 0.5vw;
    margin-left: 0;
}

@media screen and (max-width: 480px) {
    #session #keynote .speaker figcaption>div {
        line-height: 1.4;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 8px;
        margin-left: 0;
    }
}

@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-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 12px;
}

#session .speaker figcaption>div {
    font-size: 14px;
    font-weight: 700;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    line-height: 21px;
    display: block;
}

@media screen and (max-width: 480px) {
    #session .speaker figcaption>div {
        font-size:10px;
        line-height: 16px;
    }
}

#session .speaker figcaption>div>span {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
}

#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-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 12px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
}

@media screen and (max-width: 880px) {
    #session .speaker figcaption p span {
        display:block;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 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-top: 0;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
}

@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-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#session .session-wrap>.flex>div {
    width: 50%
}

@media screen and (max-width: 880px) {
    #session .session-wrap>.flex>div {
        width:100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0px;
        margin-left: 0;
    }
}

#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
    }
}


#session .session3 {
    padding: 2.8% 4.5% 3.4%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    #session .session3 {
        padding:35px 48px 52px
    }
}

@media screen and (max-width: 480px) {
    #session .session3 {
        padding:29px 32px 40px
    }
}

#session .session3>span {
    font-size: 20px
}

@media screen and (max-width: 880px) {
    #session .session3>span {
        font-size:18px
    }
}

@media screen and (max-width: 480px) {
    #session .session3>span {
        font-size:16px
    }
}

#session .session3>span>span {
    color: #AEAEAE;
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
}

@media screen and (max-width: 880px) {
    #session .session3>span>span {
        font-size:15px
    }
}

@media screen and (max-width: 480px) {
    #session .session3>span>span {
        font-size:10px
    }
}

#session .session3 h3 {
    font-size: 24px;
    margin-top: 22px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    #session .session3 h3 {
        font-size:21px
    }
}

@media screen and (max-width: 480px) {
    #session .session3 h3 {
        font-size:18px
    }
}

#session .session3>.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 {
    width: 43%;
    margin-top: 0;
    margin-right: 64px;
    margin-bottom: 0;
    margin-left: 0;
}


@media screen and (max-width: 880px) {
    #session .session3>.flex>p {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 24px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
}

#session .session3>.flex .speaker {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

@media screen and (max-width: 880px) {
  #session .session3>.flex .speaker {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width: 880px) {
    #session .session3>.flex .speaker img {
        max-width:72px
    }
}

#session .session3>.flex .speaker figcaption {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

.session-wrap .speaker:not(.speaker ~ .speaker) figcaption {
  width: 175px;
}

@media screen and (min-width: 881px) and (max-width: 1200px){
  .session-wrap .speaker:not(.speaker ~ .speaker) figcaption {
    width: 250px;
  }
}

@media screen and (min-width: 60px) and (max-width: 602px){
  .session-wrap .speakers > .flex:has(.speaker:nth-child(2)) .speaker:first-child {
    margin-bottom: 16px;
  }
  .session-wrap .speaker:not(.speaker ~ .speaker) figcaption {
    width: 230px;
  }
}

#session .session3>.flex .speaker figcaption>div {
    font-size: 10px;
    line-height: 1.4
}

#session .session3>.flex .speaker figcaption>div>span+span {
    opacity: 0
}

#session .session3>.flex .speaker figcaption p {
    font-size: 20px;
    line-height: 1.5
}

#session .session3>.flex .speaker figcaption p>span {
    display: block;
    font-size: 14px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#session .session3>.flex>.flex {
    width: 25%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 880px) {
    #session .session3>.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-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
}

#session .session3>.flex>.flex>div .speaker {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    #session .session3>.flex>.flex>div .speaker {
        margin-top: 0;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width: 880px) {
    #session article>.flex2 {
        padding:0 0 50px
    }
}

#session .sp-block {
    background: #fff;
    padding: 88px 0 48px;
    margin-top: 160px;
    margin-right: 0;
    margin-bottom: 80px;
    margin-left: 0;
    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-top: 0;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
    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:22.8%;
        width: 120%;
        -webkit-transform: translate(40%,-50%);
        transform: translate(40%,-50%)
    }
}

#session .code4 {
    position: absolute;
    left: 0;
    top: 71%;
    -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: 71.5%;
    }
}

#session .tag1,
#session .tag2,
#session .tag3 {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 2px 12px;
  gap: 10px;
  border-radius: 16px;
}

#session .tag1 p,
#session .tag2 p,
#session .tag3 p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  white-space: nowrap;
  font-family: toppan-bunkyu-midashi-go-std,sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

#session .tag1 { background-color: #DB429E1A; }
#session .tag1 p { color: #DB429E; }

#session .tag2 { background-color: #00AA8E1A; }
#session .tag2 p { color: #00AA8E; }

#session .tag3 { background-color: #EC9A021A; }
#session .tag3 p { color: #EC9A02; }

@media screen and (max-width: 480px) {
  #session .tag1,
  #session .tag2,
  #session .tag3 {
    height: 22px;
  }
}

@media screen and (max-width: 480px) {
  #session .tag1 p,
  #session .tag2 p,
  #session .tag3 p {
    font-size: 12px;
  }
}

#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: #ffffff;
    overflow: hidden
}

#overview .ttl2 {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    display: block
}

@media screen and (max-width: 880px) {
    #overview .ttl2 {
        margin-top: 64px;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 0;
    }
}

#overview .center {
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
}

@media screen and (max-width: 880px) {
    #overview .center {
        margin-top: 48px;
        margin-right: 0;
        margin-bottom: 72px;
        margin-left: 0;
    }
}

#overview .code6 {
    position: absolute;
    left: 0;
    -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-top: 0;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    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-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.note {
    display: flex;
    gap: 0.3em;
    font-size: 12px;
}

.note > :first-child {
    flex-shrink: 0
}

@media screen and (max-width: 480px) {
  .note {
    font-size: 10px;
  }
}

.note-block {
    display: block;
}

.note-block a {
    display: block;
    text-decoration: underline;
}

footer {
    background: #E5E5E5
}

footer>.pc {
    display: block
}

@media screen and (max-width: 480px) {
    footer>.pc {
        display:none
    }
}

footer .flex4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 1000px;
    align-items: center;
    justify-items: center;
    padding: 0 0 68px;
    gap: 64px 0px;
}

@media screen and (max-width: 880px) {
  footer .flex4 {
    padding: 0 0 32px;
    width: 95%;
    gap: 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  footer .flex4 {
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    gap: 20px 8px;
  }
}

footer .flex4 a {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .flex4 a:hover {
    opacity: 0.5
}

footer .flex4 a img {
    width: auto;
    max-width: 65%;
    height: auto;
}

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
    }
}

@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-top: 0;
        margin-right: 0;
        margin-bottom: 55px;
        margin-left: 0;
    }
}

footer>.flex dl dd img {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
}

@media screen and (max-width: 880px) {
    footer>.flex dl dd img {
        margin-top: 5px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    }
}

#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: 56px;
        height: 56px;
    }
}

#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;
}

.speakers > .flex{
  width: 100%;
  justify-content: flex-start;
}

.session-intro-text {
    max-width: 580px;
}

@media screen and (max-width: 566px) {
  .speakers .flex .speaker:nth-child(1){
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
  }
}

@media (min-width: 881px) {
  .flex {
    gap: 16px;
  }
  .speakers {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .flex {
    display: flex;
     flex-direction: row;
     gap: 16px;
     align-items: flex-start;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     margin-left: 0;
     }

     .speaker{
        justify-content: center
     }
    }

@media (max-width: 390px) {
        .speakers {
          flex-direction: column;
        }
      }

.onsite-form {
    max-width: 744px;
    width: calc(100% - 32px);
    gap: 8px;
    padding: 32px 40px;
    border-radius: 32px;
    background: #1998D826;
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

@media screen and (max-width: 880px) {
  .onsite-form {
    margin-top: 48px;
    margin-right: auto;
    margin-bottom: 72px;
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  .onsite-form {
    padding: 32px 40px;
  }
  .pc-br {
    display: none;
  }
}

.onsite-form > div:first-child p {
    font-family: toppan-bunkyu-midashi-go-std,sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    color: #007BC2;
    margin-bottom: 8px;
}

.onsite-form > div:nth-child(2) p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 8px;
}

.onsite-form > span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    display: block;
}

.onsite-form .note-item {
    display: block;
}

@media screen and (max-width: 480px) {
  .onsite-form .note-item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .onsite-form > div:first-child p {
    font-size: 16px;
    text-align: left;
  }
  .onsite-form > div:nth-child(2) p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}
