html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}strong,p,h1,h2,h3{font-size:inherit;letter-spacing:inherit;line-height:inherit;font-weight:inherit;color:inherit}.clearfix:after{content:"";display:block;clear:both}html,body{height:100%}:root{--is-pc: initial;--is-not-pc: }@media(min-width: 751px){:root{--is-pc: ;--is-not-pc: initial}}body{font-family:"LINE Seed JP",sans-serif;font-weight:400;font-style:normal;font-size:20px;color:#0f042e;background:url(../images/main-bg.webp) repeat-y center top/100% auto,#efebdd;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width: 768px){body{font-size:14px}}img{display:block;width:100%;height:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden}a{font-size:inherit;letter-spacing:inherit;line-height:inherit;font-weight:inherit;color:inherit;text-decoration:none}button{background-color:rgba(0,0,0,0);border:none;cursor:pointer;outline:none;padding:0;appearance:none}.sp{display:none}@media screen and (max-width: 768px){.pc{display:none}.sp{display:block}}svg{width:100%;height:100%}.font-pi{font-family:"Pirata One",system-ui;font-weight:400;font-style:normal}header{position:fixed;top:0;left:0;width:100%;z-index:100}@media screen and (max-width: 768px){header{display:flex;flex-direction:column;padding-top:45px;height:100dvh;background:url(../images/main-bg.webp) repeat center center,#efebdd;transition:opacity .3s}header .bg-deco{position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);width:90%}header h1{position:relative;margin:0 auto;width:var(--is-pc, 50.6666666667vw) var(--is-not-pc, 9.8958333333vw)}header nav{display:flex;justify-content:center;align-items:center;flex:1;position:relative;width:100%}header nav .menu-list{padding:30px 0;width:80%;border-top:solid 1px #837b8d;border-bottom:solid 1px #837b8d}header nav .menu-list .menu-item{width:100}header nav .menu-list .menu-item a{display:flex;justify-content:center;padding:10px 0;width:100%;font-size:30px}}.home header{opacity:0;pointer-events:none}@media screen and (max-width: 768px){.home header.open{opacity:1;pointer-events:initial}}.page header{display:flex;justify-content:space-between;padding:8px 15px 0;height:60px}@media screen and (max-width: 768px){.page header{padding:45px 0 0;height:100dvh;opacity:0;pointer-events:none}}.page header .bg-deco{display:none}@media screen and (max-width: 768px){.page header .bg-deco{display:block}}.page header h1{margin:0;width:120px}@media screen and (max-width: 768px){.page header h1{margin:0 auto;width:var(--is-pc, 50.6666666667vw) var(--is-not-pc, 9.8958333333vw)}}.page header nav{height:100%}@media screen and (max-width: 768px){.page header nav{width:100%;height:auto}}.page header nav .menu-list{display:flex;height:100%;border:none}@media screen and (max-width: 768px){.page header nav .menu-list{flex-direction:column;height:auto;border-top:solid 1px #837b8d;border-bottom:solid 1px #837b8d}}.page header nav .menu-list .menu-item{height:100%}.page header nav .menu-list .menu-item a{display:flex;justify-content:center;align-items:center;padding:0 15px;height:100%;transition:color .3s}@media screen and (max-width: 768px){.page header nav .menu-list .menu-item a{padding:10px 0;height:auto}}.page header nav .menu-list .menu-item:hover a{color:#0171c6}@media screen and (max-width: 768px){.page header.open{opacity:1;pointer-events:initial}}.menu-button{display:none;justify-content:center;align-items:center;position:fixed;top:10px;right:10px;width:50px;aspect-ratio:1/1;border-radius:50px;background:linear-gradient(to bottom, #30acf0 0%, #0160b7 100%);z-index:101}@media screen and (max-width: 768px){.menu-button{display:flex}}.menu-button .menu-line-container{position:relative;width:26px;height:20px;transition:height .3s .2s ease}.menu-button .menu-line{position:absolute;left:0;width:100%;height:3px;background:#efebdd}.menu-button .menu-line:first-child{top:0;transition:transform .2s ease}.menu-button .menu-line:nth-of-type(2){top:50%;transform:translate3d(0, -50%, 0);transition:opacity .3s .2s}.menu-button .menu-line:last-child{bottom:0;transition:transform .2s ease}.menu-button.open .menu-line-container{height:3px;transition:height .3s ease}.menu-button.open .menu-line-container .menu-line:first-child{transform:rotate(45deg);transition:transform .2s .3s ease}.menu-button.open .menu-line-container .menu-line:nth-of-type(2){opacity:0;transition:opacity .3s}.menu-button.open .menu-line-container .menu-line:last-child{transform:rotate(-45deg);transition:transform .2s .3s ease}.custom-modal-container{position:fixed;top:0;left:0;padding:30px;box-sizing:border-box;width:100%;height:100dvh;z-index:1000}.custom-modal-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.8}.custom-modal-contents{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:1000px;width:calc(100% - 60px);max-height:calc(100% - 60px);overflow-y:auto;background:#0f042e;color:#000;padding:20px;box-shadow:0 0 20px rgba(0,0,0,.3);z-index:1001;box-sizing:border-box}@media screen and (max-width: 768px){.custom-modal-contents{width:calc(100% - 30px);max-height:calc(100% - 30px)}}.pv-modal-wrapper .custom-modal-contents{padding:0}.pv-modal-wrapper .pv-modal-container{aspect-ratio:16/9}.pv-modal-wrapper .pv-modal-container iframe{display:block;width:100%;height:100%}.custom-modal-close{position:fixed;top:34px;right:34px;transform:rotate(45deg);width:70px;height:70px;font-size:0;cursor:pointer;z-index:1100}@media screen and (max-width: 768px){.custom-modal-close{top:20px;right:20px;width:35px;height:35px}}.custom-modal-close::before,.custom-modal-close::after{content:"";display:block;position:absolute;top:50%;left:50%;width:100%;height:4px;border-radius:2px;background:#0f042e;transition:opacity .3s,width .3s ease}@media screen and (max-width: 768px){.custom-modal-close::before,.custom-modal-close::after{width:50px}}.custom-modal-close::before{transform:translate3d(-50%, -50%, 0)}.custom-modal-close::after{transform:translate3d(-50%, -50%, 0) rotate(90deg)}.custom-modal-close:hover::before,.custom-modal-close:hover::after{width:50px;opacity:.5}.comment-modal-wrapper .custom-modal-contents{padding:0;background:none;border-radius:10px}.comment-modal-wrapper .comment-modal-container{padding:20px;background:#efebdd}.comment-modal-wrapper .comment-modal-container .comment-box{display:none;gap:20px}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box{flex-direction:column}}.comment-modal-wrapper .comment-modal-container .comment-box.active{display:flex}.comment-modal-wrapper .comment-modal-container .comment-box .comment-pic{flex:1}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-pic{width:100%}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right{flex:1}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-right{width:100%}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name{position:relative;margin-bottom:20px;padding-bottom:20px;border-bottom:solid 1px #0f042e}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .position{position:relative;margin:0 0 10px 0;width:fit-content;font-size:20px;color:#0f042e;font-weight:900;z-index:1}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .position{font-size:15px}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .name{font-size:40px;color:#0f042e;font-weight:700}@media screen and (max-width: 768px){.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-name .name{font-size:30px}}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-text .question{margin-bottom:10px;font-size:20px;font-weight:900;color:#0f042e;line-height:1.2em}.comment-modal-wrapper .comment-modal-container .comment-box .comment-right .comment-text .answer{margin-bottom:20px;font-size:15px;color:#0f042e;line-height:1.5em;font-weight:500}.comment-modal-wrapper .comment-modal-container .comment-box.comment00 .comment-right{width:100%}.comment-modal-wrapper .comment-modal-container .comment-box.only-pic{flex-direction:column-reverse}section{position:relative;padding:200px 30px}@media screen and (max-width: 768px){section{padding:100px 5%}}section h2 .main{font-size:120px;text-align:center;background:linear-gradient(to bottom, #30acf0 0%, #0160b7 100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}@media screen and (max-width: 768px){section h2 .main{font-size:76px}}section h2 .sub{position:relative;margin:10px auto 0;font-size:20px;text-align:center;font-weight:800;width:fit-content}@media screen and (max-width: 768px){section h2 .sub{font-size:13px}}section h2 .sub::before,section h2 .sub::after{content:"";display:block;position:absolute;top:50%;transform:translate3d(0, -50%, 0);width:65px}@media screen and (max-width: 768px){section h2 .sub::before,section h2 .sub::after{width:45px}}section h2 .sub::before{right:calc(100% + 10px);aspect-ratio:130/20;background:url(../images/h2-deco-left.webp) no-repeat center center/100% 100%}section h2 .sub::after{left:calc(100% + 10px);aspect-ratio:130/18;background:url(../images/h2-deco-right.webp) no-repeat center center/100% 100%}section .section-contents{margin:80px auto 0;max-width:1000px}@media screen and (max-width: 768px){section .section-contents{margin-top:40px}}section.type-blue{background:url(../images/bg-blue.webp) repeat-y center top/100% auto,#025ccd}@media screen and (max-width: 768px){section.type-blue{background:url(../images/bg-blue.webp) no-repeat center top/cover,#025ccd}}section.type-blue .section-bg{mix-blend-mode:color-burn;opacity:1}section.type-blue h2 .main{background:linear-gradient(to bottom, #dfe8f1 0%, #30acf0 100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}section.type-blue h2 .sub{color:#efebdd}section.type-blue.type-intro{background:url(../images/bg-intro.webp) repeat-y center bottom/100% auto,#025ccd}@media screen and (max-width: 768px){section.type-blue.type-intro{background:url(../images/bg-intro.webp) no-repeat center top/cover,#025ccd}}.section-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:multiply;opacity:.5;overflow:hidden}.section-bg .bg-deco{position:absolute}.section-bg .bg-text{top:50%;left:50%;transform:translate3d(-50%, -50%, 0)}@media screen and (max-width: 768px){.section-bg .bg-text{transform:rotate(90deg) translate3d(-50%, -50%, 0);transform-origin:0 0}}.section-bg .bg-egg-water,.section-bg .bg-egg-marble,.section-bg .bg-egg-flame,.section-bg .bg-egg-earth{top:50%;transform:translate3d(0, -50%, 0)}.section-bg .bg-egg-water.bg-egg-water,.section-bg .bg-egg-marble.bg-egg-water,.section-bg .bg-egg-flame.bg-egg-water,.section-bg .bg-egg-earth.bg-egg-water{left:0;width:var(--is-pc, 24vw) var(--is-not-pc, 11.0416666667vw)}.section-bg .bg-egg-water.bg-egg-marble,.section-bg .bg-egg-marble.bg-egg-marble,.section-bg .bg-egg-flame.bg-egg-marble,.section-bg .bg-egg-earth.bg-egg-marble{left:0;width:var(--is-pc, 24vw) var(--is-not-pc, 10.5729166667vw)}.section-bg .bg-egg-water.bg-egg-flame,.section-bg .bg-egg-marble.bg-egg-flame,.section-bg .bg-egg-flame.bg-egg-flame,.section-bg .bg-egg-earth.bg-egg-flame{right:0;width:var(--is-pc, 24vw) var(--is-not-pc, 11.4583333333vw)}.section-bg .bg-egg-water.bg-egg-earth,.section-bg .bg-egg-marble.bg-egg-earth,.section-bg .bg-egg-flame.bg-egg-earth,.section-bg .bg-egg-earth.bg-egg-earth{right:0;width:var(--is-pc, 24vw) var(--is-not-pc, 10.9895833333vw)}.common-button{margin:60px auto 0;width:fit-content;height:40px;transition:opacity .3s}.common-button a{display:flex;justify-content:center;align-items:center;padding:0 2em;width:fit-content;height:100%;background:linear-gradient(to bottom, #dfe8f1 0%, #30acf0 100%);border-radius:20px;font-weight:800}.common-button:hover{opacity:.5}.hover{transition:opacity .3s}.hover:hover{opacity:.5}.firstview{display:flex}@media screen and (max-width: 768px){.firstview{flex-direction:column-reverse}}.firstview .left-column{position:relative;width:var(--is-pc, 138.6666666667vw) var(--is-not-pc, 27.0833333333vw)}@media screen and (max-width: 768px){.firstview .left-column{width:100%}}.firstview .left-column .bg-welshedar{bottom:0;left:50%;transform:translate3d(-50%, 0, 0);width:var(--is-pc, 61.3333333333vw) var(--is-not-pc, 11.09375vw)}@media screen and (max-width: 768px){.firstview .left-column .bg-welshedar{display:none}}.firstview .left-column h1{margin:var(--is-pc, 16vw) var(--is-not-pc, 3.125vw) auto 0;width:var(--is-pc, 106.6666666667vw) var(--is-not-pc, 20.8333333333vw)}@media screen and (max-width: 768px){.firstview .left-column h1{display:none}}.firstview .left-column .fv-onair{margin-top:var(--is-pc, 10.6666666667vw) var(--is-not-pc, 2.0833333333vw);font-size:var(--is-pc, 6.4vw) var(--is-not-pc, 1.4583333333vw);font-weight:800;text-align:center;line-height:1.5em}@media screen and (max-width: 768px){.firstview .left-column .fv-onair{margin-bottom:var(--is-pc, 10.6666666667vw) var(--is-not-pc, 2.0833333333vw)}}.firstview .left-column .fv-onair .blue{font-size:var(--is-pc, 8vw) var(--is-not-pc, 1.875vw);color:#0171c6}.firstview .left-column nav{margin:var(--is-pc, 13.3333333333vw) var(--is-not-pc, 2.6041666667vw) auto 0;width:var(--is-pc, 106.6666666667vw) var(--is-not-pc, 20.8333333333vw)}@media screen and (max-width: 768px){.firstview .left-column nav{display:none}}.firstview .left-column nav .menu-list{padding:var(--is-pc, 5.3333333333vw) var(--is-not-pc, 1.0416666667vw) 0;width:100%;border-top:solid 1px #837b8d;border-bottom:solid 1px #837b8d}.firstview .left-column nav .menu-list .menu-item{width:100%}.firstview .left-column nav .menu-list .menu-item:first-child{display:none}.firstview .left-column nav .menu-list .menu-item a{display:flex;justify-content:center;align-items:center;padding:var(--is-pc, 4vw) var(--is-not-pc, 0.78125vw) 0;width:100%;font-size:var(--is-pc, 10.6666666667vw) var(--is-not-pc, 2.0833333333vw)}.firstview .right-column{width:var(--is-pc, 373.3333333333vw) var(--is-not-pc, 72.9166666667vw)}@media screen and (max-width: 768px){.firstview .right-column{width:100%}}.section-news .bg-text{width:var(--is-pc, 48vw) var(--is-not-pc, 26.6666666667vw)}.section-news .news-list .news-item{border-top:solid 1px #efebdd}.section-news .news-list .news-item a{display:block;padding:30px;width:100%;transition:opacity .3s}@media screen and (max-width: 768px){.section-news .news-list .news-item a{padding:20px 0}}.section-news .news-list .news-item:last-child{border-bottom:solid 1px #efebdd}.section-news .news-list .news-item .date{margin-bottom:10px;font-size:15px;font-weight:800;color:#f6ff00}.section-news .news-list .news-item .title{font-weight:800;color:#efebdd;text-align:justify;line-height:1.5em}.section-news .news-list .news-item:hover a{opacity:.5}.page .section-news .news-list .news-item{border-top:solid 1px #837b8d}.page .section-news .news-list .news-item:last-child{border-bottom:solid 1px #837b8d}.page .section-news .news-list .news-item .date{color:#0171c6}.page .section-news .news-list .news-item .title{color:#0f042e}.page .section-news .common-button a{color:#efebdd;background:linear-gradient(to bottom, #30acf0 0%, #0160b7 100%)}.article-title{padding:30px;border-top:solid 1px #837b8d;border-bottom:solid 1px #837b8d}@media screen and (max-width: 768px){.article-title{padding:20px 0}}.article-title .date{font-weight:800;color:#0171c6}.article-title .title{margin-top:5px;font-size:30px;font-weight:800;line-height:1.2em;text-align:justify}@media screen and (max-width: 768px){.article-title .title{font-size:20px}}.article-text{padding:40px 30px;border-bottom:solid 1px #837b8d}@media screen and (max-width: 768px){.article-text{padding:30px 0}}.article-text p{margin-bottom:20px;line-height:1.5em;text-align:justify}@media screen and (max-width: 768px){.article-text p{font-size:14px}}.article-text p a{color:#0171c6;font-weight:900;text-decoration:underline;transition:opacity .3s}.article-text p a:hover{opacity:.5}.article-text img{width:auto;max-width:100%}.article-text img.aligncenter{margin-left:auto;margin-right:auto}.article-text h1{position:relative;margin-bottom:20px;width:fit-content;font-size:30px;font-weight:700;line-height:1.2em;color:#0171c6;z-index:1}@media screen and (max-width: 768px){.article-text h1{font-size:20px}}.article-text h2{margin-bottom:20px;font-size:24px;font-weight:700;line-height:1.2em}@media screen and (max-width: 768px){.article-text h2{font-size:18px}}.article-text h3{margin-bottom:20px;font-size:20px;font-weight:700;line-height:1.2em}@media screen and (max-width: 768px){.article-text h3{font-size:16px}}.article-text .yt{width:100%;aspect-ratio:16/9}.article-text .yt iframe{display:block;width:100%;height:100%}.article-text blockquote{padding:20px;background:#ece4da}@media screen and (max-width: 768px){.article-text blockquote{padding:10px}}.article-text blockquote *:last-child{margin-bottom:0}.section-404 .bg-text{width:var(--is-pc, 106.6666666667vw) var(--is-not-pc, 52.65625vw)}@media screen and (max-width: 768px){.section-404 h2 .main{font-size:60px}}.section-404 .common-line{text-align:center;line-height:1.5em}.section-onair .bg-text{width:var(--is-pc, 44vw) var(--is-not-pc, 29.1666666667vw)}.section-onair .onair-list .onair-item{display:flex;padding:30px;border-top:solid 1px #837b8d}@media screen and (max-width: 768px){.section-onair .onair-list .onair-item{flex-direction:column;gap:10px;padding:20px 0}}.section-onair .onair-list .onair-item:last-child{border-bottom:solid 1px #837b8d}.section-onair .onair-list .onair-item .station{min-width:200px;font-weight:800;color:#0171c6}.section-intro .bg-text{width:var(--is-pc, 146.6666666667vw) var(--is-not-pc, 66.3541666667vw)}.section-intro .type-intro p{font-size:30px;font-weight:800;color:#efebdd;line-height:2em;text-align:center}@media screen and (max-width: 768px){.section-intro .type-intro p{font-size:15px}}.section-intro .type-intro p:not(:last-child){margin-bottom:2em}.section-intro .type-intro p strong{color:#f6ff00}.section-chara .bg-text{width:var(--is-pc, 121.3333333333vw) var(--is-not-pc, 54.7395833333vw)}.section-chara .chara-icon-container .swiper-wrapper{justify-content:center;gap:20px}@media screen and (max-width: 768px){.section-chara .chara-icon-container .swiper-wrapper{gap:10px}}.section-chara .chara-icon-container .icon-item{position:relative;width:80px;aspect-ratio:1/1;border-radius:40px;overflow:hidden;background:#efebdd;cursor:pointer}@media screen and (max-width: 768px){.section-chara .chara-icon-container .icon-item{width:50px}}.section-chara .chara-icon-container .icon-item::before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);width:100%;height:100%;border-radius:40px;border:solid 1px #0171c6;box-sizing:border-box;pointer-events:none}.section-chara .chara-icon-container .icon-item::after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);width:100%;height:100%;border-radius:40px;background:#0171c6;opacity:0;mix-blend-mode:multiply;pointer-events:none;transition:opacity .3s}.section-chara .chara-icon-container .icon-item.swiper-slide-thumb-active::after,.section-chara .chara-icon-container .icon-item:hover::after{opacity:.7}.section-chara .chara-container{margin-top:60px}@media screen and (max-width: 768px){.section-chara .chara-container{margin-top:30px}}.section-chara .chara-box{display:grid;grid-template-rows:max-content 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"pic name" "pic profile"}@media screen and (max-width: 768px){.section-chara .chara-box{grid-template-rows:max-content 1fr;grid-template-columns:1fr;grid-template-areas:"name" "pic" "profile"}}.section-chara .chara-box .chara-pic{grid-area:pic}@media screen and (max-width: 768px){.section-chara .chara-box .chara-pic{margin-top:30px}}.section-chara .chara-box .chara-name{grid-area:name;margin-top:30px}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name{margin-top:0}}.section-chara .chara-box .chara-name .name{font-size:50px;font-weight:800}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .name{font-size:40px}}.section-chara .chara-box .chara-name .ruby{margin-top:10px;color:#0171c6;letter-spacing:.3em}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .ruby{font-size:15px}}.section-chara .chara-box .chara-name .cv{display:flex;align-items:center;gap:20px;margin-top:30px;font-size:30px;font-weight:800}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .cv{margin-top:20px;gap:10px;font-size:25px}}.section-chara .chara-box .chara-name .cv .cv-title{display:flex;justify-content:center;align-items:center;width:72px;aspect-ratio:72/30;background:#0171c6;font-size:20px;color:#efebdd}@media screen and (max-width: 768px){.section-chara .chara-box .chara-name .cv .cv-title{width:50px;font-size:16px}}.section-chara .chara-box .chara-profile{grid-area:profile;margin-top:50px;padding-top:50px;border-top:solid 1px #837b8d}@media screen and (max-width: 768px){.section-chara .chara-box .chara-profile{margin-top:30px;padding-top:30px}}.section-chara .chara-box .chara-profile p{line-height:1.5em;text-align:justify}.section-staffcast .bg-text{width:var(--is-pc, 133.3333333333vw) var(--is-not-pc, 60.46875vw)}.section-staffcast .sc-container:not(:last-child){margin-bottom:80px}.section-staffcast h3{margin-bottom:60px;font-size:80px;text-align:center;color:#f6ff00}@media screen and (max-width: 768px){.section-staffcast h3{margin-bottom:30px;font-size:50px}}.section-staffcast .sc-list .sc-item{display:flex;gap:20px}@media screen and (max-width: 768px){.section-staffcast .sc-list .sc-item{flex-direction:column;gap:8px}}.section-staffcast .sc-list .sc-item:not(:last-child){margin-bottom:40px}@media screen and (max-width: 768px){.section-staffcast .sc-list .sc-item:not(:last-child){margin-bottom:30px}}.section-staffcast .sc-list .sc-item .position{width:calc(50% - 15px);font-size:15px;font-weight:800;color:#f6ff00;text-align:right}@media screen and (max-width: 768px){.section-staffcast .sc-list .sc-item .position{width:auto;font-size:12px;text-align:center}}.section-staffcast .sc-list .sc-item .name{width:calc(50% - 15px);font-weight:800;color:#efebdd}@media screen and (max-width: 768px){.section-staffcast .sc-list .sc-item .name{width:auto;font-size:15px;text-align:center}}footer{padding:100px 0;background:url(../images/bg-black.webp) repeat-y center top/100% auto,#0f042e}footer .footer-logo{margin:0 auto;width:var(--is-pc, 53.3333333333vw) var(--is-not-pc, 20.8333333333vw)}footer .share-button{margin:30px auto 0;width:fit-content}footer .share-button a{display:flex;gap:5px;padding:.2em 1.5em;color:#efebdd;font-size:13px;font-weight:800;background:#000;border-radius:100px}footer .share-button .x-icon{width:12px;transition:opacity .3s}footer .share-button .x-icon:hover{opacity:.5}footer .credit{margin-top:60px;font-size:13px;font-weight:800;text-align:center;color:#efebdd}/*# sourceMappingURL=style.min.css.map */