@charset "utf-8";#fv .site_visual{background-image:url(../image/conference/fv_visual@pc.webp)}#conference{width:100%;height:auto;padding:120px 0 200px;background-color:var(--color--textblack)}.conference__inner{width:90%;max-width:1280px;height:auto;margin:0 auto}.conference__heading{width:100%;height:auto;font-family:var(--font--inter);font-size:48px;font-weight:400;line-height:1;color:var(--color--white)}.conference__speaker{width:100%;height:auto;padding:0 0 200px}.speaker__list{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;width:100%;height:auto;gap:8px;margin:40px auto 0}.speaker__list__item{width:calc(20% - 6.4px);height:auto;padding:0;border-radius:8px;border:solid 1px var(--color--darkgray);background-color:var(--color--textblack);cursor:pointer}.speaker__list__item._keynote{width:calc(50% - 4px);height:auto;padding:24px;border:none}.speaker__list__item._keynote._01{background:var(--color--gradation_blue)}.speaker__list__item._keynote._02{background:var(--color--gradation_green)}.speaker__list__item._coming_soon{display:flex;justify-content:center;align-items:center;cursor:default;pointer-events:none}.speaker__list__item__coming_soon{font-family:var(--font--inter);font-size:24px;font-weight:700;line-height:1;text-align:center;color:var(--color--gray)}._keynote .speaker__list__item__coming_soon{font-size:18px;color:var(--color--textblack)}.speaker__list__item__inner{width:100%;height:100%;padding:23px 15px 20px;position:relative}._keynote .speaker__list__item__inner{padding:0;border-radius:8px;background-color:var(--color--textblack);overflow:hidden}.speaker__list__item__inner::after{content:'';display:block;width:100%;height:100%;background-color:rgba(255,255,255,.1);opacity:0;position:absolute;top:0;left:0;z-index:1;pointer-events:none}._keynote .speaker__list__item__inner::after{background-color:rgba(255,255,255,.2)}.speaker__list__item__image{width:calc((160 / 212) * 100%);height:auto;margin:0 auto 24px;aspect-ratio:1/1;border-radius:9999px;overflow:hidden}._keynote .speaker__list__item__image{width:100%;height:auto;margin:0 auto;border-radius:0;aspect-ratio:448/252}.speaker__list__item__image img{width:100%;height:100%;object-fit:cover;object-position:center}.speaker__list__item__details{width:100%;height:auto;position:relative}._keynote .speaker__list__item__details{padding:24px}.speaker__list__item__details__subtitle{width:100%;height:auto;margin:0 auto 8px;font-size:16px;font-weight:700;line-height:1;color:var(--color--white)}.speaker__list__item__details__name{width:100%;height:auto;margin:0 auto 12px;font-size:18px;font-weight:700;line-height:1;text-align:center;color:var(--color--white)}._keynote .speaker__list__item__details__name{margin:0 auto 16px;font-size:32px;font-weight:500;text-align:left}.speaker__list__item__details__award,.speaker__list__item__details__company,.speaker__list__item__details__position{width:calc(100% - 44px);height:auto;font-size:12px;font-weight:500;line-height:1.3;color:var(--color--white)}._keynote .speaker__list__item__details__award,._keynote .speaker__list__item__details__company,._keynote .speaker__list__item__details__position{width:calc(100% - 40px);font-size:14px;line-height:1.5}.speaker__list__item__details__award{margin-top:8px}.speaker__list__item__details__text{display:none}.speaker__list__item__icon{width:24px;height:24px;border-radius:9999px;background:var(--color--gradation_blue);position:absolute;bottom:0;right:0;z-index:1}._keynote .speaker__list__item__icon{bottom:24px;right:24px}.speaker__list__item__icon::after,.speaker__list__item__icon::before{content:'';display:block;border-radius:9999px;background:var(--color--white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.speaker__list__item__icon::before{width:8px;height:1px}.speaker__list__item__icon::after{width:1px;height:8px}.conference__timetable{width:100%;height:auto}.timetable__tab_area{width:100%;height:auto;margin:48px auto}.timetable__tab_list{display:flex;justify-content:center;align-items:flex-end;gap:28px;width:100%;height:auto}.timetable__tab{width:228px;height:auto;padding:0 0 23px;border-bottom:solid 1px var(--color--gray);font-family:var(--font--inter);font-size:24px;font-weight:700;line-height:1;text-align:center;color:var(--color--gray);transition:.3s;cursor:pointer}.timetable__tab._current{border-color:var(--color--white);color:var(--color--white)}.timetable__list_wrap{display:none;width:100%;height:auto;margin:0 auto;opacity:0}.timetable__list_wrap._current{display:block;opacity:1;transition:opacity .8s .1s,display 0s allow-discrete; @starting-style{opacity:0}}.timetable__list{display:grid;grid-template-columns:repeat(1,1fr);align-items:stretch;gap:8px;width:100%;max-width:1000px;height:auto;margin:0 auto}.timetable__list__item{display:flex;flex-direction:column;width:100%;height:auto;padding:0;border-radius:8px;border:solid 1px var(--color--darkgray);background-color:rgba(255,255,255,0);position:relative;opacity:0;transform:translateY(10px);transition:background-color .4s,opacity .8s,transform .8s}._current .timetable__list__item{opacity:1;transform:translateY(0)}.timetable__list__item._active{background-color:rgba(255,255,255,.1)}@media (any-hover:hover){.speaker__list__item__inner::after{transition:opacity .3s}.speaker__list__item:hover .speaker__list__item__inner::after{opacity:1}.timetable__tab:hover{border-color:var(--color--white);color:var(--color--white)}.timetable__list__item:hover{background-color:rgba(255,255,255,.1)}.timetable__list__item__overview a::after{transition:.3s}.timetable__list__item__overview a:hover::after{opacity:0}}.timetable__list__item[data-overview=false]{pointer-events:none;cursor:default}.timetable__list__item__heading{width:100%;height:auto;padding:23px 71px 23px 23px;margin:0 auto;position:relative;cursor:pointer}.timetable__list__item__time{width:100%;height:auto;margin:0 auto 8px;font-size:14px;font-weight:400;line-height:1.6;color:var(--color--white)}.timetable__list__item__name{width:100%;height:auto;font-size:20px;font-weight:700;line-height:1.5;color:var(--color--white)}.timetable__list__item__icon{width:24px;height:24px;border-radius:9999px;background:var(--color--gradation_blue);position:absolute;top:24px;right:24px;z-index:1}.timetable__list__item__icon::after,.timetable__list__item__icon::before{content:'';display:block;border-radius:9999px;background:var(--color--white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timetable__list__item__icon::before{width:8px;height:1px}.timetable__list__item__icon::after{width:1px;height:8px;transition:.4s}._active .timetable__list__item__icon::after{transform:translate(-50%,-50%) rotate(90deg)}.timetable__list__item__content{display:none;width:calc(100% - 46px);height:auto;margin:0 auto;padding:23px 0;border-top:solid 1px var(--color--white)}.timetable__list__item__overview{width:100%;height:auto;font-size:14px;font-weight:400;line-height:1.6;color:var(--color--white)}.timetable__list__item__overview a{display:inline-block;color:var(--color--white);position:relative}.timetable__list__item__overview a::after{content:'';display:block;width:100%;height:1px;background-color:var(--color--white);position:absolute;bottom:2px;left:0}.timetable__list__item__speakers_list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;height:auto}.timetable__list__item__overview+.timetable__list__item__speakers_list{margin-top:24px}.timetable__list__item__speakers_list__item{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:348px;height:auto;cursor:pointer}.timetable__list__item__speakers_list__item__image{width:120px;height:120px;border-radius:8px;overflow:hidden;position:relative}.timetable__list__item__speakers_list__item__image::after{content:'';display:block;width:100%;height:100%;background-color:rgba(255,255,255,.1);position:absolute;top:0;left:0;opacity:0}.timetable__list__item__speakers_list__item__image img{width:100%;height:100%;object-fit:cover;object-position:center}.timetable__list__item__speakers_list__item__image__icon{width:16px;height:16px;border:solid 1px var(--color--white);border-radius:9999px;position:absolute;bottom:8px;right:8px;z-index:1}.timetable__list__item__speakers_list__item__image__icon::after,.timetable__list__item__speakers_list__item__image__icon::before{content:'';display:block;border-radius:9999px;background:var(--color--white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timetable__list__item__speakers_list__item__image__icon::before{width:6px;height:1px}.timetable__list__item__speakers_list__item__image__icon::after{width:1px;height:6px}.timetable__list__item__speakers_list__item__details{flex:1;height:auto}.timetable__list__item__speakers_list__item__name{width:100%;height:auto;margin:0 auto 4px;font-size:16px;font-weight:700;line-height:1.5;color:var(--color--white)}.timetable__list__item__speakers_list__item__company,.timetable__list__item__speakers_list__item__position{width:100%;height:auto;font-size:12px;font-weight:500;line-height:1.3;color:var(--color--white)}.speaker__modal{display:none;width:100%;height:100vh;position:fixed;top:0;left:0;z-index:10001}.speaker__modal__wrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:relative;opacity:0;transition:.5s}._show .speaker__modal__wrap{opacity:1}.speaker__modal__bg{width:100%;height:100%;background-color:rgba(0,0,0,.8);position:absolute;top:0;left:0;z-index:1}.speaker__modal__close_btn.view_pc{width:40px;height:40px;position:absolute;top:24px;right:24px;z-index:2;cursor:pointer}.speaker__modal__close_btn.view_pc::after,.speaker__modal__close_btn.view_pc::before{content:'';display:block;width:38px;height:2px;border-radius:9999px;background-color:var(--color--white);position:absolute;top:50%;left:50%}.speaker__modal__close_btn.view_pc::before{transform:translate(-50%,-50%) rotate(45deg)}.speaker__modal__close_btn.view_pc::after{transform:translate(-50%,-50%) rotate(-45deg)}.speaker__modal__inner{width:calc(100% - 180px);max-width:840px;height:auto;margin:0 auto;position:relative;z-index:3;opacity:0;transform:translateY(10px);transition:.5s}._show .speaker__modal__inner{opacity:1;transform:translateY(0)}.speaker__modal__next,.speaker__modal__prev{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--color--white);border-radius:9999px;position:absolute;top:50%;transform:translateY(-50%);z-index:3;cursor:pointer}.speaker__modal__prev{left:-80px}.speaker__modal__next{right:-80px}.speaker__modal__next svg,.speaker__modal__prev svg{width:auto;height:9px;overflow:initial;fill:var(--color--darkgray)}@media (any-hover:hover){.timetable__list__item__speakers_list__item__image::after{transition:.3s}.timetable__list__item__speakers_list__item:hover .timetable__list__item__speakers_list__item__image::after{opacity:1}.speaker__modal__next,.speaker__modal__prev{transition:.5s}.speaker__modal__next:hover,.speaker__modal__prev:hover{background-color:var(--color--green)}.speaker__modal__next svg,.speaker__modal__prev svg{transition:.5s}.speaker__modal__next:hover svg,.speaker__modal__prev:hover svg{fill:var(--color--black)}}.speaker__modal__content{width:100%;height:369px;border-radius:20px;background-color:var(--color--white)}.speaker__modal__content__inner{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:80px 16px 80px 80px}.speaker__modal__image{width:159px;height:auto;aspect-ratio:1/1;border-radius:9999px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.speaker__modal__image img{width:100%;height:100%;object-fit:cover;object-position:center}.speaker__modal__details{width:calc((465 / 680) * 100%);height:100%;padding:0 64px 0 0;overflow:auto}.speaker__modal__details::-webkit-scrollbar{display:none}.speaker__modal__details .simplebar-track.simplebar-vertical{width:2px;background:var(--color--lightgray)}.speaker__modal__details .simplebar-scrollbar{background:var(--color--blue);border-radius:0}.speaker__modal__details__info{width:100%;height:auto;position:relative}.speaker__modal__details__info::before{content:'';display:block;width:100%;height:1px;background-color:var(--color--lightgray);position:absolute;top:calc(100% + 14px);left:0}.speaker__modal__details__name{width:100%;height:auto;margin:0 auto 16px;font-size:18px;font-weight:700;line-height:1;letter-spacing:0}.speaker__modal__details__award,.speaker__modal__details__company,.speaker__modal__details__position{width:100%;height:auto;font-size:12px;font-weight:400;line-height:1.2;letter-spacing:0}.speaker__modal__details__position{margin:6px auto 0}.speaker__modal__details__award{margin:10px auto 0}.speaker__modal__details__text{width:100%;height:auto;padding:8px 0 0;margin:15px auto 0;position:relative;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:0}#contact{width:100%;height:auto;padding:164px 0}.contact__inner{width:100%;height:auto}.contact__heading{width:100%;height:auto;margin:0 auto 24px;font-size:32px;font-weight:700;line-height:1.4;text-align:center;color:var(--color--white)}.contact__contents{width:100%;height:auto}.contact__text{width:100%;height:auto;margin:0 auto 24px;font-size:18px;font-weight:400;line-height:1.5;letter-spacing:.07em;text-align:center;color:var(--color--white);text-decoration:underline}.contact__btn_wrap{width:365px;height:80px;margin:0 auto}@media all and (max-width:768px){#fv .site_visual{background-image:url(../image/conference/fv_visual@sp.webp)}#conference{padding:80px 0}.conference__inner{width:calc((335 / 375) * 100%)}.conference__heading{font-size:32px}.conference__speaker{padding:0 0 80px}.speaker__list{margin:24px auto 0}.speaker__list__item{width:100%}.speaker__list__item._keynote{width:100%;padding:16px}.speaker__list__item._keynote._coming_soon{height:364px}.speaker__list__item._coming_soon{height:112px}.speaker__list__item__inner{display:flex;justify-content:space-between;align-items:flex-start;padding:15px}._keynote .speaker__list__item__inner{flex-direction:column;justify-content:flex-start;align-items:stretch}.speaker__list__item__inner::after{display:none}.speaker__list__item__image{width:calc((80 / 303) * 100%);margin:0}._keynote .speaker__list__item__image{aspect-ratio:303/161}.speaker__list__item__details{width:calc((207 / 303) * 100%);height:auto;position:relative}._keynote .speaker__list__item__details{width:100%;padding:24px 16px}.speaker__list__item__details__subtitle{font-size:12px}.speaker__list__item__details__name{padding:4px 0;margin:0 auto 8px;font-size:16px;text-align:left}._keynote .speaker__list__item__details__name{padding:0;font-size:24px;font-weight:700}.speaker__list__item__details__award,.speaker__list__item__details__company,.speaker__list__item__details__position{width:100%;font-size:10px;line-height:1.5}.speaker__list__item__details__award{margin-top:5px}.speaker__list__item__icon{bottom:auto;top:0}._keynote .speaker__list__item__icon{top:auto;right:16px}.timetable__tab_area{margin:24px auto}.timetable__tab_list{justify-content:space-between;gap:24px}.timetable__tab{flex:1;width:auto;padding:0 0 15px;font-size:18px}.timetable__list__item__heading{padding:15px 59px 15px 15px}.timetable__list__item__time{margin:0 auto 4px}.timetable__list__item__name{font-size:16px}.timetable__list__item__icon{top:15px;right:15px}.timetable__list__item__content{width:calc(100% - 30px)}.timetable__list__item__speakers_list{grid-template-columns:repeat(1,1fr);gap:8px}.timetable__list__item__overview+.timetable__list__item__speakers_list{margin-top:16px}.timetable__list__item__speakers_list__item__image{width:75px;height:75px;border-radius:5px}.timetable__list__item__speakers_list__item__image__icon{width:10px;height:10px;bottom:4px;right:4px}.timetable__list__item__speakers_list__item__image__icon::before{width:5px}.timetable__list__item__speakers_list__item__image__icon::after{height:5px}.timetable__list__item__speakers_list__item__name{font-size:14px}.speaker__modal__wrap{height:100dvh}.speaker__modal__close_btn.view_sp{width:50px;height:40px;position:absolute;top:calc(100% + 24px);left:50%;transform:translateX(-50%);cursor:pointer}.speaker__modal__close_btn.view_sp::before{content:'とじる';font-size:16px;font-weight:400;line-height:40px;letter-spacing:0;text-align:center;color:var(--color--white)}.speaker__modal__inner{width:calc((335 / 375) * 100%);height:509px;padding:0 8px 0 0;max-width:initial}.speaker__modal__next,.speaker__modal__prev{top:calc(100% + 24px);transform:translateY(0)}.speaker__modal__prev{left:50%;margin-left:-112px}.speaker__modal__next{right:50%;margin-right:-112px}.speaker__modal__content{height:100%;padding:24px 8px 32px 24px}.speaker__modal__content__inner{flex-direction:column;justify-content:center;align-items:stretch;padding:0 16px 0 0;overflow:auto}.speaker__modal__content__inner::-webkit-scrollbar{display:none}.speaker__modal__content__inner .simplebar-track.simplebar-vertical{width:2px;background:var(--color--lightgray)}.speaker__modal__content__inner .simplebar-scrollbar{background:var(--color--blue);border-radius:0}.speaker__modal__image{width:160px;margin:0 auto 24px}.speaker__modal__details{width:100%;padding:0;overflow:initial}.speaker__modal__details__name{margin:0 auto 14px;font-size:20px}.speaker__modal__details__award,.speaker__modal__details__company,.speaker__modal__details__position{font-size:10px}.speaker__modal__details__text{width:calc(100% + 12px);height:198px;padding:7px 10px 0 0;margin:14px -12px 0 0}#contact{padding:94px 0}.contact__heading{margin:0 auto 16px}.contact__text{font-size:16px;text-decoration:none}.contact__btn_wrap{width:100%;max-width:247px;height:64px}}@media screen and (max-width:575px) and (max-height:740px){.speaker__modal__inner{top:-5lvh}}