*{-webkit-box-sizing:border-box;box-sizing:border-box}*::before,*::after{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html{font-size:62.5%;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}html.is-menu-opened{overflow-y:hidden}body{position:relative;padding:0;margin:0;background:#e8eef4;color:#212121;font-size:1.6rem;font-family:"Noto Sans JP",sans-serif;line-height:1.5;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:none;height:100dvh}main{overflow:hidden}h1,h2,h3,h4,h5,h6{margin:0}p{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}a{color:inherit;text-decoration:none;outline:none;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:opacity;transition-property:opacity}img,canvas,iframe{display:block;max-width:100%}.block{display:block}.hidden{display:none !important}@media only screen and (max-width: 991px){.hidden-sp{display:none !important}}@media only screen and (min-width: 992px){.hidden-pc{display:none !important}}.relative{position:relative}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.img,.bg-img{position:relative;background:#d3d3d3;overflow:hidden;z-index:0}.img--bleed{overflow:visible}.img__main,.bg-img__main{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:25px;width:100%;max-width:700px;margin:0 auto}.accordion__item{border-bottom:1px solid #212121;padding:0 0 20px}.accordion__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.accordion__wrap{padding:20px 0 0}.accordion__icon{display:block;position:relative;aspect-ratio:1/1;width:15px}.accordion__icon::before,.accordion__icon::after{content:"";position:absolute;top:50%;left:50%;background:#212121;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.accordion__icon::before{width:100%;height:2px}.accordion__icon::after{width:2px;height:100%;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:height;transition-property:height}.accordion__link.is-active .accordion__icon::after{height:0}.tabs__nav{position:relative}.tabs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin:0 auto 30px}@media only screen and (max-width: 991px){.tabs__list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.tabs__item{-webkit-box-flex:1;-ms-flex:1;flex:1}.tabs__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:18px 0;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:background,color;transition-property:background,color}@media only screen and (max-width: 991px){.tabs__link{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px 0}}.tabs__item:hover .tabs__link{background:#d3d3d3}.tabs__item.is-active .tabs__link{background:#212121;color:#fff}.tabs__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;position:relative;z-index:0}.tabs__content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-height:0;overflow:hidden;opacity:0;visibility:hidden;z-index:-1;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility}.tabs__content:nth-child(n+2){margin:0 0 0 -100%}.tabs__content.is-active{max-height:100%;overflow:visible;opacity:1;visibility:visible;z-index:0}.layout-sample__ttl{margin:0 0 30px}.layout-sample__txt p:nth-child(n+2){margin:1.4em 0 0}.ttl-01{padding-block:70px 0;margin-block:0 100px}.ttl-01__main{font-size:4rem}@media only screen and (max-width: 600px){.ttl-01__main{font-size:2.8rem}}.ttl-01__desc{font-weight:300;font-family:"Roboto",sans-serif;margin-top:5px}.ttl-01__line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:25px;margin-top:24px;max-width:690px;margin-inline:auto}.ttl-01__line span{display:block;width:calc(50% - 12.5px);background:#212121;border-radius:10px;height:3px}.ttl-01__line span:first-child{position:relative}.ttl-01__line span:first-child::after{content:"";width:40px;height:3px;position:absolute;top:2px;right:3px;background:#212121;-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transform-origin:right top;transform-origin:right top;border-radius:10px}.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px;position:fixed;top:0;left:0;width:100%;height:100px;padding:0 40px;background:#fff;z-index:100;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:-webkit-box-shadow;transition-property:-webkit-box-shadow;transition-property:box-shadow;transition-property:box-shadow, -webkit-box-shadow}@media only screen and (max-width: 991px){.header{height:80px;padding:0 20px}}.admin-bar .header{top:32px}.is-scrolled .header{-webkit-box-shadow:0 0 10px -5px #212121;box-shadow:0 0 10px -5px #212121}.header__logo{max-height:70px;pointer-events:none}@media only screen and (max-width: 991px){.header__logo{max-height:50px}}.header__nav{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:50px}@media only screen and (max-width: 991px){.header__nav{position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 100%);overflow-y:scroll;background:#fff;opacity:0;visibility:hidden;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility}.admin-bar .header__nav{top:calc(100% + 32px);height:calc(100vh - (100% - 32px))}.is-menu-opened .header__nav{opacity:1;visibility:visible}}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:30px}.menu-bar{position:relative;aspect-ratio:1/1;width:40px;cursor:pointer}.menu-bar::before,.menu-bar::after,.menu-bar__middle{content:"";position:absolute;left:50%;width:100%;height:2px;background:#212121;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:top,opacity,-webkit-transform;transition-property:top,opacity,-webkit-transform;transition-property:top,transform,opacity;transition-property:top,transform,opacity,-webkit-transform}.menu-bar::before{top:calc(50% - 10px)}.is-menu-opened .menu-bar::before{top:50%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.menu-bar__middle{top:50%}.is-menu-opened .menu-bar__middle{opacity:0}.menu-bar::after{top:calc(50% + 10px)}.is-menu-opened .menu-bar::after{top:50%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.footer{padding:30px 0;background:#212121;color:#fff}.footer__copyright{text-align:center}.lower__wrap:empty{min-height:100vh}.banner{margin:100px 0 0}@media only screen and (max-width: 991px){.banner{margin:80px 0 0}}.banner__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;min-height:300px;background:#d3d3d3}.page-404{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;min-height:100vh;padding:100px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width: 991px){.page-404{padding:70px 0}}.page-404__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.page-404__ttl{margin:0 0 40px}.page-404__txt{margin:0 auto;border:3px solid #212121;padding:60px 60px 30px;line-height:2}@media only screen and (max-width: 767px){.page-404__txt{padding:30px 20px}}.page-404__txt p+p{margin:1em 0 0}.page-404__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px 60px;margin:60px 0 0}.page-404__company,.page-404__wd{max-height:70px;pointer-events:none}.page-404__link{display:block;margin:60px 0 0;border:2px solid #212121;padding:8px 30px;background:#212121;color:#fff;text-align:center;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:background,color;transition-property:background,color}.page-404__link:hover{background:#fff;color:#212121}.quiz{padding-inline:50px}.quiz__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:20px}.quiz__wrap{position:relative}.quiz__list{position:absolute;top:0;left:0;height:100%;width:100%}@media only screen and (max-width: 600px){.quiz__list{position:static;height:auto}}.quiz__bg{width:calc(100% + 200px)}.quiz__item{width:100%;max-width:285px}.quiz__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:6px 15px;background:var(--color);color:#fff;max-width:260px;width:100%;border-radius:50px;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:opacity;transition-property:opacity;position:absolute;top:0;left:0;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width: 991px){.quiz__link{max-width:200px}}@media only screen and (max-width: 600px){.quiz__link{position:relative;max-width:calc(50% - 10px)}}.quiz__link::before{content:"";position:absolute;bottom:-13px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:14px solid var(--color);border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:0}.quiz__link::after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;display:block}.quiz__link p{font-size:2.2rem}@media only screen and (max-width: 600px){.quiz__link p{font-size:1.8rem}}.quiz__link:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .8s ease;transition:all .8s ease}.quiz__link:first-child{left:29.0625%}@media only screen and (max-width: 600px){.quiz__link:first-child{left:0}}.quiz__link:nth-child(2){left:70.3125%}@media only screen and (max-width: 600px){.quiz__link:nth-child(2){left:0}}.quiz__link:nth-child(3){left:48.4375%;top:25.2100840336%}@media only screen and (max-width: 600px){.quiz__link:nth-child(3){top:0;left:0}}.quiz__link:nth-child(4){left:8.984375%;top:25.2100840336%}@media only screen and (max-width: 600px){.quiz__link:nth-child(4){top:0;left:0}}.quiz__link:nth-child(5){left:28.90625%;top:55.8223289316%}@media only screen and (max-width: 600px){.quiz__link:nth-child(5){top:0;left:0}}.quiz__link:last-child{left:70.3125%;top:55.8223289316%}@media only screen and (max-width: 600px){.quiz__link:last-child{top:0;left:0}}.single-quiz__multiple-wrap{counter-reset:num;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.single-quiz__multiple-item{counter-increment:num;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;visibility:hidden;opacity:0;max-height:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:30px}@media only screen and (max-width: 600px){.single-quiz__multiple-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.single-quiz__multiple-item.is-active{visibility:visible;opacity:1;max-height:100%}.single-quiz__bg{position:absolute;top:110px;left:-5%;max-width:526px;width:100%;z-index:-1}.single-quiz__ttl{max-width:260px;width:100%}@media only screen and (max-width: 600px){.single-quiz__ttl{margin:0 auto}}.single-quiz__ttl .txt-num{font-size:2.6rem;font-weight:700;color:var(--color);font-family:"Roboto",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;line-height:1}.single-quiz__ttl .txt-num::after{content:"#" counter(num, decimal-leading-zero);font-size:3.6rem;color:var(--color);font-weight:700}.single-quiz__ttl .ttl{font-size:3.2rem;color:#fff;background:var(--color);border-radius:50px;padding:2px 5px;text-align:center;position:relative}.single-quiz__ttl .ttl::after{content:"";position:absolute;bottom:-13px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:14px solid var(--color);border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:0}.single-quiz__list{counter-reset:count;position:relative}.single-quiz__list::before{content:"選択肢";position:absolute;top:-10px;left:20px;background:#212121;font-size:1.8rem;font-weight:500;line-height:1;padding:4px 16px;color:#fff;border-radius:20px;z-index:2}.single-quiz__item{counter-increment:count}.single-quiz__item label{position:relative;display:block;z-index:1;background:#fff;font-weight:500;padding-inline:57px 10px;padding-block:25px;border-radius:10px;overflow:hidden;cursor:pointer}.single-quiz__item label::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#fff;z-index:-1}.single-quiz__item label::before{content:counter(count);position:absolute;top:26px;left:28px;height:20px;width:20px;border-radius:100%;border:1px solid #212121;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.6rem;text-align:center;letter-spacing:-0.06em;font-family:sans-serif;line-height:1;-webkit-transition:all .7s ease;transition:all .7s ease}.single-quiz__item label:hover::after{background:var(--color);-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.5}.single-quiz__item input{opacity:0;cursor:pointer;position:absolute;height:0;width:0}.single-quiz__item:nth-child(n+2){margin-top:10px}.single-quiz__item input:checked~label::after{background:var(--color);opacity:.5}.single-quiz__btn{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;cursor:pointer}.single-quiz__btn .btn-01{display:block;font-size:1.7rem;text-transform:uppercase;border:1px solid #212121;line-height:1;padding-block:30px;padding-inline:20px;color:#fff;background:#212121;-webkit-transition:.5s cubic-bezier(0.19, 1, 0.22, 1);transition:.5s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition-property:opacity;transition-property:opacity;border-radius:5px;max-width:260px;width:100%;text-align:center;border-radius:50px}.single-quiz__btn .btn-01.disabled{pointer-events:none}.single-quiz__btn .btn-01:hover{opacity:.7}.single-quiz__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:5px;margin-block:0 45px;max-width:1000px;width:100%;margin-inline:auto}.single-quiz__progress-txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;width:100%}.single-quiz__progress-txt .txt{font-size:1.4rem;font-weight:500}.single-quiz__progress-txt .percent{font-size:2.4rem;font-weight:500;font-family:"Roboto",sans-serif;position:relative;padding-inline:0 13px;line-height:1}.single-quiz__progress-txt .percent::after{content:"%";position:absolute;bottom:0;right:0;font-size:1.6rem}.single-quiz__progress .progress-wrap{width:100%;height:16px;background:#eee;border-radius:10px;overflow:hidden}.single-quiz__progress .progress-bar{width:0%;height:100%;background:var(--color);-webkit-transition:width .3s ease;transition:width .3s ease;border-radius:10px}.single-quiz__result{display:none}.single-quiz__result-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}@media only screen and (max-width: 600px){.single-quiz__result-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.single-quiz__result-info{max-width:455px;width:100%;text-align:center}.single-quiz__result-img{max-width:523px;width:100%;-webkit-animation:float 3s ease-in-out infinite;animation:float 3s ease-in-out infinite}@-webkit-keyframes float{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes float{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}.single-quiz__result-ttl{text-align:center;margin-block:0 30px}.single-quiz__result-ttl span{font-size:4rem;display:inline-block;background:var(--color);color:#fff;border-radius:50px;padding:3px 70px;position:relative}.single-quiz__result-ttl span::after{content:"";position:absolute;bottom:-13px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:14px solid var(--color);border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:0}.single-quiz__result-txt{font-size:4.8rem;font-weight:600}.single-quiz__result-percent{font-size:5.6rem;font-family:"Roboto",sans-serif;font-weight:900;line-height:1}.single-quiz__result-percent .percent{font-size:13.6rem}.single-quiz__result-scores{font-size:2.2rem}.single-quiz__result .btn-02{font-weight:500;max-width:260px;border-radius:50px;border:2px solid #212121;position:relative;padding-inline:20px 35px;display:block;margin-inline:auto;margin-block:30px 0;padding-block:15px}.single-quiz__result .btn-02::after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:24px;font-size:1.6rem}.single-quiz__result .btn-03{font-weight:500;max-width:200px;border-radius:50px;background-color:#212121;color:#fff;position:relative;padding-inline:15px;display:block;margin-inline:0;margin-block:30px 0;padding-block:15px;-webkit-transition:all .3s ease;transition:all .3s ease}.single-quiz__result .btn-03:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .7s ease;transition:all .7s ease}.single-quiz__result-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;margin-bottom:40px}@media only screen and (max-width: 600px){.single-quiz__result-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.single-quiz__result-btns .btn-02{max-width:calc(50% - 20px)}.single-quiz__qa{max-width:703px;width:100%}@media only screen and (max-width: 600px){.single-quiz__qa{margin-top:20rem}}.single-quiz__question.is-active{padding-block:80px 0;-webkit-transition:all 1s ease;transition:all 1s ease}.single-quiz__question-txt{font-size:2rem;margin-block:0 30px;position:relative;background:#fff;border-radius:10px;padding:30px;pointer-events:none}.single-quiz__question-txt span{display:inline-block;background-color:#d3d3d3;width:6rem;margin:0 1rem;padding:1px;text-align:center}.single-quiz__question-txt::before{content:"問 題";font-size:1.8rem;border-radius:50px;background:#212121;color:#fff;padding:0 17px;position:absolute;top:-10px;left:20px}.single-quiz__answer.is-active{padding-block:60px 0}.single-quiz__answer,.single-quiz__question{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;visibility:hidden;opacity:0;max-height:0}.single-quiz__answer.is-active,.single-quiz__question.is-active{visibility:visible;opacity:1;max-height:100%}.single-quiz .answer-details{display:none;position:relative;z-index:1}@media only screen and (max-width: 600px){.single-quiz .answer-details mjx-container[jax=CHTML]{white-space:wrap}}.single-quiz .answer-details__ttl{text-align:center}.single-quiz .answer-details__ttl .ttl{font-size:5.6rem;color:var(--color)}.single-quiz .answer-details__ttl .ttl span{display:block;font-weight:900;font-size:1.6rem;text-transform:uppercase;font-family:"Roboto",sans-serif}.single-quiz .answer-details__ttl .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px;font-weight:500}.single-quiz .answer-details__ttl .desc span{position:relative;top:-1px;border-radius:100%;border:.5px solid #212121;line-height:1;width:20px;height:20px}.single-quiz .answer-details__sign{max-width:122px;aspect-ratio:122/188;width:100%;position:absolute;top:-10px;left:14.2247510669%;z-index:-1}@media only screen and (max-width: 991px){.single-quiz .answer-details__sign{max-width:72px}}@media only screen and (max-width: 600px){.single-quiz .answer-details__sign{left:5%}}.single-quiz .answer-details__sign.correct-sign{top:-48px}.single-quiz .answer-details__txt{background:#fff;font-weight:500;padding-inline:30px;padding-block:25px;border-radius:10px;margin-top:30px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:5px}@media only screen and (max-width: 600px){.single-quiz .answer-details__txt{-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.single-quiz .answer-details__txt::before{content:"正 解";font-size:1.8rem;border-radius:50px;background:#212121;color:#fff;padding:0 17px;position:absolute;top:-10px;left:30px}.single-quiz .answer-details__txt .num,.single-quiz .answer-details__txt .num2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:20px;width:20px;border-radius:100%;font-family:sans-serif;font-weight:600;text-align:center;letter-spacing:-0.06em;border:1px solid #212121;font-size:1.6rem}@media only screen and (max-width: 600px){.single-quiz .answer-details__txt .num,.single-quiz .answer-details__txt .num2{position:relative;top:3px}}.single-quiz .answer-details__txt .correct{-webkit-box-flex:1;-ms-flex:1;flex:1;pointer-events:none}.single-quiz .answer-details__desc{background:#fff;font-weight:500;padding-inline:30px;padding-block:25px;margin-top:30px;border-radius:10px;position:relative;pointer-events:none}.single-quiz .answer-details__desc::before{content:"解 説";font-size:1.8rem;border-radius:50px;background:#212121;color:#fff;padding:0 17px;position:absolute;top:-10px;left:30px}.single-quiz--mathematics .single-quiz__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:10px}.single-quiz--mathematics .single-quiz__item{width:calc(50% - 5px);margin-top:0}@media only screen and (max-width: 600px){.single-quiz--mathematics .single-quiz__item{width:100%}}.single-quiz--mathematics .single-quiz__item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:5px}.single-quiz--mathematics .single-quiz__item label mjx-container{pointer-events:none;margin-block:0}.single-quiz--mathematics .single-quiz__item label::before{top:28px}.single-quiz--mathematics .single-quiz__question-txt mjx-container{margin-block:0;display:inline-block}.single-quiz--mathematics .single-quiz__question-txt span{aspect-ratio:1/1;width:32px;background:#d9d9d9;display:inline-block;vertical-align:-7px}.single-quiz--mathematics .answer-details .correct{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;gap:5px}