:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}code[class*=language-],pre[class*=language-]{background:none;color:#000;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal;word-wrap:normal;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{background:#b3d4fc;text-shadow:none}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{background:#b3d4fc;text-shadow:none}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{background:hsla(0,0%,100%,.5);color:#9a6e3a}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}li{list-style:none}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{color:inherit;cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}svg:not([fill]){fill:currentColor}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}*{box-sizing:border-box}html{font-size:62.5%}body{font-family:Noto Sans JP,Hiragino Sans,ヒラギノ角ゴシック,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,Meiryo,メイリオ,sans-serif;font-size:1.6rem;overflow-x:hidden;position:relative}a,body{color:#3e3a39}a{text-decoration:none}img{height:auto;vertical-align:bottom;width:100%}figure{font-size:0}.bold{font-weight:700}p{line-height:1.6}h2{font-size:3.4rem;font-weight:700}.u-pcDb{display:block}.u-pcDib{display:inline-block}.u-pcDf{display:flex}.u-pcWeb{display:-webkit-box}.u-spDb,.u-spDf,.u-spDib,.u-spWeb{display:none}@media screen and (max-width:767px){.u-pcDb,.u-pcDf,.u-pcDib,.u-pcWeb{display:none}.u-spDb{display:block}.u-spDib{display:inline-block}.u-spDf{display:flex}.u-spWeb{display:-webkit-box}}[aria-hidden=true]{display:none}[aria-hidden=false]{display:block}.l-footer{background:#121212;padding-block:6rem 2rem}@media screen and (max-width:767px){.l-footer{padding-block:5rem 2rem}}.l-footer_inner{margin:0 auto;text-align:center;width:90%}@media screen and (max-width:767px){.l-footer_inner{padding:0 1.5rem}}.l-footer_logo{display:inline-block;max-width:16.9rem;width:100%}.l-footer_nav{margin-block-start:3.5rem}@media screen and (max-width:767px){.l-footer_nav{margin-block-start:4rem}}.l-footer_list{-moz-column-gap:6rem;column-gap:6rem;display:flex;flex-wrap:wrap;justify-content:center;row-gap:2rem}.l-footer_link{color:#fff;font-size:1.2rem;font-weight:500;transition:filter .2s ease-in-out}@media screen and (min-width:768px){.l-footer_link:hover{filter:opacity(.6)}}@media screen and (max-width:767px){.l-footer_link{font-size:1.4rem}}.l-footer_share{margin-block-start:2.5rem}@media screen and (max-width:767px){.l-footer_share{margin-block-start:4rem}}.l-footer_shareTxt{color:#fff;font-size:1.2rem;font-weight:500;line-height:1;text-align:center}.l-footer_shareList{-moz-column-gap:2.5rem;column-gap:2.5rem;display:flex;justify-content:center;margin-block-start:1rem}.l-footer_shareLink{display:inline-block;max-width:5.3rem;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.l-footer_shareLink:hover{filter:opacity(.6)}}.l-footer_copyright{color:#fff;font-size:1.2rem;font-weight:500;margin-block-start:2.5rem;text-align:center}@media screen and (max-width:767px){.l-footer_copyright{margin-block-start:2rem}}.l-header{box-sizing:border-box;min-height:5.4rem;padding:1rem 4rem;position:fixed;transition:background .3s ease-out;width:100%;z-index:5}.l-header.js-active{background:rgba(0,0,0,.7)}@media screen and (max-width:767px){.l-header{min-height:auto;padding:2rem 2rem 2rem 1.5rem}}.l-header_inner{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:767px){.l-header_listItem{display:none}}.l-header_listItem-logo{flex-shrink:0;max-width:24.8rem;transition:filter .2s ease-in-out}@media screen and (max-width:1170px){.l-header_listItem-logo{max-width:15.8%;width:100%}}@media screen and (min-width:768px){.l-header_listItem-logo:hover{filter:opacity(.7)}}@media screen and (max-width:767px){.l-header_listItem-logo{display:block;max-width:19.3rem}}.l-header_listItem-nav{opacity:0;transition:opacity .3s ease-out,visibility .3s ease-out;visibility:hidden}.js-active .l-header_listItem-nav{opacity:1;visibility:visible}.l-header_listItem-btn{flex-shrink:0}.afterLogin .l-header_listItem-btn,.registerAccount .l-header_listItem-btn{display:block}.l-header nav{width:100%}.l-header nav>ul{align-items:center;-moz-column-gap:1rem;column-gap:1rem;display:flex;justify-content:space-between}.l-header_nav{display:flex;height:100%}.l-header_navItem{align-items:center;display:flex;position:relative}.l-header_navLink{color:#fff;font-size:1.8rem;padding:0 2rem;text-decoration:none;transition:filter .2s ease-in-out}@media screen and (max-width:1170px){.l-header_navLink{font-size:1.5rem;padding:0 1rem}}@media screen and (min-width:768px){.l-header_navLink:hover{filter:opacity(.7)}}.l-header_navLink-disable{filter:opacity(.3)}@media screen and (min-width:768px){.l-header_navLink-disable:hover{filter:opacity(.3)}}.l-header_btns{align-items:center;display:flex;gap:1.5rem;height:100%}.l-header_btnItem{position:relative}.l-header_btnItem-dropdown:hover .l-header_dropdown{opacity:1;pointer-events:all}.l-header_btnLink{border-radius:.4rem;color:#fff;display:flex;font-size:1.6rem;justify-content:center;min-width:120px;padding:6px;text-decoration:none;transition:filter .2s ease-in-out}@media screen and (min-width:768px){.l-header_btnLink:hover{filter:opacity(.7)}}@media screen and (max-width:1170px){.l-header_btnLink{font-size:1.5rem;min-width:105px}}.l-header_btnLink-signin{background:#5258e5}.l-header_btnLink-signup{background:#f18453}.l-header_btnLink-mypage{display:block;max-width:3.2rem;min-width:auto;padding:0;width:100%}.l-header #l-header_hamburgerMenu{display:none}@media screen and (max-width:767px){.l-header #l-header_hamburgerMenu{display:block}}.l-header_hamburgerMenu{font-size:0}.l-header_hamburgerMenu_btn{height:2rem;position:relative;width:3rem;z-index:2}.l-header_hamburgerMenu_line{background:#fff;height:.2rem;left:0;position:absolute;top:0;transition:bottom .5s ease 0s,top .5s ease 0s,height .5s ease 0s,transform .5s ease 0s;width:100%}[aria-expanded=true] .l-header_hamburgerMenu_line{background:#fff;height:.2rem;top:.9rem;transform:rotate(45deg)}.l-header_hamburgerMenu_line:nth-child(2){top:50%;transform:translateY(-50%)}[aria-expanded=true] .l-header_hamburgerMenu_line:nth-child(2){display:none}.l-header_hamburgerMenu_line:last-child{bottom:0;top:auto}[aria-expanded=true] .l-header_hamburgerMenu_line:last-child{bottom:.9rem;transform:rotate(135deg)}.l-header_dropdown{background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);min-width:160px;opacity:0;pointer-events:none;position:absolute;right:-30%;top:95%;z-index:1}.l-header_dropdownLink{display:block;font-size:1.2rem;font-weight:700;padding:12px 16px;text-align:left;text-decoration:none;transition:background .3s ease-out}.l-header_dropdownLink:hover{background:#ddd}.l-header #l-header_modal{height:100%;left:0;overflow:scroll;position:fixed;top:6.3rem;width:100%;z-index:1}.l-header_modal{padding:6rem 3rem 8rem;position:relative;z-index:1}.l-header_modalListItem-nav{padding:0 3rem}.l-header_modalListItem-btn{margin-block-start:6rem}.l-header_modalNavItem{margin-block-start:3rem}.l-header_modalNavItem:first-child{margin-block-start:0}.l-header_modalNavLink-disable{filter:opacity(.3)}.l-header_modalNavEn{display:block;font-size:3rem}.l-header_modalNavJp{display:block;font-size:1.5rem;font-weight:700}.l-header_modalBtns{text-align:center}.l-header_modalBtnItem{margin-block-start:2rem}.l-header_modalBtnLink{background:#f18453;color:#fff;display:block;padding:2rem 0}.l-header_modalBtnLink-login{background:#5258e5;padding:2.5rem 0}.l-header_modal_overlay{background:#fff;height:100%;left:0;position:fixed;top:6.3rem;width:100%}.p-afterLoginMv{height:auto;position:relative}@media screen and (max-width:767px){.p-afterLoginMv{overflow:hidden}}.p-afterLoginMv_bg{background-image:url(/assets/img/afterLogin/bg.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%;z-index:-1}.p-afterLoginMv_content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}@media screen and (max-width:767px){.p-afterLoginMv_content{left:50%;transform:translate(-50%);width:80%}}.p-afterLoginMv_logoArea{max-width:41.6rem;width:100%}@media screen and (max-width:767px){.p-afterLoginMv_logoArea{max-width:85%}}.p-afterLoginMv .logo{margin-block-end:0;padding-block-start:0;z-index:1}.p-afterLoginMv .logo img{animation:logo_glow_anim 5s linear infinite}.p-afterLoginMv_textArea{-moz-column-gap:1rem;column-gap:1rem;display:flex;justify-content:center;margin-inline:auto;max-width:100rem;padding-block-start:8rem;width:90%}@media screen and (max-width:767px){.p-afterLoginMv_textArea{align-items:center;flex-direction:column}}.p-afterLoginMv_txt{max-width:40rem;width:100%}@media screen and (max-width:767px){.p-afterLoginMv_txt{margin-block-start:1rem;width:80%}}.p-about{background-image:url(/assets/img/about/bg.png);background-position:top;background-size:cover;overflow:hidden;padding:10rem 0 1.5rem;position:relative}@media screen and (max-width:767px){.p-about{padding:19rem 0 0}}.p-about_inner{margin-inline:auto;max-width:900px;padding:0 0 10rem;width:90%}@media screen and (max-width:767px){.p-about_inner{padding:0 0 11rem;width:80%}}.p-about_ttl{text-align:center}.p-about_ttlTxt{display:block;margin-inline:auto;max-width:54.7rem;width:100%}@media screen and (max-width:767px){.p-about_ttlTxt{margin-inline:auto;width:80%}}.p-about_txt{background:linear-gradient(90deg,#17c1ff,#3066f8);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;margin-block-start:4.5rem;text-align:center;-webkit-text-fill-color:transparent;font-size:2.4rem;line-height:2.46}@media screen and (max-width:767px){.p-about_txt{font-size:1.5rem;line-height:1.73;margin-block-start:2.5rem;text-align:left}}.p-about_img{max-width:18.2%;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:767px){.p-about_img{left:50%;max-width:90%;top:0;transform:translate(-50%)}}.p-application{padding:10rem 0 17rem}@media screen and (max-width:767px){.p-application{padding:6rem 0 8rem}}.p-application_inner{margin:0 auto;max-width:102.4rem;width:90%}.p-application_ttl{text-align:center}@media screen and (max-width:767px){.p-application_ttl{font-size:2.7rem;font-weight:700}}.p-application_ttlTxt{font-size:3.3rem;font-weight:600}@media screen and (max-width:767px){.p-application_ttlTxt{font-size:1.9rem}}.p-application_ttlGraduate{background:linear-gradient(90deg,#f18453,#4847ff);background-clip:text;-webkit-background-clip:text;background-size:100% 100%;-webkit-text-fill-color:transparent;font-size:5rem;font-weight:800}@media screen and (max-width:767px){.p-application_ttlGraduate{font-size:2.8rem}}.p-application_link{background:#f18453;display:block;margin-block-start:6rem;padding:7rem 10rem;position:relative;text-align:center;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-application_link:hover{filter:opacity(.7)}}@media screen and (max-width:767px){.p-application_link{font-size:2.4rem;margin-block-start:3rem;padding:3.5rem 6rem}}.p-application_linkTxt{color:#fff;display:block;font-size:4rem;font-weight:600;line-height:1}@media screen and (max-width:767px){.p-application_linkTxt{font-size:3rem}}.p-application_linkSubTxt{color:#fff;display:block;font-size:2rem;margin-block-start:2rem}@media screen and (max-width:767px){.p-application_linkSubTxt{font-size:1.4rem}}.p-application_linkIcon{display:block;max-width:6rem;position:absolute;right:4rem;top:50%;transform:translateY(-50%);width:100%}@media screen and (max-width:767px){.p-application_linkIcon{max-width:3.6rem;right:2.4rem}}.p-finish{height:100vh;position:relative}@media screen and (max-width:767px){.p-finish{overflow:hidden}}.p-finish_bg{background-image:url(bg.4877bf8efb2a79315278.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%;z-index:-1}.p-finish_block{left:50%;max-width:100rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}.p-finish_textArea{margin-block-start:4rem}.p-finish_txt{color:#fff;font-size:2rem;font-weight:700;letter-spacing:.08em;margin-block-start:2rem;text-align:center}@media screen and (max-width:767px){.p-finish_txt{font-size:1.4rem;margin-block-start:1rem}}.p-finish_head{color:#fff;font-size:3.7rem;font-weight:700;text-align:center}@media screen and (max-width:767px){.p-finish_head{background:transparent;font-size:1.8rem;margin-block-start:1rem}}.p-finish_headItem{background:linear-gradient(90deg,#f18453,#4847ff);background-size:100% 100%;display:inline-block;margin-block-start:2rem;padding-inline:2.5rem}.p-finish_headItem:first-child{margin-block-start:0}@media screen and (max-width:767px){.p-finish_headItem{background:linear-gradient(90deg,#f18453,#4847ff);display:block;margin-block-start:1rem;padding:.3rem 2.5rem}.p-finish_headItem:first-child{margin-block-start:0}}.p-floating{bottom:0;left:0;position:fixed;width:100%;z-index:999}.p-floating_txt{background:#5258e5;color:#fff;display:inline-block;display:block;font-size:1.8rem;font-weight:500;padding:1rem;text-align:center;width:100%}@media screen and (max-width:767px){.p-floating_txt{font-size:1.5rem}}.p-floating_banner2025{display:flex;justify-content:flex-end}.p-floating_banner2025img{width:500px}@media screen and (max-width:767px){.p-floating_banner2025img{width:300px}}.p-floatingBanner{bottom:10px;max-width:clamp(30rem,-.071rem + 62.65vw,57.8rem);opacity:0;position:absolute;right:1.2rem;transition:filter .2s ease-in-out;width:100%;z-index:12}@media screen and (min-width:768px){.p-floatingBanner:hover{filter:brightness(110%)}}@media screen and (max-width:767px){.p-floatingBanner{margin-block-start:5rem;max-width:38.2rem;position:static}}.p-floatingBanner.after{opacity:1}body{padding-bottom:170px}.p-form{background-attachment:fixed;background-image:url(/assets/img/form/bg.png);background-position:top;background-size:cover;padding-block:12rem 8rem}@media screen and (max-width:767px){.p-form{background-image:url(/assets/img/form/bg_sp.png);background-size:cover;padding:9rem 3rem 4rem}}.p-form_inner{background:#fff;margin:0 auto;max-width:72rem;width:100%}.p-form_tabList{align-items:center;background:#ededed;display:flex}@media screen and (max-width:767px){.p-form_tabItem{width:50%}}.p-form_tabLink{align-items:center;background:#f18453;color:#fff;display:flex;font-size:1.7rem;font-weight:700;justify-content:center;padding:.7rem;transition:filter .2s ease-in-out;width:206px}@media screen and (min-width:768px){.p-form_tabLink:hover{filter:opacity(.7)}}@media screen and (max-width:767px){.p-form_tabLink{font-size:1.4rem;padding:.5rem .7rem;width:100%}}.p-form_tabLink-login{background:#575757}.p-form_content{padding:1.5rem 2.5rem 4.5rem}@media screen and (max-width:767px){.p-form_content{padding:1rem 1rem 6rem}}.p-form_ttl{font-size:2.2rem;font-weight:700}.p-form_form{margin-block-start:2.5rem;padding-inline:4.5rem}@media screen and (max-width:767px){.p-form_form{margin-block-start:2rem;padding-inline:0}}.p-form_formBlock{align-items:center;-moz-column-gap:1rem;column-gap:1rem;display:flex;justify-content:flex-end;margin-block-start:2rem}@media screen and (max-width:767px){.p-form_formBlock{align-items:flex-start;flex-direction:column;margin-block-start:1.5rem;row-gap:.5rem}}.p-form_formBlock:first-child{margin-block-start:0}.p-form_formHead{-moz-column-gap:1rem;column-gap:1rem;display:flex}.p-form_formHeadTxt{font-size:1.6rem;font-weight:700;line-height:1.4}.p-form_formHeadTxt-checkmark{box-sizing:border-box;cursor:pointer;display:inline-block;padding:5px 30px;position:relative;width:auto}.p-form_formHeadTxt-checkmark:before{background:#fff;border:1px solid #000;content:"";display:block;height:2.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.5rem}.p-form_formHeadTxt-checkmark:after{border-bottom:3px solid #d70027;border-right:3px solid #d70027;content:"";display:block;height:15px;left:8px;margin-top:-9px;opacity:0;position:absolute;top:50%;transform:rotate(45deg);width:8px}.p-form_formHeadTxtRequire{align-items:center;background:#d70027;border-radius:.5rem;color:#fff;display:flex;font-size:1.2rem;font-weight:700;justify-content:center;line-height:1.4;padding:.3rem .7rem}@media screen and (max-width:767px){.p-form_formHeadTxtRequire{font-size:1rem}}.p-form_formInput{background:#dbdbdb;font-size:1.6rem;max-width:40.8rem;min-height:3.6rem;padding:1rem;width:100%}@media screen and (max-width:767px){.p-form_formInput{font-size:1.2rem;max-width:none}}.p-form_formInput-border{border:.2rem solid #000}.p-form_formSelect{max-width:40.8rem;position:relative;width:100%}@media screen and (max-width:767px){.p-form_formSelect{font-size:1.2rem;max-width:none}}.p-form_formSelect:before{border-style:solid;border-bottom:5px solid transparent;border-left:9px solid #434343;border-right:0;border-top:5px solid transparent;content:"";height:0;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(90deg);width:0;z-index:1}.p-form_formCheckbox{align-items:center;display:flex;position:relative}.p-form_formCheckbox input{height:0;opacity:0;width:0}.p-form_formCheckbox input[type=checkbox]:checked+.p-form_formHeadTxt-checkmark:after{opacity:1}.p-form_formCheckbox-agree{margin-block-start:.5rem}.p-form_formComment{font-size:1.4rem;margin-block-start:2rem;text-align:right}@media screen and (max-width:767px){.p-form_formComment{font-size:1.2rem;text-align:left}}.p-form_formBottomArea{border-top:.2rem dashed #000;margin-block-start:2rem;margin-inline-start:auto;max-width:53.6rem;padding-block-start:2rem;width:100%}@media screen and (max-width:767px){.p-form_formBottomArea{max-width:none}}.p-form_privacyComment{margin-block:2.5rem 1.5rem}.p-form_privacyComment a{color:#005f9a;transition:filter .2s ease-in-out}@media screen and (min-width:768px){.p-form_privacyComment a:hover{filter:opacity(.7)}}.p-form_privacyCommentUpper{font-size:1.5rem}@media screen and (max-width:767px){.p-form_privacyCommentUpper{font-size:1.2rem}}.p-form_privacyCommentBottom{font-size:1.2rem;margin-block-start:1rem}@media screen and (max-width:767px){.p-form_privacyCommentBottom{margin-block-start:.5rem}}.p-form_formHeadComment{font-size:1.5rem}.p-form_formBtnWrap{margin-block-start:2.5rem;margin-inline:auto;max-width:32rem;position:relative;text-align:center;width:100%}.p-form_formBtnWrap:before{border-style:solid;border-bottom:5px solid transparent;border-left:9px solid #fff;border-right:0;border-top:5px solid transparent;content:"";height:0;position:absolute;right:2.4rem;top:50%;transform:translateY(-50%);width:0;z-index:1}.p-form_formBtn{background:#d70027;border-radius:.6rem;color:#fff;font-size:1.8rem;font-weight:700;padding:1.5rem;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-form_formBtn:hover{filter:opacity(.7)}}.p-message{background-image:url(/assets/img/message/bg.png);background-position:top;background-size:cover;padding-block-end:10px}@media screen and (max-width:767px){.p-message{background-image:url(/assets/img/message/bg_sp.png)}}.p-message_container{display:flex;justify-content:center}.p-message_gradient_text{animation-duration:5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:gradient_text;animation-timing-function:linear;background:linear-gradient(90deg,#84deff 0,#004dfa 50%,#84deff);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;display:inline-block;margin:150px auto 170px;text-align:center;-webkit-text-fill-color:transparent;font-size:24px;font-weight:500;line-height:2.5em;width:90%}@media screen and (max-width:767px){.p-message_gradient_text{font-size:22px;line-height:2.18em;margin:110px auto 170px;text-align:left}}@keyframes gradient_text{0%{background-position:0 50%}70%{background-position:100% 50%}to{background-position:0 50%}}:root{--size:110vh;--boxShadow:calc(var(--size)/50)}.p-mv{height:650px;position:relative}@media screen and (max-width:767px){.p-mv{overflow:hidden}}.p-mv_bg{background-image:url(/assets/img/mv/89fes2024_kv_summer_3000.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;width:100%}.p-mv_bg,.p-mv_bg_gradient{height:100%;position:absolute;z-index:-1}.p-mv_bg_gradient{animation:mainBgGradientAnim 7s ease infinite;background:linear-gradient(90deg,#229cca 0,#448c8c 50%,#be8b54);background-size:400% 400%;width:100vw}.p-mv_deco{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:flashing;animation-timing-function:linear;height:100%;-webkit-mask-image:url(89fes2024_kv_summer_3000_lights.1b68a112585668658ab3.png);mask-image:url(89fes2024_kv_summer_3000_lights.1b68a112585668658ab3.png);-webkit-mask-position:center bottom;mask-position:center bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;opacity:.1;position:absolute;width:100%;z-index:-1}.p-mv_front{background-image:url(89fes2024_kv_summer_3000_audience.cc96aa28148103a4bd4e.png)}.p-mv_clouds,.p-mv_front{background-position:bottom;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%;z-index:-1}.p-mv_clouds{background-image:url(89fes2024_kv_summer_3000_clouds.288a6b94b8419c8082c2.png)}.p-mv_overlay{background-color:#fff;z-index:2}.p-mv_content,.p-mv_overlay{height:100%;position:absolute;width:100%}.p-mv_content{align-items:center;display:flex;flex-direction:column;justify-content:center;left:0;top:0;z-index:3}@media screen and (max-width:767px){.p-mv_content{left:50%;transform:translate(-50%);width:80%}}.p-mv_content .logo{margin-block-end:22px;opacity:0;z-index:3}.p-mv_content .logo img{animation:logo_glow_anim 5s linear infinite}.p-mv_content .logo.after{opacity:1}.p-mv_content .info{opacity:0}.p-mv_content .info.after{opacity:1}.p-mv_content .info img{animation:logo_glow_anim 5s linear infinite}.p-mv_content .particle_target{height:0;left:50%;position:absolute;top:50%;width:0}.p-mv_content .dot{background-color:gold;border-radius:10px;height:10px;left:-5px;opacity:1;position:absolute;top:-5px;transition:all .5s;width:10px}.p-mv_logoArea{margin-inline:auto;max-width:41.6rem;width:100%}@media screen and (max-width:767px){.p-mv_logoArea{max-width:25.8rem}}.p-mv .logo{margin-block-end:22px;z-index:1}.p-mv .logo img{animation:logo_glow_anim 5s linear infinite}.p-mv .logo.before{opacity:0}.p-mv_btn{bottom:5.3rem;display:block;left:50%;opacity:0;position:absolute;transform:translate(-50%);transition:filter .2s ease-in-out;width:3.6rem;z-index:4}.p-mv_btn.after{opacity:1}@media screen and (min-width:768px){.p-mv_btn:hover{filter:opacity(.7)}}@media screen and (max-width:767px){.p-mv_btn{margin-block-start:4rem;position:static;transform:translate(0)}}@keyframes flashing{0%{background-color:#ecff8a}50%{background-color:#d500d9}to{background-color:#60ff90}}@keyframes mainBgGradientAnim{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes logo_glow_anim{0%{filter:drop-shadow(0 0 var(--boxShadow) rgba(0,200,0,.8)) hue-rotate(0deg)}20%{filter:drop-shadow(0 0 calc(var(--boxShadow)/2) rgba(0,200,0,.8)) hue-rotate(72deg)}40%{filter:drop-shadow(0 0 calc(var(--boxShadow)/1.5) rgba(0,200,0,.8)) hue-rotate(144deg)}60%{filter:drop-shadow(0 0 calc(var(--boxShadow)/3) rgba(0,200,0,.8)) hue-rotate(72deg)}80%{filter:drop-shadow(0 0 calc(var(--boxShadow)/4) rgba(0,200,0,.8)) hue-rotate(288deg)}to{filter:drop-shadow(0 0 var(--boxShadow) rgba(0,200,0,.8)) hue-rotate(1turn)}}.p-outline{background-image:url(/assets/img/outline/bg.png);background-position:top;background-size:cover}.p-outline_inner{margin:0 auto;max-width:1000px;padding-block:8rem 11rem;width:90%}@media screen and (max-width:767px){.p-outline_inner{padding-block:6rem 7rem}}.p-outline_ttl{font-size:1.8rem;margin-bottom:40px;position:relative;text-align:center}.p-outline_ttl:before{left:0}.p-outline_ttl:after,.p-outline_ttl:before{border:1px solid #fff;content:"";position:absolute;top:50%;transform:translateY(-50%);width:calc(50% - 7rem);z-index:1}.p-outline_ttl:after{right:0}.p-outline_ttlTxt{color:#fff;font-size:2.4rem}.p-outline_list{display:flex;flex-wrap:wrap;margin:0 auto;max-width:800px;width:90%}@media screen and (max-width:767px){.p-outline_list{font-size:1.4rem}}.p-outline_list dt{margin-bottom:10px;width:100px}.p-outline_list dt span{align-items:center;background:#fff;color:#0993ea;display:flex;font-size:1.8rem;height:28px;justify-content:center;line-height:1.6;text-align:center;width:80px}@media screen and (max-width:767px){.p-outline_list dt span{font-size:1.4rem}}.p-outline_list dd{color:#fff;font-size:1.8rem;margin-bottom:30px;width:80%}@media screen and (max-width:767px){.p-outline_list dd{font-size:1.4rem;width:calc(100% - 100px)}}.p-outline_contactWrap{border-bottom:1px solid #fff;border-top:1px solid #fff;margin:30px auto 0;padding:10px 0}@media screen and (max-width:767px){.p-outline_contactWrap{margin-top:20px}}.p-outline_contact{display:flex;flex-wrap:wrap;margin:0 auto;max-width:800px;width:90%}@media screen and (max-width:767px){.p-outline_contact{-moz-column-gap:5rem;column-gap:5rem}}.p-outline_contact dt{color:#fff;font-size:1.8rem;font-weight:500;width:15rem}@media screen and (max-width:767px){.p-outline_contact dt{font-size:1.4rem;margin-bottom:10px;width:auto}}.p-outline_contact dd{-moz-column-gap:2rem;column-gap:2rem;display:flex;width:calc(100% - 15rem)}@media screen and (max-width:767px){.p-outline_contact dd{flex-direction:column;width:auto}}.p-outline_contact dd span{color:#fff;font-size:1.8rem;font-weight:500}@media screen and (max-width:767px){.p-outline_contact dd span{font-size:1.4rem}}.p-pickup{background-image:url(/assets/img/pickup/bg.png);background-position:top;background-size:cover;overflow:hidden;padding:18rem 0;position:relative}@media screen and (max-width:767px){.p-pickup{background-image:url(/assets/img/pickup/bg_sp.png);padding:16.5rem 0 7rem}}.p-pickup_inner{margin:0 auto;max-width:102.4rem;width:90%}.p-pickup_ttl{margin:0 auto;max-width:71.8rem;width:100%}.p-pickup_ttlTxt{display:block}@media screen and (max-width:767px){.p-pickup_ttlTxt{margin-inline:auto;width:80%}}.p-pickup_list{margin-block-start:5rem}.p-pickup_listItem{align-items:center;border-block-end:.2rem solid #fff;display:flex;min-height:14rem}@media screen and (max-width:767px){.p-pickup_listItem{min-height:8.5rem}}.p-pickup_listItem:first-child{border-block-start:.2rem solid #fff}.p-pickup_number{display:block;max-width:10rem;padding-inline-end:3rem;width:100%}@media screen and (max-width:767px){.p-pickup_number{max-width:4.2rem;padding-inline-end:1.5rem}}.p-pickup_listTxt{color:#fff;font-size:3rem;padding-inline-start:3rem;position:relative}@media screen and (max-width:767px){.p-pickup_listTxt{font-size:2rem;padding-inline-start:1.5rem}}.p-pickup_listTxt:before{background:#fff;content:"";height:130%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.2rem}@media screen and (max-width:767px){.p-pickup_listTxt:before{height:5rem}}.p-pickup_img{max-width:18.3%;position:absolute;right:0;top:-1.2%;width:100%}@media screen and (max-width:767px){.p-pickup_img{left:50%;max-width:90%;top:0;transform:translate(-50%)}}.p-registerAccount{background-image:url(/assets/img/registerAccount/bg.png);background-position:top;background-size:cover;height:100vh;width:100%}@media screen and (max-width:767px){.p-registerAccount{background-image:url(/assets/img/registerAccount/bg_sp.png)}}.p-registerAccount_inner{background:#fff;left:50%;margin-inline:auto;max-width:100rem;padding-block:3.5rem 4.5rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}@media screen and (max-width:767px){.p-registerAccount_content{margin-inline:auto;width:90%}}.p-registerAccount_logo{display:block;margin-inline:auto;max-width:16.4rem;width:100%}.p-registerAccount_ttl{font-size:2.4rem;font-weight:700;margin-block-start:2rem;text-align:center}@media screen and (max-width:767px){.p-registerAccount_ttl{font-size:2.2rem}}.p-registerAccount_form{margin-block-start:2.5rem;text-align:center}@media screen and (max-width:767px){.p-registerAccount_form{margin-block-start:2rem}}.p-registerAccount_input{background:#dbdbdb;font-size:1.4rem;font-weight:700;max-width:58.6rem;padding:1rem;width:100%}.p-registerAccount_txt{font-size:1.4rem;font-weight:700;margin-block-start:2rem;text-align:center}@media screen and (max-width:767px){.p-registerAccount_txt{font-size:1.3rem}}.p-registerAccount_btnList{-moz-column-gap:2.5rem;column-gap:2.5rem;display:flex;justify-content:center;margin-block-start:3rem}@media screen and (max-width:767px){.p-registerAccount_btnList{-moz-column-gap:1.5rem;column-gap:1.5rem}}.p-registerAccount_btnItem{flex-basis:15.8rem}.p-registerAccount_btn{background:#828998;border-radius:.4rem;color:#fff;font-size:2.2rem;font-weight:700;height:100%;padding:1rem;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-registerAccount_btn:hover{filter:opacity(.7)}}.p-registerAccount_btn-save{background:#f28452}.p-session{background-attachment:fixed;background-image:url(/assets/img/session/bg.png);background-position:top;background-size:cover;padding-block:7rem 17.5rem}@media screen and (max-width:767px){.p-session{background-image:url(/assets/img/session/bg_sp.png);background-position:top;background-size:cover;padding-block:5rem 16.5rem}}.p-session_inner{margin-inline:auto;max-width:128rem;width:90%}.p-session_catList{display:grid;gap:.2rem;grid-template-columns:repeat(9,1fr);margin-block-start:2rem}@media screen and (max-width:767px){.p-session_catList{display:flex;flex-wrap:wrap;gap:1rem .6rem}}.p-session_catItem{background:#9ebbd8}.p-session_catItem:first-child{flex-basis:100%}@media screen and (max-width:767px){.p-session_catItem{flex-basis:calc(50% - 0.3rem)}}.p-session_catItem.js-active{background:#fff;border-top:.2rem solid #1a1a1a}.p-session_catItem-dev.js-active{border-top:.2rem solid #d13fa4}.p-session_catItem-quality.js-active{border-top:.2rem solid #7197a8}.p-session_catItem-uiux.js-active{border-top:.2rem solid #23603d}.p-session_catItem-dx.js-active{border-top:.2rem solid #ad9068}.p-session_catItem-cloud.js-active{border-top:.2rem solid #2d8d73}.p-session_catItem-security.js-active{border-top:.2rem solid #db9d28}.p-session_catItem-ai.js-active{border-top:.2rem solid #bc0201}.p-session_catItem-rec.js-active{border-top:.2rem solid #0975a5}.p-session_catLink{align-items:center;display:flex;font-size:1.6rem;font-weight:700;height:100%;justify-content:center;opacity:.34;padding:1.2rem .5rem;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-session_catLink:hover{filter:opacity(.7)}}.js-active .p-session_catLink{opacity:1}.p-session_catTtl{font-size:2.6rem;font-weight:700;line-height:1}@media screen and (max-width:767px){.p-session_catTtl{font-size:2.2rem;text-align:center}}.p-session_selectArea{background:#fff;margin-block-start:1.5rem;padding:4rem}@media screen and (max-width:767px){.p-session_selectArea{margin-block-start:3rem;padding:3rem 1.5rem}}.p-session_selectBlockItem{margin-block-start:4rem}.p-session_selectBlockItem:first-child{margin-block-start:0}@media screen and (max-width:767px){.p-session_selectBlockItem{margin-block-start:3rem}}.p-session_selectTtl{font-size:1.8rem;font-weight:600}@media screen and (max-width:767px){.p-session_selectTtl{font-size:1.7rem;text-align:center}}.p-session_selectList{display:flex;flex-wrap:wrap;gap:1rem;margin-block-start:2rem}@media screen and (max-width:767px){.p-session_selectList{margin-block-start:1.5rem}}.p-session_selectItem{line-height:1}.p-session_selectLink{border:.1rem solid #000;border-radius:1.9rem;display:block;font-size:1.6rem;padding:1rem;transition:background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out}.js-active .p-session_selectLink{background:#18479f;border:.1rem solid #18479f;color:#fff}@media screen and (min-width:768px){.p-session_selectLink:hover{background:#18479f;border:.1rem solid #18479f;color:#fff}}@media screen and (max-width:767px){.p-session_selectLink{font-size:1.3rem;padding:.8rem 1rem}}.p-session_cardList{align-items:stretch;-moz-column-gap:3.5%;column-gap:3.5%;display:flex;flex-wrap:wrap;margin-block-start:6rem;padding:0 4rem;row-gap:4.5rem}.p-view .p-session_cardList{margin-block-start:3rem}@media screen and (max-width:1350px){.p-session_cardList{padding:0 1.5rem}}@media screen and (max-width:767px){.p-session_cardList{padding:0}}.p-session_cardItem{display:flex;flex-basis:31%}@media screen and (max-width:767px){.p-session_cardItem{flex-basis:100%}}.p-session_cardInner{background:#fff;display:block;position:relative}.p-session_cardInner:hover .p-session_cardBtn{background:#18479f}.p-session_cardInner:hover .p-session_cardBtn-watch{background:red}.p-session_cardLink{height:100%;left:0;position:absolute;top:0;width:100%}.p-session_cardContent{margin-block-start:3rem;padding:0 2rem 12rem}@media screen and (max-width:1000px){.p-session_cardContent{padding:0 1rem 12rem}}.p-session_cardCat{align-items:center;background:#1a1a1a;display:flex;justify-content:space-between;padding:.5rem 2rem}.p-session_cardItem-dev .p-session_cardCat{background:#d13fa4}.p-session_cardItem-quality .p-session_cardCat{background:#7197a8}.p-session_cardItem-uiux .p-session_cardCat{background:#23603d}.p-session_cardItem-dx .p-session_cardCat{background:#ad9068}.p-session_cardItem-cloud .p-session_cardCat{background:#2d8d73}.p-session_cardItem-security .p-session_cardCat{background:#db9d28}.p-session_cardItem-ai .p-session_cardCat{background:#bc0201}.p-session_cardItem-rec .p-session_cardCat{background:#0975a5}.p-session_cardCatTxt{color:#fff;font-size:2rem;font-weight:700;line-height:1.4}.p-session_cardCatMin{color:#fff;font-size:1.6rem;font-weight:700;line-height:1}.p-session_cardTxt{font-size:1.8rem;font-weight:700;line-height:1.56;padding:0 1rem}.p-session_cardCompany{margin-block-start:3.5rem;padding:0 1rem}.p-session_cardCompanyItem{display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-block-start:2.5rem;place-items:center}.p-session_cardCompanyItem:first-child{margin-block-start:0}.p-session_cardCompanyName{font-size:1.2rem;line-height:1.4;text-align:center}.p-session_cardTag{display:flex;flex-wrap:wrap;gap:.5rem;margin-block-start:2rem}.p-session_cardTagItem{border:.1rem solid #000;border-radius:1.9rem;display:block;font-size:1rem;line-height:1;padding:.5rem 1rem}.p-session_cardBtnWrap{bottom:2rem;-moz-column-gap:1rem;column-gap:1rem;display:flex;left:2rem;position:absolute;width:calc(100% - 4rem)}@media screen and (max-width:1000px){.p-session_cardBtnWrap{left:1rem;width:calc(100% - 2rem)}}.p-session_cardBtn{align-items:center;background:#abafb7;color:#fff;display:flex;font-size:1.8rem;font-weight:700;justify-content:center;padding:1.8rem;position:relative;transition:background .2s ease-in-out,filter .2s ease-in-out;width:100%}@media screen and (max-width:767px){.p-session_cardBtn{font-size:1.5rem}}.p-session_cardBtn-watch{background:red;z-index:1}@media screen and (min-width:768px){.p-session_cardBtn-watch:hover{background:red;filter:opacity(.7)}}.p-session_modal{height:100%;left:0;position:fixed;top:0;width:100%;z-index:2}.p-view .p-session_modal{position:static}.p-session_modalInner{background:#fff;height:90%;left:50%;max-height:69rem;max-width:80rem;overflow-y:scroll;padding:6rem 3.5rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1}.p-view .p-session_modalInner{height:100%;max-height:none;max-width:none;overflow-y:auto;position:static;transform:translate(0);width:100%}@media screen and (max-width:767px){.p-session_modalInner{padding:6rem 2.5rem 4rem}}.p-session_modalCat{align-items:center;background:#1a1a1a;display:flex;justify-content:center;left:0;max-width:14.8rem;padding:1rem 0;position:absolute;top:0;width:100%}@media screen and (max-width:767px){.p-session_modalCat{max-width:14.6rem}}.p-session_modalCat-dev{background:#d13fa4}.p-session_modalCat-quality{background:#7197a8}.p-session_modalCat-uiux{background:#23603d}.p-session_modalCat-dx{background:#ad9068}.p-session_modalCat-cloud{background:#2d8d73}.p-session_modalCat-security{background:#db9d28}.p-session_modalCat-ai{background:#bc0201}.p-session_modalCat-rec{background:#0975a5}.p-session_modalCatTxt{color:#fff;font-size:1.6rem;font-weight:700;line-height:1}@media screen and (max-width:767px){.p-session_modalCatTxt{font-size:1.5rem}}.p-session_modalTtl{font-size:2.2rem;font-weight:700}@media screen and (max-width:767px){.p-session_modalTtl{font-size:1.7rem}}.p-session_modalTag{-moz-column-gap:.5rem;column-gap:.5rem;display:flex;margin-block-start:2rem}.p-session_modalTagItem{border:.1rem solid #000;border-radius:1.9rem;display:block;font-size:1rem;line-height:1;padding:.5rem 1rem}.p-session_modalTxt{font-size:1.6rem;margin-block-start:2.5rem}@media screen and (max-width:767px){.p-session_modalTxt{font-size:1.5rem}}.p-session_modalBtnWrap{margin-block-start:1.5rem;max-width:16.5rem;width:100%}.p-session_modalCompany{margin-block-start:4rem}@media screen and (max-width:767px){.p-session_modalCompanyTxtArea{margin-block-start:1.5rem;width:100%}}.p-session_modalCompanyLogo{display:block;max-width:14.2rem;width:100%}.p-session_modalCompanyItem{align-items:flex-start;border-bottom:.1rem solid #b5b5b5;-moz-column-gap:5.5rem;column-gap:5.5rem;display:flex;padding:3rem 2rem}@media screen and (max-width:767px){.p-session_modalCompanyItem{flex-direction:column;padding:2.5rem 1rem}}.p-session_modalCompanyItem:first-child{border-top:.1rem solid #b5b5b5}.p-session_modalCompanyName{font-size:1.6rem;font-weight:600}.p-session_modalCompanyDepartment{font-size:1.2rem;margin-block-start:.5rem}.p-session_modalCompanyPerson{font-size:1.8rem;font-weight:600;margin-block-start:1rem}@media screen and (max-width:767px){.p-session_modalCompanyPerson{text-align:right}}.p-session_modalRecommend{margin-block-start:4rem}.p-session_modalRecommendTxt{color:#cc0100;font-size:1.4rem;font-weight:700;line-height:1.4}.p-session_modalRecommendList{margin-block-start:1rem}.p-session_modalRecommendItem{font-size:1.4rem;margin-block-start:.5rem;padding-inline-start:1.5rem;position:relative}@media screen and (max-width:767px){.p-session_modalRecommendItem{font-size:1.3rem}}.p-session_modalRecommendItem:first-child{margin-block-start:0}.p-session_modalRecommendItem:before{content:"・";left:0;position:absolute;top:0}.p-session_modalCross{height:2rem;position:absolute;right:2rem;top:1.5rem;transition:filter .2s ease-in-out;width:2rem;z-index:2}@media screen and (min-width:768px){.p-session_modalCross:hover{filter:opacity(.7)}}@media screen and (max-width:767px){.p-session_modalCross{height:1.8rem;width:1.8rem}}.p-session_modalCrossLine{background:#0a0a0a;border-radius:.1rem;height:.2rem;left:0;position:absolute;top:.9rem;transform:rotate(45deg);transition:bottom .5s ease 0s,top .5s ease 0s,height .5s ease 0s,transform .5s ease 0s;width:100%}@media screen and (max-width:767px){.p-session_modalCrossLine{top:.8rem}}.p-session_modalCrossLine:last-child{bottom:.9rem;top:auto;transform:rotate(135deg)}@media screen and (max-width:767px){.p-session_modalCrossLine:last-child{bottom:.8rem}}.p-session_modalBtnArea{display:grid;gap:1.5rem 3rem;grid-template-columns:1fr 1fr 1fr;margin-block-start:3rem}@media screen and (max-width:767px){.p-session_modalBtnArea{gap:1rem;grid-template-columns:1fr 1fr}}.p-session_modalBtnLink{border:.2rem solid #5b63c7;border-radius:.6rem;color:#5b63c7;display:flex;font-size:1.8rem;justify-content:center;line-height:1;padding:1.6rem 0;position:relative;transition:color .2s ease-in-out,border .2s ease-in-out}@media screen and (min-width:768px){.p-session_modalBtnLink:hover{border:.2rem solid #cc0100;color:#cc0100}.p-session_modalBtnLink:hover:before{border-right:2px solid #cc0100;border-top:2px solid #cc0100}}@media screen and (max-width:767px){.p-session_modalBtnLink{font-size:1.4rem}}.p-session_modalBtnLink:before{border-right:2px solid #5b63c7;border-top:2px solid #5b63c7;content:"";display:inline-block;height:.8rem;margin:0 1rem;position:absolute;right:.6rem;top:51%;transform:rotate(45deg) translateY(-50%);transition:border .2s ease-in-out;width:.8rem}.p-session_modalOverlay{background:rgba(0,0,0,.6);height:100%;left:0;position:fixed;top:0;width:100%}.p-session_btnArea{margin-block-start:9rem;text-align:center}.p-session_btn{background:#18469f;border:.2rem solid #18479f;color:#fff;font-size:1.8rem;font-weight:700;max-width:33rem;padding-block:2.2rem;transition:background .2s ease-in-out,color .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-session_btn:hover{background:#fff;color:#18469f}}@media screen and (max-width:767px){.p-session_btn{font-size:1.6rem;padding-block:1.8rem}}.p-specialSession{background:linear-gradient(315deg,#fae9af,#ffb548,#5aa6e6,#1a62ef,#04f);padding-block:8rem 6rem;position:relative}@media screen and (max-width:767px){.p-specialSession{padding-block:13rem 6.5rem}}.p-specialSession_inner{position:relative;z-index:1}.p-specialSession_inner.p-specialSession_inner-afterLogin{padding-block:3rem 6rem}@media screen and (max-width:767px){.p-specialSession_inner .swiper-button-next,.p-specialSession_inner .swiper-button-prev{top:9rem}}.p-specialSession_inner .swiper-button-next{background-image:url(/assets/img/specialSession/icon_next.png);background-size:cover;height:4.4rem;max-width:4.4rem;right:-2rem;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-specialSession_inner .swiper-button-next:hover{filter:opacity(.7)}}.p-specialSession_inner .swiper-button-next:after{content:none}.p-specialSession_inner .swiper-button-prev{background-image:url(/assets/img/specialSession/icon_prev.png);background-size:cover;height:4.4rem;left:-2rem;max-width:4.4rem;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-specialSession_inner .swiper-button-prev:hover{filter:opacity(.7)}}.p-specialSession_inner .swiper-button-prev:after{content:none}.p-specialSession_content{margin-inline:auto;max-width:100rem;width:90%}.p-specialSession_ttlImg{display:block;margin-inline:auto;max-width:50rem;width:100%}@media screen and (max-width:767px){.p-specialSession_ttlImg{max-width:23rem}}.p-specialSession_subTtl{color:#fff;font-size:1.6rem;text-align:center}@media screen and (max-width:767px){.p-specialSession_subTtl{font-size:1.5rem}}.p-specialSession_list{margin-block-start:5.5rem}.p-specialSession_inner-afterLogin .p-specialSession_list{margin-block-start:0}@media screen and (max-width:767px){.p-specialSession_list{margin-block-start:3rem}}.p-specialSession_listItem{background:#fff;display:flex;margin-block-start:3rem;position:relative}@media screen and (max-width:767px){.p-specialSession_listItem{margin-block-start:2rem}}.p-specialSession_listItem:first-child{margin-block-start:0}.p-specialSession_listLink{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.p-specialSession_listLink:hover+.p-specialSession_listPersonWrap>.p-specialSession_listPerson{transform:scale(1.1)}@media screen and (max-width:767px){.p-specialSession_listLink{display:none}}.p-specialSession_listPersonWrap{flex-basis:31.5rem;overflow:hidden;position:relative}.p-specialSession_inner-afterLogin .p-specialSession_listPersonWrap{flex-basis:24rem}@media screen and (max-width:767px){.p-specialSession_listPersonWrap{margin-inline:auto;max-width:22.2rem;overflow:initial;width:100%}}.p-specialSession_listPerson{background-image:url(/assets/img/specialSession/person01.jpg);background-position:top;background-size:cover;height:100%;position:absolute;top:0;transition:transform .4s ease-in-out;width:100%}.p-specialSession_listPerson-person02{background-image:url(/assets/img/specialSession/person02.jpg);background-position:top;background-size:cover}@media screen and (max-width:767px){.p-specialSession_listPerson{position:static}}.p-specialSession_listIcon{align-items:center;background:#f18453;border:.1rem solid #fff;border-radius:50%;display:flex;height:7.6rem;justify-content:center;max-width:7.6rem;position:absolute;right:-6rem;text-align:center;top:0;width:100%}.p-specialSession_listIconTxt{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.2}.p-specialSession_listTxtArea{flex-basis:calc(100% - 31.5rem);padding:10rem 3rem 4rem;position:relative}.p-specialSession_inner-afterLogin .p-specialSession_listTxtArea{flex-basis:calc(100% - 24rem);padding:6.5rem 4.5rem 1rem}@media screen and (max-width:767px){.p-specialSession_inner-afterLogin .p-specialSession_listTxtArea{flex-basis:100%}.p-specialSession_listTxtArea{flex-basis:100%;padding:4.5rem 2rem 2.5rem}.p-specialSession_modal .p-specialSession_listTxtArea{padding:4.5rem 0 0}}.p-specialSession_listHead{display:grid;grid-template-columns:1fr 1fr;left:0;line-height:1;position:absolute;text-align:center;top:0;width:100%}@media screen and (max-width:767px){.p-specialSession_listHead{grid-template-columns:1fr}}.p-specialSession_listHead-one{grid-template-columns:1fr;left:50%;transform:translate(-50%)}@media screen and (max-width:900px){.p-specialSession_modal .p-specialSession_listHead{width:75%}}.p-specialSession_listHeadBlock{background:linear-gradient(90deg,#f18453,#4847ff);margin-inline:auto;max-width:40rem;padding:1.3rem 0 1.1rem;width:100%}@media screen and (max-width:767px){.p-specialSession_listHeadBlock{max-width:22.2rem;padding:.6rem 0}}.p-specialSession_listHeadImg{display:block;margin-inline:auto;max-width:18.2rem;width:100%}@media screen and (max-width:767px){.p-specialSession_listHeadImg{max-width:10rem}}.p-specialSession_listHeadLink{align-items:center;background:red;color:#fff;display:flex;font-size:1.8rem;font-weight:700;justify-content:center;line-height:1;padding:1rem;position:relative;transition:filter .2s ease-in-out;z-index:1}.p-specialSession_listHeadLink.u-spDb{display:none}@media screen and (max-width:767px){.p-specialSession_listHeadLink{font-size:1.8rem;margin-block-start:2rem;margin-inline:auto;max-width:36rem;padding:1.2rem}.p-specialSession_listHeadLink.u-pcDb{display:none}.p-specialSession_listHeadLink.u-spDb{display:flex}}@media screen and (min-width:768px){.p-specialSession_listHeadLink:hover{filter:opacity(.7)}}.p-specialSession_listHeadLink:before{border-right:.2rem solid #fff;border-top:.2rem solid #fff;content:"";display:inline-block;height:.9rem;margin:0 1rem;position:absolute;right:1.7rem;top:46%;transform:rotate(45deg) translateY(-50%);width:.9rem}@media screen and (max-width:767px){.p-specialSession_listHeadLink:before{height:.8rem;width:.8rem}}@media screen and (max-width:1350px){.p-specialSession_listHeadLink:before{right:1rem}}@media screen and (max-width:900px){.p-specialSession_listHeadLink:before{right:.5rem}}.p-specialSession_listNameArea{align-items:center;-moz-column-gap:3rem;column-gap:3rem;display:flex}.p-specialSession_inner-afterLogin .p-specialSession_listNameArea{justify-content:center}@media screen and (max-width:767px){.p-specialSession_listNameArea{-moz-column-gap:1.5rem;column-gap:1.5rem;justify-content:center;margin-block-start:3.5rem}}.p-specialSession_listName{font-size:3.8rem;font-weight:700}@media screen and (max-width:767px){.p-specialSession_modal .p-specialSession_listName{text-align:center}.p-specialSession_listName{font-size:2.1rem}}.p-specialSession_listJob{display:block;font-size:2rem}@media screen and (max-width:767px){.p-specialSession_listJob{font-size:1.4rem}}.p-specialSession_listMr{font-size:2.8rem}@media screen and (max-width:767px){.p-specialSession_listMr{font-size:1.5rem;margin-inline-start:1rem}}.p-specialSession_listCross{height:6.4rem;position:relative;width:6.4rem}@media screen and (max-width:767px){.p-specialSession_listCross{height:3.5rem;width:3.5rem}}.p-specialSession_listCrossLine{background:#0a0a0a;border-radius:.1rem;height:.1rem;left:-1.2rem;position:absolute;top:3.1rem;transform:rotate(45deg);width:138%}@media screen and (max-width:767px){.p-specialSession_listCrossLine{left:-.5rem;top:1.8rem;width:130%}}.p-specialSession_listCrossLine:last-child{bottom:3.1rem;top:auto;transform:rotate(135deg)}@media screen and (max-width:767px){.p-specialSession_listCrossLine:last-child{bottom:1.6rem}}.p-specialSession_listTtl{background:linear-gradient(90deg,#f18453,#4847ff);background-clip:text;-webkit-background-clip:text;margin-block-start:3.5rem;-webkit-text-fill-color:transparent;font-size:2.4rem;font-weight:700;line-height:1.4}.p-specialSession_inner-afterLogin .p-specialSession_listTtl{margin-block-start:2rem;text-align:center}@media screen and (max-width:767px){.p-specialSession_inner-afterLogin .p-specialSession_listTtl{text-align:left}.p-specialSession_listTtl{font-size:1.9rem;margin-block-start:2rem}}.p-specialSession_listTxt{font-size:1.4rem;margin-block-start:1.5rem}.p-specialSession_inner-afterLogin .p-specialSession_listTxt{margin-block-start:1rem}@media screen and (max-width:767px){.p-specialSession_listTxt{font-size:1.5rem;line-height:1.73}}.p-specialSession_img{max-width:18.2%;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:767px){.p-specialSession_img{left:50%;max-width:90%;top:0;transform:translate(-50%)}}.p-specialSession_modal{height:100%;left:0;position:fixed;top:0;width:100%;z-index:2}.p-specialSession_modalInner{background:#fff;left:50%;max-height:69rem;max-width:100rem;overflow-y:scroll;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1}@media screen and (max-width:767px){.p-specialSession_modalInner{height:90%;max-width:80rem;padding:0 2rem 3rem}}.p-specialSession_modalList{display:flex}.p-specialSession_listModalTtl{font-size:2rem;font-weight:700;line-height:1;margin-block-start:3rem}@media screen and (max-width:767px){.p-specialSession_listModalTtl{text-align:center}}.p-specialSession_slideArea{margin-block-start:3rem;position:relative}@media screen and (max-width:767px){.p-specialSession_slideArea{margin-block-start:2rem}}.p-specialSession_slideItem{background:#fff}.p-specialSession_slideItem.swiper-slide{display:grid;grid-template-columns:31.5% 68.5%}@media screen and (max-width:767px){.p-specialSession_slideItem.swiper-slide{grid-template-columns:1fr;padding:5.5rem 2rem 3rem}}.p-specialSession_slideThumbArea{align-items:center;display:flex;justify-content:center;padding:4rem;position:relative}@media screen and (max-width:767px){.p-specialSession_slideThumbArea{padding:0}}.p-specialSession_slideThumb{max-width:22.6rem;width:100%}.p-specialSession_slideThumbTxt{left:1.5rem;line-height:1;position:absolute;top:1.5rem}@media screen and (max-width:767px){.p-specialSession_slideThumbTxt{left:0;top:-3.7rem}}.p-specialSession_slideTxtArea{background:#f0f0f0;padding:3rem}@media screen and (max-width:767px){.p-specialSession_slideTxtArea{background:none;margin-block-start:4rem;padding:0}}.p-specialSession_slideTtl{font-size:1.8rem;font-weight:700}.p-specialSession_slideBlock{display:grid;gap:5rem;grid-template-columns:50% 50%;margin-block-start:2rem;place-items:flex-end flex-start}@media screen and (max-width:767px){.p-specialSession_slideBlock{gap:.5rem;grid-template-columns:1fr}}.p-specialSession_slideCompanyName{font-size:1.6rem;font-weight:600}.p-specialSession_slideCompanyJob{font-size:1.2rem}.p-specialSession_slideName{font-size:1.8rem;font-weight:600}.p-specialSession_slideNameMr{font-size:1.4rem;font-weight:400;margin-inline-start:.5rem}.p-specialSession_slideTxt{font-size:1.4rem;margin-block-start:1rem}.p-stream{background-image:url(/assets/img/stream/bg.png);background-position:top;background-size:cover;height:100vh;width:100%}@media screen and (max-width:767px){.p-stream{background-image:url(/assets/img/stream/bg_sp.png)}}.p-stream_content{left:50%;margin-inline:auto;max-width:82.4rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}@media screen and (max-width:767px){.p-stream_content{max-width:33.5rem}}.p-stream_date{display:block;margin-inline:auto;max-width:35.7rem;width:100%}.p-stream_head{background:linear-gradient(90deg,#f18453,#4847ff);background-size:100% 100%;color:#fff;font-size:3.7rem;font-weight:700;margin-block-start:2rem;text-align:center}@media screen and (max-width:850px){.p-stream_head{font-size:3rem}}@media screen and (max-width:767px){.p-stream_head{background:transparent;font-size:2rem;margin-block-start:1rem}}.p-stream_head:first-child{margin-block-start:0}@media screen and (max-width:767px){.p-stream_headItem{background:linear-gradient(90deg,#f18453,#4847ff);display:block;margin-block-start:1rem}.p-stream_headItem:first-child{margin-block-start:0}}.p-stream_txt{color:#5258e5;font-size:2.2rem;font-weight:700;margin-block-start:3rem;text-align:center}@media screen and (max-width:850px){.p-stream_txt{font-size:2rem}}@media screen and (max-width:767px){.p-stream_txt{font-size:1.4rem}}.p-view{background-attachment:fixed;background-image:url(bg.4877bf8efb2a79315278.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;padding-block:10rem 5rem}@media screen and (max-width:767px){.p-view{padding-block:8.5rem 5rem}}.p-view_video{display:grid;gap:1.5rem;grid-template-columns:8fr 5fr;margin-inline:auto;max-width:200rem;width:90%}@media screen and (min-width:1000px){.p-view_video{grid-template-columns:1fr 34rem}}@media screen and (max-width:767px){.p-view_video{grid-template-columns:1fr}}.p-view_content{margin-inline:auto;max-width:100rem;width:90%}.p-view_playerInner{padding:56.25% 0 0;position:relative}.p-view_commentAreaInner{background:#f7f9f9;border:1px solid #dbdbdb;height:100%;position:relative}.p-view_commentList{height:calc(100vh - 320px);max-height:600px;overflow-y:auto;padding:1rem}@media screen and (min-width:1000px){.p-view_commentList{max-height:none}}@media screen and (max-width:767px){.p-view_commentList{height:calc(100% - 11.6rem);max-height:none}}.p-view_comment,.p-view_commentName,.p-view_commentTime{font-size:1rem;line-height:1.5}.p-view_commentForm{border-top:1px solid #dbdbdb;padding:1rem}.p-view_commentFieldLabel{font-size:1rem;font-weight:700}.p-view_commentField{background:#fff;border-radius:.4rem;font-size:1rem;padding:.5rem;width:100%}.p-view_commentFieldInput{margin-block-start:.5rem}.p-view_switch{align-items:center;-moz-column-gap:calc(.75em - 1px);column-gap:calc(.75em - 1px);display:flex}.p-view_switch input[type=checkbox]{left:0;opacity:0;outline:none;position:absolute;z-index:-1}.p-view_switch input[type=checkbox]+.p-view_check{align-items:center;background:#b5b5b5;border-radius:9999px;display:flex;flex-shrink:0;height:1.575rem;padding:.2rem;transition:background .15s ease-out,box-shadow .15s ease-out;width:2.75rem}.p-view_switch input[type=checkbox]+.p-view_check:before{background:#f5f5f5;border-radius:.6rem;box-shadow:0 .3rem .1rem 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);content:"";display:block;height:1.175rem;transform-origin:left;transition:transform .15s ease-out;width:1.175rem;will-change:transform}.p-view_switch input[type=checkbox]:checked+.p-view_check{background:#1e5fbb}.p-view_switch input[type=checkbox]:checked+.p-view_check:before{transform:translate3d(100%,0,0)}.p-view_controlLabel{font-size:1rem}.p-view_commentBtnBlock{-moz-column-gap:1.25rem;column-gap:1.25rem;display:flex;justify-content:flex-end;margin-block-start:.75rem}.p-view_commentBtn{background-color:#363636;border-radius:.4rem;color:#fff;font-size:1.5rem;padding:.8rem 1.3rem;text-align:center;transition:filter .2s ease-in-out}@media screen and (min-width:768px){.p-view_commentBtn:hover{filter:opacity(.7)}}.p-view_question{align-items:center;-moz-column-gap:.8rem;column-gap:.8rem;display:flex;margin-block-start:3rem}@media screen and (max-width:767px){.p-view_question{margin-block-start:0}}.p-view_questionBtn{background:#fff;border-radius:1.5rem;color:#5258e5;font-size:1.4rem;font-weight:500;padding:.3rem 1.7rem .3rem 3.4rem;position:relative;transition:filter .2s ease-in-out}@media screen and (min-width:768px){.p-view_questionBtn:hover{filter:opacity(.7)}}@media screen and (max-width:767px){.p-view_questionBtn{padding:3.2rem .7rem 1.8rem;position:fixed;right:.5rem;top:50%;transform:translateY(-50%);writing-mode:vertical-rl}}.p-view_questionBtn:before{background:url(icon.4fe0e4d1c66720d02653.svg) no-repeat;background-size:cover;content:"";height:3.7rem;left:-1.2rem;position:absolute;top:50%;transform:translateY(-50%);width:3.7rem}@media screen and (max-width:767px){.p-view_questionBtn:before{left:50%;top:-1rem;transform:translate(-50%)}}.p-view_questionBtn-accordion{font-size:1.6rem;padding:.5rem 4.5rem .5rem 4rem}@media screen and (max-width:767px){.p-view_questionBtn-accordion{display:none}}.p-view_questionBtn-accordion:before{height:4.5rem;width:4.5rem}.p-view_questionBtnPlus{height:1rem;position:absolute;right:1.8rem;top:50%;transform:translateY(-50%);width:1rem}.p-view_questionBtnPlus:before{height:.2rem;width:100%}.p-view_questionBtnPlus:after,.p-view_questionBtnPlus:before{background:#5258e5;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.p-view_questionBtnPlus:after{height:100%;transition:content .2s ease-in-out;width:.2rem}[aria-expanded=true] .p-view_questionBtnPlus:after{content:none}.p-view_questionComment{font-size:1.3rem;font-weight:300}@media screen and (max-width:767px){.p-view_questionComment{display:none}}.p-view_accordion{overflow:hidden;padding-block-start:2rem;transition:margin .25s,padding .25s,opacity .25s,visibility .25s,height .25s}.p-view_accordion[aria-hidden=false]{height:100%}.p-view_accordion[aria-hidden=true]{display:block;height:0;opacity:0;padding:0;visibility:hidden}.p-view_accordionInner{background:#fff;position:relative}.p-view_accordionUpper{align-items:center;background:#edf8ff;-moz-column-gap:8rem;column-gap:8rem;display:flex;padding:2.2rem}@media screen and (max-width:767px){.p-view_accordionUpper{align-items:flex-start;flex-direction:column;row-gap:2rem}}.p-view_accordionContent{padding:2.2rem 1.5rem}@media screen and (max-width:767px){.p-view_accordionContent{padding:1.5rem}}.p-view_accordionTxt{font-size:1.6rem;font-weight:500}.p-view_accordionTxtItem{padding-inline-start:3rem;position:relative}.p-view_accordionTxtItem:before{background:url(accordion_icon.2c75a45ae39ecd8ab224.svg) no-repeat;content:"";height:2.4rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2.4rem}.p-view_accordionTxtArea{background:#dbdbdb;margin-block-start:1rem;min-height:6rem;padding:1rem;width:100%}.p-view_accordionBtnArea{margin-block-start:1rem;text-align:right}@media screen and (max-width:767px){.p-view_accordionBtnArea{text-align:center}}.p-view_accordionBtn{background:#f18453;border-radius:.4rem;color:#fff;font-size:1.6rem;max-width:12.3rem;padding-block:1rem;transition:filter .2s ease-in-out;width:100%}@media screen and (min-width:768px){.p-view_accordionBtn:hover{filter:opacity(.7)}}.p-view_accordionBlock{align-items:center;-moz-column-gap:1.2rem;column-gap:1.2rem;display:flex}.p-view_accordionBlockTxt{font-size:1.6rem;font-weight:500}.p-view_accordionBlockInput{background:#dbdbdb;padding:.7rem 1rem}.p-view_accordionBlockItem{font-size:1.6rem;font-weight:500}.p-view_accordionBlockMail{color:#909090}.p-view_accordionCross{height:1.8rem;position:absolute;right:1.5rem;top:1.5rem;transition:filter .2s ease-in-out;width:1.8rem;z-index:2}@media screen and (min-width:768px){.p-view_accordionCross:hover{filter:opacity(.7)}}@media screen and (max-width:767px){.p-view_accordionCross{height:1.8rem;right:1.8rem;width:1.8rem}}.p-view_accordionCrossLine{background:#0a0a0a;border-radius:.1rem;height:.2rem;left:0;position:absolute;top:.8rem;transform:rotate(45deg);transition:bottom .5s ease 0s,top .5s ease 0s,height .5s ease 0s,transform .5s ease 0s;width:100%}@media screen and (max-width:767px){.p-view_accordionCrossLine{top:.8rem}}.p-view_accordionCrossLine:last-child{bottom:.8rem;top:auto;transform:rotate(135deg)}@media screen and (max-width:767px){.p-view_accordionCrossLine:last-child{bottom:.8rem}}.p-view_desc{margin-block-start:3.5rem}.p-view_recommend{background:rgba(0,0,0,.3);margin-block-start:5rem;padding-block-end:3rem}.p-view_recommendInner{margin-inline:auto;max-width:116rem;padding-block:5rem;width:90%}.p-view_recommendTtl{color:#fff;font-size:3rem;font-weight:500}.emotion{position:relative}.emotion .reaction-like{display:inline-block;font-weight:500}.emotion .reactions{background-color:#fff;border-radius:20px;bottom:80%;box-shadow:0 4px 8px rgba(0,0,0,.2);display:none;left:5px;padding:5px 10px;position:absolute;z-index:1}.emotion .reaction{background-color:transparent;border:none;cursor:pointer;display:inline-block;margin-bottom:0;padding:0 .5rem;position:relative;touch-action:manipulation;transition:all .15s ease-in-out}.emotion .reaction:focus{box-shadow:none}.emotion .reaction:hover{transform:scale(1.2)}.emotion .reaction:active{animation:scale-anim .45s ease-in-out}@keyframes scale-anim{0%{transform:scale(1.2)}20%{transform:scale(1.4) rotate(6deg)}40%{transform:scale(1.16)}60%{transform:scale(1.18) rotate(-6deg)}80%{transform:scale(1.3)}to{transform:scale(1.2)}}.emotion:hover .reactions{display:inline-flex}